|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Constants
use throughout the core of the Cocoon engine.
Field Summary | |
static java.lang.String |
ACTION_PARAM
The request parameter name to trigger a specific action. |
static java.lang.String |
ACTION_PARAM_PREFIX
The request parameter prefix to trigger a specific action. |
static java.lang.String |
COMPLETE_NAME
The full name of this project. |
static java.lang.String |
CONF_VERSION
The version of the configuration schema |
static java.lang.String |
CONTEXT_CACHE_DIR
Application Context Key for the cache directory path |
static java.lang.String |
CONTEXT_CLASS_LOADER
Application Context Key for the global classloader |
static java.lang.String |
CONTEXT_CLASSPATH
Application Context Key for the current classpath |
static java.lang.String |
CONTEXT_CONFIG_URL
Application Context Key for the URL to the configuration file
(usually named cocoon.xconf) |
static java.lang.String |
CONTEXT_ENVIRONMENT_CONTEXT
Application Context Key for the environmental Context |
static java.lang.String |
CONTEXT_OBJECT
Deprecated. Use the ObjectModelHelper.getContext(Map) instead. |
static java.lang.String |
CONTEXT_UPLOAD_DIR
Application Context Key for the upload directory path |
static java.lang.String |
CONTEXT_WORK_DIR
Application Context Key for the work directory path |
static java.lang.String |
DEFAULT_CONF_FILE
How a default configuration file is named. |
static java.lang.String |
DEFAULT_CONTEXT_DIR
The directory to use as context root. |
static java.lang.String |
DEFAULT_DEST_DIR
The diretory to use to use for the generated output. |
static java.lang.String |
DEFAULT_PARSER
The name of the class for the default XML parser to use |
static java.lang.String |
DEFAULT_WORK_DIR
The diretory to use for generated files. |
static java.lang.String |
DEPRECATED_PARSER_PROPERTY
Deprecated. This will be removed in future release |
static boolean |
DESCRIPTOR_RELOADABLE_DEFAULT
Should descriptors be reloaded? |
static java.lang.String |
ERROR_NAMESPACE_PREFIX
The namespace prefix for the Error/Exception XML |
static java.lang.String |
ERROR_NAMESPACE_URI
The namespace URI for the Error/Exception XML |
static java.lang.String |
INDEX_URI
Describe variable INDEX_URI here.
|
static java.lang.String |
LINK_CONTENT_TYPE
Mime-type for the link view FIXME(GP): Isn't this Environment specific? |
static java.lang.String |
LINK_CRAWLING_ROLE
Don't know exactly what this is for (and it is not used in the code base) |
static java.lang.String |
LINK_OBJECT
Describe variable LINK_OBJECT here. |
static java.lang.String |
LINK_VIEW
Name of the request value for the link view FIXME(GP): Isn't this Environment specific? |
static java.lang.String |
NAME
The name of this project. |
static java.lang.String |
NOTIFYING_OBJECT
The name of a NotifyingObject in the so called objectModel Map . |
static java.lang.String |
PARSER_PROPERTY
The name of the property holding the class for a XML parser |
static java.lang.String |
RELOAD_PARAM
The request parameter name to reload the configuration. |
static java.lang.String |
REQUEST_OBJECT
Deprecated. Use the ObjectModelHelper.getRequest(Map) instead. |
static java.lang.String |
RESPONSE_OBJECT
Deprecated. Use the ObjectModelHelper.getResponse(Map) instead. |
static java.lang.String |
SESSION_STATE_ATTRIBUTE
Deprecated. used only by deprecated SessionStateSelector |
static java.lang.String |
SHOWTIME_PARAM
The request parameter name to add a line of the request duration. |
static java.lang.String |
TEMPDIR_PROPERTY
The name of the property where temporary files will be written to. |
static java.lang.String |
VERSION
The version of this build. |
static java.lang.String |
VIEW_PARAM
The request parameter name to request a specific view of a resource. |
static java.lang.String |
XML_NAMESPACE_URI
The URI for xml namespaces |
static java.lang.String |
XSP_COOKIE_PREFIX
The namespace prefix for the cookie logicsheet. |
static java.lang.String |
XSP_COOKIE_URI
The namespace for the cookie logicsheet. |
static java.lang.String |
XSP_FORMVALIDATOR_PATH
Don't know exactly what this is for. |
static java.lang.String |
XSP_FORMVALIDATOR_PREFIX
Don't know exactly what this is for. |
static java.lang.String |
XSP_FORMVALIDATOR_URI
Don't know exactly what this is for. |
static java.lang.String |
XSP_PREFIX
The namespace prefix for the XSP core logicsheet. |
static java.lang.String |
XSP_REQUEST_PREFIX
The namespace prefix for the request logicsheet. |
static java.lang.String |
XSP_REQUEST_URI
The namespace for the request logicsheet. |
static java.lang.String |
XSP_RESPONSE_PREFIX
The namespace prefix for the response logicsheet. |
static java.lang.String |
XSP_RESPONSE_URI
The namespace for the response logicsheet. |
static java.lang.String |
XSP_URI
The namespace for the XSP core logicsheet. |
static java.lang.String |
YEAR
The year of the build |
Field Detail |
public static final java.lang.String NAME
public static final java.lang.String VERSION
public static final java.lang.String COMPLETE_NAME
public static final java.lang.String CONF_VERSION
public static final java.lang.String YEAR
public static final java.lang.String RELOAD_PARAM
public static final java.lang.String SHOWTIME_PARAM
public static final java.lang.String VIEW_PARAM
public static final java.lang.String ACTION_PARAM
public static final java.lang.String ACTION_PARAM_PREFIX
public static final java.lang.String TEMPDIR_PROPERTY
public static final java.lang.String DEFAULT_CONTEXT_DIR
public static final java.lang.String DEFAULT_DEST_DIR
public static final java.lang.String DEFAULT_WORK_DIR
public static final java.lang.String DEFAULT_CONF_FILE
public static final java.lang.String PARSER_PROPERTY
public static final java.lang.String DEFAULT_PARSER
public static final java.lang.String DEPRECATED_PARSER_PROPERTY
public static final java.lang.String XSP_PREFIX
public static final java.lang.String XSP_URI
public static final java.lang.String XSP_REQUEST_PREFIX
public static final java.lang.String XSP_REQUEST_URI
public static final java.lang.String XSP_RESPONSE_PREFIX
public static final java.lang.String XSP_RESPONSE_URI
public static final java.lang.String XSP_COOKIE_PREFIX
public static final java.lang.String XSP_COOKIE_URI
public static final java.lang.String XSP_FORMVALIDATOR_PATH
public static final java.lang.String XSP_FORMVALIDATOR_PREFIX
public static final java.lang.String XSP_FORMVALIDATOR_URI
public static final java.lang.String XML_NAMESPACE_URI
public static final java.lang.String LINK_CONTENT_TYPE
public static final java.lang.String LINK_VIEW
public static final java.lang.String LINK_CRAWLING_ROLE
public static final java.lang.String REQUEST_OBJECT
ObjectModelHelper.getRequest(Map)
instead.
Request
object in the so called objectModel Map
.
This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class.
FIXME(GP): Shouldn't this definition here be removed?public static final java.lang.String RESPONSE_OBJECT
ObjectModelHelper.getResponse(Map)
instead.
Response
object in the so called objectModel Map
.
This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class.
FIXME(GP): Shouldn't this definition here be removed?public static final java.lang.String CONTEXT_OBJECT
ObjectModelHelper.getContext(Map)
instead.
Context
object in the so called objectModel Map
.
This constant is also defined in the org.apache.cocoon.environment.ObjectModelHelper class.
FIXME(GP): Shouldn't this definition here be removed?public static final java.lang.String LINK_OBJECT
LINK_OBJECT
here.public static final java.lang.String NOTIFYING_OBJECT
NotifyingObject
in the so called objectModel Map
.public static final java.lang.String INDEX_URI
INDEX_URI
here.
FIXME(GP): It seems to be (CLI) Environment specific!public static final java.lang.String ERROR_NAMESPACE_URI
public static final java.lang.String ERROR_NAMESPACE_PREFIX
public static final java.lang.String CONTEXT_ENVIRONMENT_CONTEXT
Context
Key for the environmental Contextpublic static final java.lang.String CONTEXT_CLASS_LOADER
Context
Key for the global classloaderpublic static final java.lang.String CONTEXT_WORK_DIR
Context
Key for the work directory pathpublic static final java.lang.String CONTEXT_UPLOAD_DIR
Context
Key for the upload directory pathpublic static final java.lang.String CONTEXT_CACHE_DIR
Context
Key for the cache directory pathpublic static final java.lang.String CONTEXT_CLASSPATH
Context
Key for the current classpathpublic static final java.lang.String CONTEXT_CONFIG_URL
Context
Key for the URL to the configuration file
(usually named cocoon.xconf)public static final java.lang.String SESSION_STATE_ATTRIBUTE
public static final boolean DESCRIPTOR_RELOADABLE_DEFAULT
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |