org.apache.struts2
类 StrutsConstants

java.lang.Object
  继承者 org.apache.struts2.StrutsConstants

public final class StrutsConstants
extends Object

This class provides a central location for framework configuration keys used to retrieve and store Struts configuration settings.


字段摘要
static String DEFAULT_TEMPLATE_TYPE_CONFIG_KEY
           
static String PREFIX_BASED_MAPPER_CONFIGURATION
          A prefix based action mapper that is capable of delegating to other ActionMappers based on the request's prefix You can specify different prefixes that will be handled by different mappers
static String STRUTS_ACTION_EXCLUDE_PATTERN
          Comma separated list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing
static String STRUTS_ACTION_EXTENSION
          The URL extension to use to determine if the request is meant for a Struts action
static String STRUTS_ACTIONPROXYFACTORY
           
static String STRUTS_ACTIONVALIDATORMANAGER
          The com.opensymphony.xwork2.validator.ActionValidatorManager implementation class
static String STRUTS_ALLOW_STATIC_METHOD_ACCESS
          The name of the parameter to determine whether static method access will be allowed in OGNL expressions or not
static String STRUTS_ALLOWED_ACTION_NAMES
          actions names' whitelist
static String STRUTS_ALWAYS_SELECT_FULL_NAMESPACE
           
static String STRUTS_CONFIGURATION
          The org.apache.struts2.config.Configuration implementation class
static String STRUTS_CONFIGURATION_XML_RELOAD
          Whether to reload the XML configuration or not
static String STRUTS_CONTINUATIONS_PACKAGE
          The package containing actions that use Rife continuations
static String STRUTS_CONVERTER_ANNOTATION_PROCESSOR
           
static String STRUTS_CONVERTER_ARRAY
           
static String STRUTS_CONVERTER_COLLECTION
          XWorkBasicConverter
static String STRUTS_CONVERTER_CREATOR
           
static String STRUTS_CONVERTER_DATE
           
static String STRUTS_CONVERTER_FILE_PROCESSOR
           
static String STRUTS_CONVERTER_HOLDER
           
static String STRUTS_CONVERTER_NUMBER
           
static String STRUTS_CONVERTER_PROPERTIES_PROCESSOR
           
static String STRUTS_CONVERTER_STRING
           
static String STRUTS_CUSTOM_I18N_RESOURCES
          Location of additional localization properties files to load
static String STRUTS_CUSTOM_PROPERTIES
          Location of additional configuration properties files to load
static String STRUTS_DEVMODE
          Whether Struts is in development mode or not
static String STRUTS_DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP
          Disables StrutsRequestWrapper request attribute value stack lookup (JSTL accessibility)
static String STRUTS_DISPATCHER_PARAMETERSWORKAROUND
          Whether to use a Servlet request parameter workaround necessary for some versions of WebLogic
static String STRUTS_EL_THROW_EXCEPTION
          Throw RuntimeException when a property is not found, or the evaluation of the espression fails
static String STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION
          Allows one to disable dynamic method invocation from the URL
static String STRUTS_ENABLE_OGNL_EVAL_EXPRESSION
          Enables evaluation of OGNL expressions
static String STRUTS_ENABLE_OGNL_EXPRESSION_CACHE
          Enables caching of parsed OGNL expressions
static String STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES
          Whether slashes in action names are allowed or not
static String STRUTS_EXPRESSION_PARSER
           
static String STRUTS_FILE_MANAGER
          The com.opensymphony.xwork2.util.fs.FileManager implementation class
static String STRUTS_FILE_MANAGER_FACTORY
          The com.opensymphony.xwork2.util.FileManager implementation class
static String STRUTS_FREEMARKER_BEANWRAPPER_CACHE
          Cache model instances at BeanWrapper level
static String STRUTS_FREEMARKER_MANAGER_CLASSNAME
          The org.apache.struts2.views.freemarker.FreemarkerManager implementation class
static String STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE
          Maximum strong sizing for MruCacheStorage for freemarker
static String STRUTS_FREEMARKER_TEMPLATES_CACHE
          已过时。 
static String STRUTS_FREEMARKER_TEMPLATES_CACHE_UPDATE_DELAY
          Update freemarker templates cache in seconds
static String STRUTS_FREEMARKER_WRAPPER_ALT_MAP
           
static String STRUTS_HANDLE_EXCEPTION
          Enable handling exceptions by Dispatcher - true by default
static String STRUTS_I18N_ENCODING
          The encoding to use for localization messages
static String STRUTS_I18N_RELOAD
          Whether the localization messages should automatically be reloaded
static String STRUTS_ID_PARAMETER_NAME
          The name of the parameter to create when mapping an id (used by some action mappers)
static String STRUTS_LOCALE
          The default locale for the Struts application
static String STRUTS_LOCALE_PROVIDER
          The LocaleProvider implementation class
static String STRUTS_LOG_MISSING_PROPERTIES
          Logs properties that are not found (very verbose)
static String STRUTS_MAPPER_ACTION_PREFIX_CROSSNAMESPACES
          enables access to actions in other namespaces than current with action: prefix
static String STRUTS_MAPPER_ACTION_PREFIX_ENABLED
          enables action: prefix
static String STRUTS_MAPPER_CLASS
          The org.apache.struts2.dispatcher.mapper.ActionMapper implementation class
static String STRUTS_MAPPER_COMPOSITE
          Prefix used by CompositeActionMapper to identify its containing ActionMapper class.
static String STRUTS_MULTIPART_MAXSIZE
          The maximize size of a multipart request (file upload)
static String STRUTS_MULTIPART_PARSER
          The org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation for a multipart request (file upload)
static String STRUTS_MULTIPART_SAVEDIR
          The directory to use for storing uploaded files
static String STRUTS_OBJECTFACTORY
          The com.opensymphony.xwork2.ObjectFactory implementation class
static String STRUTS_OBJECTFACTORY_ACTIONFACTORY
           
static String STRUTS_OBJECTFACTORY_CONVERTERFACTORY
           
static String STRUTS_OBJECTFACTORY_INTERCEPTORFACTORY
           
static String STRUTS_OBJECTFACTORY_RESULTFACTORY
           
static String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE
          How Spring should autowire.
static String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE_ALWAYS_RESPECT
          Whether the autowire strategy chosen by STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE is always respected.
static String STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
          Whether Spring should use its class cache or not
static String STRUTS_OBJECTFACTORY_VALIDATORFACTORY
           
static String STRUTS_OBJECTTYPEDETERMINER
          The com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class
static String STRUTS_PATTERNMATCHER
          The PatternMatcher implementation class
static String STRUTS_REFLECTIONCONTEXTFACTORY
          The ReflectionContextFactory implementation class
static String STRUTS_REFLECTIONPROVIDER
          The ReflectionProvider implementation class
static String STRUTS_SERVE_STATIC_BROWSER_CACHE
          If static content served by the Struts filter should set browser caching header properties or not
static String STRUTS_SERVE_STATIC_CONTENT
          Whether the Struts filter should serve static content or not
static String STRUTS_STATIC_CONTENT_LOADER
          The StaticContentLoader implementation class
static String STRUTS_TAG_ALTSYNTAX
          Whether to use the alterative syntax for the tags or not
static String STRUTS_UI_TEMPLATEDIR
          The directory containing UI templates.
static String STRUTS_UI_THEME
          The default UI template theme
static String STRUTS_UI_THEME_EXPANSION_TOKEN
          Token to use to indicate start of theme to be expanded.
static String STRUTS_UNKNOWN_HANDLER_MANAGER
          The UnknownHandlerManager implementation class
static String STRUTS_URL_HELPER
          TheUrlHelper implementation class
static String STRUTS_URL_HTTP_PORT
          The HTTP port used by Struts URLs
static String STRUTS_URL_HTTPS_PORT
          The HTTPS port used by Struts URLs
static String STRUTS_URL_INCLUDEPARAMS
          The default includeParams method to generate Struts URLs
static String STRUTS_URL_RENDERER
           
static String STRUTS_VALUESTACKFACTORY
          The ValueStackFactory implementation class
static String STRUTS_VELOCITY_CONFIGFILE
          The Velocity configuration file path
static String STRUTS_VELOCITY_CONTEXTS
          List of Velocity context names
static String STRUTS_VELOCITY_MANAGER_CLASSNAME
          org.apache.struts2.views.velocity.VelocityManager implementation class
static String STRUTS_VELOCITY_TOOLBOXLOCATION
          The location of the Velocity toolbox
static String STRUTS_XSLT_NOCACHE
          Whether or not XSLT templates should not be cached
static String STRUTS_XWORKCONVERTER
          The name of the xwork converter implementation
static String STRUTS_XWORKTEXTPROVIDER
          XWork default text provider
 
构造方法摘要
StrutsConstants()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

STRUTS_DEVMODE

public static final String STRUTS_DEVMODE
Whether Struts is in development mode or not

另请参见:
常量字段值

STRUTS_I18N_RELOAD

public static final String STRUTS_I18N_RELOAD
Whether the localization messages should automatically be reloaded

另请参见:
常量字段值

STRUTS_I18N_ENCODING

public static final String STRUTS_I18N_ENCODING
The encoding to use for localization messages

另请参见:
常量字段值

STRUTS_CONFIGURATION_XML_RELOAD

public static final String STRUTS_CONFIGURATION_XML_RELOAD
Whether to reload the XML configuration or not

另请参见:
常量字段值

STRUTS_ACTION_EXTENSION

public static final String STRUTS_ACTION_EXTENSION
The URL extension to use to determine if the request is meant for a Struts action

另请参见:
常量字段值

STRUTS_ACTION_EXCLUDE_PATTERN

public static final String STRUTS_ACTION_EXCLUDE_PATTERN
Comma separated list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing

另请参见:
常量字段值

STRUTS_TAG_ALTSYNTAX

public static final String STRUTS_TAG_ALTSYNTAX
Whether to use the alterative syntax for the tags or not

另请参见:
常量字段值

STRUTS_URL_HTTP_PORT

public static final String STRUTS_URL_HTTP_PORT
The HTTP port used by Struts URLs

另请参见:
常量字段值

STRUTS_URL_HTTPS_PORT

public static final String STRUTS_URL_HTTPS_PORT
The HTTPS port used by Struts URLs

另请参见:
常量字段值

STRUTS_URL_INCLUDEPARAMS

public static final String STRUTS_URL_INCLUDEPARAMS
The default includeParams method to generate Struts URLs

另请参见:
常量字段值

STRUTS_URL_RENDERER

public static final String STRUTS_URL_RENDERER
另请参见:
常量字段值

STRUTS_OBJECTFACTORY

public static final String STRUTS_OBJECTFACTORY
The com.opensymphony.xwork2.ObjectFactory implementation class

另请参见:
常量字段值

STRUTS_OBJECTFACTORY_ACTIONFACTORY

public static final String STRUTS_OBJECTFACTORY_ACTIONFACTORY
另请参见:
常量字段值

STRUTS_OBJECTFACTORY_RESULTFACTORY

public static final String STRUTS_OBJECTFACTORY_RESULTFACTORY
另请参见:
常量字段值

STRUTS_OBJECTFACTORY_CONVERTERFACTORY

public static final String STRUTS_OBJECTFACTORY_CONVERTERFACTORY
另请参见:
常量字段值

STRUTS_OBJECTFACTORY_INTERCEPTORFACTORY

public static final String STRUTS_OBJECTFACTORY_INTERCEPTORFACTORY
另请参见:
常量字段值

STRUTS_OBJECTFACTORY_VALIDATORFACTORY

public static final String STRUTS_OBJECTFACTORY_VALIDATORFACTORY
另请参见:
常量字段值

STRUTS_FILE_MANAGER_FACTORY

public static final String STRUTS_FILE_MANAGER_FACTORY
The com.opensymphony.xwork2.util.FileManager implementation class

另请参见:
常量字段值

STRUTS_FILE_MANAGER

public static final String STRUTS_FILE_MANAGER
The com.opensymphony.xwork2.util.fs.FileManager implementation class

另请参见:
常量字段值

STRUTS_OBJECTTYPEDETERMINER

public static final String STRUTS_OBJECTTYPEDETERMINER
The com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class

另请参见:
常量字段值

STRUTS_CONTINUATIONS_PACKAGE

public static final String STRUTS_CONTINUATIONS_PACKAGE
The package containing actions that use Rife continuations

另请参见:
常量字段值

STRUTS_CONFIGURATION

public static final String STRUTS_CONFIGURATION
The org.apache.struts2.config.Configuration implementation class

另请参见:
常量字段值

STRUTS_LOCALE

public static final String STRUTS_LOCALE
The default locale for the Struts application

另请参见:
常量字段值

STRUTS_DISPATCHER_PARAMETERSWORKAROUND

public static final String STRUTS_DISPATCHER_PARAMETERSWORKAROUND
Whether to use a Servlet request parameter workaround necessary for some versions of WebLogic

另请参见:
常量字段值

STRUTS_FREEMARKER_MANAGER_CLASSNAME

public static final String STRUTS_FREEMARKER_MANAGER_CLASSNAME
The org.apache.struts2.views.freemarker.FreemarkerManager implementation class

另请参见:
常量字段值

STRUTS_FREEMARKER_TEMPLATES_CACHE

@Deprecated
public static final String STRUTS_FREEMARKER_TEMPLATES_CACHE
已过时。 
另请参见:
常量字段值

STRUTS_FREEMARKER_TEMPLATES_CACHE_UPDATE_DELAY

public static final String STRUTS_FREEMARKER_TEMPLATES_CACHE_UPDATE_DELAY
Update freemarker templates cache in seconds

另请参见:
常量字段值

STRUTS_FREEMARKER_BEANWRAPPER_CACHE

public static final String STRUTS_FREEMARKER_BEANWRAPPER_CACHE
Cache model instances at BeanWrapper level

另请参见:
常量字段值

STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE

public static final String STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE
Maximum strong sizing for MruCacheStorage for freemarker

另请参见:
常量字段值

STRUTS_VELOCITY_MANAGER_CLASSNAME

public static final String STRUTS_VELOCITY_MANAGER_CLASSNAME
org.apache.struts2.views.velocity.VelocityManager implementation class

另请参见:
常量字段值

STRUTS_VELOCITY_CONFIGFILE

public static final String STRUTS_VELOCITY_CONFIGFILE
The Velocity configuration file path

另请参见:
常量字段值

STRUTS_VELOCITY_TOOLBOXLOCATION

public static final String STRUTS_VELOCITY_TOOLBOXLOCATION
The location of the Velocity toolbox

另请参见:
常量字段值

STRUTS_VELOCITY_CONTEXTS

public static final String STRUTS_VELOCITY_CONTEXTS
List of Velocity context names

另请参见:
常量字段值

STRUTS_UI_TEMPLATEDIR

public static final String STRUTS_UI_TEMPLATEDIR
The directory containing UI templates. All templates must reside in this directory.

另请参见:
常量字段值

STRUTS_UI_THEME

public static final String STRUTS_UI_THEME
The default UI template theme

另请参见:
常量字段值

STRUTS_UI_THEME_EXPANSION_TOKEN

public static final String STRUTS_UI_THEME_EXPANSION_TOKEN
Token to use to indicate start of theme to be expanded.

另请参见:
常量字段值

STRUTS_MULTIPART_MAXSIZE

public static final String STRUTS_MULTIPART_MAXSIZE
The maximize size of a multipart request (file upload)

另请参见:
常量字段值

STRUTS_MULTIPART_SAVEDIR

public static final String STRUTS_MULTIPART_SAVEDIR
The directory to use for storing uploaded files

另请参见:
常量字段值

STRUTS_MULTIPART_PARSER

public static final String STRUTS_MULTIPART_PARSER
The org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation for a multipart request (file upload)

另请参见:
常量字段值

STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE

public static final String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE
How Spring should autowire. Valid values are 'name', 'type', 'auto', and 'constructor'

另请参见:
常量字段值

STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE_ALWAYS_RESPECT

public static final String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE_ALWAYS_RESPECT
Whether the autowire strategy chosen by STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE is always respected. Defaults to false, which is the legacy behavior that tries to determine the best strategy for the situation.

从以下版本开始:
2.1.3
另请参见:
常量字段值

STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE

public static final String STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
Whether Spring should use its class cache or not

另请参见:
常量字段值

STRUTS_XSLT_NOCACHE

public static final String STRUTS_XSLT_NOCACHE
Whether or not XSLT templates should not be cached

另请参见:
常量字段值

STRUTS_CUSTOM_PROPERTIES

public static final String STRUTS_CUSTOM_PROPERTIES
Location of additional configuration properties files to load

另请参见:
常量字段值

STRUTS_CUSTOM_I18N_RESOURCES

public static final String STRUTS_CUSTOM_I18N_RESOURCES
Location of additional localization properties files to load

另请参见:
常量字段值

STRUTS_MAPPER_CLASS

public static final String STRUTS_MAPPER_CLASS
The org.apache.struts2.dispatcher.mapper.ActionMapper implementation class

另请参见:
常量字段值

PREFIX_BASED_MAPPER_CONFIGURATION

public static final String PREFIX_BASED_MAPPER_CONFIGURATION
A prefix based action mapper that is capable of delegating to other ActionMappers based on the request's prefix You can specify different prefixes that will be handled by different mappers

另请参见:
常量字段值

STRUTS_SERVE_STATIC_CONTENT

public static final String STRUTS_SERVE_STATIC_CONTENT
Whether the Struts filter should serve static content or not

另请参见:
常量字段值

STRUTS_SERVE_STATIC_BROWSER_CACHE

public static final String STRUTS_SERVE_STATIC_BROWSER_CACHE
If static content served by the Struts filter should set browser caching header properties or not

另请参见:
常量字段值

STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION

public static final String STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION
Allows one to disable dynamic method invocation from the URL

另请参见:
常量字段值

STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES

public static final String STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES
Whether slashes in action names are allowed or not

另请参见:
常量字段值

STRUTS_MAPPER_COMPOSITE

public static final String STRUTS_MAPPER_COMPOSITE
Prefix used by CompositeActionMapper to identify its containing ActionMapper class.

另请参见:
常量字段值

STRUTS_ACTIONPROXYFACTORY

public static final String STRUTS_ACTIONPROXYFACTORY
另请参见:
常量字段值

STRUTS_FREEMARKER_WRAPPER_ALT_MAP

public static final String STRUTS_FREEMARKER_WRAPPER_ALT_MAP
另请参见:
常量字段值

STRUTS_XWORKCONVERTER

public static final String STRUTS_XWORKCONVERTER
The name of the xwork converter implementation

另请参见:
常量字段值

STRUTS_ALWAYS_SELECT_FULL_NAMESPACE

public static final String STRUTS_ALWAYS_SELECT_FULL_NAMESPACE
另请参见:
常量字段值

STRUTS_XWORKTEXTPROVIDER

public static final String STRUTS_XWORKTEXTPROVIDER
XWork default text provider

另请参见:
常量字段值

STRUTS_LOCALE_PROVIDER

public static final String STRUTS_LOCALE_PROVIDER
The LocaleProvider implementation class

另请参见:
常量字段值

STRUTS_ID_PARAMETER_NAME

public static final String STRUTS_ID_PARAMETER_NAME
The name of the parameter to create when mapping an id (used by some action mappers)

另请参见:
常量字段值

STRUTS_ALLOW_STATIC_METHOD_ACCESS

public static final String STRUTS_ALLOW_STATIC_METHOD_ACCESS
The name of the parameter to determine whether static method access will be allowed in OGNL expressions or not

另请参见:
常量字段值

STRUTS_ACTIONVALIDATORMANAGER

public static final String STRUTS_ACTIONVALIDATORMANAGER
The com.opensymphony.xwork2.validator.ActionValidatorManager implementation class

另请参见:
常量字段值

STRUTS_VALUESTACKFACTORY

public static final String STRUTS_VALUESTACKFACTORY
The ValueStackFactory implementation class

另请参见:
常量字段值

STRUTS_REFLECTIONPROVIDER

public static final String STRUTS_REFLECTIONPROVIDER
The ReflectionProvider implementation class

另请参见:
常量字段值

STRUTS_REFLECTIONCONTEXTFACTORY

public static final String STRUTS_REFLECTIONCONTEXTFACTORY
The ReflectionContextFactory implementation class

另请参见:
常量字段值

STRUTS_PATTERNMATCHER

public static final String STRUTS_PATTERNMATCHER
The PatternMatcher implementation class

另请参见:
常量字段值

STRUTS_STATIC_CONTENT_LOADER

public static final String STRUTS_STATIC_CONTENT_LOADER
The StaticContentLoader implementation class

另请参见:
常量字段值

STRUTS_UNKNOWN_HANDLER_MANAGER

public static final String STRUTS_UNKNOWN_HANDLER_MANAGER
The UnknownHandlerManager implementation class

另请参见:
常量字段值

STRUTS_EL_THROW_EXCEPTION

public static final String STRUTS_EL_THROW_EXCEPTION
Throw RuntimeException when a property is not found, or the evaluation of the espression fails

另请参见:
常量字段值

STRUTS_LOG_MISSING_PROPERTIES

public static final String STRUTS_LOG_MISSING_PROPERTIES
Logs properties that are not found (very verbose)

另请参见:
常量字段值

STRUTS_ENABLE_OGNL_EXPRESSION_CACHE

public static final String STRUTS_ENABLE_OGNL_EXPRESSION_CACHE
Enables caching of parsed OGNL expressions

另请参见:
常量字段值

STRUTS_ENABLE_OGNL_EVAL_EXPRESSION

public static final String STRUTS_ENABLE_OGNL_EVAL_EXPRESSION
Enables evaluation of OGNL expressions

另请参见:
常量字段值

STRUTS_DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP

public static final String STRUTS_DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP
Disables StrutsRequestWrapper request attribute value stack lookup (JSTL accessibility)

另请参见:
常量字段值

STRUTS_URL_HELPER

public static final String STRUTS_URL_HELPER
TheUrlHelper implementation class

另请参见:
常量字段值

STRUTS_CONVERTER_COLLECTION

public static final String STRUTS_CONVERTER_COLLECTION
XWorkBasicConverter

另请参见:
常量字段值

STRUTS_CONVERTER_ARRAY

public static final String STRUTS_CONVERTER_ARRAY
另请参见:
常量字段值

STRUTS_CONVERTER_DATE

public static final String STRUTS_CONVERTER_DATE
另请参见:
常量字段值

STRUTS_CONVERTER_NUMBER

public static final String STRUTS_CONVERTER_NUMBER
另请参见:
常量字段值

STRUTS_CONVERTER_STRING

public static final String STRUTS_CONVERTER_STRING
另请参见:
常量字段值

STRUTS_HANDLE_EXCEPTION

public static final String STRUTS_HANDLE_EXCEPTION
Enable handling exceptions by Dispatcher - true by default

另请参见:
常量字段值

STRUTS_CONVERTER_PROPERTIES_PROCESSOR

public static final String STRUTS_CONVERTER_PROPERTIES_PROCESSOR
另请参见:
常量字段值

STRUTS_CONVERTER_FILE_PROCESSOR

public static final String STRUTS_CONVERTER_FILE_PROCESSOR
另请参见:
常量字段值

STRUTS_CONVERTER_ANNOTATION_PROCESSOR

public static final String STRUTS_CONVERTER_ANNOTATION_PROCESSOR
另请参见:
常量字段值

STRUTS_CONVERTER_CREATOR

public static final String STRUTS_CONVERTER_CREATOR
另请参见:
常量字段值

STRUTS_CONVERTER_HOLDER

public static final String STRUTS_CONVERTER_HOLDER
另请参见:
常量字段值

STRUTS_EXPRESSION_PARSER

public static final String STRUTS_EXPRESSION_PARSER
另请参见:
常量字段值

STRUTS_ALLOWED_ACTION_NAMES

public static final String STRUTS_ALLOWED_ACTION_NAMES
actions names' whitelist

另请参见:
常量字段值

STRUTS_MAPPER_ACTION_PREFIX_ENABLED

public static final String STRUTS_MAPPER_ACTION_PREFIX_ENABLED
enables action: prefix

另请参见:
常量字段值

STRUTS_MAPPER_ACTION_PREFIX_CROSSNAMESPACES

public static final String STRUTS_MAPPER_ACTION_PREFIX_CROSSNAMESPACES
enables access to actions in other namespaces than current with action: prefix

另请参见:
常量字段值

DEFAULT_TEMPLATE_TYPE_CONFIG_KEY

public static final String DEFAULT_TEMPLATE_TYPE_CONFIG_KEY
另请参见:
常量字段值
构造方法详细信息

StrutsConstants

public StrutsConstants()