public final class StrutsConstants extends Object
Modifier and Type | Field and Description |
---|---|
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
ActionMapper s based on the request's prefix
You can specify different prefixes that will be handled by different mappers |
static String |
STRUTS_ACCEPTED_PATTERNS_CHECKER |
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_ADDITIONAL_ACCEPTED_PATTERNS |
static String |
STRUTS_ADDITIONAL_EXCLUDED_PATTERNS |
static String |
STRUTS_ALLOW_STATIC_FIELD_ACCESS
The name of the parameter to determine whether static field access will be allowed in OGNL expressions or not
|
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
Action names' whitelist
|
static String |
STRUTS_ALLOWED_METHOD_NAMES
Method names' whitelist
|
static String |
STRUTS_ALLOWED_NAMESPACE_NAMES
Namespace 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_CONTENT_TYPE_MATCHER |
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
|
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_DEFAULT_ACTION_NAME
Default action name to use when action didn't match the whitelist
|
static String |
STRUTS_DEFAULT_METHOD_NAME
Default method name to use when method didn't match the whitelist
|
static String |
STRUTS_DEFAULT_NAMESPACE_NAME
Default namespace name to use when namespace didn't match the whitelist
|
static String |
STRUTS_DEV_MODE_EXCLUDED_CLASSES
Comma delimited set of excluded classes and package names which cannot be accessed via expressions in devMode
|
static String |
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAME_PATTERNS |
static String |
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAMES |
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_DISALLOW_PROXY_MEMBER_ACCESS |
static String |
STRUTS_DISPATCHER_ERROR_HANDLER
Allows override default DispatcherErrorHandler
|
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 expression 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_EXCLUDED_CLASSES
Comma delimited set of excluded classes and package names which cannot be accessed via expressions
|
static String |
STRUTS_EXCLUDED_PACKAGE_NAME_PATTERNS |
static String |
STRUTS_EXCLUDED_PACKAGE_NAMES |
static String |
STRUTS_EXCLUDED_PATTERNS_CHECKER
Dedicated services to check if passed string is excluded/accepted
|
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_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
Deprecated.
use
STRUTS_LOCALE_PROVIDER_FACTORY instead |
static String |
STRUTS_LOCALE_PROVIDER_FACTORY
The
LocaleProviderFactory implementation class |
static String |
STRUTS_LOCALIZED_TEXT_PROVIDER |
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
A name of a bean implementing org.apache.struts2.dispatcher.mapper.ActionMapper interface
|
static String |
STRUTS_MAPPER_COMPOSITE
Prefix used by
CompositeActionMapper to identify its containing ActionMapper class. |
static String |
STRUTS_MULTIPART_BUFFERSIZE
Declares the buffer size to be used during streaming multipart content to disk.
|
static String |
STRUTS_MULTIPART_ENABLED
A global switch to disable support for multipart requests
|
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_MULTIPART_VALIDATION_REGEX |
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_ENABLE_AOP_SUPPORT
Deprecated.
|
static String |
STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
Whether Spring should use its class cache or not
|
static String |
STRUTS_OBJECTFACTORY_UNKNOWNHANDLERFACTORY |
static String |
STRUTS_OBJECTFACTORY_VALIDATORFACTORY |
static String |
STRUTS_OBJECTTYPEDETERMINER
The com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class
|
static String |
STRUTS_OGNL_AUTO_GROWTH_COLLECTION_LIMIT |
static String |
STRUTS_OGNL_EXPRESSION_MAX_LENGTH
The maximum length of an expression (OGNL)
|
static String |
STRUTS_OVERRIDE_ACCEPTED_PATTERNS |
static String |
STRUTS_OVERRIDE_EXCLUDED_PATTERNS
Constant is used to override framework's default excluded patterns
|
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_SMI_METHOD_REGEX |
static String |
STRUTS_STATIC_CONTENT_LOADER
The
StaticContentLoader implementation class |
static String |
STRUTS_TAG_ALTSYNTAX
Whether to use the alternative syntax for the tags or not
|
static String |
STRUTS_TAG_INCLUDETAG_USERESPONSEENCODING
Whether to use the response encoding (JSP page encoding) for s:include tag processing (false - use STRUTS_I18N_ENCODING - by default)
|
static String |
STRUTS_TEXT_PROVIDER |
static String |
STRUTS_TEXT_PROVIDER_FACTORY |
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
The
UrlHelper 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_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
Deprecated.
use
STRUTS_TEXT_PROVIDER instead |
Constructor and Description |
---|
StrutsConstants() |
public static final String STRUTS_DEVMODE
public static final String STRUTS_I18N_RELOAD
public static final String STRUTS_I18N_ENCODING
public static final String STRUTS_CONFIGURATION_XML_RELOAD
public static final String STRUTS_ACTION_EXTENSION
public static final String STRUTS_ACTION_EXCLUDE_PATTERN
public static final String STRUTS_TAG_ALTSYNTAX
public static final String STRUTS_TAG_INCLUDETAG_USERESPONSEENCODING
public static final String STRUTS_URL_HTTP_PORT
public static final String STRUTS_URL_HTTPS_PORT
public static final String STRUTS_URL_INCLUDEPARAMS
public static final String STRUTS_URL_RENDERER
public static final String STRUTS_OBJECTFACTORY
public static final String STRUTS_OBJECTFACTORY_ACTIONFACTORY
public static final String STRUTS_OBJECTFACTORY_RESULTFACTORY
public static final String STRUTS_OBJECTFACTORY_CONVERTERFACTORY
public static final String STRUTS_OBJECTFACTORY_INTERCEPTORFACTORY
public static final String STRUTS_OBJECTFACTORY_VALIDATORFACTORY
public static final String STRUTS_OBJECTFACTORY_UNKNOWNHANDLERFACTORY
public static final String STRUTS_FILE_MANAGER_FACTORY
public static final String STRUTS_FILE_MANAGER
public static final String STRUTS_OBJECTTYPEDETERMINER
public static final String STRUTS_CONTINUATIONS_PACKAGE
public static final String STRUTS_CONFIGURATION
public static final String STRUTS_LOCALE
public static final String STRUTS_DISPATCHER_PARAMETERSWORKAROUND
public static final String STRUTS_FREEMARKER_MANAGER_CLASSNAME
public static final String STRUTS_FREEMARKER_TEMPLATES_CACHE_UPDATE_DELAY
public static final String STRUTS_FREEMARKER_BEANWRAPPER_CACHE
public static final String STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE
public static final String STRUTS_VELOCITY_CONFIGFILE
public static final String STRUTS_VELOCITY_TOOLBOXLOCATION
public static final String STRUTS_VELOCITY_CONTEXTS
public static final String STRUTS_UI_TEMPLATEDIR
public static final String STRUTS_UI_THEME
public static final String STRUTS_UI_THEME_EXPANSION_TOKEN
public static final String STRUTS_MULTIPART_MAXSIZE
public static final String STRUTS_MULTIPART_SAVEDIR
public static final String STRUTS_MULTIPART_BUFFERSIZE
JakartaStreamMultiPartRequest
public static final String STRUTS_MULTIPART_PARSER
public static final String STRUTS_MULTIPART_ENABLED
public static final String STRUTS_MULTIPART_VALIDATION_REGEX
public static final String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE
public static final String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE_ALWAYS_RESPECT
public static final String STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
@Deprecated public static final String STRUTS_OBJECTFACTORY_SPRING_ENABLE_AOP_SUPPORT
public static final String STRUTS_XSLT_NOCACHE
public static final String STRUTS_CUSTOM_PROPERTIES
public static final String STRUTS_CUSTOM_I18N_RESOURCES
public static final String STRUTS_MAPPER_CLASS
public static final String PREFIX_BASED_MAPPER_CONFIGURATION
ActionMapper
s based on the request's prefix
You can specify different prefixes that will be handled by different mapperspublic static final String STRUTS_SERVE_STATIC_CONTENT
public static final String STRUTS_SERVE_STATIC_BROWSER_CACHE
public static final String STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION
public static final String STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES
public static final String STRUTS_MAPPER_COMPOSITE
CompositeActionMapper
to identify its containing ActionMapper
class.public static final String STRUTS_ACTIONPROXYFACTORY
public static final String STRUTS_FREEMARKER_WRAPPER_ALT_MAP
public static final String STRUTS_XWORKCONVERTER
public static final String STRUTS_ALWAYS_SELECT_FULL_NAMESPACE
@Deprecated public static final String STRUTS_XWORKTEXTPROVIDER
STRUTS_TEXT_PROVIDER
instead@Deprecated public static final String STRUTS_LOCALE_PROVIDER
STRUTS_LOCALE_PROVIDER_FACTORY
insteadLocaleProvider
implementation classpublic static final String STRUTS_LOCALE_PROVIDER_FACTORY
LocaleProviderFactory
implementation classpublic static final String STRUTS_ID_PARAMETER_NAME
public static final String STRUTS_ALLOW_STATIC_FIELD_ACCESS
public static final String STRUTS_ALLOW_STATIC_METHOD_ACCESS
public static final String STRUTS_ACTIONVALIDATORMANAGER
public static final String STRUTS_VALUESTACKFACTORY
ValueStackFactory
implementation classpublic static final String STRUTS_REFLECTIONPROVIDER
ReflectionProvider
implementation classpublic static final String STRUTS_REFLECTIONCONTEXTFACTORY
ReflectionContextFactory
implementation classpublic static final String STRUTS_PATTERNMATCHER
PatternMatcher
implementation classpublic static final String STRUTS_STATIC_CONTENT_LOADER
StaticContentLoader
implementation classpublic static final String STRUTS_UNKNOWN_HANDLER_MANAGER
UnknownHandlerManager
implementation classpublic static final String STRUTS_EL_THROW_EXCEPTION
public static final String STRUTS_LOG_MISSING_PROPERTIES
public static final String STRUTS_ENABLE_OGNL_EXPRESSION_CACHE
public static final String STRUTS_ENABLE_OGNL_EVAL_EXPRESSION
public static final String STRUTS_OGNL_EXPRESSION_MAX_LENGTH
public static final String STRUTS_DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP
StrutsRequestWrapper
request attribute value stack lookup (JSTL accessibility)public static final String STRUTS_URL_HELPER
UrlHelper
implementation classpublic static final String STRUTS_CONVERTER_COLLECTION
public static final String STRUTS_CONVERTER_ARRAY
public static final String STRUTS_CONVERTER_DATE
public static final String STRUTS_CONVERTER_NUMBER
public static final String STRUTS_CONVERTER_STRING
public static final String STRUTS_HANDLE_EXCEPTION
public static final String STRUTS_CONVERTER_PROPERTIES_PROCESSOR
public static final String STRUTS_CONVERTER_FILE_PROCESSOR
public static final String STRUTS_CONVERTER_ANNOTATION_PROCESSOR
public static final String STRUTS_CONVERTER_CREATOR
public static final String STRUTS_CONVERTER_HOLDER
public static final String STRUTS_EXPRESSION_PARSER
public static final String STRUTS_ALLOWED_NAMESPACE_NAMES
public static final String STRUTS_DEFAULT_NAMESPACE_NAME
public static final String STRUTS_ALLOWED_ACTION_NAMES
public static final String STRUTS_DEFAULT_ACTION_NAME
public static final String STRUTS_ALLOWED_METHOD_NAMES
public static final String STRUTS_DEFAULT_METHOD_NAME
public static final String STRUTS_MAPPER_ACTION_PREFIX_ENABLED
public static final String STRUTS_MAPPER_ACTION_PREFIX_CROSSNAMESPACES
public static final String DEFAULT_TEMPLATE_TYPE_CONFIG_KEY
public static final String STRUTS_DISPATCHER_ERROR_HANDLER
public static final String STRUTS_EXCLUDED_CLASSES
public static final String STRUTS_EXCLUDED_PACKAGE_NAME_PATTERNS
public static final String STRUTS_EXCLUDED_PACKAGE_NAMES
public static final String STRUTS_DEV_MODE_EXCLUDED_CLASSES
public static final String STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAME_PATTERNS
public static final String STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAMES
public static final String STRUTS_EXCLUDED_PATTERNS_CHECKER
public static final String STRUTS_ACCEPTED_PATTERNS_CHECKER
public static final String STRUTS_OVERRIDE_EXCLUDED_PATTERNS
public static final String STRUTS_OVERRIDE_ACCEPTED_PATTERNS
public static final String STRUTS_ADDITIONAL_EXCLUDED_PATTERNS
public static final String STRUTS_ADDITIONAL_ACCEPTED_PATTERNS
public static final String STRUTS_CONTENT_TYPE_MATCHER
public static final String STRUTS_SMI_METHOD_REGEX
public static final String STRUTS_TEXT_PROVIDER
public static final String STRUTS_TEXT_PROVIDER_FACTORY
public static final String STRUTS_LOCALIZED_TEXT_PROVIDER
public static final String STRUTS_DISALLOW_PROXY_MEMBER_ACCESS
public static final String STRUTS_OGNL_AUTO_GROWTH_COLLECTION_LIMIT
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.