unico 2003/12/01 14:38:36
Modified: src/java/org/apache/cocoon/components/treeprocessor/sitemap
ViewRegistry.java
Log:
javadoc
Revision Changes Path
1.4 +4 -4
cocoon-2.2/src/java/org/apache/cocoon/components/treeprocessor/sitemap/ViewRegistry.java
Index: ViewRegistry.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/treeprocessor/sitemap/ViewRegistry.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ViewRegistry.java 1 Dec 2003 22:36:01 -0000 1.3
+++ ViewRegistry.java 1 Dec 2003 22:38:36 -0000 1.4
@@ -65,10 +65,10 @@
* Get the names of views for a given statement. If the cocoon view
exists in the returned
* collection, the statement can directly branch to the view-handling
node.
*
- * @param role the component role (e.g. <code>Generator.ROLE</code>)
- * @param componenId the component hint, i.e. the 'type' attribute (e.g.
<code>file</code>).
- * @param statement the sitemap statement
- * @return the view names for this statement
+ * @param role the component role (e.g. <code>Generator.ROLE</code>)
+ * @param hint the component hint, i.e. the 'type' attribute (e.g.
<code>file</code>)
+ * @param statement the sitemap statement
+ * @return the view names for this statement
*/
Collection getViewsForStatement(String role, String hint, Configuration
statement);