public interface JetspeedEngineConstants
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_ROOT_DEFAULT
Default Value for the Path to the Resources.properties File
|
static String |
APPLICATION_ROOT_KEY
Key for the Path to the Resources.properties File
|
static String |
CONFIG_NAMESPACE
The prefix used to denote the namespace reserved for and
used by Jetspeed-specific configuration parameters (such as
those passed in via servlet container's config file
(
server.xml ), or the web app deployment descriptor
(web.xml ). |
static String |
CONSOLE_LOGGER |
static String |
DEFAULT_LOGGER
This is the default log file to be used for logging
|
static String |
JETSPEED_PROPERTIES_DEFAULT |
static String |
JETSPEED_PROPERTIES_KEY |
static String |
JETSPEED_PROPERTIES_PATH_DEFAULT |
static String |
JETSPEED_PROPERTIES_PATH_KEY |
static String |
LOG4J_CONFIG_FILE
The key for the Log4J File
|
static String |
LOG4J_CONFIG_FILE_DEFAULT
The default value for the Log4J File
|
static String |
LOGGING_ROOT |
static String |
LOGGING_ROOT_DEFAULT
Default Value for the Logging Directory, relative to the webroot
|
static String |
MAIL_SERVER_KEY
SMTP server uses to send mail.
|
static String |
OVERRIDE_PROPERTIES |
static String |
PIPELINE_CLASS |
static String |
PIPELINE_DEFAULT |
static String |
PIPELINE_DIRECTORY |
static String |
SCHEDULER_LOG_FACILITY
The logging facility which captures output from the SchedulerService.
|
static String |
SPRING_FILTER_KEY |
static String |
SPRING_FILTER_KEY_DEFAULT |
static String |
SPRING_FILTER_KEY_PROPERTIES |
static String |
SPRING_FILTER_PROPERTIES |
static String |
WEB_CONTEXT
If this value is set as applicationRoot, then the webContext is used
as application root
|
static String |
WEBAPP_ROOT_KEY
This is the key used in the jetspeed.properties to access resources
relative to the Web Application root.
|
static final String CONFIG_NAMESPACE
The prefix used to denote the namespace reserved for and
used by Jetspeed-specific configuration parameters (such as
those passed in via servlet container's config file
(server.xml
), or the web app deployment descriptor
(web.xml
).
For example, a parameter in the Jetspeed namespace would be
org.apache.jetspeed.loggingRoot
.
static final String LOG4J_CONFIG_FILE
static final String LOG4J_CONFIG_FILE_DEFAULT
static final String DEFAULT_LOGGER
static final String CONSOLE_LOGGER
static final String SCHEDULER_LOG_FACILITY
static final String MAIL_SERVER_KEY
static final String LOGGING_ROOT_DEFAULT
static final String LOGGING_ROOT
static final String JETSPEED_PROPERTIES_KEY
static final String JETSPEED_PROPERTIES_DEFAULT
static final String JETSPEED_PROPERTIES_PATH_KEY
static final String JETSPEED_PROPERTIES_PATH_DEFAULT
static final String OVERRIDE_PROPERTIES
static final String SPRING_FILTER_KEY_PROPERTIES
static final String SPRING_FILTER_KEY
static final String SPRING_FILTER_KEY_DEFAULT
static final String SPRING_FILTER_PROPERTIES
static final String WEB_CONTEXT
static final String APPLICATION_ROOT_KEY
static final String APPLICATION_ROOT_DEFAULT
static final String WEBAPP_ROOT_KEY
static final String PIPELINE_CLASS
static final String PIPELINE_DEFAULT
static final String PIPELINE_DIRECTORY
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.