java.lang.ObjectTheorg.apache.cocoon.Constants
Constants use throughout the core of the Cocoon engine.< - a href="mailto:stefano@apache.org">Stefano Mazzocchi< - a href="mailto:proyal@managingpartners.com">Peter RoyalCVS - $Id: Constants.java 433543 2006-08-22 06:22:54Z crossley $| Field Summary | ||
|---|---|---|
| static final Properties | properties | |
| public static final String | NAME | The name of this project. |
| public static final String | VERSION | The version of this build. |
| public static final String | COMPLETE_NAME | The full name of this project. |
| public static final String | CONF_VERSION | The version of the configuration schema |
| public static final String | YEAR | The year of the build |
| public static final String | RELOAD_PARAM | The request parameter name to reload the configuration. FIXME(GP): Isn't this Servlet specific? |
| public static final String | SHOWTIME_PARAM | The request parameter name to add a line of the request duration. FIXME(GP): Isn't this Servlet specific? |
| public static final String | VIEW_PARAM | The request parameter name to request a specific view of a resource. FIXME(GP): Isn't this Servlet specific? |
| public static final String | ACTION_PARAM | The request parameter name to trigger a specific action. FIXME(GP): Isn't this Servlet specific? |
| public static final String | ACTION_PARAM_PREFIX | The request parameter prefix to trigger a specific action. FIXME(GP): Isn't this Servlet specific? |
| public static final String | PARSER_PROPERTY | The name of the property holding the class for a XML parser |
| public static final String | DEFAULT_PARSER | The name of the class for the default XML parser to use |
| public static final String | DEPRECATED_PARSER_PROPERTY | The name of the property holding the class for a XML parser |
| public static final String | XSP_URI | The namespace for the XSP core logicsheet. |
| public static final String | XSP_REQUEST_PREFIX | The namespace prefix for the request logicsheet. FIXME(GP): Would logicsheets belong to the core? |
| public static final String | XSP_REQUEST_URI | The namespace for the request logicsheet. FIXME(GP): Would logicsheets belong to the core? |
| public static final String | XSP_RESPONSE_PREFIX | The namespace prefix for the response logicsheet. FIXME(GP): Would logicsheets belong to the core? |
| public static final String | XSP_RESPONSE_URI | The namespace for the response logicsheet. FIXME(GP): Would logicsheets belong to the core? |
| public static final String | XSP_COOKIE_PREFIX | The namespace prefix for the cookie logicsheet. FIXME(GP): Would logicsheets belong to the core? |
| public static final String | XSP_COOKIE_URI | The namespace for the cookie logicsheet. FIXME(GP): Would logicsheets belong to the core? |
| public static final String | XSP_FORMVALIDATOR_PATH | Don't know exactly what this is for. (I can guess it's for the FormValidator) FIXME(GP): Isn't this component specific? |
| public static final String | XML_NAMESPACE_URI | The URI for xml namespaces |
| public static final String | LINK_CONTENT_TYPE | Mime-type for the link view FIXME(GP): Isn't this Environment specific? |
| public static final String | LINK_VIEW | Name of the request value for the link view FIXME(GP): Isn't this Environment specific? |
| public static final String | LINK_CRAWLING_ROLE | Don't know exactly what this is for (and it is not used in the code base) |
| public static final String | LINK_OBJECT | Key of the Map of index translation table.
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 |
| public static final String | LINK_COLLECTION_OBJECT | 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.
|
| public static final String | NOTIFYING_OBJECT | The name of a NotifyingObject in the so called objectModel Map. |
| public static final String | INDEX_URI | The default URI to be used when a URI requested refers to a directory, e.g. http://localhost:8080/site/ |
| public static final String | DEFAULT_CONTEXT_DIR | The directory to use as context root. |
| public static final String | DEFAULT_DEST_DIR | The diretory to use to use for the generated output. |
| public static final String | DEFAULT_WORK_DIR | The diretory to use for generated files. |
| public static final String | DEFAULT_CONF_FILE | How a default configuration file is named. |
| public static final String | ERROR_NAMESPACE_URI | The namespace URI for the Error/Exception XML |
| public static final String | ERROR_NAMESPACE_PREFIX | The namespace prefix for the Error/Exception XML |
| public static final String | CONTEXT_ENVIRONMENT_CONTEXT | Application Context Key for the environmental Context |
| public static final String | CONTEXT_CLASS_LOADER | Application Context Key for the global classloader |
| public static final String | CONTEXT_WORK_DIR | Application Context Key for the work directory path |
| public static final String | CONTEXT_UPLOAD_DIR | Application Context Key for the upload directory path |
| public static final String | CONTEXT_CACHE_DIR | Application Context Key for the cache directory path |
| public static final String | CONTEXT_CLASSPATH | Application Context Key for the current classpath |
| public static final String | CONTEXT_CONFIG_URL | Application Context Key for the URL to the configuration file
(usually named cocoon.xconf) |
| public static final String | CONTEXT_DEFAULT_ENCODING | Application Context Key for the default encoding |
| public static final boolean | DESCRIPTOR_RELOADABLE_DEFAULT | Should descriptors be reloaded? FIXME(GP): Isn't this Action specific only? |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |