The Constants use throughout the core of the Cocoon engine.
author: Stefano Mazzocchi author: Peter Royal version: CVS $Id: Constants.java 433543 2006-08-22 06:22:54Z crossley $
The default URI to be used when a URI requested refers to
a directory, e.g. http://localhost:8080/site/
LINK_COLLECTION_OBJECT
final public static String LINK_COLLECTION_OBJECT(Code)
Key of the List for collecting links.
Presence of this Map in the ObjectModel indicates to the Sitemap that link
gathering mode has been requested by the environment. Sitemap adds LinkGatherer
transformer to the pipeline, which gathers the links in the input document into
this List.
LINK_CONTENT_TYPE
final public static String LINK_CONTENT_TYPE(Code)
Mime-type for the link view
FIXME(GP): Isn't this Environment specific?
LINK_CRAWLING_ROLE
final public static String LINK_CRAWLING_ROLE(Code)
Don't know exactly what this is for (and it is not used in the code base)
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.
TODO(VG): Move this declaration to ObjectModelHelper
comment found at ObjectModelHelper(JH):
LINK_OBJECT should also be moved to CommandLineEnvironment