public class WebappConstants extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
WebappConstants() |
public static final String FILE_PATH_PARAM
public static final String FILE_NAME_PARAM
public static final String RUN_OR_LOAD_PARAM
public static final String NAME_PARAM
public static final String MINIMUM_REFRESH
public static final String ROOT_PARAM
public static final String LOG_FORMAT_PARAM
public static final String EXECUTORS
public static final String ODDJOB_INSTANCE
public static final String DETAIL_LOOKUP
public static final String ICON_REGISTRY