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 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Field Summary
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 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 PIPELINE_CLASS
           
static String PIPELINE_DEFAULT
           
static String PIPELINE_DIRECTORY
           
static String PREFERENCES_FACTORY
          This specifies the factory to use the Jetspeed java.util.prefs.Preferences implementation.
static String PREFERENCES_FACTORY_DEFAULT
           
static String SCHEDULER_LOG_FACILITY
          The logging facility which captures output from the SchedulerService.
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.
 

Field Detail

CONFIG_NAMESPACE

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.

See Also:
Constant Field Values

LOG4J_CONFIG_FILE

static final String LOG4J_CONFIG_FILE
The key for the Log4J File

See Also:
Constant Field Values

LOG4J_CONFIG_FILE_DEFAULT

static final String LOG4J_CONFIG_FILE_DEFAULT
The default value for the Log4J File

See Also:
Constant Field Values

DEFAULT_LOGGER

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

See Also:
Constant Field Values

CONSOLE_LOGGER

static final String CONSOLE_LOGGER
See Also:
Constant Field Values

SCHEDULER_LOG_FACILITY

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

See Also:
Constant Field Values

MAIL_SERVER_KEY

static final String MAIL_SERVER_KEY
SMTP server uses to send mail.

See Also:
Constant Field Values

LOGGING_ROOT_DEFAULT

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

See Also:
Constant Field Values

LOGGING_ROOT

static final String LOGGING_ROOT
See Also:
Constant Field Values

JETSPEED_PROPERTIES_KEY

static final String JETSPEED_PROPERTIES_KEY
See Also:
Constant Field Values

JETSPEED_PROPERTIES_DEFAULT

static final String JETSPEED_PROPERTIES_DEFAULT
See Also:
Constant Field Values

WEB_CONTEXT

static final 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 String APPLICATION_ROOT_KEY
Key for the Path to the Resources.properties File

See Also:
Constant Field Values

APPLICATION_ROOT_DEFAULT

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

See Also:
Constant Field Values

WEBAPP_ROOT_KEY

static final 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 String PIPELINE_CLASS
See Also:
Constant Field Values

PIPELINE_DEFAULT

static final String PIPELINE_DEFAULT
See Also:
Constant Field Values

PIPELINE_DIRECTORY

static final String PIPELINE_DIRECTORY
See Also:
Constant Field Values

PREFERENCES_FACTORY

static final String PREFERENCES_FACTORY
This specifies the factory to use the Jetspeed java.util.prefs.Preferences implementation.

See Also:
Constant Field Values

PREFERENCES_FACTORY_DEFAULT

static final String PREFERENCES_FACTORY_DEFAULT
See Also:
Constant Field Values


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.