org.oddjob.webapp
Class WebappConstants

java.lang.Object
  extended by org.oddjob.webapp.WebappConstants

public class WebappConstants
extends Object

Constants used in the Webapp.

Author:
Rob Gordon.

Field Summary
static String DETAIL_LOOKUP
          The detail lookup which provides an instance of a lookup on the single Oddjob instance.
static String EXECUTORS
          The single instance of the a ThreadManager created by the Execution Servlet.
static String FILE_NAME_PARAM
          The parameter that identifies the Oddjob configuration file.
static String FILE_PATH_PARAM
          The parameter that identifies the path to the configuration file.
static String ICON_REGISTRY
          An IconRegistry instance which will be created using the IconServlet to repond to icon image requests.
static String LOG_FORMAT_PARAM
          The log format for the log panel.
static String MINIMUM_REFRESH
          The parameter that controls the minimum refresh allowed.
static String NAME_PARAM
          The parameter that identifies the Oddjob job name that the root Oddjob is given Defaults to Oddjob.
static String ODDJOB_INSTANCE
          The single instance of Oddjob created by the Oddjob Servlet.
static String ROOT_PARAM
          The id of the node to use as the root of the displayed tree.
static String RUN_OR_LOAD_PARAM
          Should Oddjob be run or loaded
 
Constructor Summary
WebappConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_PATH_PARAM

public static final String FILE_PATH_PARAM
The parameter that identifies the path to the configuration file. If this is not specified the configuration file is assumed to be a resource.

See Also:
Constant Field Values

FILE_NAME_PARAM

public static final String FILE_NAME_PARAM
The parameter that identifies the Oddjob configuration file.

See Also:
Constant Field Values

RUN_OR_LOAD_PARAM

public static final String RUN_OR_LOAD_PARAM
Should Oddjob be run or loaded

See Also:
Constant Field Values

NAME_PARAM

public static final String NAME_PARAM
The parameter that identifies the Oddjob job name that the root Oddjob is given Defaults to Oddjob.

See Also:
Constant Field Values

MINIMUM_REFRESH

public static final String MINIMUM_REFRESH
The parameter that controls the minimum refresh allowed.

See Also:
Constant Field Values

ROOT_PARAM

public static final String ROOT_PARAM
The id of the node to use as the root of the displayed tree. If empty then the Oddjob node itself is displayed.

See Also:
Constant Field Values

LOG_FORMAT_PARAM

public static final String LOG_FORMAT_PARAM
The log format for the log panel.

See Also:
Constant Field Values

EXECUTORS

public static final String EXECUTORS
The single instance of the a ThreadManager created by the Execution Servlet.

See Also:
Constant Field Values

ODDJOB_INSTANCE

public static final String ODDJOB_INSTANCE
The single instance of Oddjob created by the Oddjob Servlet.

See Also:
Constant Field Values

DETAIL_LOOKUP

public static final String DETAIL_LOOKUP
The detail lookup which provides an instance of a lookup on the single Oddjob instance.

See Also:
Constant Field Values

ICON_REGISTRY

public static final String ICON_REGISTRY
An IconRegistry instance which will be created using the IconServlet to repond to icon image requests.

See Also:
Constant Field Values
Constructor Detail

WebappConstants

public WebappConstants()