jefft 2003/01/22 04:42:24
Modified: src/java/org/apache/cocoon/components/language/markup/xsp
XSPModuleHelper.java
src/java/org/apache/cocoon/components/modules/output
AbstractOutputModule.java
src/java/org/apache/cocoon/components/pipeline
ProcessingPipeline.java
src/java/org/apache/cocoon/generation
SessionAttributeGenerator.java
src/java/org/apache/cocoon/transformation
I18nTransformer.java
src/java/org/apache/cocoon/xml/dom DOMUtil.java
Log:
Javadoc fixes
Revision Changes Path
1.6 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPModuleHelper.java
Index: XSPModuleHelper.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/XSPModuleHelper.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XSPModuleHelper.java 10 Jan 2003 16:47:59 -0000 1.5
+++ XSPModuleHelper.java 22 Jan 2003 12:42:21 -0000 1.6
@@ -235,7 +235,7 @@
}
/** Get an array of values from a module. Same as {@link
- * #getAttributeValues(Map, Configuration, String, String, Object)} with a
+ * #getAttributeValues(Map, Configuration, String, String, Object[])} with a
* <code>null</code> configuration.
*/
public Object[] getAttributeValues(Map objectModel, String module, String name,
Object[] deflt) throws RuntimeException {
1.4 +3 -3
xml-cocoon2/src/java/org/apache/cocoon/components/modules/output/AbstractOutputModule.java
Index: AbstractOutputModule.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/modules/output/AbstractOutputModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractOutputModule.java 9 Jan 2003 17:04:17 -0000 1.3
+++ AbstractOutputModule.java 22 Jan 2003 12:42:22 -0000 1.4
@@ -151,7 +151,7 @@
/**
* Returns a whether an transient attribute already exists.
* {@link #transientSetAttribute transientSetAttribute} since the last call to
- * {@link #rollback rollback} or {@link #prepareCmmit prepareCommit}
+ * {@link #rollback rollback} or {@link #prepareCommit prepareCommit}
* @param objectModel - the objectModel
* @param trans_place - request attribute name used for the transient data
*/
@@ -169,7 +169,7 @@
/**
* Returns a map containing all transient attributes and remove them i.e.
attributes set with
* {@link #transientSetAttribute transientSetAttribute} since the last call to
- * {@link #rollback rollback} or {@link #prepareCmmit prepareCommit}
+ * {@link #rollback rollback} or {@link #prepareCommit prepareCommit}
* @param objectModel - the objectModel
* @param trans_place - request attribute name used for the transient data
*/
1.17 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/ProcessingPipeline.java
Index: ProcessingPipeline.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/ProcessingPipeline.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ProcessingPipeline.java 13 Jan 2003 14:38:16 -0000 1.16
+++ ProcessingPipeline.java 22 Jan 2003 12:42:22 -0000 1.17
@@ -170,7 +170,7 @@
/**
* Process the given <code>Environment</code>, but do not use the
* serializer. Instead the sax events are streamed to the XMLConsumer.
- * Make sure to call {@link #prepareInternal(Environment) beforehand.
+ * Make sure to call {@link #prepareInternal(Environment)} beforehand.
*/
boolean process(Environment environment, XMLConsumer consumer)
throws ProcessingException;
1.5 +3 -2
xml-cocoon2/src/java/org/apache/cocoon/generation/SessionAttributeGenerator.java
Index: SessionAttributeGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/generation/SessionAttributeGenerator.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SessionAttributeGenerator.java 5 Dec 2002 10:32:57 -0000 1.4
+++ SessionAttributeGenerator.java 22 Jan 2003 12:42:22 -0000 1.5
@@ -68,7 +68,8 @@
/**
* Generates a document from a session attribute. The attribute may be a DOM
* node, an <code>XMLizable</code>, or any other object, and is streamed using
- * the same rules as for <xsp:expr> in XSPs (see {@link XSPObjectHelper}).
+ * the same rules as for <xsp:expr> in XSPs (see {@link
+ * org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper}).
* <p>
* Name of the session attribute is specified using src attribute of the generate
* tag, or, if no src tag present, using attr-name parameter.
1.27 +1 -2
xml-cocoon2/src/java/org/apache/cocoon/transformation/I18nTransformer.java
Index: I18nTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/transformation/I18nTransformer.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- I18nTransformer.java 15 Jan 2003 11:52:33 -0000 1.26
+++ I18nTransformer.java 22 Jan 2003 12:42:24 -0000 1.27
@@ -290,7 +290,6 @@
*
* @see #I18N_IF_ELEMENT
* @see #I18N_LOCALE_ATTRIBUTE
- * @see #I18N_LOCALE_ATTRIBUTE_ANY
* @since 2.1
*/
public static final String I18N_CHOOSE_ELEMENT = "choose";
1.11 +5 -5 xml-cocoon2/src/java/org/apache/cocoon/xml/dom/DOMUtil.java
Index: DOMUtil.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/xml/dom/DOMUtil.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DOMUtil.java 22 Jan 2003 05:19:19 -0000 1.10
+++ DOMUtil.java 22 Jan 2003 12:42:24 -0000 1.11
@@ -504,7 +504,7 @@
/**
* Implementation for <code>java.util.Collection</code> :
- * outputs the value by calling {@link valueOf(Node, Object)} on each element
of the
+ * outputs the value by calling {@link #valueOf(Node, Object)} on each element
of the
* collection.
*
* @param parent The node getting the value
@@ -524,7 +524,7 @@
/**
* Implementation for <code>java.util.Map</code> :
* For each entry an element is created with the childs key and value
- * Outputs the value and the key by calling {@link valueOf(Node, Object)}
+ * Outputs the value and the key by calling {@link #valueOf(Node, Object)}
* on each value and key of the Map.
*
* @param parent The node getting the value
@@ -557,8 +557,8 @@
/**
* Implementation for <code>Object</code> depending on its class :
* <ul>
- * <li>if it's an array, call {@link valueOf(Node, Object)} on all its
elements,</li>
- * <li>if it's class has a specific {@link valueOf(Node, Object)}
implementation, use it,</li>
+ * <li>if it's an array, call {@link #valueOf(Node, Object)} on all its
elements,</li>
+ * <li>if it's class has a specific {@link #valueOf(Node, Object)}
implementation, use it,</li>
* <li>else, output it's string representation.</li>
* </ul>
*
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]