DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23699>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23699 [PATCH] SourceInspector enhancements Summary: [PATCH] SourceInspector enhancements Product: Cocoon 2 Version: Current CVS 2.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The SourceInspector interface currently has no way to communicate the types of properties it handles. In order to facilitate more efficient property lookups this patch adds this functionality in the form of a method with the following signiture: String[] getExposedSourcePropertyTypes(); The returned strings are the qualified property names: format is of the form namespace + "#" + name. Additionally the patch contains some documentation improvements.
