vgritsenko 2003/01/24 18:25:38 Modified: src/java/org/apache/cocoon Constants.java Log: add javadoc comment Revision Changes Path 1.17 +8 -3 xml-cocoon2/src/java/org/apache/cocoon/Constants.java Index: Constants.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Constants.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Constants.java 22 Jan 2003 05:19:17 -0000 1.16 +++ Constants.java 25 Jan 2003 02:25:38 -0000 1.17 @@ -247,8 +247,13 @@ String CONTEXT_OBJECT = org.apache.cocoon.environment.ObjectModelHelper.CONTEXT_OBJECT; /** - * Describe variable <code>LINK_OBJECT</code> here. - * + * Key of the Map of index translation table. + * <p>Presence of this Map in the ObjectModel indicates to the Sitemap that link + * translation mode has been requested by the environment. Sitemap adds LinkTranslator + * transformer to the pipeline, which replaces all the links in the input document with + * the links from this translation table. + * <p> + * TODO(VG): Move this declaration to ObjectModelHelper */ String LINK_OBJECT = "link";
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]