com.opensymphony.webwork
Class WebWorkConstants
java.lang.Object
com.opensymphony.webwork.WebWorkConstants
public final class WebWorkConstants
- extends Object
This class provides a central location for framework constants related to
webwork configurations.
- Version:
- $Date: 2007-08-11 23:36:34 +0800 (Sat, 11 Aug 2007) $ $Id: WebWorkConstants.java 2945 2007-08-11 15:36:34Z tm_jee $
- Author:
- Onyeje Bose (digi9ten@yahoo.com), tmjee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEBWORK_DEVMODE
public static final String WEBWORK_DEVMODE
- See Also:
- Constant Field Values
WEBWORK_I18N_RELOAD
public static final String WEBWORK_I18N_RELOAD
- See Also:
- Constant Field Values
WEBWORK_I18N_ENCODING
public static final String WEBWORK_I18N_ENCODING
- See Also:
- Constant Field Values
WEBWORK_CONFIGURATION_XML_RELOAD
public static final String WEBWORK_CONFIGURATION_XML_RELOAD
- See Also:
- Constant Field Values
WEBWORK_ACTION_EXTENSION
public static final String WEBWORK_ACTION_EXTENSION
- See Also:
- Constant Field Values
WEBWORK_TAG_ALTSYNTAX
public static final String WEBWORK_TAG_ALTSYNTAX
- See Also:
- Constant Field Values
WEBWORK_URL_HTTP_PORT
public static final String WEBWORK_URL_HTTP_PORT
- See Also:
- Constant Field Values
WEBWORK_URL_HTTPS_PORT
public static final String WEBWORK_URL_HTTPS_PORT
- See Also:
- Constant Field Values
WEBWORK_URL_INCLUDEPARAMS
public static final String WEBWORK_URL_INCLUDEPARAMS
- See Also:
- Constant Field Values
WEBWORK_OBJECTFACTORY
public static final String WEBWORK_OBJECTFACTORY
- See Also:
- Constant Field Values
WEBWORK_OBJECTTYPEDETERMINER
public static final String WEBWORK_OBJECTTYPEDETERMINER
- See Also:
- Constant Field Values
WEBWORK_CONTINUATIONS_PACKAGE
public static final String WEBWORK_CONTINUATIONS_PACKAGE
- See Also:
- Constant Field Values
WEBWORK_CONFIGURATION
public static final String WEBWORK_CONFIGURATION
- See Also:
- Constant Field Values
WEBWORK_LOCALE
public static final String WEBWORK_LOCALE
- See Also:
- Constant Field Values
WEBWORK_DISPATCHER_PARAMETERSWORKAROUND
public static final String WEBWORK_DISPATCHER_PARAMETERSWORKAROUND
- See Also:
- Constant Field Values
WEBWORK_FREEMARKER_MANAGER_CLASSNAME
public static final String WEBWORK_FREEMARKER_MANAGER_CLASSNAME
- See Also:
- Constant Field Values
WEBWORK_VELOCITY_MANAGER_CLASSNAME
public static final String WEBWORK_VELOCITY_MANAGER_CLASSNAME
- See Also:
- Constant Field Values
WEBWORK_VELOCITY_CONFIGFILE
public static final String WEBWORK_VELOCITY_CONFIGFILE
- See Also:
- Constant Field Values
WEBWORK_VELOCITY_TOOLBOXLOCATION
public static final String WEBWORK_VELOCITY_TOOLBOXLOCATION
- See Also:
- Constant Field Values
WEBWORK_VELOCITY_CONTEXTS
public static final String WEBWORK_VELOCITY_CONTEXTS
- See Also:
- Constant Field Values
WEBWORK_UI_TEMPLATEDIR
public static final String WEBWORK_UI_TEMPLATEDIR
- See Also:
- Constant Field Values
WEBWORK_UI_THEME
public static final String WEBWORK_UI_THEME
- See Also:
- Constant Field Values
WEBWORK_MULTIPART_MAXSIZE
public static final String WEBWORK_MULTIPART_MAXSIZE
- See Also:
- Constant Field Values
WEBWORK_MULTIPART_SAVEDIR
public static final String WEBWORK_MULTIPART_SAVEDIR
- See Also:
- Constant Field Values
WEBWORK_MULTIPART_PARSER
public static final String WEBWORK_MULTIPART_PARSER
- See Also:
- Constant Field Values
WEBWORK_OBJECTFACTORY_SPRING_AUTOWIRE
public static final String WEBWORK_OBJECTFACTORY_SPRING_AUTOWIRE
- See Also:
- Constant Field Values
WEBWORK_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
public static final String WEBWORK_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
- See Also:
- Constant Field Values
WEBWORK_XSLT_NOCACHE
public static final String WEBWORK_XSLT_NOCACHE
- See Also:
- Constant Field Values
WEBWORK_CUSTOM_PROPERTIES
public static final String WEBWORK_CUSTOM_PROPERTIES
- See Also:
- Constant Field Values
WEBWORK_CUSTOM_I18N_RESOURCES
public static final String WEBWORK_CUSTOM_I18N_RESOURCES
- See Also:
- Constant Field Values
WEBWORK_MAPPER_CLASS
public static final String WEBWORK_MAPPER_CLASS
- See Also:
- Constant Field Values
WEBWORK_PORTLET_CONTEXT
public static final String WEBWORK_PORTLET_CONTEXT
- See Also:
- Constant Field Values
WEBWORK_SERVE_STATIC_CONTENT
public static final String WEBWORK_SERVE_STATIC_CONTENT
- See Also:
- Constant Field Values
WEBWORK_FREEMARKER_SITEMESH_APPLY_DECORATOR_TRANSFORM
public static final String WEBWORK_FREEMARKER_SITEMESH_APPLY_DECORATOR_TRANSFORM
- See Also:
- Constant Field Values
WEBWORK_DISPATCHER_START_UP_LISTENER
public static final String WEBWORK_DISPATCHER_START_UP_LISTENER
- See Also:
- Constant Field Values
WEBWORK_DISPATCHER_SHUTDOWN_LISTENER
public static final String WEBWORK_DISPATCHER_SHUTDOWN_LISTENER
- See Also:
- Constant Field Values
WEBWORK_COMPOSITE_ACTION_MAPPER
public static final String WEBWORK_COMPOSITE_ACTION_MAPPER
- See Also:
- Constant Field Values
WebWorkConstants
public WebWorkConstants()