FileDocCategorySizeDatePackage
Constants.javaAPI DocGlassfish v2 API4629Fri May 04 22:36:02 BST 2007com.sun.enterprise.web

Constants

public final class Constants extends Object
Static constants for this package.

Fields Summary
public static final String
Package
public static final String
WEB_CONTEXT_XML
Path to web application context.xml configuration file.
public static final String
DEFAULT_CONTEXT_XML
The default location of the global context.xml file. Path to global context.xml (relative to instance root).
public static final String
DEFAULT_WEB_XML
The default web application's deployment descriptor location. This path is relative to catalina.home i.e. the instance root directory.
public static final String
DEFAULT_WEB_MODULE_NAME
The system-assigned default web module's name/identifier. This has to be the same value as is in j2ee/WebModule.cpp.
public static final String
NAME_SEPARATOR
The separator character between an application name and the web module name within the application.
public static final String
DEFAULT_WEB_MODULE_PREFIX
The string to prefix to the name of the web module when a web module is designated to be the default-web-module for a virtual server. This serves as a way to differentiate the web module from the variant that is deployed as a 'default web module' at a context root of "".
public static final String
J2EE_INSTANCE_LISTENER
Name of the class that implements invocation/security/transaction manager hooks for web application events.
public static final String
APACHE_JSP_SERVLET_CLASS
The Apache Jasper JSP servlet class name.
public static final String
JSP_URL_PATTERN
public static final String
REQUEST_START_TIME_NOTE
public static final String
ACCESS_LOG_PROPERTY
public static final String
ACCESS_LOG_BUFFER_SIZE_PROPERTY
public static final String
ACCESS_LOG_WRITE_INTERVAL_PROPERTY
public static final String
ACCESS_LOGGING_ENABLED
public static final String
SSO_ENABLED
Constructors Summary
Methods Summary