org.apache.jetspeed.engine
Interface JetspeedEngineConstants

All Known Subinterfaces:
Engine

public interface JetspeedEngineConstants

This interface contains all the constants for the engine.

Version:
$Id: JetspeedEngineConstants.java 882095 2009-11-19 10:29:50Z ate $
Author:
David Sean Taylor

Field Summary
static java.lang.String APPLICATION_ROOT_DEFAULT
          Default Value for the Path to the Resources.properties File
static java.lang.String APPLICATION_ROOT_KEY
          Key for the Path to the Resources.properties File
static java.lang.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 java.lang.String CONSOLE_LOGGER
           
static java.lang.String DEFAULT_LOGGER
          This is the default log file to be used for logging
static java.lang.String JETSPEED_PROPERTIES_DEFAULT
           
static java.lang.String JETSPEED_PROPERTIES_KEY
           
static java.lang.String JETSPEED_PROPERTIES_PATH_DEFAULT
           
static java.lang.String JETSPEED_PROPERTIES_PATH_KEY
           
static java.lang.String LOG4J_CONFIG_FILE
          The key for the Log4J File
static java.lang.String LOG4J_CONFIG_FILE_DEFAULT
          The default value for the Log4J File
static java.lang.String LOGGING_ROOT
           
static java.lang.String LOGGING_ROOT_DEFAULT
          Default Value for the Logging Directory, relative to the webroot
static java.lang.String MAIL_SERVER_KEY
          SMTP server uses to send mail.
static java.lang.String OVERRIDE_PROPERTIES
           
static java.lang.String PIPELINE_CLASS
           
static java.lang.String PIPELINE_DEFAULT
           
static java.lang.String PIPELINE_DIRECTORY
           
static java.lang.String SCHEDULER_LOG_FACILITY
          The logging facility which captures output from the SchedulerService.
static java.lang.String SPRING_FILTER_KEY
           
static java.lang.String SPRING_FILTER_KEY_DEFAULT
           
static java.lang.String SPRING_FILTER_KEY_PROPERTIES
           
static java.lang.String SPRING_FILTER_PROPERTIES
           
static java.lang.String WEB_CONTEXT
          If this value is set as applicationRoot, then the webContext is used as application root
static java.lang.String WEBAPP_ROOT_KEY
          This is the key used in the jetspeed.properties to access resources relative to the Web Application root.
 

Field Detail

CONFIG_NAMESPACE

static final java.lang.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.

See Also:
Constant Field Values

LOG4J_CONFIG_FILE

static final java.lang.String LOG4J_CONFIG_FILE
The key for the Log4J File

See Also:
Constant Field Values

LOG4J_CONFIG_FILE_DEFAULT

static final java.lang.String LOG4J_CONFIG_FILE_DEFAULT
The default value for the Log4J File

See Also:
Constant Field Values

DEFAULT_LOGGER

static final java.lang.String DEFAULT_LOGGER
This is the default log file to be used for logging

See Also:
Constant Field Values

CONSOLE_LOGGER

static final java.lang.String CONSOLE_LOGGER
See Also:
Constant Field Values

SCHEDULER_LOG_FACILITY

static final java.lang.String SCHEDULER_LOG_FACILITY
The logging facility which captures output from the SchedulerService.

See Also:
Constant Field Values

MAIL_SERVER_KEY

static final java.lang.String MAIL_SERVER_KEY
SMTP server uses to send mail.

See Also:
Constant Field Values

LOGGING_ROOT_DEFAULT

static final java.lang.String LOGGING_ROOT_DEFAULT
Default Value for the Logging Directory, relative to the webroot

See Also:
Constant Field Values

LOGGING_ROOT

static final java.lang.String LOGGING_ROOT
See Also:
Constant Field Values

JETSPEED_PROPERTIES_KEY

static final java.lang.String JETSPEED_PROPERTIES_KEY
See Also:
Constant Field Values

JETSPEED_PROPERTIES_DEFAULT

static final java.lang.String JETSPEED_PROPERTIES_DEFAULT
See Also:
Constant Field Values

JETSPEED_PROPERTIES_PATH_KEY

static final java.lang.String JETSPEED_PROPERTIES_PATH_KEY
See Also:
Constant Field Values

JETSPEED_PROPERTIES_PATH_DEFAULT

static final java.lang.String JETSPEED_PROPERTIES_PATH_DEFAULT
See Also:
Constant Field Values

OVERRIDE_PROPERTIES

static final java.lang.String OVERRIDE_PROPERTIES
See Also:
Constant Field Values

SPRING_FILTER_KEY_PROPERTIES

static final java.lang.String SPRING_FILTER_KEY_PROPERTIES
See Also:
Constant Field Values

SPRING_FILTER_KEY

static final java.lang.String SPRING_FILTER_KEY
See Also:
Constant Field Values

SPRING_FILTER_KEY_DEFAULT

static final java.lang.String SPRING_FILTER_KEY_DEFAULT
See Also:
Constant Field Values

SPRING_FILTER_PROPERTIES

static final java.lang.String SPRING_FILTER_PROPERTIES
See Also:
Constant Field Values

WEB_CONTEXT

static final java.lang.String WEB_CONTEXT
If this value is set as applicationRoot, then the webContext is used as application root

See Also:
Constant Field Values

APPLICATION_ROOT_KEY

static final java.lang.String APPLICATION_ROOT_KEY
Key for the Path to the Resources.properties File

See Also:
Constant Field Values

APPLICATION_ROOT_DEFAULT

static final java.lang.String APPLICATION_ROOT_DEFAULT
Default Value for the Path to the Resources.properties File

See Also:
Constant Field Values

WEBAPP_ROOT_KEY

static final java.lang.String WEBAPP_ROOT_KEY
This is the key used in the jetspeed.properties to access resources relative to the Web Application root. It might differ from the Application root, but the normal case is, that the webapp root and the application root point to the same path.

See Also:
Constant Field Values

PIPELINE_CLASS

static final java.lang.String PIPELINE_CLASS
See Also:
Constant Field Values

PIPELINE_DEFAULT

static final java.lang.String PIPELINE_DEFAULT
See Also:
Constant Field Values

PIPELINE_DIRECTORY

static final java.lang.String PIPELINE_DIRECTORY
See Also:
Constant Field Values


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.