Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
AbstractBeanSelectionProvider - Class in org.apache.struts2.config
TODO lukaszlenart: write a JavaDoc
AbstractBeanSelectionProvider() - Constructor for class org.apache.struts2.config.AbstractBeanSelectionProvider
 
AbstractClosingTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractClosingTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
AbstractDoubleListTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractDoubleListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
AbstractFileUploadInterceptor - Class in org.apache.struts2.interceptor
 
AbstractFileUploadInterceptor() - Constructor for class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
AbstractInterceptor - Class in org.apache.struts2.interceptor
Provides default implementations of optional lifecycle methods
AbstractInterceptor() - Constructor for class org.apache.struts2.interceptor.AbstractInterceptor
 
AbstractListTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractListTag
 
AbstractMatcher<E> - Class in org.apache.struts2.config.impl
Matches patterns against pre-compiled wildcard expressions pulled from target objects.
AbstractMatcher(PatternMatcher<?>, boolean) - Constructor for class org.apache.struts2.config.impl.AbstractMatcher
 
AbstractMultiPartRequest - Class in org.apache.struts2.dispatcher.multipart
Abstract class with some helper methods, it should be used when starting development of another implementation of MultiPartRequest
AbstractMultiPartRequest() - Constructor for class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
AbstractRequiredListTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractRequiredListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
 
AbstractResourceStore - Class in org.apache.struts2.util.classloader
 
AbstractResourceStore(File) - Constructor for class org.apache.struts2.util.classloader.AbstractResourceStore
 
AbstractUITag - Class in org.apache.struts2.views.jsp.ui
Abstract base class for all UI tags.
AbstractUITag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractUITag
 
AbstractUITagBeanInfo - Class in org.apache.struts2.views.jsp.ui
Describes properties supported by the AbstractUITag - base class for all UI tags This bases on HtmlTagSupportBeanInfo class from StripesFramework - thanks! FIXME: is it used?
AbstractUITagBeanInfo() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractUITagBeanInfo
 
accept - Variable in class org.apache.struts2.components.File
 
accept - Variable in class org.apache.struts2.views.jsp.ui.FileTag
 
ACCEPT_LANGUAGE - Enum constant in enum class org.apache.struts2.interceptor.I18nInterceptor.Storage
 
acceptableParameterName(String) - Method in interface org.apache.struts2.action.ParameterNameAware
Tests if the action will accept the parameter with the given name.
acceptableParameterName(String, String) - Method in interface org.apache.struts2.result.ParamNameAwareResult
 
acceptableParameterValue(String) - Method in interface org.apache.struts2.action.ParameterValueAware
Tests if the action will accept the parameter with the given value.
acceptcharset - Variable in class org.apache.struts2.components.Form
 
acceptcharset - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
ACCEPTED_PATTERNS - Static variable in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
acceptedPatterns - Variable in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
AcceptedPatternsChecker - Interface in org.apache.struts2.security
Used across different interceptors to check if given string matches one of the accepted patterns.
AcceptedPatternsChecker.IsAccepted - Class in org.apache.struts2.security
 
acceptFile(Object, UploadedFile, String, String, String) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
Override for added functionality.
AcceptLanguageLocaleHandler(ActionInvocation) - Constructor for class org.apache.struts2.interceptor.I18nInterceptor.AcceptLanguageLocaleHandler
 
accesskey - Variable in class org.apache.struts2.components.UIBean
 
accesskey - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
action - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
action - Variable in class org.apache.struts2.components.Form
 
action - Variable in class org.apache.struts2.components.FormButton
 
action - Variable in class org.apache.struts2.DefaultActionInvocation
 
action - Variable in class org.apache.struts2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
action - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
action - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
action - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
action - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
action - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
action - Variable in class org.apache.struts2.views.jsp.URLTag
 
Action - Interface in org.apache.struts2.action
All actions may implement this interface, which exposes the execute() method.
ACTION - Static variable in class org.apache.struts2.views.util.ContextUtil
 
ACTION_MAPPING - Static variable in interface org.apache.struts2.StrutsStatics
 
ACTION_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
ActionChainResult - Class in org.apache.struts2.result
This result invokes an entire other action, complete with it's own interceptor stack and result.
ActionChainResult() - Constructor for class org.apache.struts2.result.ActionChainResult
 
ActionChainResult(String, String, String) - Constructor for class org.apache.struts2.result.ActionChainResult
 
ActionChainResult(String, String, String, String) - Constructor for class org.apache.struts2.result.ActionChainResult
 
ActionComponent - Class in org.apache.struts2.components
ActionComponent(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionComponent
 
ActionConfig - Class in org.apache.struts2.config.entities
Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
ActionConfig(String, String, String) - Constructor for class org.apache.struts2.config.entities.ActionConfig
 
ActionConfig(ActionConfig) - Constructor for class org.apache.struts2.config.entities.ActionConfig
Clones an ActionConfig, copying data into new maps and lists
ActionConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
ActionConfigMatcher - Class in org.apache.struts2.config.impl
Matches paths against pre-compiled wildcard expressions pulled from action configs.
ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean) - Constructor for class org.apache.struts2.config.impl.ActionConfigMatcher
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean, boolean) - Constructor for class org.apache.struts2.config.impl.ActionConfigMatcher
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
actionConfigs - Variable in class org.apache.struts2.config.entities.PackageConfig
 
ActionContext - Class in org.apache.struts2
The ActionContext is the context in which an Action is executed.
ActionContext(Map<String, Object>) - Constructor for class org.apache.struts2.ActionContext
Creates a new ActionContext initialized with another context.
actionerror - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ActionError - Class in org.apache.struts2.components
Render action errors if they exists the specific layout of the rendering depends on the theme itself.
ActionError(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionError
 
ActionErrorModel - Class in org.apache.struts2.views.freemarker.tags
 
ActionErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionErrorModel
 
actionErrorOccurred(String) - Method in interface org.apache.struts2.interceptor.ValidationErrorAware
Allows to notify action about occurred action/field errors
actionErrorsSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
ActionErrorTag - Class in org.apache.struts2.views.jsp.ui
ActionError Tag.
ActionErrorTag() - Constructor for class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
actionEventListener - Variable in class org.apache.struts2.DefaultActionInvocation
 
actionEventListener - Variable in class org.apache.struts2.DefaultActionProxy
 
ActionEventListener - Interface in org.apache.struts2
Provides hooks for handling key action events
ActionFactory - Interface in org.apache.struts2.factory
Used by ObjectFactory to build actions
ActionFileUploadInterceptor - Class in org.apache.struts2.interceptor
Interceptor that is based off of MultiPartRequestWrapper, which is automatically applied for any request that includes a file when the support for multi-part request is enabled, see Disabling file upload.
ActionFileUploadInterceptor() - Constructor for class org.apache.struts2.interceptor.ActionFileUploadInterceptor
 
actionInvocation - Variable in class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
ActionInvocation - Interface in org.apache.struts2
An ActionInvocation represents the execution state of an Action.
actionMapper - Variable in class org.apache.struts2.components.Component
 
actionMapper - Variable in class org.apache.struts2.result.PostbackResult
 
actionMapper - Variable in class org.apache.struts2.result.ServletRedirectResult
 
ActionMapper - Interface in org.apache.struts2.dispatcher.mapper
actionMappers - Variable in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
actionMappers - Variable in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
ActionMapping - Class in org.apache.struts2.dispatcher.mapper
Simple class that holds the action mapping information used to invoke a Struts action.
ActionMapping() - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
Constructs an ActionMapping
ActionMapping(String, String, String, Map<String, Object>) - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
Constructs an ActionMapping with its values
ActionMapping(Result) - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
Constructs an ActionMapping with a default result
ActionMappingParametersInterceptor - Class in org.apache.struts2.interceptor
ActionMappingParametersInterceptor() - Constructor for class org.apache.struts2.interceptor.ActionMappingParametersInterceptor
 
actionmessage - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ActionMessage - Class in org.apache.struts2.components
Render action messages if they exists, specific rendering layout depends on the theme itself.
ActionMessage(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionMessage
 
ActionMessageModel - Class in org.apache.struts2.views.freemarker.tags
 
ActionMessageModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionMessageModel
 
actionMessagesSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
ActionMessageTag - Class in org.apache.struts2.views.jsp.ui
ActionMessage Tag.
ActionMessageTag() - Constructor for class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
ActionModel - Class in org.apache.struts2.views.freemarker.tags
 
ActionModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionModel
 
actionName - Variable in class org.apache.struts2.DefaultActionProxy
 
actionName - Variable in class org.apache.struts2.result.ServletActionRedirectResult
 
ActionProxy - Interface in org.apache.struts2
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
actionProxyFactory - Variable in class org.apache.struts2.components.ActionComponent
 
actionProxyFactory - Variable in class org.apache.struts2.XWorkJUnit4TestCase
 
actionProxyFactory - Variable in class org.apache.struts2.XWorkTestCase
 
ActionProxyFactory - Interface in org.apache.struts2
The ActionProxyFactory is used to create ActionProxys to be executed.
ActionSupport - Class in org.apache.struts2
Provides a default implementation for the most common actions.
ActionSupport() - Constructor for class org.apache.struts2.ActionSupport
 
ActionTag - Class in org.apache.struts2.views.jsp
 
ActionTag() - Constructor for class org.apache.struts2.views.jsp.ActionTag
 
actionValidatorManager - Variable in class org.apache.struts2.components.Form
 
ActionValidatorManager - Interface in org.apache.struts2.validator
ActionValidatorManager is the main interface for validation managers (regular and annotation based).
actualName - Variable in class org.apache.struts2.components.Text
 
actualSizeOfUploadedFiles() - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
 
add(int, Object) - Method in class org.apache.struts2.conversion.impl.XWorkList
Inserts the specified element at the specified position in this list.
add(Object) - Method in class org.apache.struts2.conversion.impl.XWorkList
Appends the specified element to the end of this list.
addAction(Element, PackageConfig.Builder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
addActionConfig(String, ActionConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addActionError(Object) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
addActionError(String) - Method in class org.apache.struts2.ActionSupport
 
addActionError(String) - Method in interface org.apache.struts2.interceptor.ValidationAware
Add an Action-level error message to this Action.
addActionError(String) - Method in class org.apache.struts2.ValidationAwareSupport
 
addActionError(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
addActionError(String) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
addActionMessage(String) - Method in class org.apache.struts2.ActionSupport
 
addActionMessage(String) - Method in interface org.apache.struts2.interceptor.ValidationAware
Add an Action-level message to this Action.
addActionMessage(String) - Method in class org.apache.struts2.ValidationAwareSupport
 
addActionMessage(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
addAll(int, Collection) - Method in class org.apache.struts2.conversion.impl.XWorkList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(Collection) - Method in class org.apache.struts2.conversion.impl.XWorkList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAllAttributes(Map<String, Object>) - Method in class org.apache.struts2.components.Anchor
 
addAllAttributes(Map<String, Object>) - Method in class org.apache.struts2.components.Component
Adds all the given attributes to this component's own attributes.
addAllFields(Class<? extends Annotation>, Class<?>, List<Field>) - Static method in class org.apache.struts2.util.AnnotationUtils
Adds all fields with the specified Annotation of class clazz and its superclasses to allFields
addAllInterfaces(Class<?>, List<Class<?>>) - Static method in class org.apache.struts2.util.AnnotationUtils
 
addAllMethods(Class<? extends Annotation>, Class<?>, List<Method>) - Static method in class org.apache.struts2.util.AnnotationUtils
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields
addAllowedMethod(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addAllowedMethod(Collection<String>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addAllowedMethodsToSet(Node, Set<String>) - Static method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
addAllToLeftLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToLeftLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAllToLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAllToRightLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToRightLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAllToRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAttribute(String, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
addBuffer() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
addContainerProvider(ContainerProvider) - Method in class org.apache.struts2.config.ConfigurationManager
adds a configuration provider to the List of ConfigurationProviders.
addConverterMapping(Map<String, Object>, Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
Looks for converter mappings for the specified class and adds it to an existing map.
addCookiesToResponse(CookieProvider, HttpServletResponse) - Method in class org.apache.struts2.interceptor.CookieProviderInterceptor
Do what name suggests
addCspHeaders(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.struts2.interceptor.csp.CspSettings
 
addCspHeaders(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
addDefaultContainerProviders() - Method in class org.apache.struts2.config.ConfigurationManager
 
addDefaultMapping(String, TypeConverter) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
addDefaultMapping(String, TypeConverter) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Adds mapping for default type converters - application scoped
addDefaultResourceBundle(String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
addDefaultResourceBundle(String) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Adds the bundle to the internal list of default bundles.
addDispatcherListener(DispatcherListener) - Static method in class org.apache.struts2.dispatcher.Dispatcher
Add a dispatcher lifecycle listener.
addEdge(T, T) - Method in class org.apache.struts2.config.providers.DirectedGraph
Given a start node, and a destination, adds an arc from the start node to the destination.
addError(LocalizedMessage) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Adds an error message when it isn't already added.
addExceptionMapping(ExceptionMappingConfig) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addExceptionMappingConfig(ExceptionMappingConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addExceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addFieldError(String, Object) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
addFieldError(String, String) - Method in class org.apache.struts2.ActionSupport
 
addFieldError(String, String) - Method in interface org.apache.struts2.interceptor.ValidationAware
Add an error message for a given field.
addFieldError(String, String) - Method in class org.apache.struts2.ValidationAwareSupport
 
addFieldError(String, String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
addFieldError(String, String) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
addFinder(LocationUtils.LocationFinder) - Static method in class org.apache.struts2.util.location.LocationUtils
Add a LocationUtils.LocationFinder to the list of finders that will be queried for an object's location by LocationUtils.getLocation(Object, String).
addFormParameter(String, Object) - Method in class org.apache.struts2.components.UIBean
 
addGlobalAllowedMethods(Set<String>) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addGlobalExceptionMappingConfigs(List<ExceptionMappingConfig>) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addGlobalResultConfig(ResultConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addGlobalResultConfigs(Map<String, ResultConfig>) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addHeader(String, String) - Method in class org.apache.struts2.result.HttpHeaderResult
Adds an HTTP header to the response
addIfMatching(ResolverUtil.Test, String) - Method in class org.apache.struts2.util.ResolverUtil
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addInterceptor(InterceptorMapping) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addInterceptor(InterceptorMapping) - Method in interface org.apache.struts2.config.entities.InterceptorListHolder
 
addInterceptor(InterceptorMapping) - Method in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
Add an InterceptorMapping object.
addInterceptorConfig(InterceptorConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addInterceptors(List<InterceptorMapping>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addInterceptors(List<InterceptorMapping>) - Method in interface org.apache.struts2.config.entities.InterceptorListHolder
 
addInterceptors(List<InterceptorMapping>) - Method in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
Add a List of InterceptorMapping objects.
addInterceptorStackConfig(InterceptorStackConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
addLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
addLocationAttributes(Locator, Attributes) - Static method in class org.apache.struts2.util.location.LocationAttributes
Add location attributes to a set of SAX attributes.
addMapping(Class, Map<String, Object>) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
addMapping(Class, Map<String, Object>) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Assign mapping of converters for given class
addNode(T) - Method in class org.apache.struts2.config.providers.DirectedGraph
Adds a new node to the graph.
addNoMapping(Class) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
addNoMapping(Class) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Adds no mapping flag for give class
addPackage(Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Create a PackageConfig from an XML element representing it.
addPackageConfig(String, PackageConfig) - Method in interface org.apache.struts2.config.Configuration
 
addPackageConfig(String, PackageConfig) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
addPackageConfig(String, PackageConfig) - Method in class org.apache.struts2.config.impl.MockConfiguration
 
addParam(String, Object) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
addParam(String, String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addParam(String, String) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
addParam(String, String) - Method in class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
addParam(String, String) - Method in interface org.apache.struts2.config.entities.Parameterizable
 
addParam(String, String) - Method in class org.apache.struts2.config.entities.ResultConfig.Builder
 
addParam(String, String) - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
addParam(String, String) - Method in interface org.apache.struts2.url.QueryStringParser.Result
 
addParam(String, String) - Method in class org.apache.struts2.url.StrutsQueryStringParser.StrutsQueryStringParserResult
 
addParameter(Object) - Method in class org.apache.struts2.components.AppendIterator
 
addParameter(Object) - Method in class org.apache.struts2.components.FieldError
 
addParameter(Object) - Method in class org.apache.struts2.components.MergeIterator
 
addParameter(Object) - Method in interface org.apache.struts2.components.Param.UnnamedParametric
Adds the given value as a parameter to the outer tag.
addParameter(Object) - Method in class org.apache.struts2.components.Text
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Anchor
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Bean
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Component
Adds the given key and value to this component's own parameter.
addParameter(String, Object) - Method in class org.apache.struts2.components.Include
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Text
 
addParameter(String, Object) - Method in class org.apache.struts2.result.ServletRedirectResult
Adds a request parameter to be added to the redirect url
addParameter(String, Object) - Method in class org.apache.struts2.util.URLBean
 
addParameter(String, Object) - Method in class org.apache.struts2.views.jsp.ActionTag
 
addParameterAction(String, ParameterAction) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Adds a parameter action.
addParametersToContext(ActionContext, Map<String, ?>) - Method in class org.apache.struts2.interceptor.ActionMappingParametersInterceptor
Adds the parameters into the current ActionContext's parameter map.
addParametersToContext(ActionContext, Map<String, ?>) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Adds the parameters into context's ParameterMap
addParametersToContext(ActionContext, Map<String, ?>) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
Adds the parameters into context's ParameterMap.
addParams(Map<String, Object>) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
addParams(Map<String, String>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addParams(Map<String, String>) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
addParams(Map<String, String>) - Method in class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
addParams(Map<String, String>) - Method in class org.apache.struts2.config.entities.ResultConfig.Builder
 
addParams(Map<String, String>) - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
addParent(PackageConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addParents(List<PackageConfig>) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addPattern(String, E, boolean) - Method in class org.apache.struts2.config.impl.AbstractMatcher
Finds and precompiles the wildcard patterns.
addPreResultListener(PreResultListener) - Method in interface org.apache.struts2.ActionInvocation
Register a PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class org.apache.struts2.DefaultActionInvocation
Register a org.apache.struts2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class org.apache.struts2.mock.MockActionInvocation
 
addResourceStore(ResourceStore) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
addResultConfig(ResultConfig) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addResultConfigs(Collection<ResultConfig>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addResultConfigs(Map<String, ResultConfig>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
addResultTypeConfig(ResultTypeConfig) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
addResultTypes(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
addSetting(String, String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
addToLeftLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToLeftLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addToLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addToRightLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToRightLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addToRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addUnknownMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
addUnknownMapping(String) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Adds no converter flag for given class name FIXME lukaszlenart: maybe it should be merged with NoMapping
adjustLocation(String) - Method in class org.apache.struts2.result.PlainTextResult
 
after(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
After - Annotation Interface in org.apache.struts2.interceptor.annotations
Marks a action method that needs to be called after the main action method and the result was executed.
afterBody() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
afterInvocation() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Called after the background thread determines the result code from the ActionInvocation, but before the background thread is marked as done.
alias(Class<T>, String) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to alias(type, Container.DEFAULT_NAME, type).
alias(Class<T>, String, String) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps an existing factory to a new name.
alias(Class, String, ContainerBuilder, Properties) - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
alias(Class, String, ContainerBuilder, Properties, Scope) - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
aliasesKey - Variable in class org.apache.struts2.interceptor.AliasInterceptor
 
AliasInterceptor - Class in org.apache.struts2.interceptor
The aim of this Interceptor is to alias a named parameter to a different named parameter.
AliasInterceptor() - Constructor for class org.apache.struts2.interceptor.AliasInterceptor
 
ALL - Static variable in interface org.apache.struts2.components.UrlProvider
 
allowAddAllToLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddAllToLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAddAllToRight - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddAllToRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAddToLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddToLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAddToRight - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddToRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAndLoadClass(String) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
allowCaching - Variable in class org.apache.struts2.result.StreamResult
 
allowClass(Class<?>) - Method in class org.apache.struts2.ognl.ThreadAllowlist
 
allowDynamicAttributes() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTag
 
allowDynamicMethodCalls - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
allowedActionNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
AllowedHttpMethod - Annotation Interface in org.apache.struts2.interceptor.httpmethod
Use this annotation to limit with what http method action or action's method can be called
allowedMethodNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
allowedMethods - Variable in class org.apache.struts2.config.entities.ActionConfig
 
allowedMethods - Variable in class org.apache.struts2.config.entities.ActionConfig.Builder
 
AllowedMethods - Class in org.apache.struts2.config.entities
 
allowedNamespaceNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
allowedRoles - Variable in class org.apache.struts2.interceptor.RolesInterceptor
 
allowlistClass(Class<?>) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
allowlistClasses - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
allowlistFieldIfParameterized(Field) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
allowlistParameterizedTypeArg(Type) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
allowlistParamType(Type) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
allowlistReturnTypeIfParameterized(Method) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
allowMoveDown - Variable in class org.apache.struts2.components.UpDownSelect
 
allowMoveDown - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
allowMoveUp - Variable in class org.apache.struts2.components.UpDownSelect
 
allowMoveUp - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
allowRemoveAll - Variable in class org.apache.struts2.components.InputTransferSelect
 
allowRemoveAll - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
allowSelectAll - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowSelectAll - Variable in class org.apache.struts2.components.UpDownSelect
 
allowSelectAll - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowSelectAll - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
allowSlashesInActionNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
allowUpDown - Variable in class org.apache.struts2.components.InputTransferSelect
 
allowUpDown - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
allowUpDownOnLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowUpDownOnLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowUpDownOnRight - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowUpDownOnRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
altMapWrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
alwaysSelectFullNamespace - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
AMP - Static variable in interface org.apache.struts2.views.util.UrlHelper
 
anchor - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
anchor - Variable in class org.apache.struts2.result.ServletRedirectResult
 
anchor - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
anchor - Variable in class org.apache.struts2.views.jsp.URLTag
 
Anchor - Class in org.apache.struts2.components
Anchor(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Anchor
 
AnchorModel - Class in org.apache.struts2.views.freemarker.tags
 
AnchorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.AnchorModel
 
AnchorTag - Class in org.apache.struts2.views.jsp.ui
 
AnchorTag() - Constructor for class org.apache.struts2.views.jsp.ui.AnchorTag
 
Annotatable() - Constructor for class org.apache.struts2.util.finder.ClassFinder.Annotatable
 
Annotatable(AnnotatedElement) - Constructor for class org.apache.struts2.util.finder.ClassFinder.Annotatable
 
AnnotatedWith(Class<? extends Annotation>) - Constructor for class org.apache.struts2.util.ResolverUtil.AnnotatedWith
Constructs an AnnotatedWith test for the specified annotation type.
AnnotationActionValidatorManager - Class in org.apache.struts2.validator
AnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.
AnnotationActionValidatorManager() - Constructor for class org.apache.struts2.validator.AnnotationActionValidatorManager
 
AnnotationInfo(Annotation) - Constructor for class org.apache.struts2.util.finder.ClassFinder.AnnotationInfo
 
AnnotationInfo(Class<? extends Annotation>) - Constructor for class org.apache.struts2.util.finder.ClassFinder.AnnotationInfo
 
AnnotationInfo(String) - Constructor for class org.apache.struts2.util.finder.ClassFinder.AnnotationInfo
 
AnnotationUtils - Class in org.apache.struts2.util
AnnotationUtils
AnnotationUtils() - Constructor for class org.apache.struts2.util.AnnotationUtils
 
AnnotationValidationConfigurationBuilder - Class in org.apache.struts2.validator
AnnotationValidationConfigurationBuilder
AnnotationValidationConfigurationBuilder(ValidatorFactory) - Constructor for class org.apache.struts2.validator.AnnotationValidationConfigurationBuilder
 
AnnotationValidationInterceptor - Class in org.apache.struts2.interceptor.validation
Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method
AnnotationValidationInterceptor() - Constructor for class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
 
AnnotationWorkflowInterceptor - Class in org.apache.struts2.interceptor.annotations
AnnotationWorkflowInterceptor() - Constructor for class org.apache.struts2.interceptor.annotations.AnnotationWorkflowInterceptor
 
answer - Variable in class org.apache.struts2.components.ElseIf
 
ANSWER - Static variable in class org.apache.struts2.components.If
 
appendAll(Map<String, Parameter>) - Method in class org.apache.struts2.dispatcher.HttpParameters
Appends all the parameters by overriding any existing params in a case-insensitive manner
AppendingValidatorContext(ValidatorContext, TextProvider, String, String) - Constructor for class org.apache.struts2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
AppendIterator - Class in org.apache.struts2.components
AppendIterator(ValueStack) - Constructor for class org.apache.struts2.components.AppendIterator
 
AppendIteratorFilter - Class in org.apache.struts2.util
A bean that takes several iterators and outputs them in sequence
AppendIteratorFilter() - Constructor for class org.apache.struts2.util.AppendIteratorFilter
 
AppendIteratorTag - Class in org.apache.struts2.views.jsp.iterator
Append a list of iterators.
AppendIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
 
appendPrefix() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
Determines whether the field name of this field validator should be prepended to the field name of the visited field to determine the full field name when an error occurs.
appendPrefix() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
Determines whether the field name of this field validator should be prepended to the field name of the visited field to determine the full field name when an error occurs.
APPLICATION - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionType
 
APPLICATION - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
APPLICATION_JSON - Static variable in class org.apache.struts2.result.plain.ResponseBuilder
 
ApplicationAware - Interface in org.apache.struts2.action
Actions that want to be aware of the application Map object should implement this interface.
ApplicationMap - Class in org.apache.struts2.dispatcher
A simple implementation of the Map interface to handle a collection of attributes and init parameters in a ServletContext object.
ApplicationMap(ServletContext) - Constructor for class org.apache.struts2.dispatcher.ApplicationMap
Creates a new map object given the servlet context.
apply(F) - Method in interface org.apache.struts2.inject.util.Function
Applies the function to an object of type F, resulting in an object of type T.
applyAdditionalHeaders(HttpServletResponse) - Method in class org.apache.struts2.result.PlainTextResult
 
applyCharset(Charset, HttpServletResponse) - Method in class org.apache.struts2.result.PlainTextResult
 
applyExpressionMaxLength(String) - Method in class org.apache.struts2.ognl.OgnlUtil
 
applyInterceptor(ActionInvocation) - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
applyMemberAccessProperties(ValueStack) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
applyMethod(String, String, String) - Static method in class org.apache.struts2.interceptor.MethodFilterInterceptorUtil
Same as MethodFilterInterceptorUtil.applyMethod(Set, Set, String), except that excludeMethods and includeMethods are supplied as comma separated string.
applyMethod(Set<String>, Set<String>, String) - Static method in class org.apache.struts2.interceptor.MethodFilterInterceptorUtil
Static method to decide if the specified method should be apply (not filtered) depending on the set of excludeMethods and includeMethods.
applyParameters(Object, ValueStack, HttpParameters) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
applyParametersOnStack(ValueStack, Map<String, Parameter>, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
applyValidation(Object, MultiPartRequestWrapper) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
applyValueParameter(String) - Method in class org.apache.struts2.components.UIBean
Tries to calculate the "value" parameter based either on the provided UIBean.value or UIBean.name
areRolesValid(List<String>) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Extension point for sub-classes to test if configured roles are known valid roles.
ArrayConverter - Class in org.apache.struts2.conversion.impl
 
ArrayConverter() - Constructor for class org.apache.struts2.conversion.impl.ArrayConverter
 
as - Variable in class org.apache.struts2.components.Link
 
as - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
assignDispatcherToThread() - Method in class org.apache.struts2.dispatcher.PrepareOperations
Assigns the dispatcher to the dispatcher thread local
async - Variable in class org.apache.struts2.components.Script
 
async - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
asyncAction - Variable in class org.apache.struts2.DefaultActionInvocation
 
asyncManager - Variable in class org.apache.struts2.DefaultActionInvocation
 
AsyncManager - Interface in org.apache.struts2
Adds support for invoke async actions.
ATTR_FIELD_VALUE - Static variable in class org.apache.struts2.components.UIBean
 
ATTR_NAME_VALUE - Static variable in class org.apache.struts2.components.UIBean
 
ATTR_TEMPLATE_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
ATTR_VALUE - Static variable in class org.apache.struts2.components.UIBean
 
AttributeMap - Class in org.apache.struts2.dispatcher
A Map that holds 4 levels of scope.
AttributeMap(Map<String, Object>) - Constructor for class org.apache.struts2.dispatcher.AttributeMap
 
attributeName - Variable in class org.apache.struts2.interceptor.I18nInterceptor
 
attributes - Variable in class org.apache.struts2.components.Component
 
ATTRIBUTES - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
AUTOMATIC_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 

B

BackgroundProcess - Interface in org.apache.struts2.interceptor.exec
Interface used to create a background process which will be executed by ExecuteAndWaitInterceptor
BASE - Static variable in class org.apache.struts2.views.util.ContextUtil
 
BASE_URI - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
BaseTemplateEngine - Class in org.apache.struts2.components.template
Base class for template engines.
BaseTemplateEngine() - Constructor for class org.apache.struts2.components.template.BaseTemplateEngine
 
BASIC - Enum constant in enum class org.apache.struts2.ognl.OgnlCacheFactory.CacheType
 
batchApplyReflectionContextState(Map<String, Object>, boolean) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
bean - Variable in class org.apache.struts2.components.Bean
 
bean - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
bean(Object) - Method in class org.apache.struts2.util.StrutsUtil
 
Bean - Class in org.apache.struts2.components
Bean(ValueStack) - Constructor for class org.apache.struts2.components.Bean
 
BeanConfig - Class in org.apache.struts2.config.entities
 
BeanConfig(Class<?>) - Constructor for class org.apache.struts2.config.entities.BeanConfig
 
BeanConfig(Class<?>, String) - Constructor for class org.apache.struts2.config.entities.BeanConfig
 
BeanConfig(Class<?>, String, Class<?>) - Constructor for class org.apache.struts2.config.entities.BeanConfig
 
BeanConfig(Class<?>, String, Class<?>, Scope, boolean, boolean) - Constructor for class org.apache.struts2.config.entities.BeanConfig
 
beanConfToString(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
BeanInfoCacheFactory<Key,Value> - Interface in org.apache.struts2.ognl
A proxy interface to be used with Struts DI mechanism
beanInfoCacheSize() - Method in class org.apache.struts2.ognl.OgnlUtil
Check the size of the BeanInfo cache (current number of elements).
BeanModel - Class in org.apache.struts2.views.freemarker.tags
 
BeanModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.BeanModel
 
beans() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
 
beanSelection() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
 
BeanSelectionConfig - Class in org.apache.struts2.config.entities
 
BeanSelectionConfig(Class<? extends BeanSelectionProvider>) - Constructor for class org.apache.struts2.config.entities.BeanSelectionConfig
 
BeanSelectionConfig(Class<? extends BeanSelectionProvider>, String) - Constructor for class org.apache.struts2.config.entities.BeanSelectionConfig
 
BeanSelectionProvider - Interface in org.apache.struts2.config
When implemented allows to alias already existing beans
BeanTag - Class in org.apache.struts2.views.jsp
 
BeanTag() - Constructor for class org.apache.struts2.views.jsp.BeanTag
 
before(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Handle the retrieving of field errors / action messages / field errors, which is done before action invocation, and the operationMode is 'RETRIEVE'.
before(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
Before - Annotation Interface in org.apache.struts2.interceptor.annotations
Marks a action method that needs to be executed before the main action method.
beforeInvocation() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Called before the background thread determines the result code from the ActionInvocation.
beforeRenderUrl(UrlProvider) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
beforeRenderUrl(UrlProvider) - Method in interface org.apache.struts2.components.UrlRenderer
Preprocessing step
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.annotations.AnnotationWorkflowInterceptor
Invokes any @BeforeResult annotated methods
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.CoepInterceptor
 
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.CookieProviderInterceptor
 
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.CoopInterceptor
 
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.MessageStorePreResultListener
 
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
beforeResult(ActionInvocation, String) - Method in interface org.apache.struts2.interceptor.PreResultListener
This callback method will be called after the Action execution and before the Result execution.
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
BeforeResult - Annotation Interface in org.apache.struts2.interceptor.annotations
Marks a action method that needs to be executed before the result.
begin - Variable in class org.apache.struts2.components.IteratorComponent
 
begin - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
beginStr - Variable in class org.apache.struts2.components.IteratorComponent
 
bigDecValue(Object) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a BigDecimal.
bigIntValue(Object) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a BigInteger.
bind() - Method in class org.apache.struts2.ActionContext
Binds this context with the current thread
bind(ActionContext) - Static method in class org.apache.struts2.ActionContext
Binds the provided context with the current thread
booleanValue(Object) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a boolean: if it is a Boolean object, it's easy; if it's a Number or a Character, returns true for non-zero objects; and otherwise returns true for non-null objects.
BOOTSTRAP_CONSTANTS - Static variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
bootstrapFactories(ContainerBuilder) - Static method in class org.apache.struts2.config.impl.DefaultConfiguration
 
bootstrapTypeConverters(ContainerBuilder) - Static method in class org.apache.struts2.config.impl.DefaultConfiguration
 
BUFFER_SIZE - Static variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Defines the internal buffer size used during streaming operations.
BUFFER_SIZE - Static variable in class org.apache.struts2.result.PlainTextResult
 
bufferSize - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Specifies the buffer size to use during streaming.
bufferSize - Variable in class org.apache.struts2.result.StreamResult
 
build() - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
build() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
build() - Method in class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
build() - Method in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
 
build() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
build() - Method in class org.apache.struts2.config.entities.ResultConfig.Builder
 
build() - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
build() - Method in class org.apache.struts2.DefaultUnknownHandlerManager
Builds a list of UnknownHandlers in the order specified by the configured "unknown-handler-stack".
build() - Method in class org.apache.struts2.dispatcher.HttpParameters.Builder
 
build() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile.Builder
 
build() - Method in class org.apache.struts2.ognl.ErrorMessageBuilder
 
build() - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
build(boolean, Set<String>, String) - Static method in class org.apache.struts2.config.entities.AllowedMethods
 
build(URL) - Static method in class org.apache.struts2.util.fs.FileRevision
 
build(URL) - Static method in class org.apache.struts2.util.fs.Revision
 
build(URL, FileManager) - Static method in class org.apache.struts2.util.fs.JarEntryRevision
 
build(Map<String, Object>, StringBuilder, String) - Method in interface org.apache.struts2.url.QueryStringBuilder
Builds a Query String with defined separator and appends it to the provided link
build(Map<String, Object>, StringBuilder, String) - Method in class org.apache.struts2.url.StrutsQueryStringBuilder
 
build(ContainerBuilder) - Method in interface org.apache.struts2.inject.ContainerBuilder.Command
Contributes factories to the given builder.
buildAction(String, String, ActionConfig, Map<String, Object>) - Method in interface org.apache.struts2.factory.ActionFactory
Builds action instance
buildAction(String, String, ActionConfig, Map<String, Object>) - Method in class org.apache.struts2.factory.DefaultActionFactory
 
buildAction(String, String, ActionConfig, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Build an instance of the action class to handle a particular request (eg.
buildActionConfig(Element, Location, PackageConfig.Builder, Map<String, ResultConfig>) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildAliasValidatorConfigs(Class<?>, String, boolean) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
buildAliasValidatorConfigs(Class, String, boolean) - Method in class org.apache.struts2.validator.AnnotationActionValidatorManager
 
buildAllowedMethods(Element, PackageConfig.Builder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildAnnotationClassValidatorConfigs(Class) - Method in class org.apache.struts2.validator.AnnotationValidationConfigurationBuilder
 
buildBean(Class, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map<String, Object>, boolean) - Method in class org.apache.struts2.ObjectFactory
Build a generic Java object of the given type.
buildClassFinder(ClassLoaderInterface, Collection<URL>, boolean, Set<String>, Test<String>) - Method in interface org.apache.struts2.util.finder.ClassFinderFactory
 
buildClassValidatorConfigs(Class<?>, boolean) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
buildClassValidatorConfigs(Class, boolean) - Method in class org.apache.struts2.validator.AnnotationActionValidatorManager
 
buildConverter(Class<? extends TypeConverter>, Map<String, Object>) - Method in interface org.apache.struts2.factory.ConverterFactory
Build converter of given type
buildConverter(Class<? extends TypeConverter>, Map<String, Object>) - Method in class org.apache.struts2.factory.StrutsConverterFactory
 
buildConverter(Class<? extends TypeConverter>, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Build converter of given type
buildConverterFilename(Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
buildConverterMapping(Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
Looks for converter mappings for the specified class, traversing up its class hierarchy and interfaces and adding any additional mappings it may find.
Builder(String) - Constructor for class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
 
Builder(String) - Constructor for class org.apache.struts2.config.entities.PackageConfig.Builder
 
Builder(String) - Constructor for class org.apache.struts2.validator.ValidatorConfig.Builder
 
Builder(String, String) - Constructor for class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
Builder(String, String) - Constructor for class org.apache.struts2.config.entities.ResultConfig.Builder
 
Builder(String, String) - Constructor for class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
Builder(String, String, String) - Constructor for class org.apache.struts2.config.entities.ActionConfig.Builder
 
Builder(String, String, String) - Constructor for class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
Builder(Map<String, ?>) - Constructor for class org.apache.struts2.dispatcher.HttpParameters.Builder
 
Builder(ActionConfig) - Constructor for class org.apache.struts2.config.entities.ActionConfig.Builder
 
Builder(ExceptionMappingConfig) - Constructor for class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
Builder(InterceptorConfig) - Constructor for class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
Builder(PackageConfig) - Constructor for class org.apache.struts2.config.entities.PackageConfig.Builder
 
Builder(ResultConfig) - Constructor for class org.apache.struts2.config.entities.ResultConfig.Builder
 
Builder(ResultTypeConfig) - Constructor for class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
Builder(ValidatorConfig) - Constructor for class org.apache.struts2.validator.ValidatorConfig.Builder
 
buildErrorMessage(Class<? extends Throwable>, String, Object[]) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Build error message.
buildErrorMessage(Throwable, Object[]) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
buildExceptionMappings(Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Build a list of exception mapping objects from below a given XML element.
buildInterceptor(InterceptorConfig, Map<String, String>) - Method in class org.apache.struts2.factory.DefaultInterceptorFactory
 
buildInterceptor(InterceptorConfig, Map<String, String>) - Method in interface org.apache.struts2.factory.InterceptorFactory
Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
buildInterceptor(InterceptorConfig, Map<String, String>) - Method in class org.apache.struts2.ObjectFactory
Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
buildInterceptorConfig(Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildInterceptorList(Element, PackageConfig.Builder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildMessageFormat(String, Locale) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
buildOgnlCache() - Method in class org.apache.struts2.ognl.DefaultOgnlCacheFactory
 
buildOgnlCache() - Method in interface org.apache.struts2.ognl.OgnlCacheFactory
 
buildOgnlCache(int, int, float, OgnlCacheFactory.CacheType) - Method in class org.apache.struts2.ognl.DefaultOgnlCacheFactory
 
buildOgnlCache(int, int, float, OgnlCacheFactory.CacheType) - Method in interface org.apache.struts2.ognl.OgnlCacheFactory
 
buildPackageContext(Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
This method builds a package context by looking for the parents of this new package.
buildParentListFromString(String) - Static method in class org.apache.struts2.config.ConfigurationUtil
Splits the string into a list using a comma as the token separator.
buildParentsFromString(Configuration, String) - Static method in class org.apache.struts2.config.ConfigurationUtil
Get the PackageConfig elements with the specified names.
buildPath(String, String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
buildResult(ResultConfig, Map<String, Object>) - Method in interface org.apache.struts2.factory.ResultFactory
 
buildResult(ResultConfig, Map<String, Object>) - Method in class org.apache.struts2.factory.StrutsResultFactory
 
buildResult(ResultConfig, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
buildResultConfig(String, ResultTypeConfig, Location, Map<String, String>) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildResultParams(Element, ResultTypeConfig) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildResults(Element, PackageConfig.Builder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildResultTypeConfig(Element, Location, String) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
buildRuntimeConfiguration() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
This builds the internal runtime configuration used by Xwork for finding and configuring Actions from the programmatic configuration data structures.
buildScopesHashModel(ServletContext, HttpServletRequest, HttpServletResponse, ObjectWrapper, ValueStack) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
buildTemplateModel(ValueStack, Object, ServletContext, HttpServletRequest, HttpServletResponse, ObjectWrapper) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
buildTemplateName(String, String) - Method in class org.apache.struts2.components.UIBean
 
buildTokenSessionAttributeName(String) - Static method in class org.apache.struts2.util.TokenHelper
Build a name-spaced token session attribute name based on the given token name.
buildUnknownHandler(String, Map<String, Object>) - Method in class org.apache.struts2.factory.DefaultUnknownHandlerFactory
 
buildUnknownHandler(String, Map<String, Object>) - Method in interface org.apache.struts2.factory.UnknownHandlerFactory
Builds unknown handler of given name
buildUnknownHandler(String, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Builds unknown handler
buildUrl(String) - Method in class org.apache.struts2.util.StrutsUtil
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>) - Method in interface org.apache.struts2.views.util.UrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean) - Method in interface org.apache.struts2.views.util.UrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean) - Method in interface org.apache.struts2.views.util.UrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean, boolean) - Method in interface org.apache.struts2.views.util.UrlHelper
 
buildValidator(String, Map<String, Object>, Map<String, Object>) - Method in class org.apache.struts2.factory.DefaultValidatorFactory
 
buildValidator(String, Map<String, Object>, Map<String, Object>) - Method in interface org.apache.struts2.factory.ValidatorFactory
Build a Validator of the given type and set the parameters on it
buildValidator(String, Map<String, Object>, Map<String, Object>) - Method in class org.apache.struts2.ObjectFactory
Build a Validator of the given type and set the parameters on it
buildValidatorConfigs(Class<?>, String, boolean, Set<String>) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
This method 'collects' all the validator configurations for a given action invocation.
buildValidatorKey(Class<?>, String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
Builds a key for validators - used when caching validators.
buildValidatorKey(Class, String) - Method in class org.apache.struts2.validator.AnnotationActionValidatorManager
 
bundle - Variable in class org.apache.struts2.text.TextProviderSupport
 
bundlesMap - Variable in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
buttonCssClass - Variable in class org.apache.struts2.components.InputTransferSelect
 
buttonCssClass - Variable in class org.apache.struts2.components.OptionTransferSelect
 
buttonCssClass - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
buttonCssClass - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
buttonCssStyle - Variable in class org.apache.struts2.components.InputTransferSelect
 
buttonCssStyle - Variable in class org.apache.struts2.components.OptionTransferSelect
 
buttonCssStyle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
buttonCssStyle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 

C

cacheBeanWrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
CallbackWriter - Class in org.apache.struts2.views.freemarker.tags
 
CallbackWriter(Component, Writer) - Constructor for class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
callMethod(String, Map<String, Object>, Object) - Method in class org.apache.struts2.ognl.OgnlUtil
 
callMethod(Map, Object, String, Object[]) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
callMethod(Map, Object, String, Object[]) - Method in class org.apache.struts2.ognl.accessor.XWorkMethodAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class org.apache.struts2.ognl.accessor.XWorkMethodAccessor
 
cancel() - Method in class org.apache.struts2.inject.util.ReferenceCache
Cancels the current ReferenceCache.create(Object).
canHandle(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
canHandle(String) - Method in interface org.apache.struts2.dispatcher.StaticContentLoader
 
capitalizeMethodName(String) - Static method in class org.apache.struts2.interceptor.PrefixMethodInvocationUtil
This method capitalized the first character of methodName.
caseSensitive() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
Match the value in case sensitive manner, default true
caseSensitiveExpression() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
Allows specify caseSensitive as an expression which will be evaluated during validation
categoryLogger - Variable in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
ChainingInterceptor - Class in org.apache.struts2.interceptor
ChainingInterceptor() - Constructor for class org.apache.struts2.interceptor.ChainingInterceptor
 
characters(char[], int, int) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
characters(char[], int, int) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
characters(char[], int, int) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
charset - Variable in class org.apache.struts2.components.Script
 
charset - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
checkAllowlist(Object, Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
checkbox - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Checkbox - Class in org.apache.struts2.components
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.
Checkbox(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Checkbox
 
CheckboxInterceptor - Class in org.apache.struts2.interceptor
CheckboxInterceptor() - Constructor for class org.apache.struts2.interceptor.CheckboxInterceptor
 
checkboxlist - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
CheckboxList - Class in org.apache.struts2.components
Creates a series of checkboxes from a list.
CheckboxList(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.CheckboxList
 
CheckboxListModel - Class in org.apache.struts2.views.freemarker.tags
 
CheckboxListModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.CheckboxListModel
 
CheckboxListTag - Class in org.apache.struts2.views.jsp.ui
 
CheckboxListTag() - Constructor for class org.apache.struts2.views.jsp.ui.CheckboxListTag
 
CheckboxModel - Class in org.apache.struts2.views.freemarker.tags
 
CheckboxModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.CheckboxModel
 
CheckboxTag - Class in org.apache.struts2.views.jsp.ui
 
CheckboxTag() - Constructor for class org.apache.struts2.views.jsp.ui.CheckboxTag
 
checkDefaultPackageAccess(Object, Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
checkExclusionList(Object, Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
checkNode(Node) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
checkProxyMemberAccess(Object, Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
checkProxyObjectAccess(Object) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
checkPublicMemberAccess(Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
Check access for public members (via modifiers)
checkStaticFieldAccess(Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
Check access for static field (via modifiers).
checkStaticMethodAccess(Member) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
Check access for static method (via modifiers).
CLASS - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionType
 
CLASS_LOADER_INTERFACE - Static variable in interface org.apache.struts2.util.finder.ClassLoaderInterface
 
classes - Variable in class org.apache.struts2.util.StrutsUtil
 
ClassFinder - Interface in org.apache.struts2.util.finder
ClassFinder searches the classpath of the specified ClassLoaderInterface for packages, classes, constructors, methods, or fields with specific annotations.
ClassFinder.Annotatable - Class in org.apache.struts2.util.finder
 
ClassFinder.AnnotationInfo - Class in org.apache.struts2.util.finder
 
ClassFinder.ClassInfo - Class in org.apache.struts2.util.finder
 
ClassFinder.FieldInfo - Class in org.apache.struts2.util.finder
 
ClassFinder.Info - Interface in org.apache.struts2.util.finder
 
ClassFinder.MethodInfo - Class in org.apache.struts2.util.finder
 
ClassFinder.PackageInfo - Class in org.apache.struts2.util.finder
 
ClassFinderFactory - Interface in org.apache.struts2.util.finder
Allows create different ClassFinders which should help support different Java versions
classForName(String, Map) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
ClassInfo(Class<?>, ClassFinder) - Constructor for class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
ClassInfo(String, String, ClassFinder) - Constructor for class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
ClassLoaderInterface - Interface in org.apache.struts2.util.finder
Classes implementing this interface can find resources and load classes, usually delegating to a class loader
ClassLoaderInterfaceDelegate - Class in org.apache.struts2.util.finder
Default implementation of ClassLoaderInterface, which delegates to an actual ClassLoader
ClassLoaderInterfaceDelegate(ClassLoader) - Constructor for class org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
 
ClassLoaderUtil - Class in org.apache.struts2.util
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtil() - Constructor for class org.apache.struts2.util.ClassLoaderUtil
 
className - Variable in class org.apache.struts2.config.entities.ActionConfig
 
className - Variable in class org.apache.struts2.config.entities.InterceptorConfig
 
className - Variable in class org.apache.struts2.config.entities.ResultConfig
 
className - Variable in class org.apache.struts2.config.entities.ResultTypeConfig
 
className(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
className(String) - Method in class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
className(String) - Method in class org.apache.struts2.config.entities.ResultConfig.Builder
 
className(String) - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
ClassPathFinder - Class in org.apache.struts2.util
This class is an utility class that will search through the classpath for files whose names match the given pattern.
ClassPathFinder() - Constructor for class org.apache.struts2.util.ClassPathFinder
 
ClassTest() - Constructor for class org.apache.struts2.util.ResolverUtil.ClassTest
 
clazz - Variable in class org.apache.struts2.text.TextProviderSupport
 
cleanup() - Method in class org.apache.struts2.dispatcher.Dispatcher
Releases all instances bound to this dispatcher instance.
cleanup() - Method in class org.apache.struts2.dispatcher.InitOperations
 
cleanUp() - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
cleanUp() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Cleans up all uploaded file, should be called at the end of request
cleanUp() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
cleanupActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Checks action name against allowed pattern if not matched returns default action name
cleanUpAfterInit() - Method in class org.apache.struts2.dispatcher.Dispatcher
Cleanup any resources used to initialise Dispatcher
cleanupContext - Variable in class org.apache.struts2.DefaultActionProxy
 
cleanupDispatcher() - Method in class org.apache.struts2.dispatcher.PrepareOperations
Cleans up the dispatcher instance
cleanupMethodName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Checks method name (when DMI is enabled) against allowed pattern if not matched returns default action name
cleanupNamespaceName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Checks namespace name against allowed pattern if not matched returns default namespace
cleanupPath(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
cleanupRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Cleans up request.
cleanUpRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.Dispatcher
Removes all the files created by MultiPartRequestWrapper.
cleanupWrappedRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.PrepareOperations
clear() - Static method in class org.apache.struts2.ActionContext
Wipes out current ActionContext, use wisely!
clear() - Method in class org.apache.struts2.dispatcher.ApplicationMap
Removes all entries from the Map and removes all attributes from the servlet context.
clear() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
clear() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
clear() - Method in class org.apache.struts2.dispatcher.RequestMap
Removes all attributes from the request as well as clears entries in this map.
clear() - Method in class org.apache.struts2.dispatcher.SessionMap
Removes all attributes from the session as well as clears entries in this map.
clear() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
clear() - Method in interface org.apache.struts2.ognl.OgnlCache
 
clear() - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
clear() - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
clear() - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
clear(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
ClearableValueStack - Interface in org.apache.struts2.util
ValueStacks implementing this interface provide a way to remove values from their contexts.
clearActionErrors() - Method in class org.apache.struts2.ActionSupport
Clears action errors.
clearActionErrors() - Method in class org.apache.struts2.ValidationAwareSupport
Clears action errors list.
clearAllowlist() - Method in class org.apache.struts2.ognl.ThreadAllowlist
 
clearAllowlist(Object) - Method in class org.apache.struts2.ognl.ProviderAllowlist
 
clearAssertionStatus() - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
clearBeanInfoCache() - Method in class org.apache.struts2.ognl.OgnlUtil
Provide a mechanism to clear the BeanInfo cache.
clearBundle(String, Locale) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
Clear a specific bundle + locale combination from the bundlesMap.
clearContainerProviders() - Method in class org.apache.struts2.config.ConfigurationManager
 
clearContextValues() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
clearContextValues() - Method in interface org.apache.struts2.util.ClearableValueStack
Remove all values from the context
clearCurrentPropertyPath(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
clearDevModeOverride() - Static method in class org.apache.struts2.dispatcher.PrepareOperations
Clear any override of the static devMode value being applied to the current thread.
clearErrors() - Method in class org.apache.struts2.ActionSupport
Clears all errors.
clearErrors() - Method in class org.apache.struts2.ValidationAwareSupport
Clears all error list/maps.
clearErrorsAndMessages() - Method in class org.apache.struts2.ActionSupport
Clears all errors and messages.
clearErrorsAndMessages() - Method in class org.apache.struts2.ValidationAwareSupport
Clears all error and messages list/maps.
clearExpressionCache() - Method in class org.apache.struts2.ognl.OgnlUtil
Provide a mechanism to clear the OGNL expression cache.
clearFieldErrors() - Method in class org.apache.struts2.ActionSupport
Clears field errors.
clearFieldErrors() - Method in class org.apache.struts2.ValidationAwareSupport
Clears field errors map.
clearInstance() - Static method in class org.apache.struts2.dispatcher.Dispatcher
Removes the dispatcher instance for this thread.
clearMessages() - Method in class org.apache.struts2.ActionSupport
Clears messages.
clearMessages() - Method in class org.apache.struts2.ValidationAwareSupport
Clears messages list.
clearMissingBundlesCache() - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
Clears the missingBundles contents.
clearRuntimeCache() - Static method in class org.apache.struts2.ognl.OgnlUtil
Convenience mechanism to clear the OGNL Runtime Cache via OgnlUtil.
ClearSessionInterceptor - Class in org.apache.struts2.interceptor
ClearSessionInterceptor() - Constructor for class org.apache.struts2.interceptor.ClearSessionInterceptor
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ActionTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.BeanTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ContextBeanTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.DateTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.I18nTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.IfTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.IncludeTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.NumberTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ParamTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.PropertyTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.PushTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.SetTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
Provide a mechanism to clear tag state, to handle servlet container JSP tag pooling behaviour with some servers, such as Glassfish.
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.TextTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
clearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.URLTag
 
clone() - Method in class org.apache.struts2.ActionSupport
 
clone() - Method in class org.apache.struts2.components.template.Template
 
close() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
close() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
close() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
closeQuietly(InputStream) - Method in class org.apache.struts2.util.classloader.AbstractResourceStore
 
closeTemplateSource(Object) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
ClosingUIBean - Class in org.apache.struts2.components
ClosingUIBean is the standard superclass for UI components such as div etc.
ClosingUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ClosingUIBean
 
CoepInterceptor - Class in org.apache.struts2.interceptor
Interceptor that implements Cross-Origin Embedder Policy on incoming requests used to protect a document from loading any non-same-origin resources which don't explicitly grant the document permission to be loaded.
CoepInterceptor() - Constructor for class org.apache.struts2.interceptor.CoepInterceptor
 
COL_ATTR - Static variable in class org.apache.struts2.util.location.LocationAttributes
Attribute name for the column number
COLLECTION - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
CollectionConverter - Class in org.apache.struts2.conversion.impl
 
CollectionConverter() - Constructor for class org.apache.struts2.conversion.impl.CollectionConverter
 
cols - Variable in class org.apache.struts2.components.TextArea
 
cols - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
comboBox - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ComboBox - Class in org.apache.struts2.components
ComboBox(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ComboBox
 
ComboBoxModel - Class in org.apache.struts2.views.freemarker.tags
 
ComboBoxModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ComboBoxModel
 
ComboBoxTag - Class in org.apache.struts2.views.jsp.ui
 
ComboBoxTag() - Constructor for class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
commaDelimitedStringToSet(String) - Static method in class org.apache.struts2.util.TextParseUtil
Returns a set from comma delimited Strings.
comparePriorities(int, int) - Static method in class org.apache.struts2.interceptor.annotations.AnnotationWorkflowInterceptor
 
compareTo(PackageConfig) - Method in class org.apache.struts2.config.entities.PackageConfig
 
compile(String) - Method in class org.apache.struts2.ognl.OgnlUtil
 
compile(String, Map<String, Object>) - Method in class org.apache.struts2.ognl.OgnlUtil
 
CompiledPattern(Pattern, List<String>) - Constructor for class org.apache.struts2.util.NamedVariablePatternMatcher.CompiledPattern
 
compilePattern(String) - Method in interface org.apache.struts2.util.ContentTypeMatcher
 
compilePattern(String) - Method in class org.apache.struts2.util.DefaultContentTypeMatcher
 
compilePattern(String) - Method in class org.apache.struts2.util.NamedVariablePatternMatcher
Compiles the pattern.
compilePattern(String) - Method in interface org.apache.struts2.util.PatternMatcher
Translate the given String into an object representing the pattern matchable by this class.
compilePattern(String) - Method in class org.apache.struts2.util.RegexPatternMatcher
 
compilePattern(String) - Method in class org.apache.struts2.util.WildcardHelper
Translate the given String into a int [] representing the pattern matchable by this class.
compileWildcardPattern(String) - Static method in class org.apache.struts2.util.WildcardUtil
Convert wildcard pattern to Pattern
completeExpression(String) - Method in class org.apache.struts2.components.Component
Adds the surrounding %{ } to the expression for proper processing.
complexType(Object) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
component - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
component - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
component - Variable in class org.apache.struts2.views.jsp.ComponentTagSupport
 
Component - Class in org.apache.struts2.components
Base class to extend for UI components.
Component(ValueStack) - Constructor for class org.apache.struts2.components.Component
Constructor.
COMPONENT_NAME - Static variable in class org.apache.struts2.components.Anchor
 
COMPONENT_STACK - Static variable in class org.apache.struts2.components.Component
 
ComponentModel - Class in org.apache.struts2.views.freemarker.tags
 
ComponentModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ComponentModel
 
ComponentTag - Class in org.apache.struts2.views.jsp.ui
 
ComponentTag() - Constructor for class org.apache.struts2.views.jsp.ui.ComponentTag
 
ComponentTagSupport - Class in org.apache.struts2.views.jsp
 
ComponentTagSupport() - Constructor for class org.apache.struts2.views.jsp.ComponentTagSupport
 
ComponentUrlProvider - Class in org.apache.struts2.components
Default implementation of UrlProvider
ComponentUrlProvider(Component, Map) - Constructor for class org.apache.struts2.components.ComponentUrlProvider
 
ComponentUtils - Class in org.apache.struts2.util
Various static methods used with components
ComponentUtils() - Constructor for class org.apache.struts2.util.ComponentUtils
 
CompositeActionMapper - Class in org.apache.struts2.dispatcher.mapper
A composite action mapper that is capable of delegating to a series of ActionMapper if the former failed to obtained a valid ActionMapping or uri.
CompositeActionMapper(Container, String) - Constructor for class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
CompositeTextProvider - Class in org.apache.struts2.text
This is a composite TextProvider that takes in an array or List of TextProviders, it will consult each of them in order to get a composite result.
CompositeTextProvider(List<TextProvider>) - Constructor for class org.apache.struts2.text.CompositeTextProvider
Instantiates a CompositeTextProvider with some predefined textProviders.
CompositeTextProvider(TextProvider[]) - Constructor for class org.apache.struts2.text.CompositeTextProvider
Instantiates a CompositeTextProvider with some predefined textProviders.
CompoundRoot - Class in org.apache.struts2.util
A Stack that is implemented using a List.
CompoundRoot() - Constructor for class org.apache.struts2.util.CompoundRoot
 
CompoundRoot(List<?>) - Constructor for class org.apache.struts2.util.CompoundRoot
 
compoundRootAccessor - Variable in class org.apache.struts2.ognl.OgnlValueStackFactory
 
CompoundRootAccessor - Class in org.apache.struts2.ognl.accessor
A stack that is able to call methods on objects in the stack.
CompoundRootAccessor() - Constructor for class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
ConditionalInterceptor - Interface in org.apache.struts2.interceptor
A marking interface, when implemented allows to conditionally execute a given interceptor within the current action invocation.
conditionalParse(String, ActionInvocation) - Method in class org.apache.struts2.result.StrutsResultSupport
Parses the parameter for OGNL expressions against the valuestack
conditionalParseCollection(String, ActionInvocation, boolean) - Method in class org.apache.struts2.result.StrutsResultSupport
As StrutsResultSupport.conditionalParse(String, ActionInvocation) but does not convert found object into String.
conditionalReload() - Method in class org.apache.struts2.config.ConfigurationManager
Reloads the Configuration files if the configuration files indicate that they need to be reloaded.
conditionalVisitorFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
ConditionalVisitorFieldValidator - Class in org.apache.struts2.validator.validators
The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator only if the expression will evaluate to true.
ConditionalVisitorFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
ConditionalVisitorFieldValidator() - Constructor for class org.apache.struts2.validator.validators.ConditionalVisitorFieldValidator
 
config - Variable in class org.apache.struts2.DefaultActionProxy
 
config - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
CONFIG_SERVLET_CONTEXT_KEY - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
ConfigParseUtil - Class in org.apache.struts2.util
 
configuration - Variable in class org.apache.struts2.components.Form
 
configuration - Variable in class org.apache.struts2.config.ConfigurationManager
 
configuration - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
configuration - Variable in class org.apache.struts2.DefaultActionProxy
 
configuration - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
configuration - Variable in class org.apache.struts2.XWorkJUnit4TestCase
 
configuration - Variable in class org.apache.struts2.XWorkTestCase
 
Configuration - Interface in org.apache.struts2.config
XWork configuration.
ConfigurationException - Exception in org.apache.struts2.config
ConfigurationException
ConfigurationException() - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String) - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Object) - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable, Object) - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(Throwable, Object) - Constructor for exception org.apache.struts2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
configurationManager - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store ConfigurationManager instance, set on init.
configurationManager - Variable in class org.apache.struts2.XWorkJUnit4TestCase
 
configurationManager - Variable in class org.apache.struts2.XWorkTestCase
 
ConfigurationManager - Class in org.apache.struts2.config
ConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.
ConfigurationManager(String) - Constructor for class org.apache.struts2.config.ConfigurationManager
 
ConfigurationProvider - Interface in org.apache.struts2.config
Interface to be implemented by all forms of XWork configuration classes.
ConfigurationUtil - Class in org.apache.struts2.config
ConfigurationUtil
configureTemplateLoader(TemplateLoader) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
Sets the Freemarker Configuration's template loader with the FreemarkerThemeTemplateLoader at the top.
CONNECT - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
constant(String, boolean) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, char) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, double) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, float) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, int) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, long) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, short) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, E) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps an enum to the given name.
constant(String, Class) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a class to the given name.
constant(String, String) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a constant value to the given name.
ConstantConfig - Class in org.apache.struts2.config.entities
 
ConstantConfig() - Constructor for class org.apache.struts2.config.entities.ConstantConfig
 
constants() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
 
constructInterceptorReference(InterceptorLocator, String, Map<String, String>, Location, ObjectFactory) - Static method in class org.apache.struts2.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
container - Variable in class org.apache.struts2.ActionSupport
 
container - Variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
container - Variable in class org.apache.struts2.DefaultActionInvocation
 
container - Variable in class org.apache.struts2.DefaultActionProxyFactory
 
container - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
container - Variable in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
container - Variable in class org.apache.struts2.ognl.OgnlValueStackFactory
 
container - Variable in class org.apache.struts2.XWorkJUnit4TestCase
 
container - Variable in class org.apache.struts2.XWorkTestCase
 
Container - Interface in org.apache.struts2.inject
Injects dependencies into constructors, methods and fields annotated with Inject.
ContainerBuilder - Class in org.apache.struts2.inject
Builds a dependency injection Container.
ContainerBuilder() - Constructor for class org.apache.struts2.inject.ContainerBuilder
Constructs a new builder.
ContainerBuilder.Command - Interface in org.apache.struts2.inject
Implemented by classes which participate in building a container.
ContainerProvider - Interface in org.apache.struts2.config
Provides beans and constants/properties for the Container
contains(char[], char) - Method in class org.apache.struts2.util.PropertiesReader
Checks if the object is in the given array.
contains(Class<?>) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to contains(type, Container.DEFAULT_NAME).
contains(Class<?>, String) - Method in class org.apache.struts2.inject.ContainerBuilder
 
contains(Object) - Method in class org.apache.struts2.conversion.impl.XWorkList
 
contains(Object, Object) - Method in class org.apache.struts2.components.GenericUIBean
 
contains(Object, Object) - Method in class org.apache.struts2.components.ListUIBean
 
contains(Object, Object) - Static method in class org.apache.struts2.util.ContainUtil
Determine if obj2 exists in obj1.
contains(String) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
contains(String) - Method in interface org.apache.struts2.url.QueryStringParser.Result
 
contains(String) - Method in class org.apache.struts2.url.StrutsQueryStringParser.StrutsQueryStringParserResult
 
containsCycle() - Method in class org.apache.struts2.config.providers.CycleDetector
 
containsDefaultMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
containsDefaultMapping(String) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Checks if converter was already defined for given class
containsExcludedNodeType(Node) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
containsExpression(String) - Static method in class org.apache.struts2.util.ComponentUtils
 
containsKey(Object) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
containsKey(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
containsKey(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Checks if the specified session attribute with the given key exists.
containsKey(Object) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
containsNoMapping(Class) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
containsNoMapping(Class) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Check if there is no mapping for given class to convert
containsUnknownMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
containsUnknownMapping(String) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Checks if no mapping was defined for given class name FIXME lukaszlenart: maybe it should be merged with NoMapping
containsValue(Object) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
containsValue(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
containsValue(Object) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
containsValueStack(Map<String, Object>) - Static method in class org.apache.struts2.ActionContext
 
ContainUtil - Class in org.apache.struts2.util
ContainUtil will check if object 1 contains object 2.
ContainUtil() - Constructor for class org.apache.struts2.util.ContainUtil
 
content - Variable in class org.apache.struts2.util.TabbedPane
 
CONTENT_TYPE - Static variable in class org.apache.struts2.result.plain.ResponseBuilder
 
contentCharSet - Variable in class org.apache.struts2.result.StreamResult
 
contentDisposition - Variable in class org.apache.struts2.result.StreamResult
 
contentLength - Variable in class org.apache.struts2.result.StreamResult
 
contentType - Variable in class org.apache.struts2.result.StreamResult
 
contentType - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
ContentTypeMatcher<E> - Interface in org.apache.struts2.util
Matches content type of uploaded files, similar to PatternMatcher
context - Variable in class org.apache.struts2.ognl.OgnlValueStack
 
context() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
Determines the context to use for validating the Object property.
context() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
Determines the context to use for validating the Object property.
Context - Interface in org.apache.struts2.inject
Context of the current injection.
ContextBean - Class in org.apache.struts2.components
Base class for control and data tags
ContextBean(ValueStack) - Constructor for class org.apache.struts2.components.ContextBean
 
ContextBeanTag - Class in org.apache.struts2.views.jsp
 
ContextBeanTag() - Constructor for class org.apache.struts2.views.jsp.ContextBeanTag
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.struts2.dispatcher.listener.StrutsListener
 
contextInitialized(ServletContextEvent) - Method in class org.apache.struts2.dispatcher.listener.StrutsListener
 
ContextUtil - Class in org.apache.struts2.views.util
Value Stack's Context related Utilities.
ContextUtil() - Constructor for class org.apache.struts2.views.util.ContextUtil
 
Conversion - Annotation Interface in org.apache.struts2.conversion.annotations
A marker annotation for type conversions at Type level.
CONVERSION_COLLECTION_PREFIX - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
CONVERSION_ERROR_PROPERTY_PREFIX - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
CONVERSION_PROPERTY_FULLNAME - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
ConversionAnnotationProcessor - Interface in org.apache.struts2.conversion
Used to process TypeConversion annotation to read defined Converters
ConversionData - Class in org.apache.struts2.conversion.impl
 
ConversionData() - Constructor for class org.apache.struts2.conversion.impl.ConversionData
 
ConversionData(Object, Class) - Constructor for class org.apache.struts2.conversion.impl.ConversionData
 
conversionErrorFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
ConversionErrorFieldValidator - Class in org.apache.struts2.validator.validators
Field Validator that checks if a conversion error occurred for this field.
ConversionErrorFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks if there are any conversion errors for a field and applies them if they exist.
ConversionErrorFieldValidator() - Constructor for class org.apache.struts2.validator.validators.ConversionErrorFieldValidator
 
ConversionErrorInterceptor - Class in org.apache.struts2.interceptor
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.
ConversionErrorInterceptor() - Constructor for class org.apache.struts2.interceptor.ConversionErrorInterceptor
 
ConversionFileProcessor - Interface in org.apache.struts2.conversion
Used to process <clazz>-conversion.properties file to read defined Converters
ConversionPropertiesProcessor - Interface in org.apache.struts2.conversion
Used to read converters from Properties file
ConversionRule - Enum Class in org.apache.struts2.conversion.annotations
ConversionRule
conversions() - Element in annotation interface org.apache.struts2.conversion.annotations.Conversion
Allow Type Conversions being applied at Type level.
ConversionType - Enum Class in org.apache.struts2.conversion.annotations
ConversionType
convert(Object) - Static method in class org.apache.struts2.util.MakeIterator
 
convert(String) - Method in interface org.apache.struts2.util.IteratorGenerator.Converter
 
convert(String, E, Map<String, String>) - Method in class org.apache.struts2.config.impl.AbstractMatcher
Clones the target object and its children, replacing various properties with the values of the wildcard-matched strings.
convert(String, ActionConfig, Map<String, String>) - Method in class org.apache.struts2.config.impl.ActionConfigMatcher
Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
convert(String, NamespaceMatch, Map<String, String>) - Method in class org.apache.struts2.config.impl.NamespaceMatcher
 
converter() - Element in annotation interface org.apache.struts2.conversion.annotations.TypeConversion
The class or bean name of the TypeConverter to be used as converter.
converterClass() - Element in annotation interface org.apache.struts2.conversion.annotations.TypeConversion
The class of the TypeConverter to be used as converter.
ConverterFactory - Interface in org.apache.struts2.factory
Dedicated interface used by ObjectFactory to build TypeConverter
convertFromString(Map, String[], Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
Converts one or more String values to the specified class.
convertParam(String, Map<String, String>) - Method in class org.apache.struts2.config.impl.AbstractMatcher
Inserts into a value wildcard-matched strings where specified with the {x} syntax.
convertParams(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
convertToBigDecimal(Map<String, Object>, String) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
convertToDouble(Map<String, Object>, String) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
convertToFloat(Map<String, Object>, String) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
convertToString(Locale, Object) - Method in class org.apache.struts2.conversion.impl.StringConverter
 
convertToString(Map, Object) - Method in class org.apache.struts2.util.StrutsTypeConverter
Converts the specified object to a String.
convertValue(Object, Class) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Returns the value converted numerically to the given class type This method also detects when arrays are being converted and converts the components of one array to the type of the other.
convertValue(Map<String, Object>, Object, Class) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
convertValue(Map<String, Object>, Object, Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.ArrayConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.CollectionConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.DateConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.StringConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.XWorkBasicConverter
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
Convert value from one form to another.
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in interface org.apache.struts2.conversion.TypeConverter
Converts the given value to a given type.
convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class org.apache.struts2.conversion.UploadedFileConverter
 
convertValue(Map, Object, Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class org.apache.struts2.ognl.OgnlTypeConverterWrapper
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class org.apache.struts2.ognl.XWorkTypeConverterWrapper
 
COOKIE - Enum constant in enum class org.apache.struts2.interceptor.I18nInterceptor.Storage
 
CookieInterceptor - Class in org.apache.struts2.interceptor
CookieInterceptor() - Constructor for class org.apache.struts2.interceptor.CookieInterceptor
 
CookieLocaleHandler(ActionInvocation) - Constructor for class org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
 
CookieProvider - Interface in org.apache.struts2.interceptor
Action can create cookies which will be stored in response
CookieProviderInterceptor - Class in org.apache.struts2.interceptor
Allows actions to send cookies to client, action must implement CookieProvider You must reference this interceptor in your default stack or in action's stack, see example below.
CookieProviderInterceptor() - Constructor for class org.apache.struts2.interceptor.CookieProviderInterceptor
 
CookiesAware - Interface in org.apache.struts2.action
Actions implementing the CookiesAware interface will receive a Map of filtered cookies via the setCookiesMap method.
CoopInterceptor - Class in org.apache.struts2.interceptor
Interceptor that implements Cross-Origin Opener Policy on incoming requests.
CoopInterceptor() - Constructor for class org.apache.struts2.interceptor.CoopInterceptor
 
copy(InputStream, OutputStream) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Copy bytes from the input stream to the output stream.
copy(InputStream, OutputStream) - Static method in class org.apache.struts2.util.classloader.JarResourceStore
 
copy(Object, Object, Map<String, Object>) - Method in class org.apache.struts2.ognl.OgnlUtil
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in class org.apache.struts2.ognl.OgnlUtil
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) - Method in class org.apache.struts2.ognl.OgnlUtil
Copies the properties in the object "from" and sets them in the object "to" only setting properties defined in the given "editable" class (or interface) using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Copies the properties in the object "from" and sets them in the object "to" only setting properties defined in the given "editable" class (or interface) using specified type converter, or XWorkConverter if none is specified.
copyAttributes(Map<String, Object>) - Method in class org.apache.struts2.components.Component
Pushes this component's parameter Map as well as the component itself on to the stack and then copies the supplied parameters over.
copyAttributes(Map<String, Object>) - Method in class org.apache.struts2.components.UIBean
supports dynamic attributes for freemarker ui tags
Counter - Class in org.apache.struts2.util
A bean that can be used to keep track of a counter.
Counter() - Constructor for class org.apache.struts2.util.Counter
 
create() - Static method in class org.apache.struts2.dispatcher.HttpParameters
 
create() - Static method in class org.apache.struts2.ognl.ErrorMessageBuilder
 
create(boolean) - Method in class org.apache.struts2.inject.ContainerBuilder
Creates a Container instance.
create(File) - Static method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile.Builder
 
create(Map) - Static method in class org.apache.struts2.dispatcher.HttpParameters
 
create(K) - Method in class org.apache.struts2.inject.util.ReferenceCache
Override to lazy load values.
create(Context) - Method in class org.apache.struts2.config.impl.LocatableConstantFactory
 
create(Context) - Method in class org.apache.struts2.config.impl.LocatableFactory
 
create(Context) - Method in interface org.apache.struts2.inject.Factory
Creates an object to be injected.
CREATE_IF_NULL - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
CREATE_IF_NULL_PREFIX - Static variable in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
CREATE_NULL_OBJECTS - Static variable in class org.apache.struts2.util.reflection.ReflectionContextState
 
createAction(Map<String, Object>) - Method in class org.apache.struts2.DefaultActionInvocation
 
createActionContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Creates the action context and initializes the thread local
createActionInvocation(Map<String, Object>, boolean) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(String, String, String, Map<String, Object>) - Method in interface org.apache.struts2.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including having an ActionInvocation instance associated.
createActionProxy(String, String, String, Map<String, Object>) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(String, String, String, Map<String, Object>) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in interface org.apache.struts2.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including having an ActionInvocation instance associated.
createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in class org.apache.struts2.factory.PrefixBasedActionProxyFactory
 
createActionProxy(String, String, Map<String, Object>) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(String, String, Map<String, Object>, boolean, boolean) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(ActionInvocation, String, String, boolean, boolean) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in interface org.apache.struts2.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.The ActionProxy should be fully initialized when it is returned, including passed ActionInvocation instance.
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class org.apache.struts2.factory.StrutsActionProxyFactory
 
createBootstrapContainer(List<ContainerProvider>) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
createConfiguration(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
Create the instance of the freemarker Configuration object.
createConfiguration(String) - Method in class org.apache.struts2.config.ConfigurationManager
 
createConfigurationManager(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
createContextMap() - Method in class org.apache.struts2.DefaultActionInvocation
 
createContextMap(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts2.dispatcher.Dispatcher
Create a context map containing all the wrapped request objects
createContextMap(Map<String, Object>, HttpParameters, Map<String, Object>, Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.Dispatcher
Merge all application and servlet attributes into a single HashMap to represent the entire Action context.
createContextWithLocale(Locale) - Method in class org.apache.struts2.XWorkTestCase
 
createDefaultContext(Object) - Method in class org.apache.struts2.ognl.OgnlReflectionContextFactory
 
createDefaultContext(Object) - Method in class org.apache.struts2.ognl.OgnlUtil
 
createDefaultContext(Object) - Method in interface org.apache.struts2.util.reflection.ReflectionContextFactory
Creates and returns a new standard naming context for evaluating an OGNL expression.
createDefaultContext(Object, ClassResolver) - Method in class org.apache.struts2.ognl.OgnlUtil
 
createDispatcher(HostConfig) - Method in class org.apache.struts2.dispatcher.InitOperations
Create a Dispatcher
createExecuteOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
Creates a new instance of ExecuteOperations to be used during initialising Dispatcher
createExecuteOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
Creates a new instance of ExecuteOperations to be used during initialising Dispatcher
createExtraContext() - Method in class org.apache.struts2.components.ActionComponent
 
CreateIfNull - Annotation Interface in org.apache.struts2.util
createInitOperations() - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
Creates a new instance of InitOperations to be used during initialising Dispatcher
createInitOperations() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
Creates a new instance of InitOperations to be used during initialising Dispatcher
createInitOperations() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
Creates a new instance of InitOperations to be used during initialising Dispatcher
createInstance(Class<?>) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
createInstance(Class<?>) - Method in interface org.apache.struts2.text.TextProviderFactory
 
createInstance(ResourceBundle) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
createInstance(ResourceBundle) - Method in interface org.apache.struts2.text.TextProviderFactory
 
createInterceptors(ActionProxy) - Method in class org.apache.struts2.DefaultActionInvocation
 
createJakartaFileUpload(Charset, Path) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Creates an instance of JakartaServletDiskFileUpload used by the parser to extract uploaded files
createJakartaFileUpload(Charset, Path) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
createJakartaFileUpload(Charset, Path) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
 
createJavaConfigurationProvider(StrutsJavaConfiguration) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
createLocaleProvider() - Method in class org.apache.struts2.locale.DefaultLocaleProviderFactory
 
createLocaleProvider() - Method in interface org.apache.struts2.locale.LocaleProviderFactory
Create a new instance of LocaleProvider.
createModel() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Build the instance of the ScopesHashModel, including JspTagLib support
createObjectWrapper(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
createParametersForContext() - Method in class org.apache.struts2.components.ActionComponent
Creates HttpParameters using parameters from the value stack and component attributes.
createPolicyFormat(HttpServletRequest) - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
createPrepareOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
Creates a new instance of PrepareOperations to be used during initialising Dispatcher
createPrepareOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
Creates a new instance of PrepareOperations to be used during initialising Dispatcher
createPrepareOperations(Dispatcher) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
Creates a new instance of PrepareOperations to be used during initialising Dispatcher
createPreResultListener(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
createReportData(Exception, List<Throwable>) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
createResult() - Method in class org.apache.struts2.DefaultActionInvocation
 
CreateSessionInterceptor - Class in org.apache.struts2.interceptor
CreateSessionInterceptor() - Constructor for class org.apache.struts2.interceptor.CreateSessionInterceptor
 
createStrutsXmlConfigurationProvider(String, ServletContext) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
createTemplateLoader(ServletContext, String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
Create the template loader.
createTemporaryFile(String, Path) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
Creates a temporary file based on the given filename and location.
createTypeConverter(Class<?>) - Method in class org.apache.struts2.conversion.StrutsTypeConverterCreator
 
createTypeConverter(Class<?>) - Method in interface org.apache.struts2.conversion.TypeConverterCreator
Creates TypeConverter from given class
createTypeConverter(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterCreator
 
createTypeConverter(String) - Method in interface org.apache.struts2.conversion.TypeConverterCreator
Creates TypeConverter from given class
createUploadedFile(FileItemInput, File) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
Create UploadedFile abstraction over uploaded file
createValueStack() - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
createValueStack() - Method in interface org.apache.struts2.util.ValueStackFactory
Get a new instance of ValueStack
createValueStack(ValueStack) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
createValueStack(ValueStack) - Method in interface org.apache.struts2.util.ValueStackFactory
Get a new instance of ValueStack
createValueStack(ValueStack, boolean) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
CREDIT_CARD_PATTERN - Static variable in class org.apache.struts2.validator.validators.CreditCardValidator
 
creditCards() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
CreditCardValidator - Class in org.apache.struts2.validator.validators
CreditCardFieldValidator checks that a given String/Array/Collection field, if not empty, is a valid credit card number.
CreditCardValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a field is a valid credit card.
CreditCardValidator() - Constructor for class org.apache.struts2.validator.validators.CreditCardValidator
 
crossorigin - Variable in class org.apache.struts2.components.Link
 
crossorigin - Variable in class org.apache.struts2.components.Script
 
crossorigin - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
crossorigin - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
CSP_ENFORCE_HEADER - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
CSP_REPORT_HEADER - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
CSP_REPORT_TYPE - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
cspHeader - Variable in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
CspInterceptor - Class in org.apache.struts2.interceptor.csp
Interceptor that implements Content Security Policy on incoming requests used to protect against common XSS and data injection attacks.
CspInterceptor() - Constructor for class org.apache.struts2.interceptor.csp.CspInterceptor
 
CspReportAction - Class in org.apache.struts2.action
An abstract Action that can be extended to process the incoming CSP violation reports.
CspReportAction() - Constructor for class org.apache.struts2.action.CspReportAction
 
CspSettings - Interface in org.apache.struts2.interceptor.csp
CspSettings interface used by the CspInterceptor to add the CSP header to the response.
CspSettingsAware - Interface in org.apache.struts2.action
Implement this interface by an action to provide a custom CspSettings, see CspInterceptor for more details
cssClass - Variable in class org.apache.struts2.components.UIBean
 
cssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
cssErrorClass - Variable in class org.apache.struts2.components.UIBean
 
cssErrorClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
cssErrorStyle - Variable in class org.apache.struts2.components.UIBean
 
cssErrorStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
cssStyle - Variable in class org.apache.struts2.components.UIBean
 
cssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
CURRENT_PROPERTY_PATH - Static variable in class org.apache.struts2.util.reflection.ReflectionContextState
 
currentValue - Variable in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
CustomValidator - Annotation Interface in org.apache.struts2.validator.annotations
This annotation can be used for custom validators.
customValidators() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
Custom Validation rules.
cutStack(int) - Method in class org.apache.struts2.util.CompoundRoot
 
CycleDetector<T> - Class in org.apache.struts2.config.providers
 
CycleDetector(DirectedGraph<T>) - Constructor for class org.apache.struts2.config.providers.CycleDetector
 

D

d - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
date - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Date - Class in org.apache.struts2.components
Date(ValueStack) - Constructor for class org.apache.struts2.components.Date
 
DateConverter - Class in org.apache.struts2.conversion.impl
 
DateConverter() - Constructor for class org.apache.struts2.conversion.impl.DateConverter
 
dateFormat() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
DateFormatter - Interface in org.apache.struts2.components.date
Allows defines a wrapper around different formatting APIs, like old SimpleDateFormat and new DateTimeFormatter introduced in Java 8 Date/Time API
DateModel - Class in org.apache.struts2.views.freemarker.tags
DateModel
DateModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DateModel
 
dateRangeFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
DateRangeFieldValidator - Class in org.apache.struts2.validator.validators
Field Validator that checks if the date supplied is within a specific range.
DateRangeFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a date field has a value within a specified range.
DateRangeFieldValidator() - Constructor for class org.apache.struts2.validator.validators.DateRangeFieldValidator
 
DateTag - Class in org.apache.struts2.views.jsp
 
DateTag() - Constructor for class org.apache.struts2.views.jsp.DateTag
 
DATETAG_PROPERTY - Static variable in class org.apache.struts2.components.Date
Property name to fall back when no format is specified
DATETAG_PROPERTY_DAYS - Static variable in class org.apache.struts2.components.Date
Property name that defines the days notation (default: {0,choice,1#one day|1<{0} days}{1,choice,0#|1#, one hour|1<, {1} hours})
DATETAG_PROPERTY_FUTURE - Static variable in class org.apache.struts2.components.Date
Property name that defines the future notation (default: in {0})
DATETAG_PROPERTY_HOURS - Static variable in class org.apache.struts2.components.Date
Property name that defines the hours notation (default: {0,choice,1#one hour|1<{0} hours}{1,choice,0#|1#, one minute|1>, {1} minutes})
DATETAG_PROPERTY_MINUTES - Static variable in class org.apache.struts2.components.Date
Property name that defines the minutes notation (default: {0,choice,1#one minute|1<{0} minutes})
DATETAG_PROPERTY_PAST - Static variable in class org.apache.struts2.components.Date
Property name that defines the past notation (default: {0} ago)
DATETAG_PROPERTY_SECONDS - Static variable in class org.apache.struts2.components.Date
Property name that defines the seconds notation (default: in instant)
DATETAG_PROPERTY_YEARS - Static variable in class org.apache.struts2.components.Date
Property name that defines the years notation (default: {0,choice,1#one year|1<{0} years}{1,choice,0#|1#, one day|1>, {1} days})
DateTextField - Class in org.apache.struts2.components
 
DateTextField(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DateTextField
 
DateTextFieldInterceptor - Class in org.apache.struts2.interceptor
 
DateTextFieldInterceptor() - Constructor for class org.apache.struts2.interceptor.DateTextFieldInterceptor
 
DateTextFieldInterceptor.DateWord - Enum Class in org.apache.struts2.interceptor
 
DateTextFieldTag - Class in org.apache.struts2.views.jsp.ui
 
DateTextFieldTag() - Constructor for class org.apache.struts2.views.jsp.ui.DateTextFieldTag
 
DateTimeFormatterAdapter - Class in org.apache.struts2.components.date
 
DateTimeFormatterAdapter() - Constructor for class org.apache.struts2.components.date.DateTimeFormatterAdapter
 
debug - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
Debug - Class in org.apache.struts2.components
 
Debug(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Debug
 
DebuggingInterceptor - Class in org.apache.struts2.interceptor.debugging
DebuggingInterceptor() - Constructor for class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
DebugTag - Class in org.apache.struts2.views.jsp.ui
 
DebugTag() - Constructor for class org.apache.struts2.views.jsp.ui.DebugTag
 
DebugUtils - Class in org.apache.struts2.util
 
DebugUtils() - Constructor for class org.apache.struts2.util.DebugUtils
 
decide(Object) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
decide(Object) - Method in interface org.apache.struts2.util.SubsetIteratorFilter.Decider
Should the object be added to the list?
declaredPackages - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
decode(String) - Method in class org.apache.struts2.url.StrutsUrlDecoder
 
decode(String) - Method in interface org.apache.struts2.url.UrlDecoder
Decodes the input using default encoding, e.g.: struts.i18n.encoding
decode(String, boolean) - Method in class org.apache.struts2.url.StrutsUrlDecoder
 
decode(String, boolean) - Method in interface org.apache.struts2.url.UrlDecoder
Decodes the input using default encoding, e.g.: struts.i18n.encoding
decode(String, String, boolean) - Method in class org.apache.struts2.url.StrutsUrlDecoder
 
decode(String, String, boolean) - Method in interface org.apache.struts2.url.UrlDecoder
Decodes the input using default encoding, e.g.: struts.i18n.encoding
decrementRecursionCounter(HttpServletRequest, String, Runnable) - Static method in class org.apache.struts2.dispatcher.PrepareOperations
Helper method to count execution completions with a request attribute, and optionally execute some code (e.g.
deduceLocale() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Returns the locale used for the Configuration.getTemplate(String, Locale) call.
DEFAULT_BEAN_NAME - Static variable in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
DEFAULT_COOKIE_ATTRIBUTE - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
 
DEFAULT_COOKIE_PARAMETER - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
 
DEFAULT_FOO_VALUE - Static variable in class org.apache.struts2.mock.MockInterceptor
 
DEFAULT_HTTP_PORT - Static variable in interface org.apache.struts2.views.util.UrlHelper
Default HTTP port (80).
DEFAULT_HTTPS_PORT - Static variable in interface org.apache.struts2.views.util.UrlHelper
Default HTTPS port (443).
DEFAULT_LOOP_COUNT - Static variable in interface org.apache.struts2.util.TextParser
 
DEFAULT_METHOD - Static variable in class org.apache.struts2.config.entities.ActionConfig
 
DEFAULT_METHOD_REGEX - Static variable in class org.apache.struts2.config.entities.ActionConfig
 
DEFAULT_NAME - Static variable in interface org.apache.struts2.inject.Container
Default dependency name.
DEFAULT_PARAM - Static variable in class org.apache.struts2.mock.MockResult
 
DEFAULT_PARAM - Static variable in class org.apache.struts2.result.ActionChainResult
The result parameter name to set the name of the action to chain to.
DEFAULT_PARAM - Static variable in class org.apache.struts2.result.HttpHeaderResult
This result type doesn't have a default param, null is ok to reduce noise in logs
DEFAULT_PARAM - Static variable in class org.apache.struts2.result.ServletActionRedirectResult
 
DEFAULT_PARAM - Static variable in class org.apache.struts2.result.StreamResult
 
DEFAULT_PARAM - Static variable in class org.apache.struts2.result.StrutsResultSupport
The default parameter
DEFAULT_PARAMETER - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
 
DEFAULT_REQUEST_ONLY_PARAMETER - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
 
DEFAULT_SEPARATOR - Static variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
DEFAULT_SESSION_ATTRIBUTE - Static variable in class org.apache.struts2.interceptor.I18nInterceptor
 
DEFAULT_STATIC_CONTENT_PATH - Static variable in interface org.apache.struts2.dispatcher.StaticContentLoader
Default path at which static content is served, can be changed by using StrutsConstants.STRUTS_UI_STATIC_CONTENT_PATH
DEFAULT_TEMPLATE_TYPE - Static variable in class org.apache.struts2.components.template.TemplateEngineManager
The default template extension is ftl.
DEFAULT_TEMPLATE_TYPE_CONFIG_KEY - Static variable in class org.apache.struts2.StrutsConstants
 
DEFAULT_THEME_PROPERTIES_FILE_NAME - Static variable in class org.apache.struts2.components.template.BaseTemplateEngine
The default theme properties file name.
DEFAULT_TOKEN_NAME - Static variable in class org.apache.struts2.util.TokenHelper
The default name to map the token value
DEFAULT_URL_ENCODING - Static variable in class org.apache.struts2.result.StrutsResultSupport
use UTF-8 as this is the recommended encoding by W3C to avoid incompatibilities.
DEFAULT_URL_REGEX - Static variable in class org.apache.struts2.validator.validators.URLValidator
 
DefaultAcceptedPatternsChecker - Class in org.apache.struts2.security
 
DefaultAcceptedPatternsChecker() - Constructor for class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
DefaultAcceptedPatternsChecker(String) - Constructor for class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
DefaultActionFactory - Class in org.apache.struts2.factory
Default implementation
DefaultActionFactory() - Constructor for class org.apache.struts2.factory.DefaultActionFactory
 
DefaultActionInvocation - Class in org.apache.struts2
The Default ActionInvocation implementation
DefaultActionInvocation(Map<String, Object>, boolean) - Constructor for class org.apache.struts2.DefaultActionInvocation
 
DefaultActionMapper - Class in org.apache.struts2.dispatcher.mapper
DefaultActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
defaultActionName - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
DefaultActionProxy - Class in org.apache.struts2
The Default ActionProxy implementation
DefaultActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Constructor for class org.apache.struts2.DefaultActionProxy
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
DefaultActionProxyFactory - Class in org.apache.struts2
Default factory for ActionProxyFactory.
DefaultActionProxyFactory() - Constructor for class org.apache.struts2.DefaultActionProxyFactory
 
defaultActionRef - Variable in class org.apache.struts2.config.entities.PackageConfig
 
defaultActionRef(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
DefaultActionSupport - Class in org.apache.struts2.dispatcher
A simple action support class that sets properties to be able to serve
DefaultActionSupport() - Constructor for class org.apache.struts2.dispatcher.DefaultActionSupport
Constructor
DefaultActionValidatorManager - Class in org.apache.struts2.validator
This is the entry point into XWork's rule-based validation framework.
DefaultActionValidatorManager() - Constructor for class org.apache.struts2.validator.DefaultActionValidatorManager
 
defaultClassName(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
defaultClassRef - Variable in class org.apache.struts2.config.entities.PackageConfig
 
defaultClassRef(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
DefaultConfiguration - Class in org.apache.struts2.config.impl
DefaultConfiguration
DefaultConfiguration() - Constructor for class org.apache.struts2.config.impl.DefaultConfiguration
 
DefaultConfiguration(String) - Constructor for class org.apache.struts2.config.impl.DefaultConfiguration
 
DefaultContentTypeMatcher - Class in org.apache.struts2.util
 
DefaultContentTypeMatcher() - Constructor for class org.apache.struts2.util.DefaultContentTypeMatcher
 
DefaultConversionAnnotationProcessor - Class in org.apache.struts2.conversion.impl
Default implementation of ConversionAnnotationProcessor
DefaultConversionAnnotationProcessor() - Constructor for class org.apache.struts2.conversion.impl.DefaultConversionAnnotationProcessor
 
DefaultConversionFileProcessor - Class in org.apache.struts2.conversion.impl
Default implementation of ConversionFileProcessor
DefaultConversionFileProcessor() - Constructor for class org.apache.struts2.conversion.impl.DefaultConversionFileProcessor
 
DefaultCspReportAction - Class in org.apache.struts2.action
The default implementation of CspReportAction that simply logs the JSON object that contains the details of the CSP violation.
DefaultCspReportAction() - Constructor for class org.apache.struts2.action.DefaultCspReportAction
 
DefaultCspSettings - Class in org.apache.struts2.interceptor.csp
Default implementation of CspSettings.
DefaultCspSettings() - Constructor for class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
DefaultDispatcherErrorHandler - Class in org.apache.struts2.dispatcher
Default implementation of DispatcherErrorHandler which sends Error Report in devMode or HttpServletResponse.sendError(int, java.lang.String) otherwise.
DefaultDispatcherErrorHandler() - Constructor for class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
defaultEncoding - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Defines default encoding to encode data from request used if not provided with request
DefaultExcludedPatternsChecker - Class in org.apache.struts2.security
 
DefaultExcludedPatternsChecker() - Constructor for class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
DefaultFileManager - Class in org.apache.struts2.util.fs
Default implementation of FileManager
DefaultFileManager() - Constructor for class org.apache.struts2.util.fs.DefaultFileManager
 
DefaultFileManagerFactory - Class in org.apache.struts2.util.fs
Default implementation
DefaultFileManagerFactory() - Constructor for class org.apache.struts2.util.fs.DefaultFileManagerFactory
 
defaultFrameworkBeanName - Variable in class org.apache.struts2.config.ConfigurationManager
 
defaultFrameworkBeanName - Variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
DefaultInterceptorFactory - Class in org.apache.struts2.factory
Default implementation
DefaultInterceptorFactory() - Constructor for class org.apache.struts2.factory.DefaultInterceptorFactory
 
defaultInterceptorRef - Variable in class org.apache.struts2.config.entities.PackageConfig
 
defaultInterceptorRef(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
DefaultLocaleProvider - Class in org.apache.struts2.locale
Default implementation of LocaleProvider
DefaultLocaleProvider() - Constructor for class org.apache.struts2.locale.DefaultLocaleProvider
 
DefaultLocaleProviderFactory - Class in org.apache.struts2.locale
 
DefaultLocaleProviderFactory() - Constructor for class org.apache.struts2.locale.DefaultLocaleProviderFactory
 
defaultMessage - Variable in class org.apache.struts2.validator.validators.ValidatorSupport
 
defaultMessage(String) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
defaultMethodName - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
defaultNamespaceName - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
DefaultNotExcludedAcceptedPatternsChecker - Class in org.apache.struts2.security
 
DefaultNotExcludedAcceptedPatternsChecker() - Constructor for class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
DefaultObjectTypeDeterminer - Class in org.apache.struts2.conversion.impl
This ObjectTypeDeterminer looks at the Class-conversion.properties for entries that indicated what objects are contained within Maps and Collections.
DefaultObjectTypeDeterminer(XWorkConverter, ReflectionProvider) - Constructor for class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
DefaultOgnlBeanInfoCacheFactory<Key,Value> - Class in org.apache.struts2.ognl
Default OGNL Cache factory implementation.
DefaultOgnlBeanInfoCacheFactory(String, String) - Constructor for class org.apache.struts2.ognl.DefaultOgnlBeanInfoCacheFactory
 
DefaultOgnlCacheFactory<Key,Value> - Class in org.apache.struts2.ognl
Default OGNL Cache factory implementation.
DefaultOgnlCacheFactory(int, OgnlCacheFactory.CacheType) - Constructor for class org.apache.struts2.ognl.DefaultOgnlCacheFactory
 
DefaultOgnlCacheFactory(int, OgnlCacheFactory.CacheType, int) - Constructor for class org.apache.struts2.ognl.DefaultOgnlCacheFactory
 
DefaultOgnlExpressionCacheFactory<Key,Value> - Class in org.apache.struts2.ognl
Default OGNL Expression Cache factory implementation.
DefaultOgnlExpressionCacheFactory(String, String) - Constructor for class org.apache.struts2.ognl.DefaultOgnlExpressionCacheFactory
 
DefaultPropertiesProvider - Class in org.apache.struts2.config
Loads the default properties, separate from the usual struts.properties loading
DefaultPropertiesProvider() - Constructor for class org.apache.struts2.config.DefaultPropertiesProvider
 
defaultResultParam - Variable in class org.apache.struts2.config.entities.ResultTypeConfig
 
defaultResultParam(String) - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
defaultResultType - Variable in class org.apache.struts2.config.entities.PackageConfig
 
defaultResultType(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
sets the default Result type for this package
DefaultSettings - Class in org.apache.struts2.config
DefaultSettings implements optional methods of Settings.
DefaultSettings() - Constructor for class org.apache.struts2.config.DefaultSettings
Constructs an instance by loading the standard property files, any custom property files (struts.custom.properties), and any custom message resources ().
DefaultStaticContentLoader - Class in org.apache.struts2.dispatcher
Default implementation to server static content
DefaultStaticContentLoader() - Constructor for class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
DefaultTagLibrary - Class in org.apache.struts2.views
The default Struts tag library
DefaultTagLibrary() - Constructor for class org.apache.struts2.views.DefaultTagLibrary
 
defaultTemplateDir - Variable in class org.apache.struts2.components.UIBean
 
defaultTextProvider - Variable in class org.apache.struts2.text.StrutsTextProviderFactory
 
DefaultTextProvider - Class in org.apache.struts2.text
DefaultTextProvider gets texts from only the default resource bundles associated with the default bundles.
DefaultTextProvider() - Constructor for class org.apache.struts2.text.DefaultTextProvider
 
defaultType - Variable in class org.apache.struts2.ognl.OgnlValueStack
 
DefaultTypeConverter - Class in org.apache.struts2.conversion.impl
Default type conversion.
DefaultTypeConverter() - Constructor for class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
defaultUITheme - Variable in class org.apache.struts2.components.UIBean
 
DefaultUnknownHandlerFactory - Class in org.apache.struts2.factory
Default implementation
DefaultUnknownHandlerFactory() - Constructor for class org.apache.struts2.factory.DefaultUnknownHandlerFactory
 
DefaultUnknownHandlerManager - Class in org.apache.struts2
Default implementation of UnknownHandlerManager
DefaultUnknownHandlerManager() - Constructor for class org.apache.struts2.DefaultUnknownHandlerManager
 
DefaultUrlHelper - Class in org.apache.struts2.views.util
Default implementation of UrlHelper
DefaultUrlHelper() - Constructor for class org.apache.struts2.views.util.DefaultUrlHelper
 
DefaultValidatorFactory - Class in org.apache.struts2.factory
Default implementation
DefaultValidatorFactory - Class in org.apache.struts2.validator
Default validator factory
DefaultValidatorFactory() - Constructor for class org.apache.struts2.factory.DefaultValidatorFactory
 
DefaultValidatorFactory(ObjectFactory, ValidatorFileParser) - Constructor for class org.apache.struts2.validator.DefaultValidatorFactory
 
DefaultValidatorFileParser - Class in org.apache.struts2.validator
Parse the validation file.
DefaultValidatorFileParser() - Constructor for class org.apache.struts2.validator.DefaultValidatorFileParser
 
defaultValue() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTagAttribute
 
DefaultWorkflowInterceptor - Class in org.apache.struts2.interceptor
DefaultWorkflowInterceptor() - Constructor for class org.apache.struts2.interceptor.DefaultWorkflowInterceptor
 
defer - Variable in class org.apache.struts2.components.Script
 
defer - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
delay - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
delaySleepInterval - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
DelegatingValidatorContext - Class in org.apache.struts2.validator
A default implementation of the ValidatorContext interface.
DelegatingValidatorContext(Object, TextProviderFactory) - Constructor for class org.apache.struts2.validator.DelegatingValidatorContext
Creates a new validation context given an object - usually an Action.
DelegatingValidatorContext(ValidationAware, TextProvider, LocaleProvider) - Constructor for class org.apache.struts2.validator.DelegatingValidatorContext
Creates a new validation context given a ValidationAware object, and a text and locale provider.
delete() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
delete() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
DELETE - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
DENY_INDEXED_ACCESS_EXECUTION - Static variable in class org.apache.struts2.util.reflection.ReflectionContextState
 
DENY_METHOD_EXECUTION - Static variable in class org.apache.struts2.util.reflection.ReflectionContextState
 
DependencyException - Exception in org.apache.struts2.inject
Thrown when a dependency is misconfigured.
DependencyException(String) - Constructor for exception org.apache.struts2.inject.DependencyException
 
DependencyException(String, Throwable) - Constructor for exception org.apache.struts2.inject.DependencyException
 
DependencyException(Throwable) - Constructor for exception org.apache.struts2.inject.DependencyException
 
DEPRECATED_ELEMENT_PREFIX - Static variable in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
depth() - Element in annotation interface org.apache.struts2.interceptor.parameter.StrutsParameter
The depth to which parameter injection is permitted, where a depth of 0 only allows setters/fields directly on the action class.
description() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTag
 
description() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTagAttribute
 
DEST_AUDIO - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_AUDIOWORKLET - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_DOCUMENT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_EMBED - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_EMPTY - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_FONT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_IMAGE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_MANIFEST - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_NESTED_DOCUMENT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_OBJECT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_PAINTWORKLET - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_REPORT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_SCRIPT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_SERVICEWORKER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_SHAREDWORKER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_STYLE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_TRACK - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_VIDEO - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_WORKER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
DEST_XSLT - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
destroy() - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
destroy() - Method in interface org.apache.struts2.config.Configuration
Allow the Configuration to clean up any resources that have been used.
destroy() - Method in interface org.apache.struts2.config.ContainerProvider
Called before removed from the configuration manager
destroy() - Method in class org.apache.struts2.config.FileManagerFactoryProvider
 
destroy() - Method in class org.apache.struts2.config.FileManagerProvider
 
destroy() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
Allows the configuration to clean up any resources used
destroy() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
destroy() - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
 
destroy() - Method in class org.apache.struts2.config.providers.StrutsDefaultConfigurationProvider
 
destroy() - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
destroy() - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
destroy() - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
destroy() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
 
destroy() - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
 
destroy() - Method in class org.apache.struts2.dispatcher.servlet.StrutsServlet
 
destroy() - Method in class org.apache.struts2.interceptor.AbstractInterceptor
Does nothing
destroy() - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
destroy() - Method in interface org.apache.struts2.interceptor.Interceptor
Called to let an interceptor clean up any resources it has allocated.
destroy() - Method in class org.apache.struts2.test.StubConfigurationProvider
 
destroy() - Method in interface org.apache.struts2.util.ObjectFactoryDestroyable
 
destroyAndReload() - Method in class org.apache.struts2.config.ConfigurationManager
 
destroyConfiguration() - Method in class org.apache.struts2.config.ConfigurationManager
Clear all container providers and destroy managing Configuration instance
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map<String, ?>, String, boolean, boolean, boolean, boolean) - Method in interface org.apache.struts2.components.UrlProvider
 
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.components.Component
Renders an action URL by consulting the ActionMapper.
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
determineNamespace(String, ValueStack, HttpServletRequest) - Method in class org.apache.struts2.components.Component
Determines the namespace of the current page being renderdd.
determineNamespace(String, ValueStack, HttpServletRequest) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
determineNamespace(String, ValueStack, HttpServletRequest) - Method in interface org.apache.struts2.components.UrlProvider
 
devMode - Variable in class org.apache.struts2.components.Component
 
devMode - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
devMode - Variable in class org.apache.struts2.interceptor.AliasInterceptor
 
devMode - Variable in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
DirectedGraph<T> - Class in org.apache.struts2.config.providers
 
DirectedGraph() - Constructor for class org.apache.struts2.config.providers.DirectedGraph
 
disabled - Variable in class org.apache.struts2.components.UIBean
 
disabled - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
disabled - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
disallowedRoles - Variable in class org.apache.struts2.interceptor.RolesInterceptor
 
Dispatcher - Class in org.apache.struts2.dispatcher
A utility class the actual dispatcher delegates most of its tasks to.
Dispatcher(ServletContext, Map<String, String>) - Constructor for class org.apache.struts2.dispatcher.Dispatcher
Create the Dispatcher instance for a given ServletContext and set of initialization parameters.
Dispatcher.Locator - Class in org.apache.struts2.dispatcher
Provide an accessor class for static XWork utility.
DispatcherConstants - Class in org.apache.struts2.dispatcher
 
dispatcherDestroyed(Dispatcher) - Method in interface org.apache.struts2.dispatcher.DispatcherListener
Called when the dispatcher is destroyed
DispatcherErrorHandler - Interface in org.apache.struts2.dispatcher
Implementation of this interface is used to handle internal errors or missing resources.
dispatcherInitialized(Dispatcher) - Method in interface org.apache.struts2.dispatcher.DispatcherListener
Called when the dispatcher is initialized
DispatcherListener - Interface in org.apache.struts2.dispatcher
A interface to tag those that want to execute code on the init and destory of a Dispatcher.
DMI_AWARE_ACCEPTED_PATTERNS - Static variable in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
doAfterBody() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
doBeforeInvocation(ActionInvocation) - Method in class org.apache.struts2.validator.ValidationInterceptor
Gets the current action and its context and delegates to ActionValidatorManager proper validate method.
documents - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
doEndTag() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
doesMatchClass() - Method in class org.apache.struts2.util.ResolverUtil.ClassTest
 
doesMatchClass() - Method in class org.apache.struts2.util.ResolverUtil.ResourceTest
 
doesMatchClass() - Method in interface org.apache.struts2.util.ResolverUtil.Test
 
doesMatchResource() - Method in class org.apache.struts2.util.ResolverUtil.ClassTest
 
doesMatchResource() - Method in class org.apache.struts2.util.ResolverUtil.ResourceTest
 
doesMatchResource() - Method in interface org.apache.struts2.util.ResolverUtil.Test
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.PlainTextResult
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.PostbackResult
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.ServletDispatcherResult
Dispatches to the given location.
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.ServletRedirectResult
Redirects to the location specified by calling HttpServletResponse.sendRedirect(String).
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.StreamResult
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.result.StrutsResultSupport
Executes the result given a final location (jsp page, action, etc) and the action invocation (the state in which the action was executed).
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Execute this result, using the specified template locationArg.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ConversionErrorInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.DefaultWorkflowInterceptor
Intercept ActionInvocation and returns a inputResultName when action / field errors is found registered.
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
Subclasses must override to implement the interceptor logic.
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.PrepareInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.validator.ValidationInterceptor
 
doIntercept(ActionInvocation, AnnotatedElement) - Method in class org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptor
 
doLog(Logger, Exception) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
Performs the actual logging.
DOMBuilder() - Constructor for class org.apache.struts2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory) - Constructor for class org.apache.struts2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory, Node) - Constructor for class org.apache.struts2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(Node) - Constructor for class org.apache.struts2.util.DomHelper.DOMBuilder
Constructs a new instance that appends nodes to the given parent node.
DomHelper - Class in org.apache.struts2.util
Helper class to create and retrieve information from location-enabled DOM-trees.
DomHelper() - Constructor for class org.apache.struts2.util.DomHelper
 
DomHelper.DOMBuilder - Class in org.apache.struts2.util
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DomHelper.StartHandler - Class in org.apache.struts2.util
 
done - Variable in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
doStartTag() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
doubleAccesskey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleAccesskey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleCssClass - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleCssStyle - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleCssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleDisabled - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleDisabled - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleEmptyOption - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleEmptyOption - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleHeaderKey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleHeaderKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleHeaderValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleHeaderValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleId - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleId - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleList - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleList - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleListCssClass - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleListCssStyle - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListCssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleListKey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleListTitle - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListTitle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
DoubleListUIBean - Class in org.apache.struts2.components
DoubleListUIBean is the standard superclass of all Struts double list handling components.
DoubleListUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DoubleListUIBean
 
doubleListValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleMultiple - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleMultiple - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleName - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleName - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnblur - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnblur - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnchange - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnchange - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnclick - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOndblclick - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOndblclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnfocus - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnfocus - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnkeydown - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnkeydown - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnkeypress - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnkeypress - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnkeyup - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnkeyup - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmousedown - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmousedown - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmousemove - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmousemove - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmouseout - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmouseout - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmouseover - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmouseover - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmouseup - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmouseup - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnselect - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnselect - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
DoubleRangeFieldValidator - Class in org.apache.struts2.validator.validators
Field Validator that checks if the double specified is within a certain range.
DoubleRangeFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a double field has a value within a specified range.
DoubleRangeFieldValidator() - Constructor for class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
doubleselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
DoubleSelect - Class in org.apache.struts2.components
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
DoubleSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DoubleSelect
 
DoubleSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
DoubleSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DoubleSelectModel
 
DoubleSelectTag - Class in org.apache.struts2.views.jsp.ui
 
DoubleSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
doubleSize - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleSize - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleValue(Object) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a double-precision floating-point number.
doValidate(Object) - Method in class org.apache.struts2.validator.validators.ConversionErrorFieldValidator
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
doValidate(Object) - Method in class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
downLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
downLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
dropExtension(String, ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Drops the extension from the action name, storing it in the mapping for later use
dtdMappings - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
dynamicAttributes - Variable in class org.apache.struts2.components.UIBean
 
dynamicAttributes - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 

E

EarlyInitializable - Interface in org.apache.struts2.inject
A marking interface that will tell CI to initialise the bean when instating the whole objects' graph
edgeExists(T, T) - Method in class org.apache.struts2.config.providers.DirectedGraph
Given two nodes in the graph, returns whether there is an edge from the first node to the second node.
edgesFrom(T) - Method in class org.apache.struts2.config.providers.DirectedGraph
Given a node in the graph, returns an immutable view of the edges leaving that node as a set of endpoints.
Element - Annotation Interface in org.apache.struts2.util
ELEMENT - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
ELEMENT_PREFIX - Static variable in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
Else - Class in org.apache.struts2.components
Else(ValueStack) - Constructor for class org.apache.struts2.components.Else
 
ElseIf - Class in org.apache.struts2.components
ElseIf(ValueStack) - Constructor for class org.apache.struts2.components.ElseIf
 
elseIfModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ElseIfModel - Class in org.apache.struts2.views.freemarker.tags
 
ElseIfModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ElseIfModel
 
ElseIfTag - Class in org.apache.struts2.views.jsp
 
ElseIfTag() - Constructor for class org.apache.struts2.views.jsp.ElseIfTag
 
elseModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ElseModel - Class in org.apache.struts2.views.freemarker.tags
 
ElseModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ElseModel
 
ElseTag - Class in org.apache.struts2.views.jsp
 
ElseTag() - Constructor for class org.apache.struts2.views.jsp.ElseTag
 
EMAIL_ADDRESS_PATTERN - Static variable in class org.apache.struts2.validator.validators.EmailValidator
 
emails() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
EmailValidator - Class in org.apache.struts2.validator.validators
EmailValidator checks that a given String field, if not empty, is a valid email address.
EmailValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a field is a valid e-mail address if it contains a non-empty String.
EmailValidator() - Constructor for class org.apache.struts2.validator.validators.EmailValidator
 
embalmTarget() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
embalmTarget() - Method in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
 
empty() - Method in interface org.apache.struts2.url.QueryStringParser
Return an empty QueryStringParser.Result
empty() - Method in class org.apache.struts2.url.StrutsQueryStringParser
 
Empty(String) - Constructor for class org.apache.struts2.dispatcher.Parameter.Empty
 
EMPTY_STRING - Static variable in class org.apache.struts2.validator.validators.ValidatorSupport
 
emptyOption - Variable in class org.apache.struts2.components.ComboBox
 
emptyOption - Variable in class org.apache.struts2.components.DoubleListUIBean
 
emptyOption - Variable in class org.apache.struts2.components.Select
 
emptyOption - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
emptyOption - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
emptyOption - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
enableAncestorFormCustomOnsubmit() - Method in class org.apache.struts2.components.UIBean
 
encode - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
encode - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
encode - Variable in class org.apache.struts2.views.jsp.URLTag
 
encode(String) - Method in class org.apache.struts2.url.StrutsUrlEncoder
 
encode(String) - Method in interface org.apache.struts2.url.UrlEncoder
Encodes the input to be used with URL using default encoding, e.g.: struts.i18n.encoding
encode(String, String) - Method in class org.apache.struts2.url.StrutsUrlEncoder
 
encode(String, String) - Method in interface org.apache.struts2.url.UrlEncoder
Encodes the input tb be used with URL using the provided encoding
encoding - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Store state of StrutsConstants.STRUTS_I18N_ENCODING setting.
encoding - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
enctype - Variable in class org.apache.struts2.components.Form
 
enctype - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
end - Variable in class org.apache.struts2.components.IteratorComponent
 
end - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
end(Writer, String) - Method in class org.apache.struts2.components.ActionComponent
 
end(Writer, String) - Method in class org.apache.struts2.components.Anchor
Overrides to be able to render body in a template rather than always before the template
end(Writer, String) - Method in class org.apache.struts2.components.AppendIterator
 
end(Writer, String) - Method in class org.apache.struts2.components.Bean
 
end(Writer, String) - Method in class org.apache.struts2.components.Component
Callback for the end tag of this component.
end(Writer, String) - Method in class org.apache.struts2.components.Date
 
end(Writer, String) - Method in class org.apache.struts2.components.Debug
 
end(Writer, String) - Method in class org.apache.struts2.components.ElseIf
 
end(Writer, String) - Method in class org.apache.struts2.components.I18n
 
end(Writer, String) - Method in class org.apache.struts2.components.If
 
end(Writer, String) - Method in class org.apache.struts2.components.Include
 
end(Writer, String) - Method in class org.apache.struts2.components.IteratorComponent
 
end(Writer, String) - Method in class org.apache.struts2.components.MergeIterator
 
end(Writer, String) - Method in class org.apache.struts2.components.Number
 
end(Writer, String) - Method in class org.apache.struts2.components.OptGroup
 
end(Writer, String) - Method in class org.apache.struts2.components.Param
 
end(Writer, String) - Method in class org.apache.struts2.components.Push
 
end(Writer, String) - Method in class org.apache.struts2.components.Set
 
end(Writer, String) - Method in class org.apache.struts2.components.Submit
Overrides to be able to render body in a template rather than always before the template
end(Writer, String) - Method in class org.apache.struts2.components.Text
 
end(Writer, String) - Method in class org.apache.struts2.components.UIBean
 
end(Writer, String) - Method in class org.apache.struts2.components.URL
 
end(Writer, String, boolean) - Method in class org.apache.struts2.components.Component
Callback for the start tag of this component.
endDocument() - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
endDocument() - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
endDocument() - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
endElement(String, String, String) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
endElement(String, String, String) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
endElement(String, String, String) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
endNode() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
endOfLine() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
endPrefixMapping(String) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
endPrefixMapping(String) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
endPrefixMapping(String) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
endStr - Variable in class org.apache.struts2.components.IteratorComponent
 
ensureAttributeSafelyNotEscaped(String) - Method in class org.apache.struts2.components.UIBean
Ensures an unescaped attribute value cannot be vulnerable to XSS attacks
entries - Variable in class org.apache.struts2.dispatcher.SessionMap
 
entrySet() - Method in class org.apache.struts2.dispatcher.ApplicationMap
Creates a Set of all servlet context attributes as well as context init parameters.
entrySet() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
entrySet() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
entrySet() - Method in class org.apache.struts2.dispatcher.RequestMap
Returns a Set of attributes from the http request.
entrySet() - Method in class org.apache.struts2.dispatcher.SessionMap
Returns a Set of attributes from the http session.
entrySet() - Method in class org.apache.struts2.inject.util.ReferenceMap
Returns an unmodifiable set view of the entries in this map.
EnumerationIterator(Enumeration) - Constructor for class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
enumValue(Class, Object) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
envStrSubstitutor - Variable in class org.apache.struts2.config.providers.EnvsValueSubstitutor
 
EnvsValueSubstitutor - Class in org.apache.struts2.config.providers
 
EnvsValueSubstitutor() - Constructor for class org.apache.struts2.config.providers.EnvsValueSubstitutor
 
equals(Object) - Method in class org.apache.struts2.ActionContext
 
equals(Object) - Method in class org.apache.struts2.components.template.Template
 
equals(Object) - Method in class org.apache.struts2.config.entities.ActionConfig
 
equals(Object) - Method in class org.apache.struts2.config.entities.AllowedMethods
 
equals(Object) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
equals(Object) - Method in class org.apache.struts2.config.entities.InterceptorConfig
 
equals(Object) - Method in class org.apache.struts2.config.entities.InterceptorMapping
 
equals(Object) - Method in class org.apache.struts2.config.entities.InterceptorStackConfig
An InterceptorStackConfig object is equals with o only if o is an InterceptorStackConfig object both names are equals all of their InterceptorMappings are equals
equals(Object) - Method in class org.apache.struts2.config.entities.PackageConfig
 
equals(Object) - Method in class org.apache.struts2.config.entities.ResultConfig
 
equals(Object) - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
equals(Object) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
equals(Object) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
equals(Object) - Method in class org.apache.struts2.dispatcher.LocalizedMessage
 
equals(Object) - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
equals(Object) - Method in class org.apache.struts2.mock.MockInterceptor
 
equals(Object) - Method in class org.apache.struts2.mock.MockResult
 
equals(Object) - Method in class org.apache.struts2.result.ActionChainResult
 
equals(Object) - Method in class org.apache.struts2.util.location.LocationImpl
 
error(SAXParseException) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
ERROR - Static variable in interface org.apache.struts2.action.Action
The action execution was a failure.
ErrorMessageBuilder - Class in org.apache.struts2.ognl
Helper class to build error messages.
errorPosition - Variable in class org.apache.struts2.components.UIBean
 
errorPosition - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
errors - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Internal list of raised errors to be passed to the Struts2 framework.
errorSettingExpressionWithValue(String, Object) - Method in class org.apache.struts2.ognl.ErrorMessageBuilder
 
escape - Variable in class org.apache.struts2.components.ActionMessage
 
escape - Variable in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
escape(Object) - Method in class org.apache.struts2.interceptor.ConversionErrorInterceptor
 
escape(String) - Method in class org.apache.struts2.components.UIBean
 
escape(String) - Method in class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
escapeAmp - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
escapeAmp - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
escapeAmp - Variable in class org.apache.struts2.views.jsp.URLTag
 
escapeHtmlBody - Variable in class org.apache.struts2.components.Component
 
escapeHtmlBody - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
escapeHtmlBody - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
escapeHtmlBody() - Method in class org.apache.struts2.components.Component
Override to set if body content should be HTML-escaped.
evaluate(char[], String, TextParseUtil.ParsedValueEvaluator, int) - Method in class org.apache.struts2.util.OgnlTextParser
 
evaluate(char[], String, TextParseUtil.ParsedValueEvaluator, int) - Method in interface org.apache.struts2.util.TextParser
 
evaluate(String) - Method in interface org.apache.struts2.util.TextParseUtil.ParsedValueEvaluator
Evaluated the value parsed by Ognl value stack.
evaluateClientSideJsEnablement(String, String, String) - Method in class org.apache.struts2.components.Form
Evaluate client side JavaScript Enablement.
Evaluated - Class in org.apache.struts2.util
 
Evaluated(Object) - Constructor for class org.apache.struts2.util.Evaluated
 
evaluateExtraParams() - Method in class org.apache.struts2.components.ActionError
 
evaluateExtraParams() - Method in class org.apache.struts2.components.ActionMessage
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Anchor
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Checkbox
 
evaluateExtraParams() - Method in class org.apache.struts2.components.CheckboxList
 
evaluateExtraParams() - Method in class org.apache.struts2.components.ComboBox
 
evaluateExtraParams() - Method in class org.apache.struts2.components.DateTextField
 
evaluateExtraParams() - Method in class org.apache.struts2.components.DoubleListUIBean
 
evaluateExtraParams() - Method in class org.apache.struts2.components.DoubleSelect
 
evaluateExtraParams() - Method in class org.apache.struts2.components.FieldError
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Form
 
evaluateExtraParams() - Method in class org.apache.struts2.components.FormButton
 
evaluateExtraParams() - Method in class org.apache.struts2.components.InputTransferSelect
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Label
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Link
 
evaluateExtraParams() - Method in class org.apache.struts2.components.ListUIBean
 
evaluateExtraParams() - Method in class org.apache.struts2.components.OptionTransferSelect
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Password
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Reset
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Script
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Select
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Submit
 
evaluateExtraParams() - Method in class org.apache.struts2.components.TextArea
 
evaluateExtraParams() - Method in class org.apache.struts2.components.TextField
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Token
First looks for the token in the PageContext using the supplied name (or TokenHelper.DEFAULT_TOKEN_NAME if no name is provided) so that the same token can be re-used for the scope of a request for the same name.
evaluateExtraParams() - Method in class org.apache.struts2.components.UIBean
 
evaluateNameValue() - Method in class org.apache.struts2.components.Form
 
evaluateNameValue() - Method in class org.apache.struts2.components.UIBean
 
evaluateParams() - Method in class org.apache.struts2.components.File
 
evaluateParams() - Method in class org.apache.struts2.components.Head
 
evaluateParams() - Method in class org.apache.struts2.components.Reset
 
evaluateParams() - Method in class org.apache.struts2.components.Submit
 
evaluateParams() - Method in class org.apache.struts2.components.UIBean
 
evaluateParams() - Method in class org.apache.struts2.components.UpDownSelect
 
exceedsMaxStringLength(String, String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
exception - Variable in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
exceptionClassName - Variable in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
exceptionClassName(String) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
ExceptionHolder - Class in org.apache.struts2.interceptor
A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as a way to get a handle on the exception itself.
ExceptionHolder(Exception) - Constructor for class org.apache.struts2.interceptor.ExceptionHolder
Holds the given exception
ExceptionMappingConfig - Class in org.apache.struts2.config.entities
Configuration for exception mapping.
ExceptionMappingConfig(String, String, String) - Constructor for class org.apache.struts2.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig(ExceptionMappingConfig) - Constructor for class org.apache.struts2.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
ExceptionMappingInterceptor - Class in org.apache.struts2.interceptor
ExceptionMappingInterceptor() - Constructor for class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
exceptionMappings - Variable in class org.apache.struts2.config.entities.ActionConfig
 
exceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
exclude(File) - Method in class org.apache.struts2.util.finder.UrlSet
 
exclude(String) - Method in class org.apache.struts2.util.finder.UrlSet
 
exclude(ClassLoaderInterface) - Method in class org.apache.struts2.util.finder.UrlSet
 
exclude(UrlSet) - Method in class org.apache.struts2.util.finder.UrlSet
 
EXCLUDED_PATTERNS - Static variable in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
excludedNodeTypes - Variable in class org.apache.struts2.ognl.StrutsOgnlGuard
 
ExcludedPatternsChecker - Interface in org.apache.struts2.security
Used across different interceptors to check if given string matches one of the excluded patterns.
ExcludedPatternsChecker.IsExcluded - Class in org.apache.struts2.security
 
excludeJavaEndorsedDirs() - Method in class org.apache.struts2.util.finder.UrlSet
Calls excludePaths(System.getProperty("java.endorsed.dirs"))
excludeJavaExtDirs() - Method in class org.apache.struts2.util.finder.UrlSet
Calls excludePaths(System.getProperty("java.ext.dirs"))
excludeJavaHome() - Method in class org.apache.struts2.util.finder.UrlSet
 
excludeMethods - Variable in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
excludePaths(String) - Method in class org.apache.struts2.util.finder.UrlSet
 
excludes - Variable in class org.apache.struts2.interceptor.ChainingInterceptor
 
excludeUserExtensionsDir() - Method in class org.apache.struts2.util.finder.UrlSet
Calls excludePaths(System.getProperty("java.ext.dirs"))
execute - Variable in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
execute - Variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
 
execute() - Method in interface org.apache.struts2.action.Action
Where the logic of the action is executed.
execute() - Method in interface org.apache.struts2.ActionProxy
Execute this ActionProxy.
execute() - Method in class org.apache.struts2.ActionSupport
A default implementation that does nothing an returns "success".
execute() - Method in class org.apache.struts2.DefaultActionProxy
 
execute() - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
 
execute() - Method in class org.apache.struts2.factory.StrutsActionProxy
 
execute() - Method in class org.apache.struts2.mock.MockActionProxy
 
execute() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
execute() - Method in class org.apache.struts2.util.IteratorGenerator
 
execute() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
execute() - Method in class org.apache.struts2.util.SortIteratorFilter
 
execute() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
execute(Runnable) - Method in interface org.apache.struts2.interceptor.exec.ExecutorProvider
 
execute(Runnable) - Method in class org.apache.struts2.interceptor.exec.StrutsExecutorProvider
 
execute(String, ActionMapping) - Method in interface org.apache.struts2.dispatcher.mapper.ParameterAction
 
execute(ActionInvocation) - Method in class org.apache.struts2.config.NullResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.mock.MockResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.result.ActionChainResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.result.HttpHeaderResult
Sets the optional HTTP response status code and also re-sets HTTP headers after they've been optionally evaluated against the ValueStack.
execute(ActionInvocation) - Method in interface org.apache.struts2.result.PlainResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.result.PostbackResult
 
execute(ActionInvocation) - Method in interface org.apache.struts2.result.Result
Represents a generic interface for all action execution results.
execute(ActionInvocation) - Method in class org.apache.struts2.result.ServletActionRedirectResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.result.ServletRedirectResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.result.StrutsResultSupport
Implementation of the execute method from the Result interface.
execute(ReferenceMap, Object, Object) - Method in interface org.apache.struts2.inject.util.ReferenceMap.Strategy
 
executeAction() - Method in class org.apache.struts2.components.ActionComponent
Execute the requested action.
executeAction(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts2.dispatcher.ExecuteOperations
Executes an action
executeAfterValidationPass - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
ExecuteAndWaitInterceptor - Class in org.apache.struts2.interceptor
ExecuteAndWaitInterceptor() - Constructor for class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
executeConditional(ConditionalInterceptor) - Method in class org.apache.struts2.DefaultActionInvocation
 
executed - Variable in class org.apache.struts2.DefaultActionInvocation
 
ExecuteOperations - Class in org.apache.struts2.dispatcher
Contains execution operations for filters
ExecuteOperations(Dispatcher) - Constructor for class org.apache.struts2.dispatcher.ExecuteOperations
 
executeResult - Variable in class org.apache.struts2.components.ActionComponent
 
executeResult - Variable in class org.apache.struts2.DefaultActionProxy
 
executeResult - Variable in class org.apache.struts2.views.jsp.ActionTag
 
executeStaticResourceRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.ExecuteOperations
Tries to execute a request for a static resource
ExecutorProvider - Interface in org.apache.struts2.interceptor.exec
Interface mimics ExecutorService to be used with ExecuteAndWaitInterceptor to execute BackgroundProcess
EXPIRATION_DATE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
explicitResult - Variable in class org.apache.struts2.DefaultActionInvocation
 
EXPR_BLOCKED - Static variable in interface org.apache.struts2.ognl.OgnlGuard
 
expression() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
 
expression() - Element in annotation interface org.apache.struts2.validator.annotations.ExpressionValidator
 
expression() - Element in annotation interface org.apache.struts2.validator.annotations.FieldExpressionValidator
 
ExpressionCacheFactory<Key,Value> - Interface in org.apache.struts2.ognl
A proxy interface to be used with Struts DI mechanism
expressionCacheSize() - Method in class org.apache.struts2.ognl.OgnlUtil
Check the size of the expression cache (current number of elements).
expressions() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
ExpressionValidator - Class in org.apache.struts2.validator.validators
A Non-Field Level validator that validates based on regular expression supplied.
ExpressionValidator - Annotation Interface in org.apache.struts2.validator.annotations
This non-field level validator validates a supplied regular expression.
ExpressionValidator() - Constructor for class org.apache.struts2.validator.validators.ExpressionValidator
 
extensions - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
extraContext - Variable in class org.apache.struts2.DefaultActionInvocation
 
extractIndexedName(String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
extractMethodName(ActionMapping, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Reads defined method name for a given action from configuration
extraParameterProvider - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
ExtraParameterProvider - Interface in org.apache.struts2.components
 

F

factory - Variable in class org.apache.struts2.util.DomHelper.DOMBuilder
The transformer factory
factory(Class<T>) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, type).
factory(Class<T>, Class<? extends T>) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, implementation).
factory(Class<T>, Class<? extends T>, Scope) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, implementation, scope).
factory(Class<T>, String) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, name, type).
factory(Class<T>, String, Class<? extends T>) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps an implementation class to a given dependency type and name.
factory(Class<T>, String, Class<? extends T>, Scope) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps an implementation class to a given dependency type and name.
factory(Class<T>, String, Factory<? extends T>) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, name, factory, Scope.PROTOTYPE).
factory(Class<T>, String, Factory<? extends T>, Scope) - Method in class org.apache.struts2.inject.ContainerBuilder
Maps a factory to a given dependency type and name.
factory(Class<T>, String, Scope) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, name, type, scope).
factory(Class<T>, Factory<? extends T>) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, factory, Scope.PROTOTYPE).
factory(Class<T>, Factory<? extends T>, Scope) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, factory, scope).
factory(Class<T>, Scope) - Method in class org.apache.struts2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, type, scope).
Factory<T> - Interface in org.apache.struts2.inject
A custom factory.
FACTORY - Static variable in class org.apache.struts2.util.DomHelper.DOMBuilder
The default transformer factory shared by all instances
FastByteArrayOutputStream - Class in org.apache.struts2.util
A speedy implementation of ByteArrayOutputStream.
FastByteArrayOutputStream() - Constructor for class org.apache.struts2.util.FastByteArrayOutputStream
 
FastByteArrayOutputStream(int) - Constructor for class org.apache.struts2.util.FastByteArrayOutputStream
 
fatalError(SAXParseException) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
FetchMetadataInterceptor - Class in org.apache.struts2.interceptor
Interceptor that implements Fetch Metadata policy on incoming requests used to protect against CSRF, XSSI, and cross-origin information leaks.
FetchMetadataInterceptor() - Constructor for class org.apache.struts2.interceptor.FetchMetadataInterceptor
 
FIELD - Enum constant in enum class org.apache.struts2.validator.annotations.ValidatorType
 
fielderror - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
fieldError(String, String, Exception) - Method in class org.apache.struts2.components.Component
Constructs a RuntimeException based on the given information.
FieldError - Class in org.apache.struts2.components
Render field errors if they exists.
FieldError(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.FieldError
 
FieldErrorModel - Class in org.apache.struts2.views.freemarker.tags
 
FieldErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FieldErrorModel
 
fieldErrorsSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
FieldErrorTag - Class in org.apache.struts2.views.jsp.ui
FieldError Tag.
FieldErrorTag() - Constructor for class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
fieldExpressions() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
FieldExpressionValidator - Class in org.apache.struts2.validator.validators
Validates a field using an OGNL expression.
FieldExpressionValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator uses an OGNL expression to perform its validator.
FieldExpressionValidator() - Constructor for class org.apache.struts2.validator.validators.FieldExpressionValidator
 
FieldInfo(ClassFinder.ClassInfo, Field) - Constructor for class org.apache.struts2.util.finder.ClassFinder.FieldInfo
 
FieldInfo(ClassFinder.ClassInfo, String, String) - Constructor for class org.apache.struts2.util.finder.ClassFinder.FieldInfo
 
fieldName - Variable in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
fieldName - Variable in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.CreditCardValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.EmailValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.FieldExpressionValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
fieldName() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
 
FieldValidator - Interface in org.apache.struts2.validator
The FieldValidator interface defines the methods to be implemented by FieldValidators.
FieldValidatorSupport - Class in org.apache.struts2.validator.validators
Base class for field validators.
FieldValidatorSupport() - Constructor for class org.apache.struts2.validator.validators.FieldValidatorSupport
 
fieldValue - Variable in class org.apache.struts2.components.Checkbox
 
fieldValue - Variable in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
FieldVisitorValidatorWrapper(FieldValidator, String) - Constructor for class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
file - Variable in class org.apache.struts2.util.classloader.AbstractResourceStore
 
file - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
File - Class in org.apache.struts2.components
Renders an HTML file input element.
File(String, Object) - Constructor for class org.apache.struts2.dispatcher.Parameter.File
 
File(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.File
 
fileManager - Variable in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
fileManager - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
FileManager - Interface in org.apache.struts2
Basic interface to access file on the File System and to monitor changes
FileManagerFactory - Interface in org.apache.struts2
Factory that creates FileManager, default to DefaultFileManager
FileManagerFactoryProvider - Class in org.apache.struts2.config
Allows to specify custom FileManagerFactory
FileManagerFactoryProvider(Class<? extends FileManagerFactory>) - Constructor for class org.apache.struts2.config.FileManagerFactoryProvider
 
FileManagerProvider - Class in org.apache.struts2.config
Allows to specify custom FileManager by user
FileManagerProvider(Class<? extends FileManager>, String) - Constructor for class org.apache.struts2.config.FileManagerProvider
 
FileModel - Class in org.apache.struts2.views.freemarker.tags
 
FileModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FileModel
 
fileNeedsReloading(String) - Method in interface org.apache.struts2.FileManager
Checks if given file changed and must be reloaded
fileNeedsReloading(String) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
fileNeedsReloading(URL) - Method in interface org.apache.struts2.FileManager
Checks if file represented by provided URL changed and must be reloaded
fileNeedsReloading(URL) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
FileResourceStore - Class in org.apache.struts2.util.classloader
Reads a class from disk class taken from Apache JCI
FileResourceStore(File) - Constructor for class org.apache.struts2.util.classloader.FileResourceStore
 
FileRevision - Class in org.apache.struts2.util.fs
Represents file resource revision, used for file://* resources
files - Static variable in class org.apache.struts2.util.fs.DefaultFileManager
 
FileTag - Class in org.apache.struts2.views.jsp.ui
 
FileTag() - Constructor for class org.apache.struts2.views.jsp.ui.FileTag
 
filterConfig - Variable in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
FilterHostConfig - Class in org.apache.struts2.dispatcher.filter
Host configuration that wraps FilterConfig
FilterHostConfig(FilterConfig) - Constructor for class org.apache.struts2.dispatcher.filter.FilterHostConfig
 
FinalizablePhantomReference<T> - Class in org.apache.struts2.inject.util
Phantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizablePhantomReference(T) - Constructor for class org.apache.struts2.inject.util.FinalizablePhantomReference
 
FinalizableSoftReference<T> - Class in org.apache.struts2.inject.util
Soft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference(T) - Constructor for class org.apache.struts2.inject.util.FinalizableSoftReference
 
FinalizableWeakReference<T> - Class in org.apache.struts2.inject.util
Weak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference(T) - Constructor for class org.apache.struts2.inject.util.FinalizableWeakReference
 
finalizeReferent() - Method in class org.apache.struts2.inject.util.FinalizableSoftReference
Invoked on a background thread after the referent has been garbage collected.
find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.AcceptLanguageLocaleHandler
 
find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
 
find() - Method in interface org.apache.struts2.interceptor.I18nInterceptor.LocaleHandler
 
find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
find() - Method in class org.apache.struts2.interceptor.I18nInterceptor.SessionLocaleHandler
 
find(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
 
find(ResolverUtil.Test, String...) - Method in class org.apache.struts2.util.ResolverUtil
Attempts to discover classes that pass the test.
findActionMapping(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Finds and optionally creates an ActionMapping.
findActionMapping(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Finds and optionally creates an ActionMapping.
findAll(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
 
findAllClasses(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Executes findAllStrings assuming the strings are the names of a classes that should be loaded and returned.
findAllImplementations(Class) - Method in class org.apache.struts2.util.finder.ResourceFinder
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
findAllProperties(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
findAllStrings(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Reads the contents of the found URLs as a list of String's and returns them.
findAncestor(Class<?>) - Method in class org.apache.struts2.components.Component
Finds the nearest ancestor of this component stack.
findAnnotated(Class<? extends Annotation>, String...) - Method in class org.apache.struts2.util.ResolverUtil
Attempts to discover classes that are annotated with to the annotation.
findAnnotatedClasses(Class<? extends Annotation>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findAnnotatedConstructors(Class<? extends Annotation>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findAnnotatedFields(Class<? extends Annotation>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findAnnotatedMethods(Class<? extends Annotation>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findAnnotatedPackages(Class<? extends Annotation>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findAnnotation(Class<?>, Class<T>) - Static method in class org.apache.struts2.util.AnnotationUtils
Returns the annotation on the given class or the package of the class.
findAnnotations(Class<?>, Class<T>) - Static method in class org.apache.struts2.util.AnnotationUtils
Returns a list of the annotation on the given class or the package of the class.
findAvailableClasses(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Executes findAvailableStrings assuming the strings are the names of a classes that should be loaded and returned.
findAvailableImplementations(Class) - Method in class org.apache.struts2.util.finder.ResourceFinder
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
findAvailableProperties(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
findAvailableStrings(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Reads the contents of the found URLs as a Strings and returns them.
findClass(String) - Method in class org.apache.struts2.util.classloader.ResourceStoreClassLoader
 
findClass(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Executes ResourceFinder.findString(String) assuming the contents URL found is the name of a class that should be loaded and returned.
findClasses() - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findClasses(Test<ClassFinder.ClassInfo>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findClassesInPackage(String, boolean) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
findDefaultText(String, Locale) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findDefaultText(String, Locale) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Returns a localized message for the specified key, aTextName.
findDefaultText(String, Locale, Object[]) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findDefaultText(String, Locale, Object[]) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Returns a localized message for the specified key, aTextName, substituting variables from the array of params into the message.
findDispatcherOnThread() - Method in class org.apache.struts2.dispatcher.InitOperations
 
findImplementation(Class) - Method in class org.apache.struts2.util.finder.ResourceFinder
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
findImplementations(Class, String...) - Method in class org.apache.struts2.util.ResolverUtil
Attempts to discover classes that are assignable to the type provided.
findInContext(String) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findInFileSystem(String) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
findInPackage(ResolverUtil.Test, String) - Method in class org.apache.struts2.util.ResolverUtil
Scans for classes starting at the package provided and descending into subpackages.
findInRequest(Class<T>, String, Callable<? extends T>) - Method in interface org.apache.struts2.inject.Scope.Strategy
Finds an object for the given type and name in the request scope.
findInSession(Class<T>, String, Callable<? extends T>) - Method in interface org.apache.struts2.inject.Scope.Strategy
Finds an object for the given type and name in the session scope.
findInWizard(Class<T>, String, Callable<? extends T>) - Method in interface org.apache.struts2.inject.Scope.Strategy
Finds an object for the given type and name in the wizard scope.
findListValue() - Method in class org.apache.struts2.components.ComboBox
 
findLocaleParameter(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
findMappingFromExceptions(List<ExceptionMappingConfig>, Throwable) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
Try to find appropriate ExceptionMappingConfig based on provided Throwable
findMatches() - Method in class org.apache.struts2.util.ClassPathFinder
Builds a Vector containing Strings which each name a file who's name matches the pattern set by setPattern(String).
findMessage(Class<?>, String, String, Locale, Object[], Set<String>, ValueStack) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
Traverse up class hierarchy looking for message.
findMultipartRequestWrapper(HttpServletRequestWrapper) - Method in class org.apache.struts2.interceptor.ActionFileUploadInterceptor
Tries to find MultiPartRequestWrapper as the request can be already wrapped with another HttpServletRequestWrapper.
findNamedResource(String, String...) - Method in class org.apache.struts2.util.ResolverUtil
 
findPackages(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
 
findPackagesMap(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
 
findProperties(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Finds the corresponding resource and reads it in as a properties file
findResource(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Look for a static resource in the classpath.
findResourceBundle(String, Locale) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findResourceBundle(String, Locale) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Finds the given resource bundle by it's name.
findStaticResource(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
findStaticResource(String, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.struts2.dispatcher.StaticContentLoader
Locate a static resource and copy directly to the response, setting the appropriate caching headers.
findString(String) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find a String value.
findString(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
findString(String) - Method in class org.apache.struts2.components.URL
 
findString(String) - Method in interface org.apache.struts2.components.UrlProvider
 
findString(String) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findString(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Reads the contents of the URL as a String's and returns it.
findString(String) - Method in class org.apache.struts2.util.StrutsUtil
 
findString(String) - Method in interface org.apache.struts2.util.ValueStack
 
findString(String) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
findString(String, boolean) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findString(String, boolean) - Method in interface org.apache.struts2.util.ValueStack
 
findString(String, String, String) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find a String value.
findSuffix(String, String...) - Method in class org.apache.struts2.util.ResolverUtil
Attempts to discover classes who's name ends with the provided suffix.
findTemplateSource(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
findText(Class<?>, String, Locale) - Method in class org.apache.struts2.text.GlobalLocalizedTextProvider
 
findText(Class<?>, String, Locale) - Method in interface org.apache.struts2.text.LocalizedTextProvider
findText(Class<?>, String, Locale) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findText(Class<?>, String, Locale, String, Object[]) - Method in class org.apache.struts2.text.GlobalLocalizedTextProvider
 
findText(Class<?>, String, Locale, String, Object[]) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Finds a localized text message for the given key, textKey.
findText(Class<?>, String, Locale, String, Object[]) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findText(Class<?>, String, Locale, String, Object[], ValueStack) - Method in class org.apache.struts2.text.GlobalLocalizedTextProvider
 
findText(Class<?>, String, Locale, String, Object[], ValueStack) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Finds a localized text message for the given key, textKey.
findText(Class<?>, String, Locale, String, Object[], ValueStack) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findText(ResourceBundle, String, Locale) - Method in class org.apache.struts2.text.GlobalLocalizedTextProvider
 
findText(ResourceBundle, String, Locale) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Finds a localized text message for the given key, aTextName, in the specified resource bundle with aTextName as the default message.
findText(ResourceBundle, String, Locale) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findText(ResourceBundle, String, Locale, String, Object[]) - Method in class org.apache.struts2.text.GlobalLocalizedTextProvider
 
findText(ResourceBundle, String, Locale, String, Object[]) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findText(ResourceBundle, String, Locale, String, Object[]) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findText(ResourceBundle, String, Locale, String, Object[], ValueStack) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
findText(ResourceBundle, String, Locale, String, Object[], ValueStack) - Method in interface org.apache.struts2.text.LocalizedTextProvider
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findValue(String) - Method in class org.apache.struts2.components.Component
Finds a value from the OGNL stack based on the given expression.
findValue(String) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findValue(String) - Method in interface org.apache.struts2.util.ValueStack
Find a value by evaluating the given expression against the stack in the default search order.
findValue(String) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
findValue(String, boolean) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findValue(String, boolean) - Method in interface org.apache.struts2.util.ValueStack
 
findValue(String, Class) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findValue(String, Class) - Method in interface org.apache.struts2.util.ValueStack
Find a value by evaluating the given expression against the stack in the default search order.
findValue(String, Class<?>) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find an Object of the given type.
findValue(String, Class<?>) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
findValue(String, Class, boolean) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
findValue(String, Class, boolean) - Method in interface org.apache.struts2.util.ValueStack
 
findValue(String, Object) - Method in class org.apache.struts2.util.StrutsUtil
 
findValue(String, String) - Method in class org.apache.struts2.util.StrutsUtil
 
findValue(String, String, String) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find an Object value.
flush - Variable in class org.apache.struts2.components.ActionComponent
 
flush - Variable in class org.apache.struts2.views.jsp.ActionTag
 
flush() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
flush() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
focusElement - Variable in class org.apache.struts2.components.Form
 
focusElement - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
forAttr - Variable in class org.apache.struts2.components.Label
 
forAttr - Variable in class org.apache.struts2.views.jsp.ui.LabelTag
 
forceAddSchemeHostAndPort - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
forceAddSchemeHostAndPort - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
forceAddSchemeHostAndPort - Variable in class org.apache.struts2.views.jsp.URLTag
 
form - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Form - Class in org.apache.struts2.components
Form(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Form
 
Form.FieldVisitorValidatorWrapper - Class in org.apache.struts2.components
Wrap field validator, add visitor's field prefix to the field name.
format - Variable in class org.apache.struts2.components.DateTextField
 
format - Variable in class org.apache.struts2.views.jsp.DateTag
 
format - Variable in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
 
format(TemporalAccessor, String) - Method in interface org.apache.struts2.components.date.DateFormatter
Formats provided temporal with the given format
format(TemporalAccessor, String) - Method in class org.apache.struts2.components.date.DateTimeFormatterAdapter
 
format(TemporalAccessor, String) - Method in class org.apache.struts2.components.date.SimpleDateFormatAdapter
 
formatTime(TextProvider, ZonedDateTime) - Method in class org.apache.struts2.components.Date
Calculates the difference in time from now to the given date, and outputs it nicely.
formatWithNullDetection(MessageFormat, Object[]) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
FormButton - Class in org.apache.struts2.components
FormButton.
FormButton(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.FormButton
 
FormModel - Class in org.apache.struts2.views.freemarker.tags
 
FormModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FormModel
 
formName - Variable in class org.apache.struts2.components.DoubleListUIBean
 
formName - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
FormTag - Class in org.apache.struts2.views.jsp.ui
 
FormTag() - Constructor for class org.apache.struts2.views.jsp.ui.FormTag
 
freemarkerManager - Variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
freemarkerManager - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
FreemarkerManager - Class in org.apache.struts2.views.freemarker
Static Configuration Manager for the FreemarkerResult's configuration
FreemarkerManager() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerManager
 
FreemarkerResult - Class in org.apache.struts2.views.freemarker
Renders a view using the Freemarker template engine.
FreemarkerResult() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerResult
 
FreemarkerResult(String) - Constructor for class org.apache.struts2.views.freemarker.FreemarkerResult
 
FreemarkerTemplateEngine - Class in org.apache.struts2.components.template
Freemarker based template engine.
FreemarkerTemplateEngine() - Constructor for class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
FreemarkerThemeTemplateLoader - Class in org.apache.struts2.views.freemarker
When loading a template, if sees theme token in path, does a template search through theme hierarchy for template, starting at the theme name after the token.
FreemarkerThemeTemplateLoader() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
 
freeze() - Method in class org.apache.struts2.config.impl.AbstractMatcher
 
fromString(String) - Static method in enum class org.apache.struts2.inject.Scope
 
FULL_PROPERTY_PATH - Static variable in class org.apache.struts2.util.reflection.ReflectionContextState
 
Function<F,T> - Interface in org.apache.struts2.inject.util
A Function provides a transformation on an object and returns the resulting object.

G

generateGUID() - Static method in class org.apache.struts2.util.TokenHelper
 
GenericUIBean - Class in org.apache.struts2.components
GenericUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.GenericUIBean
 
get() - Method in class org.apache.struts2.util.Evaluated
 
get() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
get() - Method in class org.apache.struts2.util.finder.ClassFinder.PackageInfo
 
get(int) - Method in class org.apache.struts2.conversion.impl.XWorkList
Returns the element at the specified position in this list.
get(Character) - Static method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
get(Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
Returns the servlet context attribute or init parameter based on the given key.
get(Object) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
get(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
get(Object) - Method in class org.apache.struts2.dispatcher.RequestMap
Returns the request attribute associated with the given key or null if it doesn't exist.
get(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Returns the session attribute associated with the given key or null if it doesn't exist.
get(Object) - Method in class org.apache.struts2.inject.util.ReferenceCache
get(Object) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
get(String) - Method in class org.apache.struts2.ActionContext
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
get(String) - Method in class org.apache.struts2.config.DefaultSettings
 
get(String) - Method in class org.apache.struts2.util.PrefixTrie
 
get(String) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
 
get(K) - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
get(K) - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
get(K) - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
get(Key) - Method in interface org.apache.struts2.ognl.OgnlCache
 
get(Location) - Static method in class org.apache.struts2.util.location.LocationImpl
Obtain a LocationImpl from a Location.
GET - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
GET - Static variable in interface org.apache.struts2.components.UrlProvider
 
getA() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getAbsolutePath() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
getAbsolutePath() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
getAcceptedPattern() - Method in class org.apache.struts2.security.AcceptedPatternsChecker.IsAccepted
 
getAcceptedPatterns() - Method in interface org.apache.struts2.security.AcceptedPatternsChecker
Allow access list of all defined excluded patterns
getAcceptedPatterns() - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
getAcceptedPatterns() - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
getAcceptedPatternsChecker() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAction() - Method in interface org.apache.struts2.ActionInvocation
Get the Action associated with this ActionInvocation.
getAction() - Method in interface org.apache.struts2.ActionProxy
Gets the Action instance for this Proxy.
getAction() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getAction() - Method in interface org.apache.struts2.components.UrlProvider
 
getAction() - Method in class org.apache.struts2.DefaultActionInvocation
 
getAction() - Method in class org.apache.struts2.DefaultActionProxy
 
getAction() - Method in interface org.apache.struts2.interceptor.exec.BackgroundProcess
 
getAction() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Retrieves the action.
getAction() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getAction() - Method in class org.apache.struts2.mock.MockActionProxy
 
getAction() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getActionConfig(String, String) - Method in interface org.apache.struts2.config.RuntimeConfiguration
get the fully expanded ActionConfig for a specified namespace and (action) name
getActionConfigFallbackToEmptyNamespace() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getActionConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getActionConfigs() - Method in interface org.apache.struts2.config.RuntimeConfiguration
returns a Map of all the registered ActionConfigs.
getActionContext() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
getActionContext() - Static method in class org.apache.struts2.ServletActionContext
 
getActionContext() - Method in interface org.apache.struts2.util.ValueStack
 
getActionContext(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
Gets the current action context
getActionerror() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getActionErrors() - Method in class org.apache.struts2.ActionSupport
 
getActionErrors() - Method in interface org.apache.struts2.interceptor.ValidationAware
Get the Collection of Action-level error messages for this action.
getActionErrors() - Method in class org.apache.struts2.ValidationAwareSupport
 
getActionErrors() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getActionEventListener() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getActionExcludedPatterns() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
getActionExcludePattern() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getActionExtension() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getActionInvocation() - Method in class org.apache.struts2.ActionContext
Gets the action invocation (the execution state).
getActionMapper() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
getActionMapping() - Method in class org.apache.struts2.ActionContext
Gets ActionMapping associated with current action
getActionMapping() - Static method in class org.apache.struts2.ServletActionContext
Gets the action mapping for this context
getActionmessage() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getActionMessages() - Method in class org.apache.struts2.ActionSupport
 
getActionMessages() - Method in interface org.apache.struts2.interceptor.ValidationAware
Get the Collection of Action-level messages for this action.
getActionMessages() - Method in class org.apache.struts2.ValidationAwareSupport
 
getActionMessages() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getActionMethod(Class<?>, String) - Method in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
 
getActionName() - Method in class org.apache.struts2.ActionContext
Gets the name of the current Action.
getActionName() - Method in interface org.apache.struts2.ActionProxy
Gets the alias name this ActionProxy is mapped to.
getActionName() - Method in class org.apache.struts2.DefaultActionProxy
 
getActionName() - Method in class org.apache.struts2.mock.MockActionProxy
 
getActionProxyFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getActionProxyFactory() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
getActionValidatorManager() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAddAllToLeftLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToLeftLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddAllToLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddAllToRightLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToRightLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddAllToRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAdditionalAcceptedPatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAdditionalExcludedPatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAdditionalPackages() - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
getAddLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getAddLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getAddToLeftLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToLeftLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddToLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddToRightLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToRightLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddToRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAll() - Static method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
getAllActionConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
returns the Map of all the ActionConfigs available in the current package.
getAllAsStringsMap() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAllClassTypes(Class<?>) - Static method in class org.apache.struts2.config.ConfigurationUtil
 
getAllExceptionMappingConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
returns the List of all the ExceptionMappingConfigs available in the current package.
getAllGlobalResults() - Method in class org.apache.struts2.config.entities.PackageConfig
returns the Map of all the global ResultConfigs available in the current package.
getAllInterceptorConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
getAllowAddAllToLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddAllToLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowAddAllToRight() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddAllToRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowAddToLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddToLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowAddToRight() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddToRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowCaching() - Method in class org.apache.struts2.result.StreamResult
 
getAllowedActionNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAllowedMethodNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getAllowedMethods() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getAllowedPattern() - Method in class org.apache.struts2.security.NotExcludedAcceptedPatternsChecker.IsAllowed
 
getAllowlist() - Method in class org.apache.struts2.ognl.ThreadAllowlist
 
getAllowMoveDown() - Method in class org.apache.struts2.components.UpDownSelect
 
getAllowMoveDown() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getAllowMoveUp() - Method in class org.apache.struts2.components.UpDownSelect
 
getAllowMoveUp() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getAllowRemoveAll() - Method in class org.apache.struts2.components.InputTransferSelect
 
getAllowRemoveAll() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getAllowRequestParameterSwitch() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
getAllowSelectAll() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowSelectAll() - Method in class org.apache.struts2.components.UpDownSelect
 
getAllowSelectAll() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowSelectAll() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getAllowUpDown() - Method in class org.apache.struts2.components.InputTransferSelect
 
getAllowUpDown() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getAllowUpDownOnLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowUpDownOnLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowUpDownOnRight() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowUpDownOnRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllPhysicalUrls(URL) - Method in interface org.apache.struts2.FileManager
 
getAllPhysicalUrls(URL) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
getAllPhysicalUrls(URL) - Method in class org.apache.struts2.util.fs.JBossFileManager
 
getAllResultTypeConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
returns the Map of all the ResultTypeConfigs available in the current package.
getAnchor() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getAnchor() - Method in interface org.apache.struts2.components.UrlProvider
 
getAnnotation(Class, String, Class<T>) - Method in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
Retrieves an annotation for the specified property of field, setter or getter.
getAnnotations() - Method in class org.apache.struts2.util.finder.ClassFinder.Annotatable
 
getAnnotations() - Method in interface org.apache.struts2.util.finder.ClassFinder.Info
 
getApplication() - Method in class org.apache.struts2.ActionContext
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
getArgs() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
 
getAsyncActionResult() - Method in interface org.apache.struts2.AsyncManager
 
getAttribute(String) - Method in class org.apache.struts2.dispatcher.StrutsRequestWrapper
Gets the object, looking in the value stack if not found
getAttributes() - Method in class org.apache.struts2.components.Component
Gets the attributes.
getBackgroundProcessName(ActionProxy) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Returns the name to associate the background process.
getBadRequestResultName() - Method in interface org.apache.struts2.interceptor.httpmethod.HttpMethodAware
Action name to use when action was requested with wrong http method can return null and then default result name will be used instead defined in HttpMethodInterceptor
getBadRequestResultName(ActionInvocation) - Method in class org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptor
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionErrorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionMessageModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.AnchorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.BeanModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.CheckboxListModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.CheckboxModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ComboBoxModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ComponentModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.DateModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.DoubleSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ElseIfModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ElseModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.FieldErrorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.FileModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.FormModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.HeadModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.HiddenModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.I18nModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.IfModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.IncludeModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.InputTransferSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.IteratorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.LabelModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.LinkModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.OptGroupModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.OptionTransferSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ParamModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.PasswordModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.PropertyModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.PushModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.RadioModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ResetModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ScriptModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.SelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.SetModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.SubmitModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextAreaModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextFieldModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TokenModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.UpDownSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.URLModel
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ActionTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.BeanTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.DateTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ElseTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.I18nTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IfTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IncludeTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.NumberTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ParamTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.PushTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.SetTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.TextTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.CheckboxListTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ComponentTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DebugTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.HeadTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.HiddenTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.RadioTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TokenTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.URLTag
 
getBeanInfo(Class<?>) - Method in class org.apache.struts2.ognl.OgnlUtil
Get's the java bean info for the given source.
getBeanInfo(Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
getBeanInfo(Object) - Method in class org.apache.struts2.ognl.OgnlUtil
Get's the java bean info for the given source object.
getBeaninfoCacheFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getBeanMap(Object) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getBeanMap(Object) - Method in class org.apache.struts2.ognl.OgnlUtil
Creates a Map with read properties for the given source object.
getBeanMap(Object) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Creates a Map with read properties for the given source object.
getBody() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
getBody() - Method in class org.apache.struts2.views.jsp.SetTag
 
getBody() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
getBufferSize() - Method in class org.apache.struts2.result.StreamResult
 
getButtonCssClass() - Method in class org.apache.struts2.components.InputTransferSelect
 
getButtonCssClass() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getButtonCssClass() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getButtonCssClass() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getButtonCssStyle() - Method in class org.apache.struts2.components.InputTransferSelect
 
getButtonCssStyle() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getButtonCssStyle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getButtonCssStyle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getCacheMaxSize() - Method in class org.apache.struts2.ognl.DefaultOgnlCacheFactory
 
getCacheMaxSize() - Method in interface org.apache.struts2.ognl.OgnlCacheFactory
 
getCanonicalName(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getChainHistory() - Static method in class org.apache.struts2.result.ActionChainResult
Get the XWork chain history.
getCharSet() - Method in class org.apache.struts2.result.PlainTextResult
Set the character set
getCheckbox() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getCheckboxlist() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getClasses() - Method in class org.apache.struts2.util.ResolverUtil
Provides access to the classes discovered so far.
getClassesNotLoaded() - Method in interface org.apache.struts2.util.finder.ClassFinder
Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
getClassInstance(String) - Method in class org.apache.struts2.ObjectFactory
Utility method to obtain the class matched to className.
getClassLoader() - Method in class org.apache.struts2.util.ResolverUtil
Returns the classloader that will be used for scanning for classes.
getClassLoaderInterface() - Method in interface org.apache.struts2.util.finder.ClassFinder
 
getClassName() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getClassName() - Method in class org.apache.struts2.config.entities.InterceptorConfig
 
getClassName() - Method in class org.apache.struts2.config.entities.ResultConfig
 
getClassName() - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
getClazz() - Method in class org.apache.struts2.config.entities.BeanConfig
 
getClazz() - Method in class org.apache.struts2.config.entities.BeanSelectionConfig
 
getClazz() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
 
getColumn(Element) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the column number of an element (DOM flavor)
getColumn(Attributes) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the column number of an element (SAX flavor)
getColumnNumber() - Method in interface org.apache.struts2.util.location.Location
Get the column number of this location
getColumnNumber() - Method in class org.apache.struts2.util.location.LocationImpl
Get the column number of this location
getCombobox() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getCommentLines() - Method in class org.apache.struts2.util.PropertiesReader
Returns the comment lines that have been read for the last property.
getComplexParams(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
getComponent() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getComponent() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
getComponentStack() - Method in class org.apache.struts2.components.Component
Gets the component stack of this component.
getConfig() - Method in interface org.apache.struts2.ActionProxy
Gets the ActionConfig this ActionProxy is built from.
getConfig() - Method in class org.apache.struts2.DefaultActionProxy
 
getConfig() - Method in class org.apache.struts2.mock.MockActionProxy
 
getConfig() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getConfiguration() - Method in class org.apache.struts2.config.ConfigurationManager
 
getConfiguration() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
This method is called from FreemarkerResult.doExecute(String, ActionInvocation) to obtain the FreeMarker configuration object that this result will use for template loading.
getConfiguration(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getConfigurationManager() - Method in class org.apache.struts2.dispatcher.Dispatcher
Expose the ConfigurationManager instance.
getConfigurationUrls(String) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
getConfigurationUrls(String) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
Look for the configuration file on the classpath and in the file system
getConfigurationXmlReload() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConstructors() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getContainer() - Method in class org.apache.struts2.ActionContext
Sets the container for this request
getContainer() - Method in class org.apache.struts2.ActionSupport
TODO: This a temporary solution, maybe we should consider stop injecting container into beans
getContainer() - Method in interface org.apache.struts2.config.Configuration
 
getContainer() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getContainer() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getContainer() - Method in class org.apache.struts2.dispatcher.Dispatcher
Exposes a thread-cached reference of the dependency injection container.
getContainer() - Method in interface org.apache.struts2.inject.Context
 
getContainerProviders() - Method in class org.apache.struts2.config.ConfigurationManager
Get the current list of ConfigurationProviders.
getContent() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
getContent() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
getContent() - Method in class org.apache.struts2.util.TabbedPane
 
getContent(Element) - Static method in class org.apache.struts2.config.providers.XmlHelper
This method will return the content of this particular element.
getContentCharSet() - Method in class org.apache.struts2.result.StreamResult
 
getContentDisposition() - Method in class org.apache.struts2.result.StreamResult
 
getContentLength() - Method in class org.apache.struts2.result.StreamResult
 
getContentType() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
getContentType() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
getContentType() - Method in class org.apache.struts2.result.StreamResult
 
getContentType() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getContentType() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
allow parameterization of the contentType the default being text/html
getContentType(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Determine the content type for the resource name.
getContentType(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getContentType(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns the content type(s) of the file(s) associated with the specified field name (as supplied by the client browser), or null if no files are associated with the given field name.
getContentTypeMatcher() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getContentTypes(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get an array of content encoding for the specified input field name or null if no content type was specified.
getContext() - Static method in class org.apache.struts2.ActionContext
Returns the ActionContext specific to the current thread.
getContext() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
getContext() - Method in class org.apache.struts2.util.StrutsUtil
 
getContext() - Method in interface org.apache.struts2.util.ValueStack
Gets the context for this value stack.
getContext() - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator
 
getContextMap() - Method in class org.apache.struts2.ActionContext
Gets the context map.
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.struts2.components.Include
 
getConversionErrorMessage(String, Class, ValueStack) - Static method in class org.apache.struts2.conversion.impl.XWorkConverter
 
getConversionErrors() - Method in class org.apache.struts2.ActionContext
Gets the map of conversion errors which occurred when executing the action.
getConverter(Class, String) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
getConverterAnnotationProcessor() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterArray() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterCollection() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterCreator() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterDate() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterFileProcessor() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterHolder() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterNumber() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterPropertiesProcessor() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getConverterString() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getCookies() - Method in interface org.apache.struts2.interceptor.CookieProvider
Return cookies which should be send to client
getCookies() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
getCount() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
getCountStr() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
getCspSettings() - Method in interface org.apache.struts2.action.CspSettingsAware
 
getCurrency() - Method in class org.apache.struts2.components.Number
 
getCurrent() - Method in class org.apache.struts2.util.Counter
 
getCurrentBundleNames() - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
getCurrentPropertyPath(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
Gets the current property path but not completely.
getCurrentThreadContextClassLoader() - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
getCurrentValue() - Method in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
getCustomI18nResources() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getCustomProperties() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDate() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getDateHeaders() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
getDateTimeFormats(ActionContext, Locale) - Method in class org.apache.struts2.conversion.impl.DateConverter
Retrieves the list of date time formats to be used when converting dates
getDateType() - Method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
getDebug() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getDeclaringClass() - Method in class org.apache.struts2.util.finder.ClassFinder.FieldInfo
 
getDeclaringClass() - Method in class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
getDefaultActionName() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDefaultActionRef() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getDefaultCacheType() - Method in class org.apache.struts2.ognl.DefaultOgnlCacheFactory
 
getDefaultCacheType() - Method in interface org.apache.struts2.ognl.OgnlCacheFactory
 
getDefaultClassRef() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getDefaultClassRef() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getDefaultExtension() - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getDefaultInterceptorRef() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getDefaultMapping(String) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
getDefaultMapping(String) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Returns instance of TypeConverter associated with given class
getDefaultMessage() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getDefaultMessage() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
 
getDefaultMessage() - Method in interface org.apache.struts2.validator.Validator
Gets the default message used for validation failures
getDefaultMessage() - Method in class org.apache.struts2.validator.ValidatorConfig
 
getDefaultMessage() - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
getDefaultMessage(String, Locale, ValueStack, Object[], String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
getDefaultMessageWithAlternateKey(String, String, Locale, ValueStack, Object[], String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
A helper method that can be used by descendant classes to perform some common two-stage message lookup operations against the default resource bundles.
getDefaultMethodName() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Anchor
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.ClosingUIBean
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Form
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Reset
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Script
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Submit
 
getDefaultRegex() - Method in class org.apache.struts2.config.entities.AllowedMethods
 
getDefaultResultParam() - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
getDefaultResultType() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getDefaultTemplate() - Method in class org.apache.struts2.components.ActionError
 
getDefaultTemplate() - Method in class org.apache.struts2.components.ActionMessage
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Anchor
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Checkbox
 
getDefaultTemplate() - Method in class org.apache.struts2.components.CheckboxList
 
getDefaultTemplate() - Method in class org.apache.struts2.components.ComboBox
 
getDefaultTemplate() - Method in class org.apache.struts2.components.DateTextField
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Debug
 
getDefaultTemplate() - Method in class org.apache.struts2.components.DoubleSelect
 
getDefaultTemplate() - Method in class org.apache.struts2.components.FieldError
 
getDefaultTemplate() - Method in class org.apache.struts2.components.File
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Form
 
getDefaultTemplate() - Method in class org.apache.struts2.components.GenericUIBean
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Head
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Hidden
 
getDefaultTemplate() - Method in class org.apache.struts2.components.InputTransferSelect
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Label
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Link
 
getDefaultTemplate() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Password
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Radio
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Reset
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Script
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Select
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Submit
 
getDefaultTemplate() - Method in class org.apache.struts2.components.TextArea
 
getDefaultTemplate() - Method in class org.apache.struts2.components.TextField
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Token
 
getDefaultTemplate() - Method in class org.apache.struts2.components.UIBean
A contract that requires each concrete UI Tag to specify which template should be used as a default.
getDefaultTemplate() - Method in class org.apache.struts2.components.UpDownSelect
 
getDepth(String, Throwable) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
Return the depth to the superclass matching.
getDescription() - Method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
getDescription() - Method in interface org.apache.struts2.util.location.Location
Get the description of this location
getDescription() - Method in class org.apache.struts2.util.location.LocationImpl
Get the description of this location
getDevMode() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDevModeExcludedClasses() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDevModeExcludedPackageExemptClasses() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDevModeExcludedPackageNamePatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDevModeExcludedPackageNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDevModeOverride() - Static method in class org.apache.struts2.dispatcher.PrepareOperations
 
getDir() - Method in class org.apache.struts2.components.template.Template
 
getDirectiveClasses() - Method in interface org.apache.struts2.views.TagLibraryDirectiveProvider
Gets a list of Velocity directive classes for the tag library.
getDisableRequestAttributeValueStackLookup() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDisallowProxyMemberAccess() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDisallowProxyObjectAccess() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDispatcherErrorHandler() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDispatcherParametersWorkaround() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getDocs(Iterator<URL>, String, Element) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
getDocument() - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
Return the newly built Document.
getDoubleCssClass() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleCssClass() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleCssStyle() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleCssStyle() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleDisabled() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleDisabled() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleEmptyOption() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleEmptyOption() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleHeaderKey() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleHeaderKey() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleHeaderValue() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleHeaderValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleId() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleId() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleList() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleList() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleListKey() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleListKey() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleListValue() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleListValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleMultiple() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleMultiple() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleName() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleName() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnblur() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnblur() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnchange() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnchange() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnclick() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnclick() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOndblclick() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOndblclick() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnfocus() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnfocus() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnkeydown() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnkeydown() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnkeypress() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnkeypress() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnkeyup() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnkeyup() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmousedown() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmousedown() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmousemove() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmousemove() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmouseout() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmouseout() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmouseover() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmouseover() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmouseup() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmouseup() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnselect() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnselect() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getDoubleSize() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleSize() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleValue() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDownLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getDownLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getDtdMappings() - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Returns an unmodifiable map of DTD mappings
getElementClass() - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
getElementClass(Class, String, Object) - Method in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
Determines the element class by looking for the value of @Element annotation for the given class.
getElementClass(Class, String, Object) - Method in interface org.apache.struts2.conversion.ObjectTypeDeterminer
 
getElementClass(Class, String, Object) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
getElse() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getElseif() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getElThrowExceptionOnFailure() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getEnableDynamicMethodInvocation() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getEnableSlashesInActionNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getErrorMessage() - Method in class org.apache.struts2.DefaultActionProxy
 
getErrorMessage() - Method in class org.apache.struts2.factory.StrutsActionProxy
 
getErrorMessage(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
 
getErrors() - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getErrors() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a list of error messages that may have occurred while processing the request.
getErrors() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Returns a collection of any errors generated when parsing the multipart request.
getEvictionLimit() - Method in interface org.apache.struts2.ognl.OgnlCache
 
getEvictionLimit() - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
getEvictionLimit() - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
getEvictionLimit() - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
getException() - Method in class org.apache.struts2.interceptor.ExceptionHolder
Gets the held exception
getException() - Method in interface org.apache.struts2.interceptor.exec.BackgroundProcess
 
getException() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Gets the exception if any was thrown during the execution of the background process.
getExceptionClassName() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
getExceptionMappings() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getExceptionStack() - Method in class org.apache.struts2.interceptor.ExceptionHolder
Gets the held exception stack trace using Throwable.printStackTrace().
getExcludedClasses() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExcludedPackageExemptClasses() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExcludedPackageNamePatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExcludedPackageNames() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExcludedPattern() - Method in class org.apache.struts2.security.ExcludedPatternsChecker.IsExcluded
 
getExcludedPatterns() - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
getExcludedPatterns() - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
getExcludedPatterns() - Method in interface org.apache.struts2.security.ExcludedPatternsChecker
Allow access list of all defined excluded patterns
getExcludedPatternsChecker() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExcludeMethodsSet() - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
getExcludes() - Method in class org.apache.struts2.interceptor.ChainingInterceptor
Gets list of parameter names to exclude
getExecuteResult() - Method in interface org.apache.struts2.ActionProxy
Gets the status of whether the ActionProxy is set to execute the Result after the Action is executed.
getExecuteResult() - Method in class org.apache.struts2.DefaultActionProxy
 
getExecuteResult() - Method in class org.apache.struts2.mock.MockActionProxy
 
getExpectedFoo() - Method in class org.apache.struts2.mock.MockInterceptor
 
getExpression() - Method in class org.apache.struts2.validator.validators.ConditionalVisitorFieldValidator
 
getExpression() - Method in class org.apache.struts2.validator.validators.ExpressionValidator
 
getExpression() - Method in class org.apache.struts2.validator.validators.FieldExpressionValidator
 
getExpressionCacheFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExpressionParser() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getExprOverrides() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
getExprOverrides() - Method in interface org.apache.struts2.util.ValueStack
Gets the override map if anyone exists.
getExtension() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getExtraParameterProvider() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getExtraParameterProvider() - Method in interface org.apache.struts2.components.UrlProvider
 
getExtraParameters() - Method in interface org.apache.struts2.components.ExtraParameterProvider
 
getField(Class, String) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getField(Class, String) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
 
getFielderror() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getFieldErrorFieldNames() - Method in class org.apache.struts2.components.FieldError
 
getFieldErrors() - Method in class org.apache.struts2.ActionSupport
 
getFieldErrors() - Method in interface org.apache.struts2.interceptor.ValidationAware
Get the field specific errors associated with this action.
getFieldErrors() - Method in class org.apache.struts2.ValidationAwareSupport
 
getFieldErrors() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getFieldName() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getFieldName() - Method in interface org.apache.struts2.validator.FieldValidator
Gets the field name to be validated
getFieldName() - Method in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
getFieldNameWithField(String) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
getFields() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getFieldValidator() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getFieldValue(String, Object) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
Return the field value named name from object, object should have the appropriate getter/setter.
getFile() - Method in class org.apache.struts2.util.fs.FileRevision
 
getFile() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getFile(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getFile(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a UploadedFile object for the filename specified or null if no files are associated with the given field name.
getFileManager() - Method in interface org.apache.struts2.FileManagerFactory
 
getFileManager() - Method in class org.apache.struts2.util.fs.DefaultFileManagerFactory
 
getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getFileNames(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a String[] of file names for files associated with the specified input field name
getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get a String array of the file names for uploaded files
getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getFileParameterNames() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns an enumeration of the parameter names for uploaded files
getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get an enumeration of the parameter names for uploaded files
getFiles(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get a File for the given input field name.
getFilesystemName(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getFilesystemName(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns the file system name(s) of files associated with the given field name or null if no files are associated with the given field name.
getFileSystemNames(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get the filename(s) of the file(s) uploaded for the given input field name.
getFinalDocs(List<Document>) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
getFinalTemplateName(Template) - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getFirst() - Method in class org.apache.struts2.util.Counter
 
getFlush() - Method in class org.apache.struts2.views.jsp.ActionTag
 
getFoo() - Method in class org.apache.struts2.mock.MockInterceptor
 
getForm() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getFormat() - Method in class org.apache.struts2.components.Date
 
getFormatted(String, String) - Method in class org.apache.struts2.ActionSupport
Dedicated method to support I10N and conversion errors
getFormName() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getFormName() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getFreemarkerBeanwrapperCache() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getFreemarkerManagerClassname() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getFreemarkerModels(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.DefaultTagLibrary
 
getFreemarkerMruMaxStrongSize() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getFreemarkerTemplatesCacheUpdateDelay() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getFreemarkerVersion(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getFreemarkerWrapperAltMap() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getFullDefaultActionRef() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getFullDefaultInterceptorRef() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getFullDefaultResultType() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getFullDefaultResultType() - Method in class org.apache.struts2.config.entities.PackageConfig
Returns the default result type for this package.
getFullFieldName(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getFullFieldName(String) - Method in interface org.apache.struts2.validator.ValidatorContext
Translates a simple field name into a full field name in OGNL syntax.
getFullFieldName(String) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
Translates a simple field name into a full field name in Ognl syntax
getFullPropertyPath(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
getGetMethod(Class, String) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getGetMethod(Class, String) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
 
getGlobalAllowedMethods() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getGlobalAllowedMethods() - Method in class org.apache.struts2.config.entities.PackageConfig
gets the GlobalAllowedMethods local to this package
getGlobalDateString(ActionContext) - Method in class org.apache.struts2.conversion.impl.DateConverter
The user defined global date format, see Date.DATETAG_PROPERTY
getGlobalExceptionMappingConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
gets the ExceptionMappingConfigs local to this package
getGlobalResultConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
gets the global ResultConfigs local to this package
getHandleException() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getHasNext() - Method in class org.apache.struts2.util.IteratorGenerator
 
getHead() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getHeaderKey() - Method in class org.apache.struts2.components.InputTransferSelect
 
getHeaderKey() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getHeaders() - Method in class org.apache.struts2.result.HttpHeaderResult
Returns a Map of all HTTP headers.
getHeaderValue() - Method in class org.apache.struts2.components.InputTransferSelect
 
getHeaderValue() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getHibernateProxyTarget(Object) - Static method in class org.apache.struts2.util.ProxyUtil
 
getHidden() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getHref() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getHttpServletRequest() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getHttpServletRequest() - Method in interface org.apache.struts2.components.UrlProvider
 
getHttpServletResponse() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getHttpServletResponse() - Method in interface org.apache.struts2.components.UrlProvider
 
getI18n() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getI18nEncoding() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getI18nReload() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getId() - Method in class org.apache.struts2.components.UIBean
Get's the id for referencing element.
getIdParameterName() - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
getIf() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getInclude() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getIncludeMethodsSet() - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
getIncludeParams() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getIncludeParams() - Method in interface org.apache.struts2.components.UrlProvider
 
getIncludes() - Method in class org.apache.struts2.interceptor.ChainingInterceptor
Gets list of parameter names to include
getIndex() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
getIndexStr() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
getInitParameter(String) - Method in class org.apache.struts2.dispatcher.filter.FilterHostConfig
 
getInitParameter(String) - Method in interface org.apache.struts2.dispatcher.HostConfig
 
getInitParameter(String) - Method in class org.apache.struts2.dispatcher.listener.ListenerHostConfig
 
getInitParameter(String) - Method in class org.apache.struts2.dispatcher.servlet.ServletHostConfig
 
getInitParameterNames() - Method in class org.apache.struts2.dispatcher.filter.FilterHostConfig
 
getInitParameterNames() - Method in interface org.apache.struts2.dispatcher.HostConfig
 
getInitParameterNames() - Method in class org.apache.struts2.dispatcher.listener.ListenerHostConfig
 
getInitParameterNames() - Method in class org.apache.struts2.dispatcher.servlet.ServletHostConfig
 
getInputName() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
getInputName() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
Represents a name of the input file, eg.: "myFile" in case of
getInputName() - Method in class org.apache.struts2.result.StreamResult
 
getInputResultName() - Method in interface org.apache.struts2.interceptor.ValidationWorkflowAware
 
getInputtransferselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getInstance() - Static method in class org.apache.struts2.dispatcher.Dispatcher
Provide the dispatcher instance for the current thread.
getInstance(ServletContext) - Static method in class org.apache.struts2.dispatcher.Dispatcher
 
getInstance(Class<T>) - Method in class org.apache.struts2.ActionContext
 
getInstance(Class<T>) - Method in interface org.apache.struts2.inject.Container
Convenience method. Equivalent to getInstance(type, DEFAULT_NAME).
getInstance(Class<T>) - Method in class org.apache.struts2.mock.MockContainer
 
getInstance(Class<T>, String) - Method in interface org.apache.struts2.inject.Container
Gets an instance of the given dependency which was declared in ContainerBuilder.
getInstance(Class<T>, String) - Method in class org.apache.struts2.mock.MockContainer
 
getInstanceNames(Class<?>) - Method in interface org.apache.struts2.inject.Container
Gets a set of all registered names for the given type
getInstanceNames(Class<?>) - Method in class org.apache.struts2.mock.MockContainer
 
getInterceptor() - Method in class org.apache.struts2.config.entities.InterceptorMapping
 
getInterceptorConfig(String) - Method in interface org.apache.struts2.config.entities.InterceptorLocator
Gets an interceptor configuration object.
getInterceptorConfig(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getInterceptorConfig(String) - Method in class org.apache.struts2.config.entities.PackageConfig
 
getInterceptorConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
getInterceptors() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getInterceptors() - Method in class org.apache.struts2.config.entities.InterceptorStackConfig
Returns a Collection of InterceptorMapping objects.
getInterfaces() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getInterval() - Method in class org.apache.struts2.util.Counter
 
getIntHeaders() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
getInvocation() - Method in interface org.apache.struts2.ActionProxy
 
getInvocation() - Method in class org.apache.struts2.DefaultActionProxy
 
getInvocation() - Method in interface org.apache.struts2.interceptor.exec.BackgroundProcess
 
getInvocation() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Retrieves the action invocation.
getInvocation() - Method in class org.apache.struts2.mock.MockActionProxy
 
getInvocation() - Method in class org.apache.struts2.mock.MockResult
 
getInvocationContext() - Method in interface org.apache.struts2.ActionInvocation
Gets the ActionContext associated with this ActionInvocation.
getInvocationContext() - Method in class org.apache.struts2.DefaultActionInvocation
 
getInvocationContext() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getIsSelected() - Method in class org.apache.struts2.util.ListEntry
 
getIterator() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getIterator(Object) - Method in class org.apache.struts2.util.IteratorFilterSupport
 
getJBossPhysicalUrl(URL) - Method in class org.apache.struts2.util.fs.JBossFileManager
Try to determine physical file location.
getKey() - Method in class org.apache.struts2.util.ListEntry
 
getKeyClass() - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
getKeyClass(Class, String) - Method in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
Determines the key class by looking for the value of @Key annotation for the given class.
getKeyClass(Class, String) - Method in interface org.apache.struts2.conversion.ObjectTypeDeterminer
 
getKeyClass(Class, String) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
getKeyProperty() - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
Determines the key property for a Collection by getting it from the @KeyProperty annotation.
getKeyProperty(Class, String) - Method in interface org.apache.struts2.conversion.ObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
getLabel() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getLast() - Method in class org.apache.struts2.util.Counter
 
getLastBeanClassAccessed(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
getLastBeanPropertyAccessed(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
getLastClassAccessed() - Method in class org.apache.struts2.ognl.ObjectProxy
 
getLastFinalLocation() - Method in class org.apache.struts2.result.StrutsResultSupport
Returns the last parsed and encoded location value
getLastModified(Object) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
getLastPropertyAccessed() - Method in class org.apache.struts2.ognl.ObjectProxy
 
getLeftDownLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getLeftDownLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getLeftTitle() - Method in class org.apache.struts2.components.InputTransferSelect
 
getLeftTitle() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getLeftTitle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getLeftTitle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getLeftUpLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getLeftUpLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getLength() - Method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
getLine(Element) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the line number of an element (DOM flavor)
getLine(Attributes) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the line number of an element (SAX flavor)
getLineNumber() - Method in interface org.apache.struts2.util.location.Location
Get the line number of this location
getLineNumber() - Method in class org.apache.struts2.util.location.LocationImpl
Get the line number of this location
getLink() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getList() - Method in class org.apache.struts2.util.SortIteratorFilter
 
getLoadedFileNames() - Method in interface org.apache.struts2.config.Configuration
 
getLoadedFileNames() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getLoadedFileNames() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getLoadOrder(Document) - Static method in class org.apache.struts2.config.providers.XmlHelper
 
getLocale() - Method in class org.apache.struts2.ActionContext
Gets the Locale of the current action.
getLocale() - Method in class org.apache.struts2.ActionSupport
 
getLocale() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getLocale() - Method in class org.apache.struts2.locale.DefaultLocaleProvider
 
getLocale() - Method in interface org.apache.struts2.locale.LocaleProvider
Gets the provided locale.
getLocale() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getLocale(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
getLocale(Map<String, Object>) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
getLocaleFromParam(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
Creates a Locale object from the request param
getLocaleHandler(ActionInvocation) - Method in class org.apache.struts2.interceptor.I18nInterceptor
Override this method to use your own implementation of I18nInterceptor.LocaleHandler
getLocaleProvider() - Method in class org.apache.struts2.ActionSupport
 
getLocaleProviderFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getLocalizedTextProvider() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getLocation() - Method in class org.apache.struts2.result.StrutsResultSupport
Gets the location it was created with, mainly for testing
getLocation() - Method in exception org.apache.struts2.StrutsException
Gets the location of the error, if available
getLocation() - Method in interface org.apache.struts2.util.location.Locatable
Get the location of this object
getLocation() - Method in class org.apache.struts2.util.location.LocatableProperties
 
getLocation() - Method in class org.apache.struts2.util.location.Located
Get the location of this object
getLocation(Object) - Method in class org.apache.struts2.dispatcher.Dispatcher.Locator
 
getLocation(Object) - Static method in class org.apache.struts2.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Static method in class org.apache.struts2.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Method in interface org.apache.struts2.util.location.LocationUtils.LocationFinder
Get the location of an object
getLocation(String) - Method in class org.apache.struts2.config.DefaultSettings
 
getLocation(Element) - Static method in class org.apache.struts2.util.location.LocationAttributes
Same as getLocation(elem, null).
getLocation(Element, String) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the Location of an element (DOM flavor).
getLocation(Attributes, String) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the Location of an element (SAX flavor).
getLocationObject(Element) - Static method in class org.apache.struts2.util.DomHelper
 
getLocationString(Element) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the location of an element that has been processed by this pipe (DOM flavor).
getLocationString(Attributes) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the location of an element (SAX flavor).
getLogCategory() - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
getLogLevel() - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
getMapperActionPrefixCrossNamespaces() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapperActionPrefixEnabled() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapperAlwaysSelectFullNamespace() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapperClass() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapperComposite() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapperIdParameterName() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapperPrefixMapping() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Expose the ActionMapping for the current request
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
getMapping(Class) - Method in class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
getMapping(Class) - Method in interface org.apache.struts2.conversion.TypeConverterHolder
Target class conversion Mappings.
getMappingFromActionName(String) - Method in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Expose the ActionMapping for the specified action name
getMappingFromActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
getMappingFromActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getMappingFromActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
getMax() - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
getMaxExclusive() - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
getMaximumFractionDigits() - Method in class org.apache.struts2.components.Number
 
getMaximumIntegerDigits() - Method in class org.apache.struts2.components.Number
 
getMaxInclusive() - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
getMaxLength() - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
getMember() - Method in interface org.apache.struts2.inject.Context
 
getMessage(Object) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getMessage(Object) - Method in interface org.apache.struts2.validator.Validator
Gets the validation failure message for the given object
getMessage(Object) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
getMessage(String, Locale, String, ValueStack, Object[]) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
getMessageKey() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getMessageKey() - Method in interface org.apache.struts2.validator.Validator
Gets the resource bundle key used for lookup of validation failure message
getMessageKey() - Method in class org.apache.struts2.validator.ValidatorConfig
 
getMessageKey() - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
getMessageParameters() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getMessageParameters() - Method in interface org.apache.struts2.validator.Validator
Gets the message parameters to be used when parsing i18n messages
getMessageParameters() - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
getMessageParams() - Method in class org.apache.struts2.validator.ValidatorConfig
 
getMethod() - Method in interface org.apache.struts2.ActionProxy
Gets the method name to execute, or null if no method has been specified (meaning execute will be invoked).
getMethod() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getMethod() - Method in interface org.apache.struts2.components.UrlProvider
 
getMethod() - Method in class org.apache.struts2.DefaultActionProxy
 
getMethod() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getMethod() - Method in class org.apache.struts2.mock.MockActionProxy
 
getMethodName() - Method in class org.apache.struts2.config.entities.ActionConfig
Returns name of the action method
getMethods() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getMin() - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
getMinExclusive() - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
getMinimumFractionDigits() - Method in class org.apache.struts2.components.Number
 
getMinimumIntegerDigits() - Method in class org.apache.struts2.components.Number
 
getMinInclusive() - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
getMinLength() - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
getModel() - Method in interface org.apache.struts2.ModelDriven
Gets the model to be pushed onto the ValueStack instead of the Action itself.
getModelFactory(Class) - Method in class org.apache.struts2.views.freemarker.StrutsBeanWrapper
 
getModels(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.DefaultTagLibrary
 
getModels(ValueStack, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.struts2.views.TagLibraryModelProvider
Gets a Java object that contains getters for the tag library's Freemarker models.
getMoveDownLabel() - Method in class org.apache.struts2.components.UpDownSelect
 
getMoveDownLabel() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getMoveUpLabel() - Method in class org.apache.struts2.components.UpDownSelect
 
getMoveUpLabel() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getMultipartBufferSize() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartEnabled() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartMaxFiles() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartMaxFileSize() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartMaxSize() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartMaxStringLength() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartParser() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultiPartRequest() - Method in class org.apache.struts2.dispatcher.Dispatcher
On each request it must return a new instance as implementation could be not thread safe and thus ensure of resource clean up
getMultipartSaveDir() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultipartValidationRegex() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getMultiple() - Method in class org.apache.struts2.components.InputTransferSelect
 
getMultiple() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getMultipleValues() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
getMultipleValues() - Method in interface org.apache.struts2.dispatcher.Parameter
 
getMultipleValues() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
getMultiTextvalueSeparator() - Method in class org.apache.struts2.validator.DefaultValidatorFileParser
 
getName() - Method in class org.apache.struts2.components.Date
 
getName() - Method in class org.apache.struts2.components.Number
 
getName() - Method in class org.apache.struts2.components.template.Template
 
getName() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getName() - Method in class org.apache.struts2.config.entities.BeanConfig
 
getName() - Method in class org.apache.struts2.config.entities.BeanSelectionConfig
 
getName() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
getName() - Method in class org.apache.struts2.config.entities.InterceptorConfig
 
getName() - Method in class org.apache.struts2.config.entities.InterceptorMapping
 
getName() - Method in class org.apache.struts2.config.entities.InterceptorStackConfig
Get the name of this interceptor stack configuration.
getName() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getName() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getName() - Method in class org.apache.struts2.config.entities.ResultConfig
 
getName() - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
getName() - Method in class org.apache.struts2.config.entities.UnknownHandlerConfig
 
getName() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getName() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
getName() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
getName() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
getName() - Method in interface org.apache.struts2.dispatcher.Parameter
 
getName() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
getName() - Method in interface org.apache.struts2.inject.Context
 
getName() - Method in interface org.apache.struts2.result.plain.HttpHeader
 
getName() - Method in class org.apache.struts2.util.finder.ClassFinder.AnnotationInfo
 
getName() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getName() - Method in class org.apache.struts2.util.finder.ClassFinder.FieldInfo
 
getName() - Method in interface org.apache.struts2.util.finder.ClassFinder.Info
 
getName() - Method in class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
getName() - Method in class org.apache.struts2.util.finder.ClassFinder.PackageInfo
 
getNamePrefix() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getNamespace() - Method in interface org.apache.struts2.ActionProxy
Gets the namespace the ActionConfig for this ActionProxy is mapped to.
getNamespace() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getNamespace() - Method in interface org.apache.struts2.components.UrlProvider
 
getNamespace() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getNamespace() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getNamespace() - Method in class org.apache.struts2.DefaultActionProxy
 
getNamespace() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getNamespace() - Method in class org.apache.struts2.mock.MockActionProxy
 
getNamespace(ValueStack) - Method in class org.apache.struts2.components.Component
 
getNewBackgroundProcess(String, ActionInvocation, int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Creates a new background process
getNext() - Method in class org.apache.struts2.util.Counter
 
getNext() - Method in class org.apache.struts2.util.IteratorGenerator
 
getNocache() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getNoCharsetInContentType() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getNonceString(HttpServletRequest) - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
getNotExcludedAcceptedPatternsChecker() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getNumberFormat(Locale) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
getObject() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
getObject() - Method in interface org.apache.struts2.dispatcher.Parameter
 
getObject() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
getObjectFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactoryActionFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactoryConverterFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactoryInterceptorFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactoryResultFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactorySpringAutoWire() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactorySpringAutoWireAlwaysRespect() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactorySpringEnableAopSupport() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactorySpringUseClassCache() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactoryUnknownHandlerFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectFactoryValidatorFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectTypeDeterminer() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getObjectWrapper() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
This method is called from FreemarkerResult.doExecute(String, ActionInvocation) to obtain the FreeMarker object wrapper object that this result will use for adapting objects into template models.
getOgnlAllowStaticFieldAccess() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOgnlAutoGrowthCollectionLimit() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOgnlEnableEvalExpression() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOgnlEnableExpressionCache() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOgnlLogMissingProperties() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOperationModel() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
getOptgroup() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getOptiontransferselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getOrderedComparator() - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Gets an instance of the comparator to use for the ordered sorting.
getOriginalName() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
getOriginalName() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
getOverrideAcceptedPatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOverrideExcludedPatterns() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getOverrideExpr(ActionInvocation, Object) - Method in class org.apache.struts2.interceptor.ConversionErrorInterceptor
 
getOverrideExpr(ActionInvocation, Object) - Method in class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
 
getPackageConfig(String) - Method in interface org.apache.struts2.config.Configuration
 
getPackageConfig(String) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getPackageConfig(String) - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getPackageConfigNames() - Method in interface org.apache.struts2.config.Configuration
 
getPackageConfigNames() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getPackageConfigNames() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getPackageConfigs() - Method in interface org.apache.struts2.config.Configuration
 
getPackageConfigs() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getPackageConfigs() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getPackageName() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getPackageName() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getPageContext() - Method in class org.apache.struts2.ActionContext
Gets PageContext associated with current action
getPageContext() - Static method in class org.apache.struts2.ServletActionContext
Returns the HTTP page context.
getParam() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getParameter(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getParameter(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns the specified request parameter.
getParameter(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParameterAnnotation(AnnotatedElement) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Annotation retrieval logic.
getParameterAnnotations() - Method in class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
getParameterAnnotations(int) - Method in class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
getParameterLogMap(HttpParameters) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
getParameterMap() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getParameterNames() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns an enumeration of String parameter names.
getParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParameters() - Method in class org.apache.struts2.ActionContext
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of parameters otherwise.
getParameters() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getParameters() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getParameters() - Method in interface org.apache.struts2.components.UrlProvider
 
getParameters(ActionInvocation) - Method in class org.apache.struts2.result.ServletDispatcherResult
 
getParameterValues(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
getParameterValues(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a list of all parameter values associated with a parameter name.
getParameterValues(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParams() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getParams() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
getParams() - Method in class org.apache.struts2.config.entities.InterceptorConfig
 
getParams() - Method in class org.apache.struts2.config.entities.InterceptorMapping
 
getParams() - Method in interface org.apache.struts2.config.entities.Parameterizable
 
getParams() - Method in class org.apache.struts2.config.entities.ResultConfig
 
getParams() - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
getParams() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getParams() - Method in class org.apache.struts2.util.RegexPatternMatcherExpression
 
getParams() - Method in class org.apache.struts2.validator.ValidatorConfig
 
getParams(Element) - Static method in class org.apache.struts2.config.providers.XmlHelper
This method will find all the parameters under this paramsElement and return them as Map<String, String>.
getParent() - Method in interface org.apache.struts2.util.finder.ClassLoaderInterface
 
getParent() - Method in class org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
 
getParents() - Method in class org.apache.struts2.config.entities.PackageConfig
 
getParentsAllowedMethods(List<PackageConfig>) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getParentTemplateLoader() - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
 
getPassword() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getPattern() - Method in class org.apache.struts2.config.impl.NamespaceMatch
 
getPattern() - Method in class org.apache.struts2.util.ClassPathFinder
 
getPattern() - Method in class org.apache.struts2.util.NamedVariablePatternMatcher.CompiledPattern
 
getPattern() - Method in class org.apache.struts2.util.RegexPatternMatcherExpression
 
getPatternMatcher() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getPerformClearTagStateForTagPoolingServers() - Method in class org.apache.struts2.components.Component
 
getPerformClearTagStateForTagPoolingServers() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
Allow descendant tags to check if the tag state should be cleared during StrutsBodyTagSupport.doEndTag() processing,
getPermittedInjectionDepth(AnnotatedElement) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
getPortletMode() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getPortletMode() - Method in interface org.apache.struts2.components.UrlProvider
 
getPortletUrlType() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getPortletUrlType() - Method in interface org.apache.struts2.components.UrlProvider
 
getPossibleTemplates(TemplateEngine) - Method in class org.apache.struts2.components.template.Template
 
getPrefixedMethod(String[], String, Object) - Static method in class org.apache.struts2.interceptor.PrefixMethodInvocationUtil
This method returns a Method in action.
getPrevious() - Method in class org.apache.struts2.util.Counter
 
getProhibitedResultParams() - Method in class org.apache.struts2.result.ServletActionRedirectResult
 
getProhibitedResultParams() - Method in class org.apache.struts2.result.ServletRedirectResult
 
getProperty() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.HttpParametersPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ObjectAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ObjectProxyPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ParameterPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
Gets the property of a Collection by indexing the collection based on a key property.
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkObjectPropertyAccessor
 
getPropertyDescriptor(Class, String) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getPropertyDescriptor(Class, String) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
This method returns a PropertyDescriptor for the given class and property name using a Map lookup (using getPropertyDescriptorsMap()).
getPropertyDescriptors() - Method in class org.apache.struts2.views.jsp.ui.AbstractUITagBeanInfo
 
getPropertyDescriptors(Class<?>) - Method in class org.apache.struts2.ognl.OgnlUtil
Get's the java beans property descriptors for the given class.
getPropertyDescriptors(Object) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getPropertyDescriptors(Object) - Method in class org.apache.struts2.ognl.OgnlUtil
Gets the java beans property descriptors for the given source.
getPropertyDescriptors(Object) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Get's the java beans property descriptors for the given source.
getPropertyLocation(String) - Method in class org.apache.struts2.util.location.LocatableProperties
 
getPropertyName() - Method in class org.apache.struts2.util.PropertiesReader
Returns the name of the last read property.
getPropertyThroughIteration(Map, Collection, String, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
getPropertyValue() - Method in class org.apache.struts2.util.PropertiesReader
Returns the value of the last read property.
getProviderAllowlist() - Method in class org.apache.struts2.ognl.ProviderAllowlist
 
getProxy() - Method in interface org.apache.struts2.ActionInvocation
Get the ActionProxy holding this ActionInvocation.
getProxy() - Method in class org.apache.struts2.components.ActionComponent
 
getProxy() - Method in class org.apache.struts2.DefaultActionInvocation
 
getProxy() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getProxy() - Method in class org.apache.struts2.result.ActionChainResult
 
getPush() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getPutStrategy() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
getQueryFragment() - Method in interface org.apache.struts2.url.QueryStringParser.Result
 
getQueryFragment() - Method in class org.apache.struts2.url.StrutsQueryStringParser.StrutsQueryStringParserResult
 
getQueryParams() - Method in interface org.apache.struts2.url.QueryStringParser.Result
 
getQueryParams() - Method in class org.apache.struts2.url.StrutsQueryStringParser.StrutsQueryStringParserResult
 
getRadio() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getReader(Object, String) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
getRealTarget(String, Map<String, Object>, Object) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getRealTarget(String, Map<String, Object>, Object) - Method in class org.apache.struts2.ognl.OgnlUtil
Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
getRealTarget(String, Map<String, Object>, Object) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
getReflectionContextFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getReflectionProvider() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getRegex() - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
getRemoteUser() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Gets the user id
getRemoteUser() - Method in class org.apache.struts2.interceptor.servlet.ServletPrincipalProxy
Gets the user id
getRemoveAllLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getRemoveAllLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getRemoveLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getRemoveLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getRequest() - Static method in class org.apache.struts2.ServletActionContext
Gets the HTTP servlet request object.
getRequestOperationMode(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Get the operationMode through request parameter, if allowRequestParameterSwitch is 'true', else it simply returns 'NONE', meaning its neither in the 'STORE_MODE' nor 'RETRIEVE_MODE'.
getRequestParameterSwitch() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
getReset() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getResource(String) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
getResource(String) - Method in interface org.apache.struts2.util.finder.ClassLoaderInterface
 
getResource(String) - Method in class org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
 
getResource(String, Class) - Static method in class org.apache.struts2.util.ClassLoaderUtil
Load a given resource.
getResourceAsStream(String) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
getResourceAsStream(String) - Method in interface org.apache.struts2.util.finder.ClassLoaderInterface
 
getResourceAsStream(String) - Method in class org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
 
getResourceAsStream(String, Class) - Static method in class org.apache.struts2.util.ClassLoaderUtil
This is a convenience method to load a resource as a stream.
getResourceBase(HttpServletRequest) - Static method in class org.apache.struts2.views.util.ResourceUtil
 
getResources() - Method in class org.apache.struts2.util.ResolverUtil
 
getResources(String) - Method in interface org.apache.struts2.util.finder.ClassLoaderInterface
 
getResources(String) - Method in class org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
 
getResources(String, Class, boolean) - Static method in class org.apache.struts2.util.ClassLoaderUtil
Load all resources with a given name, potentially aggregating all results from the searched classloaders.
getResourcesMap(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
 
getResourcesNotLoaded() - Method in class org.apache.struts2.util.finder.ResourceFinder
Returns a list of resources that could not be loaded in the last invoked findAvailable* or mapAvailable* methods.
getResponse() - Static method in class org.apache.struts2.ServletActionContext
Gets the HTTP servlet response object.
getResult() - Method in interface org.apache.struts2.ActionInvocation
If the ActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
getResult() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
getResult() - Method in class org.apache.struts2.DefaultActionInvocation
If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
getResult() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getResult() - Method in interface org.apache.struts2.interceptor.exec.BackgroundProcess
 
getResult() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Gets the result of the background process.
getResult() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getResultCode() - Method in interface org.apache.struts2.ActionInvocation
Gets the result code returned from this ActionInvocation.
getResultCode() - Method in class org.apache.struts2.DefaultActionInvocation
 
getResultCode() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getResults() - Method in class org.apache.struts2.config.entities.ActionConfig
 
getResultType(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
getResultTypeConfigs() - Method in class org.apache.struts2.config.entities.PackageConfig
gets the ResultTypeConfigs local to this package
getReturnType() - Method in class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
getRightDownLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getRightDownLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getRightTitle() - Method in class org.apache.struts2.components.InputTransferSelect
 
getRightTitle() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getRightTitle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getRightTitle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getRightUpLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getRightUpLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getRoot() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
getRoot() - Method in interface org.apache.struts2.util.ValueStack
Get the CompoundRoot which holds the objects pushed onto the stack
getRoundingMode() - Method in class org.apache.struts2.components.Number
 
getRuntimeConfiguration() - Method in interface org.apache.struts2.config.Configuration
The current runtime configuration.
getRuntimeConfiguration() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getRuntimeConfiguration() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getSaveDir() - Method in class org.apache.struts2.dispatcher.Dispatcher
Return the path to save uploaded files to (this is configurable).
getScheme() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getScheme() - Method in interface org.apache.struts2.components.UrlProvider
 
getScope() - Method in class org.apache.struts2.config.entities.BeanConfig
 
getScopeKey() - Method in interface org.apache.struts2.interceptor.ScopedModelDriven
 
getScopeStrategy() - Method in interface org.apache.struts2.inject.Context
 
getScript() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSelect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSelectAllLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getSelectAllLabel() - Method in class org.apache.struts2.components.UpDownSelect
 
getSelectAllLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getSelectAllLabel() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getSelectAllOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getSelectAllOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getSelectedIndex() - Method in class org.apache.struts2.util.TabbedPane
 
getSequence() - Method in class org.apache.struts2.components.Form
Get a incrementing sequence unique to this Form component.
getServeStatic() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getServeStaticBrowserCache() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getServletContext() - Method in class org.apache.struts2.ActionContext
Gets ServletContext associated with current action
getServletContext() - Method in class org.apache.struts2.dispatcher.filter.FilterHostConfig
 
getServletContext() - Method in interface org.apache.struts2.dispatcher.HostConfig
 
getServletContext() - Method in class org.apache.struts2.dispatcher.listener.ListenerHostConfig
 
getServletContext() - Method in class org.apache.struts2.dispatcher.servlet.ServletHostConfig
 
getServletContext() - Static method in class org.apache.struts2.ServletActionContext
Gets the servlet context.
getServletPath(HttpServletRequest) - Static method in class org.apache.struts2.RequestUtils
Retrieves the current request servlet path.
getServletRequest() - Method in class org.apache.struts2.action.CspReportAction
 
getServletRequest() - Method in class org.apache.struts2.ActionContext
Gets ServletRequest associated with current action
getServletResponse() - Method in class org.apache.struts2.ActionContext
Gets ServletResponse associated with current action
getSession() - Method in class org.apache.struts2.ActionContext
Gets the Map of HttpSession values when in a servlet environment or a generic session map otherwise.
getSessionReset() - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
getSet() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSetMap(Map<String, Object>, String) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
getSetMethod(Class, String) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getSetMethod(Class, String) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
 
getSize() - Method in class org.apache.struts2.components.InputTransferSelect
 
getSize() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
getSize() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getSnippet(int) - Method in interface org.apache.struts2.util.location.Location
Gets a source code snippet with the default padding
getSnippet(int) - Method in class org.apache.struts2.util.location.LocationImpl
 
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
Used by OGNl to generate bytecode
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ObjectProxyPropertyAccessor
Used by OGNl to generate bytecode
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
Used by OGNl to generate bytecode
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ObjectProxyPropertyAccessor
Used by OGNl to generate bytecode
getStack() - Method in interface org.apache.struts2.ActionInvocation
Gets the ValueStack associated with this ActionInvocation.
getStack() - Method in class org.apache.struts2.components.Component
Gets the OGNL value stack associated with this component.
getStack() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getStack() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getStack() - Method in interface org.apache.struts2.components.UrlProvider
 
getStack() - Method in class org.apache.struts2.DefaultActionInvocation
 
getStack() - Method in class org.apache.struts2.mock.MockActionInvocation
 
getStack() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
getStack(PageContext) - Static method in class org.apache.struts2.views.jsp.TagUtils
 
getStandardAttributes() - Method in class org.apache.struts2.components.Component
If needed caches all methods annotated by given annotation to avoid further scans
getStandardContext(ValueStack, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.struts2.views.util.ContextUtil
 
getStaticContentLoader() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getStaticContentLoader() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
getStaticContentPath() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getStatus() - Method in class org.apache.struts2.result.HttpHeaderResult
 
getStrictMethodInvocationMethodRegex() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getStringHeaders() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
getSubmit() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSuccessResultValue() - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
 
getSuffix() - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getSuffix() - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
getSuffix() - Method in class org.apache.struts2.components.template.JspTemplateEngine
 
getSuperInterfaces() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getSuperType() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
getT(T, String, Class<T>) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
getTabAlign() - Method in class org.apache.struts2.util.TabbedPane
 
getTag() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getTarget() - Method in class org.apache.struts2.ognl.OgnlTypeConverterWrapper
 
getTemplate() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getTemplate() - Method in class org.apache.struts2.components.UIBean
 
getTemplateDir() - Method in class org.apache.struts2.components.UIBean
 
getTemplateEngine(Template, String) - Method in class org.apache.struts2.components.template.TemplateEngineManager
Gets the TemplateEngine for the template name.
getTemplatePath() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getTemplateSuffix(Map<String, Object>) - Static method in class org.apache.struts2.views.util.ContextUtil
Returns a String for overriding the default templateSuffix if templateSuffix is on the stack
getText() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getText(String) - Method in class org.apache.struts2.ActionSupport
 
getText(String) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key
getText(String) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a message key or if no message is found the provided key is returned.
getText(String) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String) - Method in class org.apache.struts2.util.StrutsUtil
 
getText(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key before returning defaultValue if every else fails.
getText(String, String) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key, or, if the message is not found, a supplied default value is returned.
getText(String, String) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String[]) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String[]) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key.
getText(String, String[]) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String[]) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or the provided key if no message is found.
getText(String, String[]) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String[]) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String, String) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String, String) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key, before returning defaultValue if every else fails.
getText(String, String, String) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String, String) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied obj, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String, String[]) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String, String[]) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key, before returning defaultValue.
getText(String, String, String[]) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String, String[]) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[]) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String[]) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String, String[], ValueStack) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String, String[], ValueStack) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key, before returning defaultValue
getText(String, String, String[], ValueStack) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String, String[], ValueStack) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[], ValueStack) - Method in class org.apache.struts2.text.TextProviderSupport
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[], ValueStack) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String, List<?>) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String, List<?>) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key, before returning defaultValue
getText(String, String, List<?>) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String, List<?>) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, List<?>) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List<?>) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String, List<?>, ValueStack) - Method in class org.apache.struts2.ActionSupport
 
getText(String, String, List<?>, ValueStack) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key, before returning defaultValue
getText(String, String, List<?>, ValueStack) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, String, List<?>, ValueStack) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, List<?>, ValueStack) - Method in class org.apache.struts2.text.TextProviderSupport
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, List<?>, ValueStack) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getText(String, String, List<Object>, ValueStack) - Static method in class org.apache.struts2.util.TextProviderHelper
Get a message from the first TextProvider encountered in the stack.
getText(String, String, ValueStack) - Static method in class org.apache.struts2.util.TextProviderHelper
Get a message from the first TextProvider encountered in the stack.
getText(String, List<?>) - Method in class org.apache.struts2.ActionSupport
 
getText(String, List<?>) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first valid message for this key.
getText(String, List<?>) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getText(String, List<?>) - Method in interface org.apache.struts2.text.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat or the provided key if no message is found.
getText(String, List<?>) - Method in class org.apache.struts2.text.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, List<?>) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getTextarea() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getTextfield() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getTextKey() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
 
getTextMessage(Object, String, String[]) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
getTextMessage(String, String[]) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
getTextProvider() - Method in class org.apache.struts2.ActionSupport
If called first time it will create TextProviderFactory, inject dependency (if Container is accesible) into in, then will create new TextProvider and store it in a field for future references and at the returns reference to that field
getTextProvider() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getTextProvider(Class) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
getTextProvider(Object) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
getTextProvider(ResourceBundle) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
getTextProviderFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getTexts() - Method in class org.apache.struts2.ActionSupport
 
getTexts() - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first non-null ResourceBundle.
getTexts() - Method in class org.apache.struts2.text.DefaultTextProvider
 
getTexts() - Method in interface org.apache.struts2.text.TextProvider
Get the resource bundle associated with the implementing class (usually an action).
getTexts() - Method in class org.apache.struts2.text.TextProviderSupport
Get the resource bundle associated with this action.
getTexts() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getTexts(String) - Method in class org.apache.struts2.ActionSupport
 
getTexts(String) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each TextProviders and return the first non-null ResourceBundle.
getTexts(String) - Method in class org.apache.struts2.text.DefaultTextProvider
 
getTexts(String) - Method in interface org.apache.struts2.text.TextProvider
Get the named bundle, such as "com/acme/Foo".
getTexts(String) - Method in class org.apache.struts2.text.TextProviderSupport
Get the named bundle.
getTexts(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getTextValue(Element) - Method in class org.apache.struts2.validator.DefaultValidatorFileParser
Extract trimmed text value from the given DOM element, ignoring XML comments.
getTheme() - Method in class org.apache.struts2.components.template.Template
 
getTheme() - Method in class org.apache.struts2.components.UIBean
 
getThemePropertiesFileName() - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getThemeProps(Template) - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getThemeProps(Template) - Method in interface org.apache.struts2.components.template.TemplateEngine
Get's the properties for the given template.
getTime() - Method in class org.apache.struts2.util.Timer
 
getTimezone() - Method in class org.apache.struts2.components.Date
 
getToClass() - Method in class org.apache.struts2.conversion.impl.ConversionData
 
getToken() - Static method in class org.apache.struts2.util.TokenHelper
Gets a transaction token from the params in the ServletActionContext using the default token name.
getToken() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getToken(String) - Static method in class org.apache.struts2.util.TokenHelper
Gets the Token value from the params in the ServletActionContext using the given name
getTokenName() - Static method in class org.apache.struts2.util.TokenHelper
Gets the token name from the Parameters in the ServletActionContext
getTooltipConfig(UIBean) - Method in class org.apache.struts2.components.UIBean
 
getTotal() - Method in class org.apache.struts2.util.Timer
 
getType() - Method in class org.apache.struts2.components.Number
 
getType() - Method in class org.apache.struts2.config.entities.BeanConfig
 
getType() - Method in interface org.apache.struts2.inject.Context
 
getType() - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
getType() - Method in class org.apache.struts2.util.finder.ClassFinder.FieldInfo
 
getType() - Method in class org.apache.struts2.validator.ValidatorConfig
 
getType() - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
getTypeConverter(Map<String, Object>) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
getUiTemplateDir() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUiTemplateSuffix() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUiTheme() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUiThemeExpansionToken() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUnknownHandlerManager() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUnknownHandlers() - Method in class org.apache.struts2.DefaultUnknownHandlerManager
 
getUnknownHandlers() - Method in interface org.apache.struts2.UnknownHandlerManager
 
getUnknownHandlerStack() - Method in interface org.apache.struts2.config.Configuration
 
getUnknownHandlerStack() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
getUnknownHandlerStack() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
getUpDownOnLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getUpDownOnLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getUpDownOnRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getUpDownOnRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getUpdownselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getUpLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getUpLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getUri(HttpServletRequest) - Static method in class org.apache.struts2.RequestUtils
Gets the uri from the request
getURI() - Method in interface org.apache.struts2.util.location.Location
Get the URI of this location
getURI() - Method in class org.apache.struts2.util.location.LocationImpl
Get the URI of this location
getURI(Element) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the URI of an element (DOM flavor)
getURI(Attributes) - Static method in class org.apache.struts2.util.location.LocationAttributes
Returns the URI of an element (SAX flavor)
getUriFromActionMapping(ActionMapping) - Method in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Convert an ActionMapping into a URI string
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
getUrl() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getURL() - Method in class org.apache.struts2.util.URLBean
 
getURL(String) - Method in class org.apache.struts2.views.freemarker.StrutsClassTemplateLoader
 
getUrlHttpPort() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUrlHttpsPort() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUrlIncludeParams() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getUrlIncludeParams() - Method in interface org.apache.struts2.components.UrlProvider
 
getUrlIncludeParams() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUrlPattern() - Method in class org.apache.struts2.validator.validators.URLValidator
 
getUrlProvider() - Method in class org.apache.struts2.components.Anchor
 
getUrlProvider() - Method in class org.apache.struts2.components.URL
 
getUrlRegex() - Method in class org.apache.struts2.validator.validators.URLValidator
This is used to support client-side validation, it's based on http://stackoverflow.com/questions/161738/what-is-the-best-regular-expression-to-check-if-a-string-is-a-valid-url
getUrlRenderer() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getUrlRenderer() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getUrls() - Method in class org.apache.struts2.util.finder.UrlSet
 
getURLs(String) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
getUserPrincipal() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Gets the user principal
getUserPrincipal() - Method in class org.apache.struts2.interceptor.servlet.ServletPrincipalProxy
Gets the user principal
getValidationAware() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
getValidationContext(ActionProxy) - Method in class org.apache.struts2.validator.ValidationInterceptor
Returns the context that will be used by the ActionValidatorManager to associate the action invocation with the appropriate ValidatorConfigs.
getValidator(ValidatorConfig) - Method in class org.apache.struts2.validator.DefaultValidatorFactory
 
getValidator(ValidatorConfig) - Method in interface org.apache.struts2.validator.ValidatorFactory
Get a Validator that matches the given configuration.
getValidatorContext() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getValidatorContext() - Method in interface org.apache.struts2.validator.Validator
Gets the validation context used
getValidatorContext() - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
getValidatorFromValidatorConfig(ValidatorConfig, ValueStack) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
getValidators(Class<?>, String) - Method in interface org.apache.struts2.validator.ActionValidatorManager
Returns a list of validators for the given class and context.
getValidators(Class<?>, String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
getValidators(Class<?>, String, String) - Method in interface org.apache.struts2.validator.ActionValidatorManager
Returns a list of validators for the given class, context, and method.
getValidators(Class<?>, String, String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
getValidators(String) - Method in class org.apache.struts2.components.Form
 
getValidatorType() - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
getValidatorType() - Method in interface org.apache.struts2.validator.Validator
Gets the validator type used (see class javadoc).
getValidatorType() - Method in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
getValidatorType() - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
getValue() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getValue() - Method in interface org.apache.struts2.components.UrlProvider
 
getValue() - Method in class org.apache.struts2.conversion.impl.ConversionData
 
getValue() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
getValue() - Method in interface org.apache.struts2.dispatcher.Parameter
 
getValue() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
getValue() - Method in class org.apache.struts2.ognl.ObjectProxy
 
getValue() - Method in interface org.apache.struts2.result.plain.HttpHeader
 
getValue() - Method in class org.apache.struts2.util.ListEntry
 
getValue(String, Map<String, Object>, Object) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
getValue(String, Map<String, Object>, Object) - Method in class org.apache.struts2.ognl.OgnlUtil
 
getValue(String, Map<String, Object>, Object) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Evaluates the given OGNL expression to extract a value from the given root object in a given context
getValue(String, Map<String, Object>, Object, Class<?>) - Method in class org.apache.struts2.ognl.OgnlUtil
 
getValueClassType() - Method in class org.apache.struts2.components.Checkbox
 
getValueClassType() - Method in class org.apache.struts2.components.DateTextField
 
getValueClassType() - Method in class org.apache.struts2.components.ListUIBean
 
getValueClassType() - Method in class org.apache.struts2.components.UIBean
 
getValueStack() - Method in class org.apache.struts2.ActionContext
Gets the OGNL value stack.
getValueStack() - Method in interface org.apache.struts2.util.ValueStackProvider
 
getValueStack(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
Gets the current value stack for this request
getValueStackFactory() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getValueStackFactory() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
getVar() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getVar() - Method in class org.apache.struts2.components.ContextBean
 
getVar() - Method in interface org.apache.struts2.components.UrlProvider
 
getVariableNames() - Method in class org.apache.struts2.util.NamedVariablePatternMatcher.CompiledPattern
 
getVariables() - Method in class org.apache.struts2.config.impl.NamespaceMatch
 
getVelocityConfigfile() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getVelocityContexts() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getVelocityManagerClassname() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getVelocityToolboxlocation() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getVerticesInCycles() - Method in class org.apache.struts2.config.providers.CycleDetector
 
getViewUrlHelper() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getVisitorReturnType(Class, String) - Method in class org.apache.struts2.components.Form
Return type of visited object.
getWindowState() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
getWindowState() - Method in interface org.apache.struts2.components.UrlProvider
 
getWrapper() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getWriter() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getWriter() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
The default writer writes directly to the response writer.
getWriter(Writer, Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
getXsltNocache() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
getXworkConverter() - Method in class org.apache.struts2.config.entities.ConstantConfig
 
globalAllowedMethods - Variable in class org.apache.struts2.config.entities.PackageConfig
 
globalExceptionMappingConfigs - Variable in class org.apache.struts2.config.entities.PackageConfig
 
GlobalLocalizedTextProvider - Class in org.apache.struts2.text
Provides support for localization in the framework, it can be used to read only default bundles.
GlobalLocalizedTextProvider() - Constructor for class org.apache.struts2.text.GlobalLocalizedTextProvider
 
globalResultConfigs - Variable in class org.apache.struts2.config.entities.PackageConfig
 
guessResultType(String) - Static method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 

H

H - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
handle(ReflectionException) - Method in class org.apache.struts2.result.ServletRedirectResult
 
handle(ReflectionException) - Method in interface org.apache.struts2.util.reflection.ReflectionExceptionHandler
Handles a reflection exception
handleConversionException(Map<String, Object>, String, Object, Object, Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
handleDynamicMethod(ActionMapping, StringBuilder) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
handleError(HttpServletRequest, HttpServletResponse, int, Exception) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
handleError(HttpServletRequest, HttpServletResponse, int, Exception) - Method in interface org.apache.struts2.dispatcher.DispatcherErrorHandler
Handle passed error code or exception
handleErrorInDevMode(HttpServletResponse, int, Exception) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
handleException(Throwable, ValueStack) - Method in interface org.apache.struts2.ActionEventListener
Called when an exception is thrown by the action
handleExtension(ActionMapping, StringBuilder) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
handleInvalidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
Determines what to do if an invalid token is provided.
handleInvalidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
Handles processing of invalid tokens.
handleLogging(Exception) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
Handles the logging of the exception.
handleName(ActionMapping, StringBuilder) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
handleNamespace(ActionMapping, StringBuilder) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
handleOgnlException(String, boolean, OgnlException) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
handleOgnlException(String, Object, boolean, OgnlException) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
handleOtherException(String, boolean, Exception) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
handleParams(ActionMapping, StringBuilder) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
handleRejection(ActionInvocation, HttpServletResponse) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Handles a rejection by sending a 403 HTTP error
handleRuntimeException(String, Object, boolean, RuntimeException) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
handleSpecialParameters(HttpServletRequest, ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Special parameters, as described in the class-level comment, are searched for and handled.
handleToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
 
handleToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
 
handleUnknownAction(String, String) - Method in class org.apache.struts2.DefaultUnknownHandlerManager
Iterate over UnknownHandlers and return the result of the first one that can handle it
handleUnknownAction(String, String) - Method in interface org.apache.struts2.UnknownHandler
Handles the case when an action configuration is unknown.
handleUnknownAction(String, String) - Method in interface org.apache.struts2.UnknownHandlerManager
 
handleUnknownActionMethod(Object, String) - Method in interface org.apache.struts2.UnknownHandler
Handles the case when an action method cannot be found.
handleUnknownMethod(Object, String) - Method in class org.apache.struts2.DefaultUnknownHandlerManager
Iterate over UnknownHandlers and return the result of the first one that can handle it.
handleUnknownMethod(Object, String) - Method in interface org.apache.struts2.UnknownHandlerManager
Tries to handle passed methodName if cannot find method should re
handleUnknownResult(ActionContext, String, ActionConfig, String) - Method in class org.apache.struts2.DefaultUnknownHandlerManager
Iterate over UnknownHandlers and return the result of the first one that can handle it
handleUnknownResult(ActionContext, String, ActionConfig, String) - Method in interface org.apache.struts2.UnknownHandler
Handles the case when a result cannot be found for an action and result code.
handleUnknownResult(ActionContext, String, ActionConfig, String) - Method in interface org.apache.struts2.UnknownHandlerManager
 
handleValidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
Called when a valid token is found.
handleValidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
Handles processing of valid tokens.
hasActionErrors() - Method in class org.apache.struts2.ActionSupport
 
hasActionErrors() - Method in interface org.apache.struts2.interceptor.ValidationAware
Check whether there are any Action-level error messages.
hasActionErrors() - Method in class org.apache.struts2.ValidationAwareSupport
 
hasActionErrors() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
hasActionMessages() - Method in class org.apache.struts2.ActionSupport
 
hasActionMessages() - Method in interface org.apache.struts2.interceptor.ValidationAware
Checks whether there are any Action-level messages.
hasActionMessages() - Method in class org.apache.struts2.ValidationAwareSupport
 
hasActionMessages() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
hasAsyncActionResult() - Method in interface org.apache.struts2.AsyncManager
 
hasErrors() - Method in class org.apache.struts2.ActionSupport
 
hasErrors() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Returns true if any errors occured when parsing the HTTP multipart request, false otherwise.
hasErrors() - Method in interface org.apache.struts2.interceptor.ValidationAware
Checks whether there are any action errors or field errors.
hasErrors() - Method in class org.apache.struts2.ValidationAwareSupport
 
hasErrors() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
hasFieldErrors() - Method in class org.apache.struts2.ActionSupport
 
hasFieldErrors() - Method in interface org.apache.struts2.interceptor.ValidationAware
Check whether there are any field errors associated with this action.
hasFieldErrors() - Method in class org.apache.struts2.ValidationAwareSupport
 
hasFieldErrors() - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
hashCode() - Method in class org.apache.struts2.ActionContext
 
hashCode() - Method in class org.apache.struts2.components.template.Template
 
hashCode() - Method in class org.apache.struts2.config.entities.ActionConfig
 
hashCode() - Method in class org.apache.struts2.config.entities.AllowedMethods
 
hashCode() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
hashCode() - Method in class org.apache.struts2.config.entities.InterceptorConfig
 
hashCode() - Method in class org.apache.struts2.config.entities.InterceptorMapping
 
hashCode() - Method in class org.apache.struts2.config.entities.InterceptorStackConfig
 
hashCode() - Method in class org.apache.struts2.config.entities.PackageConfig
 
hashCode() - Method in class org.apache.struts2.config.entities.ResultConfig
 
hashCode() - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
hashCode() - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
hashCode() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
hashCode() - Method in class org.apache.struts2.dispatcher.LocalizedMessage
 
hashCode() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
hashCode() - Method in class org.apache.struts2.mock.MockInterceptor
 
hashCode() - Method in class org.apache.struts2.mock.MockResult
 
hashCode() - Method in class org.apache.struts2.result.ActionChainResult
 
hashCode() - Method in class org.apache.struts2.util.location.LocationImpl
 
hasKey(String) - Method in class org.apache.struts2.ActionSupport
 
hasKey(String) - Method in class org.apache.struts2.text.CompositeTextProvider
It will consult each individual TextProviders and return true if either one of the TextProvider" has such a key else false.
hasKey(String) - Method in class org.apache.struts2.text.DefaultTextProvider
 
hasKey(String) - Method in interface org.apache.struts2.text.TextProvider
Checks if a message key exists.
hasKey(String) - Method in class org.apache.struts2.text.TextProviderSupport
Checks if a key is available in the resource bundles associated with this action.
hasKey(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
hasNext() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
hasNext() - Method in class org.apache.struts2.util.Counter
 
hasNext() - Method in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
hasNext() - Method in class org.apache.struts2.util.IteratorGenerator
 
hasNext() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
hasNext() - Method in class org.apache.struts2.util.SortIteratorFilter
 
hasNext() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
hasUnknownHandlers() - Method in class org.apache.struts2.DefaultUnknownHandlerManager
 
hasUnknownHandlers() - Method in interface org.apache.struts2.UnknownHandlerManager
 
hasValidAnnotatedField(Object, String, long) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
hasValidAnnotatedMember(String, Object, long) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Note that we check for a public field last or only if there is no valid, annotated property descriptor.
hasValidAnnotatedPropertyDescriptor(Object, PropertyDescriptor, long) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
head - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Head - Class in org.apache.struts2.components
Renders parts of the HEAD section for an HTML file.
Head(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Head
 
HEAD - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
headerKey - Variable in class org.apache.struts2.components.ComboBox
 
headerKey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
headerKey - Variable in class org.apache.struts2.components.InputTransferSelect
 
headerKey - Variable in class org.apache.struts2.components.Select
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
headerValue - Variable in class org.apache.struts2.components.ComboBox
 
headerValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
headerValue - Variable in class org.apache.struts2.components.InputTransferSelect
 
headerValue - Variable in class org.apache.struts2.components.Select
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
HeadModel - Class in org.apache.struts2.views.freemarker.tags
 
HeadModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.HeadModel
 
HeadTag - Class in org.apache.struts2.views.jsp.ui
 
HeadTag() - Constructor for class org.apache.struts2.views.jsp.ui.HeadTag
 
hidden - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Hidden - Class in org.apache.struts2.components
Renders an HTML input element of type hidden, populated by the specified property from the ValueStack.
Hidden(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Hidden
 
HiddenModel - Class in org.apache.struts2.views.freemarker.tags
 
HiddenModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.HiddenModel
 
HiddenTag - Class in org.apache.struts2.views.jsp.ui
 
HiddenTag() - Constructor for class org.apache.struts2.views.jsp.ui.HiddenTag
 
HostConfig - Interface in org.apache.struts2.dispatcher
Abstraction for host configuration information such as init params or the servlet context.
href - Variable in class org.apache.struts2.components.Anchor
 
href - Variable in class org.apache.struts2.components.Link
 
href - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
href - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
hreflang - Variable in class org.apache.struts2.components.Link
 
hreflang - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
HTTP - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
HTTP_METHOD_PARAM - Static variable in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
HTTP_PROTOCOL - Static variable in class org.apache.struts2.views.util.DefaultUrlHelper
 
HTTP_REQUEST - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the HTTP request object.
HTTP_RESPONSE - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the HTTP response object.
HttpDelete - Annotation Interface in org.apache.struts2.interceptor.httpmethod
Use this annotation to allow call action or action's method via DELETE request only
HttpGet - Annotation Interface in org.apache.struts2.interceptor.httpmethod
Use this annotation to allow call action or action's method via GET request only
HttpGetOrPost - Annotation Interface in org.apache.struts2.interceptor.httpmethod
Use this annotation to allow call action or action's method via GET or POST request only
HttpHeader<T> - Interface in org.apache.struts2.result.plain
 
HttpHeaderResult - Class in org.apache.struts2.result
HttpHeaderResult() - Constructor for class org.apache.struts2.result.HttpHeaderResult
 
HttpHeaderResult(int) - Constructor for class org.apache.struts2.result.HttpHeaderResult
 
HttpMethod - Enum Class in org.apache.struts2.interceptor.httpmethod
Enum represents possible http request types
HttpMethodAware - Interface in org.apache.struts2.interceptor.httpmethod
Action when implements this interface is notified about what method was used to perform request, it works in connection with HttpMethodInterceptor Another function of this interface is to return result, which should be returned when action was called with wrong http method
HttpMethodInterceptor - Class in org.apache.struts2.interceptor.httpmethod
Interceptor is used to control with what http methods action can be called, if request with not allowed method was performed, HttpMethodInterceptor.badRequestResultName will be returned or if action implements HttpMethodAware and HttpMethodAware.getBadRequestResultName() returns non-null result name, thus value will be used instead.
HttpMethodInterceptor() - Constructor for class org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptor
 
HttpParameters - Class in org.apache.struts2.dispatcher
 
HttpParameters.Builder - Class in org.apache.struts2.dispatcher
 
HttpParametersPropertyAccessor - Class in org.apache.struts2.ognl.accessor
 
HttpParametersPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.HttpParametersPropertyAccessor
 
HttpPost - Annotation Interface in org.apache.struts2.interceptor.httpmethod
Use this annotation to allow call action or action's method via POST request only
HttpPut - Annotation Interface in org.apache.struts2.interceptor.httpmethod
Use this annotation to allow call action or action's method via PUT request only
HTTPS - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
HTTPS_PROTOCOL - Static variable in class org.apache.struts2.views.util.DefaultUrlHelper
 
httpServletRequest - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
httpServletResponse - Variable in class org.apache.struts2.components.ComponentUrlProvider
 

I

i18n - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
I18n - Class in org.apache.struts2.components
Gets a resource bundle and place it on the value stack.
I18n(ValueStack) - Constructor for class org.apache.struts2.components.I18n
 
I18nInterceptor - Class in org.apache.struts2.interceptor
An interceptor that handles setting the locale specified in a session as the locale for the current action request.
I18nInterceptor() - Constructor for class org.apache.struts2.interceptor.I18nInterceptor
 
I18nInterceptor.AcceptLanguageLocaleHandler - Class in org.apache.struts2.interceptor
 
I18nInterceptor.CookieLocaleHandler - Class in org.apache.struts2.interceptor
 
I18nInterceptor.LocaleHandler - Interface in org.apache.struts2.interceptor
Uses to handle reading/storing Locale from/in different locations
I18nInterceptor.RequestLocaleHandler - Class in org.apache.struts2.interceptor
 
I18nInterceptor.SessionLocaleHandler - Class in org.apache.struts2.interceptor
 
I18nInterceptor.Storage - Enum Class in org.apache.struts2.interceptor
 
I18nModel - Class in org.apache.struts2.views.freemarker.tags
 
I18nModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.I18nModel
 
I18nTag - Class in org.apache.struts2.views.jsp
 
I18nTag() - Constructor for class org.apache.struts2.views.jsp.I18nTag
 
id - Variable in class org.apache.struts2.components.UIBean
 
id - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
If - Class in org.apache.struts2.components
If(ValueStack) - Constructor for class org.apache.struts2.components.If
 
ifModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
IfModel - Class in org.apache.struts2.views.freemarker.tags
 
IfModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.IfModel
 
IfTag - Class in org.apache.struts2.views.jsp
 
IfTag() - Constructor for class org.apache.struts2.views.jsp.IfTag
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
ignoreCommitted() - Method in interface org.apache.struts2.result.PlainResult
Controls if result should ignore already committed Http response If set to true only a warning will be issued and the rest of the result will be skipped
ignoreContextParams - Variable in class org.apache.struts2.components.ActionComponent
 
ignoreContextParams - Variable in class org.apache.struts2.views.jsp.ActionTag
 
include - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
include(Object) - Method in class org.apache.struts2.util.StrutsUtil
 
include(String, Writer, ServletRequest, HttpServletResponse, String) - Static method in class org.apache.struts2.components.Include
Include a resource in a response.
include(UrlSet) - Method in class org.apache.struts2.util.finder.UrlSet
 
Include - Class in org.apache.struts2.components
Include(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Include
 
includeClassesUrl(ClassLoaderInterface, UrlSet.FileProtocolNormalizer) - Method in class org.apache.struts2.util.finder.UrlSet
Try to find a classes directory inside a war file add its normalized url to this set
includeContext - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
includeContext - Variable in class org.apache.struts2.components.Form
 
includeContext - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
includeContext - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
includeContext - Variable in class org.apache.struts2.views.jsp.URLTag
 
includeMethods - Variable in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
IncludeModel - Class in org.apache.struts2.views.freemarker.tags
 
IncludeModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.IncludeModel
 
includeParams - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
includeParams - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
includeParams - Variable in class org.apache.struts2.views.jsp.URLTag
 
includes - Variable in class org.apache.struts2.interceptor.ChainingInterceptor
 
IncludeTag - Class in org.apache.struts2.views.jsp
 
IncludeTag() - Constructor for class org.apache.struts2.views.jsp.IncludeTag
 
incrementRecursionCounter(HttpServletRequest, String) - Static method in class org.apache.struts2.dispatcher.PrepareOperations
Helper method to potentially count recursive executions with a request attribute.
indexOfArray(int[], int, int, char[], int) - Method in class org.apache.struts2.util.WildcardHelper
Get the offset of a part of an int array within a char array.
init() - Method in class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
init() - Method in class org.apache.struts2.dispatcher.Dispatcher
Load configurations, including both XML and zero-configuration strategies, and update optional settings, including whether to reload configurations and resource files.
init() - Method in class org.apache.struts2.dispatcher.MockDispatcher
 
init() - Method in class org.apache.struts2.factory.PrefixBasedActionProxyFactory
 
init() - Method in interface org.apache.struts2.inject.Initializable
Use this method to initialise your bean, the whole dependency graph was already built
init() - Method in class org.apache.struts2.interceptor.AbstractInterceptor
Does nothing
init() - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
init() - Method in interface org.apache.struts2.interceptor.Interceptor
Called after an interceptor is created, but before any requests are processed using intercept , giving the Interceptor a chance to initialize any needed resources.
init() - Method in class org.apache.struts2.validator.DefaultValidatorFactory
 
init(TemplateLoader) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
Initialize the loader for the given parent.
init(FilterConfig) - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
init(FilterConfig) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
 
init(FilterConfig) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
 
init(ServletConfig) - Method in class org.apache.struts2.dispatcher.servlet.StrutsServlet
 
init(ServletConfig) - Method in class org.apache.struts2.views.JspSupportServlet
 
init(ServletContext) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
init(ServletContext) - Method in interface org.apache.struts2.dispatcher.DispatcherErrorHandler
Init instance after creating Dispatcher
init(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
init(ActionProxy) - Method in interface org.apache.struts2.ActionInvocation
 
init(ActionProxy) - Method in class org.apache.struts2.DefaultActionInvocation
 
init(ActionProxy) - Method in class org.apache.struts2.mock.MockActionInvocation
 
init(Configuration) - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
init(Configuration) - Method in interface org.apache.struts2.config.ContainerProvider
Initializes with the configuration
init(Configuration) - Method in class org.apache.struts2.config.FileManagerFactoryProvider
 
init(Configuration) - Method in class org.apache.struts2.config.FileManagerProvider
 
init(Configuration) - Method in interface org.apache.struts2.config.PackageProvider
Initializes with the configuration
init(Configuration) - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
 
init(Configuration) - Method in class org.apache.struts2.config.providers.StrutsDefaultConfigurationProvider
 
init(Configuration) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
init(Configuration) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
init(Configuration) - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
init(Configuration) - Method in class org.apache.struts2.test.StubConfigurationProvider
 
init(MessageStoreInterceptor) - Method in class org.apache.struts2.interceptor.MessageStorePreResultListener
 
initDispatcher(ServletContext, Map<String, String>) - Static method in class org.apache.struts2.util.StrutsTestCaseHelper
 
initDispatcher(HostConfig) - Method in class org.apache.struts2.dispatcher.InitOperations
Creates and initializes the dispatcher
initialiseConfiguration() - Method in class org.apache.struts2.config.ConfigurationManager
 
Initializable - Interface in org.apache.struts2.inject
Beans marked with this interface will be always initialised after the internal DI mechanism will be created.
initNewHttpParameters(HttpParameters) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
InitOperations - Class in org.apache.struts2.dispatcher
Contains initialization operations
InitOperations() - Constructor for class org.apache.struts2.dispatcher.InitOperations
 
INITPARAM_CONTENT_TYPE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
INITPARAM_DEBUG - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
INITPARAM_NOCACHE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
INITPARAM_TEMPLATE_PATH - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
initParameterMap() - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
initParams - Variable in class org.apache.struts2.dispatcher.Dispatcher
 
initStaticContentLoader(HostConfig, Dispatcher) - Method in class org.apache.struts2.dispatcher.InitOperations
Initializes the static content loader with the filter configuration
initWithContext(ServletContext) - Method in interface org.apache.struts2.config.ServletContextAwareConfigurationProvider
This is a lazy constructor, called just after class was initiated
inject(Class<T>) - Method in interface org.apache.struts2.inject.Container
Creates and injects a new instance of type implementation.
inject(Class<T>) - Method in class org.apache.struts2.mock.MockContainer
 
inject(Object) - Method in interface org.apache.struts2.inject.Container
Injects dependencies into the fields and methods of an existing object.
inject(Object) - Method in class org.apache.struts2.mock.MockContainer
 
Inject - Annotation Interface in org.apache.struts2.inject
Annotates members and parameters which should have their value[s] injected.
injectInternalBeans(Object) - Method in class org.apache.struts2.ObjectFactory
 
injectIntoCookiesAwareAction(Object, Map<String, String>) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Hook that set the cookiesMap into action that implements CookiesAware or CookiesAware.
injectParams(Interceptor, Map<String, String>, ActionContext) - Method in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
injectStatics(Class<?>...) - Method in class org.apache.struts2.inject.ContainerBuilder
Upon creation, the Container will inject static fields and methods into the given classes.
input() - Method in class org.apache.struts2.ActionSupport
 
INPUT - Static variable in interface org.apache.struts2.action.Action
The action execution require more input in order to succeed.
InputConfig - Annotation Interface in org.apache.struts2.interceptor.annotations
Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.
inputName - Variable in class org.apache.struts2.result.StreamResult
 
inputStream - Variable in class org.apache.struts2.result.StreamResult
 
inputtransferselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
InputTransferSelect - Class in org.apache.struts2.components
InputTransferSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.InputTransferSelect
 
InputTransferSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
InputTransferSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.InputTransferSelectModel
 
InputTransferSelectTag - Class in org.apache.struts2.views.jsp.ui
InputTransferSelect jsp tag.
InputTransferSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
InstantiatingNullHandler - Class in org.apache.struts2.conversion.impl
InstantiatingNullHandler() - Constructor for class org.apache.struts2.conversion.impl.InstantiatingNullHandler
 
integrity - Variable in class org.apache.struts2.components.Script
 
integrity - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.AbstractInterceptor
Override to handle interception
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ActionFileUploadInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.annotations.AnnotationWorkflowInterceptor
Discovers annotated methods on the action and calls them according to the workflow
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CheckboxInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ClearSessionInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CoepInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CookieInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CookieProviderInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CoopInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CreateSessionInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.csp.CspInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.DateTextFieldInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.FetchMetadataInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
intercept(ActionInvocation) - Method in interface org.apache.struts2.interceptor.Interceptor
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the ActionInvocation or to short-circuit the processing and just return a String return code.
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.LoggingInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ModelDrivenInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.MultiselectInterceptor
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.NoOpInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ParameterRemoverInterceptor
Decide if the parameter should be removed from the parameter map based on paramNames and paramValues.
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.RolesInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ServletConfigInterceptor
Sets action properties based on the interfaces an action implements.
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.mock.MockInterceptor
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the DefaultActionInvocation or to short-circuit the processing and just return a String return code.
interceptor - Variable in class org.apache.struts2.interceptor.MessageStorePreResultListener
 
Interceptor - Interface in org.apache.struts2.interceptor
InterceptorBuilder - Class in org.apache.struts2.config.providers
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
InterceptorBuilder() - Constructor for class org.apache.struts2.config.providers.InterceptorBuilder
 
InterceptorConfig - Class in org.apache.struts2.config.entities
Configuration for Interceptors.
InterceptorConfig(String, String) - Constructor for class org.apache.struts2.config.entities.InterceptorConfig
 
InterceptorConfig(InterceptorConfig) - Constructor for class org.apache.struts2.config.entities.InterceptorConfig
 
InterceptorConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
interceptorConfigs - Variable in class org.apache.struts2.config.entities.PackageConfig
 
InterceptorFactory - Interface in org.apache.struts2.factory
Dedicated interface used by ObjectFactory to build Interceptor
InterceptorListHolder - Interface in org.apache.struts2.config.entities
InterceptorListHolder
InterceptorLocator - Interface in org.apache.struts2.config.entities
Defines an object that can be used to retrieve interceptor configuration
InterceptorMapping - Class in org.apache.struts2.config.entities
InterceptorMapping
InterceptorMapping(String, Interceptor) - Constructor for class org.apache.struts2.config.entities.InterceptorMapping
 
InterceptorMapping(String, Interceptor, Map<String, String>) - Constructor for class org.apache.struts2.config.entities.InterceptorMapping
 
interceptors - Variable in class org.apache.struts2.config.entities.ActionConfig
 
interceptors - Variable in class org.apache.struts2.config.entities.InterceptorStackConfig
A list of InterceptorMapping object
interceptors - Variable in class org.apache.struts2.DefaultActionInvocation
 
interceptors(List<InterceptorMapping>) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
InterceptorStackConfig - Class in org.apache.struts2.config.entities
Configuration for InterceptorStack.
InterceptorStackConfig() - Constructor for class org.apache.struts2.config.entities.InterceptorStackConfig
Creates an InterceptorStackConfig object.
InterceptorStackConfig(InterceptorStackConfig) - Constructor for class org.apache.struts2.config.entities.InterceptorStackConfig
Creates an InterceptorStackConfig object with a particular name.
InterceptorStackConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
internal() - Method in interface org.apache.struts2.FileManager
User's implementation should return false as then it will be taken in first place
internal() - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
INTERNAL_LIST_UI_BEAN_LIST_PARAMETER_KEY - Static variable in class org.apache.struts2.components.OptGroup
 
internalUiBean - Variable in class org.apache.struts2.components.OptGroup
 
intRangeFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
IntRangeFieldValidator - Class in org.apache.struts2.validator.validators
Field Validator that checks if the integer specified is within a certain range.
IntRangeFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a numeric field has a value within a specified range.
IntRangeFieldValidator() - Constructor for class org.apache.struts2.validator.validators.IntRangeFieldValidator
 
INVALID_TOKEN_CODE - Static variable in class org.apache.struts2.interceptor.TokenInterceptor
 
invalidate() - Method in class org.apache.struts2.dispatcher.SessionMap
Invalidate the http session.
invocation - Variable in class org.apache.struts2.DefaultActionProxy
 
invocation - Variable in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
invocation - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
invocationContext - Variable in class org.apache.struts2.DefaultActionInvocation
 
InvocationSessionStore - Class in org.apache.struts2.util
InvocationSessionStore
invoke() - Method in interface org.apache.struts2.ActionInvocation
Invokes the next step in processing this ActionInvocation.
invoke() - Method in class org.apache.struts2.DefaultActionInvocation
 
invoke() - Method in class org.apache.struts2.mock.MockActionInvocation
 
invokeAction(Object, ActionConfig) - Method in class org.apache.struts2.DefaultActionInvocation
 
invokeActionOnly() - Method in interface org.apache.struts2.ActionInvocation
Invokes only the Action (not Interceptors or Results).
invokeActionOnly() - Method in class org.apache.struts2.DefaultActionInvocation
 
invokeActionOnly() - Method in class org.apache.struts2.mock.MockActionInvocation
 
invokeAsyncAction(Callable) - Method in interface org.apache.struts2.AsyncManager
 
invokePrefixMethod(ActionInvocation, String[]) - Static method in class org.apache.struts2.interceptor.PrefixMethodInvocationUtil
This method will prefix actionInvocation's ActionProxy's method with prefixes before invoking the prefixed method.
IsA(Class) - Constructor for class org.apache.struts2.util.ResolverUtil.IsA
Constructs an IsA test using the supplied Class as the parent class/interface.
isAbstract - Variable in class org.apache.struts2.config.entities.PackageConfig
 
isAbstract() - Method in class org.apache.struts2.config.entities.PackageConfig
 
isAbstract(boolean) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
isAcceptableExpression(String) - Method in class org.apache.struts2.components.Component
Checks if expression doesn't contain vulnerable code
isAcceptableExpression(String) - Method in class org.apache.struts2.result.StreamResult
Checks if expression doesn't contain vulnerable code
isAcceptableName(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Checks if name of Cookie doesn't contain vulnerable code
isAcceptableName(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Validates the name passed is: * Within the max length of a parameter name * Is not excluded * Is accepted
isAcceptableParameter(String, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Checks if name of parameter can be accepted or thrown away
isAcceptableParameterNameAware(String, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isAcceptableParameterValue(Parameter, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Checks if parameter value can be accepted or thrown away
isAcceptableParameterValueAware(Parameter, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isAcceptableProperty(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isAcceptableValue(String, String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Validates: * Value is null/blank * Value is not excluded * Value is accepted
isAccepted() - Method in class org.apache.struts2.security.AcceptedPatternsChecker.IsAccepted
 
isAccepted(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
isAccepted(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Checks if name/value of Cookie is acceptable
isAccepted(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isAccepted(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isAccepted(String) - Method in interface org.apache.struts2.security.AcceptedPatternsChecker
Checks if value matches any of patterns on exclude list
isAccepted(String) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
isAccepted(String) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
isAccepted(String) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
isAccessible(Map, Object, Member, String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isAllowed() - Method in class org.apache.struts2.security.NotExcludedAcceptedPatternsChecker.IsAllowed
 
isAllowed(HttpServletRequest, Object) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Determines if the request should be allowed for the action
isAllowed(String) - Method in class org.apache.struts2.config.entities.AllowedMethods
 
isAllowed(String) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
isAllowed(String) - Method in interface org.apache.struts2.security.NotExcludedAcceptedPatternsChecker
Checks if value doesn't match excluded pattern and matches accepted pattern
isAllowedMethod(String) - Method in class org.apache.struts2.config.entities.ActionConfig
 
isAnnotatedBy(AnnotatedElement, Class<? extends Annotation>...) - Static method in class org.apache.struts2.util.AnnotationUtils
Varargs version of AnnotatedElement.isAnnotationPresent()
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.apache.struts2.util.finder.ClassFinder
 
isAppendPrefix() - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator
 
isBlocked(String) - Method in interface org.apache.struts2.ognl.OgnlGuard
Determines whether an OGNL expression should be blocked based on validation done on both the raw expression and the parsed tree.
isCaseSensitive() - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
isClassAllowlisted(Class<?>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isClassBelongsToPackages(Class<?>, Set<String>) - Static method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isClassExcluded(Class<?>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isCommitted() - Method in class org.apache.struts2.interceptor.MessageStorePreResultListener
 
isCreatingNullObjects(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
isDefined() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
isDefined() - Method in interface org.apache.struts2.dispatcher.Parameter
 
isDefined() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
isDefined() - Method in class org.apache.struts2.util.Evaluated
 
isDelete(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isDenyMethodExecution(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
isDevMode() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
isDone() - Method in interface org.apache.struts2.interceptor.exec.BackgroundProcess
 
isDone() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Returns the status of the background process.
isElementIncluded(String, String[]) - Method in class org.apache.struts2.result.PostbackResult
Determines if the specified form input element should be included.
isEmpty() - Method in class org.apache.struts2.config.providers.DirectedGraph
Returns whether the graph is empty.
isEmpty() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
isEmpty() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
isEmpty() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
isEmpty() - Method in interface org.apache.struts2.url.QueryStringParser.Result
 
isEmpty() - Method in class org.apache.struts2.url.StrutsQueryStringParser.StrutsQueryStringParserResult
 
isEncode() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
isEncode() - Method in interface org.apache.struts2.components.UrlProvider
 
isEscape() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
isEscapeAmp() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
isEscapeAmp() - Method in interface org.apache.struts2.components.UrlProvider
 
isEven() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isExcluded() - Method in class org.apache.struts2.security.ExcludedPatternsChecker.IsExcluded
 
isExcluded(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
isExcluded(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Checks if name/value of Cookie is excluded
isExcluded(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isExcluded(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isExcluded(String) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
isExcluded(String) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
isExcluded(String) - Method in interface org.apache.struts2.security.ExcludedPatternsChecker
Checks if value matches any of patterns on exclude list
isExcludedPackageNamePatterns(Class<?>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isExcludedPackageNames(Class<?>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isExecuted() - Method in interface org.apache.struts2.ActionInvocation
Gets whether this ActionInvocation has executed before.
isExecuted() - Method in class org.apache.struts2.DefaultActionInvocation
 
isExecuted() - Method in class org.apache.struts2.mock.MockActionInvocation
 
isExecuted() - Method in class org.apache.struts2.mock.MockInterceptor
 
isExecutedCalled() - Method in class org.apache.struts2.mock.MockActionProxy
 
isExempted(String) - Method in class org.apache.struts2.interceptor.CoopInterceptor
 
isExpression(String) - Static method in class org.apache.struts2.util.ComponentUtils
Check if object is an expression
isFile() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
isFile() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
isFinal - Variable in class org.apache.struts2.config.entities.PackageConfig
 
isFinal() - Method in class org.apache.struts2.config.entities.PackageConfig
 
isFinal(boolean) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
isFirst() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isForceAddSchemeHostAndPort() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
isForceAddSchemeHostAndPort() - Method in interface org.apache.struts2.components.UrlProvider
 
isGet(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isGettingByKeyProperty(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
isGroupingUsed() - Method in class org.apache.struts2.components.Number
 
isHandleException() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
isHibernateProxy(Object) - Static method in class org.apache.struts2.util.ProxyUtil
Check whether the given object is a Hibernate proxy.
isHibernateProxyMember(Member) - Static method in class org.apache.struts2.util.ProxyUtil
Check whether the given member is a member of a Hibernate proxy.
isIncludeContext() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
isIncludeContext() - Method in interface org.apache.struts2.components.UrlProvider
 
isInRange(Number, String, Class) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
isInvalidated() - Method in class org.apache.struts2.interceptor.MessageStorePreResultListener
 
isIterable(Object) - Static method in class org.apache.struts2.util.MakeIterator
Determine whether a given object can be made into an Iterator
isJarURL(URL) - Method in class org.apache.struts2.util.fs.DefaultFileManager
Check if given URL is matching Jar pattern for different servers
isJBossUrl(URL) - Method in class org.apache.struts2.util.fs.JBossFileManager
Check if given URL is pointing to JBoss 5 VFS resource
isKnown(Location) - Static method in class org.apache.struts2.util.location.LocationUtils
Checks if a location is known, i.e.
isLast() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isLiteral(String) - Method in class org.apache.struts2.util.NamedVariablePatternMatcher
 
isLiteral(String) - Method in interface org.apache.struts2.util.PatternMatcher
Determines if the pattern is a simple literal string or contains wildcards that will need to be processed
isLiteral(String) - Method in class org.apache.struts2.util.RegexPatternMatcher
 
isLiteral(String) - Method in class org.apache.struts2.util.WildcardHelper
Determines if the pattern contains any * characters
isLogEnabled() - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
isMethodSpecified() - Method in interface org.apache.struts2.ActionProxy
Gets status of the method value's initialization.
isMethodSpecified() - Method in class org.apache.struts2.DefaultActionProxy
 
isMethodSpecified() - Method in class org.apache.struts2.mock.MockActionProxy
 
isMultipartRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.Dispatcher
Checks if request is a multipart request (a file upload request)
isMultipartSupportEnabled(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.Dispatcher
Checks if support to parse multipart requests is enabled
isMultiple() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
isMultiple() - Method in interface org.apache.struts2.dispatcher.Parameter
 
isMultiple() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
isNeedsRefresh() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
isNeedsRefresh() - Method in class org.apache.struts2.config.entities.PackageConfig
 
isNice() - Method in class org.apache.struts2.components.Date
 
isNoArgConstructorRequired() - Method in class org.apache.struts2.ObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isNonEmpty(Object[]) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
isNotAcceptableExpression(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
Checks if expression contains vulnerable code
isOdd() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isOnlyStatic() - Method in class org.apache.struts2.config.entities.BeanConfig
 
isOptional() - Method in class org.apache.struts2.config.entities.BeanConfig
 
isOrdered() - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Whether to order the parameters or not
isPackageExcluded(Class<?>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
isParameterAnnotatedAndAllowlist(String, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Checks if the Action class member corresponding to a parameter is appropriately annotated with StrutsParameter and OGNL allowlists any necessary classes.
isParamValueAccepted(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isParamValueExcluded(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isParsedTreeBlocked(Object) - Method in interface org.apache.struts2.ognl.OgnlGuard
Determines whether a parsed OGNL tree should be blocked based on some validation rules.
isParsedTreeBlocked(Object) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
isParseIntegerOnly() - Method in class org.apache.struts2.components.Number
 
isPathUrl(String) - Method in class org.apache.struts2.result.ServletRedirectResult
Checks if url is simple path or either full url
isPost(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isProxy(Object) - Static method in class org.apache.struts2.util.ProxyUtil
Check whether the given object is a proxy.
isProxyMember(Member, Object) - Static method in class org.apache.struts2.util.ProxyUtil
Check whether the given member is a proxy member of a proxy object or is a static proxy member.
isPut(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isPutInContext() - Method in class org.apache.struts2.components.ComponentUrlProvider
 
isPutInContext() - Method in interface org.apache.struts2.components.UrlProvider
 
isRawExpressionBlocked(String) - Method in interface org.apache.struts2.ognl.OgnlGuard
Determines whether an OGNL expression should be blocked based on validation done on only the raw expression, without parsing the tree.
isRawExpressionBlocked(String) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
isRedirect(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.MessageStorePreResultListener
 
isRepopulateField() - Method in class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
isReportingConversionErrors(Map<String, Object>) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
isRequestAllowed(HttpServletRequest) - Method in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
isRequestAllowed(HttpServletRequest) - Method in class org.apache.struts2.interceptor.StrutsResourceIsolationPolicy
 
isRequestSecure() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Is the request using https?
isRequestSecure() - Method in class org.apache.struts2.interceptor.servlet.ServletPrincipalProxy
Is the request using https?
isReset() - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
isSameAction(ActionProxy, String, String, String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
isShortCircuit() - Method in interface org.apache.struts2.validator.ShortCircuitableValidator
Gets whether this field validator should short circuit the validator queue it's in if validation fails.
isShortCircuit() - Method in class org.apache.struts2.validator.ValidatorConfig
 
isShortCircuit() - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
isShouldCreateIfNew() - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
isShutdown() - Method in interface org.apache.struts2.interceptor.exec.ExecutorProvider
 
isShutdown() - Method in class org.apache.struts2.interceptor.exec.StrutsExecutorProvider
 
isSlashesInActionNames() - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
isStrictMethodInvocation() - Method in class org.apache.struts2.config.entities.ActionConfig
 
isStrictMethodInvocation() - Method in class org.apache.struts2.config.entities.AllowedMethods
 
isStrictMethodInvocation() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
isStrictMethodInvocation() - Method in class org.apache.struts2.config.entities.PackageConfig
 
isTrim() - Method in class org.apache.struts2.validator.validators.RequiredStringValidator
 
isTrim() - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
isTrimed() - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
isTrue(String) - Method in class org.apache.struts2.util.StrutsUtil
 
isUnknown(Location) - Static method in class org.apache.struts2.util.location.LocationUtils
Checks if a location is unknown, i.e.
isUrlExcluded(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Check whether the request matches a list of exclude patterns.
isUserInRole(String) - Method in interface org.apache.struts2.interceptor.PrincipalProxy
True if the user is in the given role
isUserInRole(String) - Method in class org.apache.struts2.interceptor.servlet.ServletPrincipalProxy
True if the user is in the given role
isValidateAnnotatedMethodOnly() - Method in class org.apache.struts2.validator.ValidationInterceptor
Gets if validate() should always be called or only per annotated method.
isValidLocale(Locale) - Method in class org.apache.struts2.ActionSupport
 
isValidLocale(Locale) - Method in class org.apache.struts2.locale.DefaultLocaleProvider
 
isValidLocale(Locale) - Method in interface org.apache.struts2.locale.LocaleProvider
Validates if provided Locale is value
isValidLocale(Locale) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
isValidLocaleString(String) - Method in class org.apache.struts2.ActionSupport
 
isValidLocaleString(String) - Method in class org.apache.struts2.locale.DefaultLocaleProvider
 
isValidLocaleString(String) - Method in interface org.apache.struts2.locale.LocaleProvider
Validates if provided string is a valid Locale
isValidLocaleString(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
isValidScheme(String) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
isValidTagAttribute(String) - Method in class org.apache.struts2.components.Component
Checks if provided name is a valid tag's attribute
isWithinLengthLimit(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
isWrap() - Method in class org.apache.struts2.util.Counter
 
isWriteIfCompleted() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
iterateChildren(Node, Consumer<Node>) - Static method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
iterateChildrenByTagName(Element, String, Consumer<Element>) - Static method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
iterateElementChildren(Document, Consumer<Element>) - Static method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
iterateElementChildren(Node, Consumer<Element>) - Static method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
iterator - Variable in class org.apache.struts2.components.IteratorComponent
 
iterator - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
iterator() - Method in class org.apache.struts2.config.providers.DirectedGraph
Returns an iterator that can traverse the nodes in the graph.
IteratorComponent - Class in org.apache.struts2.components
IteratorComponent(ValueStack) - Constructor for class org.apache.struts2.components.IteratorComponent
 
IteratorFilterSupport - Class in org.apache.struts2.util
A base class for iterator filters
IteratorFilterSupport() - Constructor for class org.apache.struts2.util.IteratorFilterSupport
 
IteratorFilterSupport.EnumerationIterator - Class in org.apache.struts2.util
 
IteratorGenerator - Class in org.apache.struts2.util
A bean that generates an iterator filled with a given object depending on the count, separator and converter defined.
IteratorGenerator() - Constructor for class org.apache.struts2.util.IteratorGenerator
 
IteratorGenerator.Converter - Interface in org.apache.struts2.util
Interface for converting each separated token into an Object of choice.
IteratorGeneratorTag - Class in org.apache.struts2.views.jsp.iterator
NOTE: JSP-TAG
IteratorGeneratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
IteratorModel - Class in org.apache.struts2.views.freemarker.tags
 
IteratorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.IteratorModel
 
IteratorStatus - Class in org.apache.struts2.views.jsp
The iterator tag can export an IteratorStatus object so that one can get information about the status of the iteration, such as: index: current iteration index, starts on 0 and increments in one on every iteration count: iterations so far, starts on 1.
IteratorStatus(IteratorStatus.StatusState) - Constructor for class org.apache.struts2.views.jsp.IteratorStatus
 
IteratorStatus.StatusState - Class in org.apache.struts2.views.jsp
 
IteratorTag - Class in org.apache.struts2.views.jsp
 
IteratorTag() - Constructor for class org.apache.struts2.views.jsp.IteratorTag
 

J

JakartaMultiPartRequest - Class in org.apache.struts2.dispatcher.multipart
Multipart form data request adapter for Jakarta Commons FileUpload package.
JakartaMultiPartRequest() - Constructor for class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
JakartaStreamMultiPartRequest - Class in org.apache.struts2.dispatcher.multipart
Multi-part form data request adapter for Jakarta Commons FileUpload package that leverages the streaming API rather than the traditional non-streaming API.
JakartaStreamMultiPartRequest() - Constructor for class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
 
JarEntryRevision - Class in org.apache.struts2.util.fs
Represents jar resource revision, used for jar://* resource
JarResourceStore - Class in org.apache.struts2.util.classloader
Read resources from a jar file
JarResourceStore(File) - Constructor for class org.apache.struts2.util.classloader.JarResourceStore
 
javascriptTooltip - Variable in class org.apache.struts2.components.UIBean
 
javascriptTooltip - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
JBossFileManager - Class in org.apache.struts2.util.fs
FileManager implementation used with JBoss AS
JBossFileManager() - Constructor for class org.apache.struts2.util.fs.JBossFileManager
 
jspSupportServlet - Static variable in class org.apache.struts2.views.JspSupportServlet
 
JspSupportServlet - Class in org.apache.struts2.views
 
JspSupportServlet() - Constructor for class org.apache.struts2.views.JspSupportServlet
 
JspTemplateEngine - Class in org.apache.struts2.components.template
JSP based template engine.
JspTemplateEngine() - Constructor for class org.apache.struts2.components.template.JspTemplateEngine
 

K

key - Variable in class org.apache.struts2.components.UIBean
 
key - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
key() - Element in annotation interface org.apache.struts2.conversion.annotations.TypeConversion
The optional key name used within TYPE level annotations.
key() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.CreditCardValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.EmailValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.ExpressionValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.FieldExpressionValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
key() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
 
Key - Annotation Interface in org.apache.struts2.util
KEY - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
KEY - Static variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
KEY_APPLICATION - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_APPLICATION_PRIVATE - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_EXCEPTION - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_JSP_TAGLIBS - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_PREFIX - Static variable in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
KEY_PROPERTY - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
KEY_PROPERTY_FOR_CREATION - Static variable in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
KEY_PROPERTY_PREFIX - Static variable in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
KEY_REQUEST - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_REQUEST_PARAMETERS_STRUTS - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_SESSION - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KeyProperty - Annotation Interface in org.apache.struts2.util
keySet() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
keySet() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
keySet() - Method in class org.apache.struts2.inject.util.ReferenceMap
Returns an unmodifiable set view of the keys in this map.

L

label - Variable in class org.apache.struts2.components.UIBean
 
label - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
label - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
label - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
Label - Class in org.apache.struts2.components
Label(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Label
 
LabelModel - Class in org.apache.struts2.views.freemarker.tags
 
LabelModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.LabelModel
 
labelPosition - Variable in class org.apache.struts2.components.UIBean
 
labelPosition - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
labelSeparator - Variable in class org.apache.struts2.components.UIBean
 
labelSeparator - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
LabelTag - Class in org.apache.struts2.views.jsp.ui
 
LabelTag() - Constructor for class org.apache.struts2.views.jsp.ui.LabelTag
 
LAST_BEAN_CLASS_ACCESSED - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
LAST_BEAN_PROPERTY_ACCESSED - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
lastIndexOfArray(int[], int, int, char[], int) - Method in class org.apache.struts2.util.WildcardHelper
Get the offset of a last occurance of an int array within a char array.
lastModifiedCal - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Provide a formatted date for setting heading information when caching static content.
lazyEvaluation() - Method in class org.apache.struts2.components.CheckboxList
Checkboxlist tag requires lazy evaluation as list of tags is dynamically generated using <s:iterator/>
lazyEvaluation() - Method in class org.apache.struts2.components.Radio
Radio tag requires lazy evaluation as list of tags is dynamically generated using <s:iterator/>
lazyEvaluation() - Method in class org.apache.struts2.components.UIBean
Used to avoid evaluating attributes in UIBean.evaluateParams() or UIBean.evaluateExtraParams() as evaluation will happen in tag's template
lazyInit() - Method in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
lazyParamInjector - Variable in class org.apache.struts2.DefaultActionInvocation
 
LazyParamInjector(ValueStack) - Constructor for class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
leftDownlabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
leftDownLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
leftTitle - Variable in class org.apache.struts2.components.InputTransferSelect
 
leftTitle - Variable in class org.apache.struts2.components.OptionTransferSelect
 
leftTitle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
leftTitle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
leftUpLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
leftUpLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
length() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
length() - Method in interface org.apache.struts2.dispatcher.multipart.UploadedFile
 
LINE_ATTR - Static variable in class org.apache.struts2.util.location.LocationAttributes
Attribute name for the line number
link - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Link - Class in org.apache.struts2.components
Add nonce propagation feature to implement CSP in link tags
Link(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Link
 
LinkModel - Class in org.apache.struts2.views.freemarker.tags
 
LinkModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.LinkModel
 
LinkTag - Class in org.apache.struts2.views.jsp.ui
 
LinkTag() - Constructor for class org.apache.struts2.views.jsp.ui.LinkTag
 
list - Variable in class org.apache.struts2.components.ComboBox
 
list - Variable in class org.apache.struts2.components.ListUIBean
 
list - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
list - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
list - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
list() - Method in class org.apache.struts2.config.DefaultSettings
 
list() - Method in class org.apache.struts2.config.entities.AllowedMethods
 
listCssClass - Variable in class org.apache.struts2.components.ListUIBean
 
listCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listCssClass - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
listCssStyle - Variable in class org.apache.struts2.components.ListUIBean
 
listCssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listCssStyle - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
ListenerHostConfig - Class in org.apache.struts2.dispatcher.listener
Host configuration that just holds a ServletContext
ListenerHostConfig(ServletContext) - Constructor for class org.apache.struts2.dispatcher.listener.ListenerHostConfig
 
ListEntry - Class in org.apache.struts2.util
Entry in a list.
ListEntry(Object, Object, boolean) - Constructor for class org.apache.struts2.util.ListEntry
 
listKey - Variable in class org.apache.struts2.components.ComboBox
 
listKey - Variable in class org.apache.struts2.components.ListUIBean
 
listKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listKey - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
listKey - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
listLabelKey - Variable in class org.apache.struts2.components.ListUIBean
 
listLabelKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listTitle - Variable in class org.apache.struts2.components.ListUIBean
 
listTitle - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listTitle - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
ListUIBean - Class in org.apache.struts2.components
DoubleListUIBean is the standard superclass of all Struts list handling components.
ListUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ListUIBean
 
listValue - Variable in class org.apache.struts2.components.ComboBox
 
listValue - Variable in class org.apache.struts2.components.ListUIBean
 
listValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listValue - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
listValue - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
listValueKey - Variable in class org.apache.struts2.components.ListUIBean
 
listValueKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
load(InputStream) - Method in class org.apache.struts2.util.location.LocatableProperties
 
loadButAdd(Class<?>, Object) - Method in class org.apache.struts2.XWorkJUnit4TestCase
 
loadButAdd(Class<?>, String, Object) - Method in class org.apache.struts2.XWorkJUnit4TestCase
 
loadButAdd(Class<T>, String, T) - Method in class org.apache.struts2.XWorkTestCase
 
loadButAdd(Class<T>, T) - Method in class org.apache.struts2.XWorkTestCase
 
loadButSet(Map<String, ?>) - Method in class org.apache.struts2.XWorkTestCase
 
loadClass(String) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadClass(String) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
loadClass(String) - Method in interface org.apache.struts2.util.finder.ClassLoaderInterface
 
loadClass(String) - Method in class org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
 
loadClass(String, boolean) - Method in class org.apache.struts2.util.classloader.ResourceStoreClassLoader
 
loadClass(String, Class) - Static method in class org.apache.struts2.util.ClassLoaderUtil
Load a class with a given name.
loadConfigurationFiles(String, Element) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
loadConfigurationProviders(ConfigurationManager, ConfigurationProvider...) - Static method in class org.apache.struts2.util.XWorkTestCaseHelper
 
loadConfigurationProviders(ConfigurationProvider...) - Method in class org.apache.struts2.XWorkJUnit4TestCase
 
loadConfigurationProviders(ConfigurationProvider...) - Method in class org.apache.struts2.XWorkTestCase
 
loadConversionProperties(String, boolean) - Method in class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
loadDefaultActionRef(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadDefaultClassRef(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadDefaultInterceptorRef(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadedFileNames - Variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
loadExtraConfiguration(Document) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Allows subclasses to load extra information from the document
loadFile(String, Class<?>, boolean) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
loadFile(URL) - Method in interface org.apache.struts2.FileManager
Loads opens the named file and returns the InputStream
loadFile(URL) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
loadGlobalAllowedMethods(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadGlobalExceptionMappings(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Load all the global results for this package from the XML element.
loadGlobalResults(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Load all the global results for this package from the XML element.
loadInterceptors(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadInterceptorStack(Element, PackageConfig.Builder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadInterceptorStacks(Element, PackageConfig.Builder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadInvocation(String, String) - Static method in class org.apache.struts2.util.InvocationSessionStore
Checks the Map in the Session for the key and the token.
loadPackages() - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
loadPackages() - Method in interface org.apache.struts2.config.PackageProvider
Loads the packages for the configuration.
loadPackages() - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.providers.StrutsDefaultConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.test.StubConfigurationProvider
 
loadSettings(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
Load the settings from the /freemarker.properties file on the classpath
loadSettings(LocatableProperties, Settings) - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
 
localeProvider - Variable in class org.apache.struts2.text.TextProviderSupport
 
LocaleProvider - Interface in org.apache.struts2.locale
Indicates that the implementing class can provide its own Locale.
localeProviderFactory - Variable in class org.apache.struts2.interceptor.I18nInterceptor
 
localeProviderFactory - Variable in class org.apache.struts2.text.StrutsTextProviderFactory
 
LocaleProviderFactory - Interface in org.apache.struts2.locale
Allows delegate creation of LocaleProvider to another implementation provided by a user.
LocalizedMessage - Class in org.apache.struts2.dispatcher
 
LocalizedMessage(Class, String, String, Object[]) - Constructor for class org.apache.struts2.dispatcher.LocalizedMessage
 
localizedTextProvider - Variable in class org.apache.struts2.DefaultActionProxy
 
localizedTextProvider - Variable in class org.apache.struts2.interceptor.AliasInterceptor
 
localizedTextProvider - Variable in class org.apache.struts2.text.DefaultTextProvider
 
localizedTextProvider - Variable in class org.apache.struts2.text.StrutsTextProviderFactory
 
localizedTextProvider - Variable in class org.apache.struts2.text.TextProviderSupport
 
LocalizedTextProvider - Interface in org.apache.struts2.text
 
Locatable - Interface in org.apache.struts2.util.location
A interface that should be implemented by objects knowning their location (i.e.
LocatableConstantFactory<T> - Class in org.apache.struts2.config.impl
Factory that remembers where a constant came from
LocatableConstantFactory(T, Object) - Constructor for class org.apache.struts2.config.impl.LocatableConstantFactory
 
LocatableFactory<T> - Class in org.apache.struts2.config.impl
Attaches location information to the factory.
LocatableFactory(String, Class, Class, Scope, Object) - Constructor for class org.apache.struts2.config.impl.LocatableFactory
 
LocatableProperties - Class in org.apache.struts2.util.location
Properties implementation that remembers the location of each property.
LocatableProperties() - Constructor for class org.apache.struts2.util.location.LocatableProperties
 
LocatableProperties(Location) - Constructor for class org.apache.struts2.util.location.LocatableProperties
 
Located - Class in org.apache.struts2.util.location
Base class for location aware objects
Located() - Constructor for class org.apache.struts2.util.location.Located
 
location - Variable in class org.apache.struts2.util.location.Located
 
location - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
location(Location) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
location(Location) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
location(Location) - Method in class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
location(Location) - Method in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
 
location(Location) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
location(Location) - Method in class org.apache.struts2.config.entities.ResultConfig.Builder
 
location(Location) - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
location(Location) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
Location - Interface in org.apache.struts2.util.location
A location in a resource.
LocationAttributes - Class in org.apache.struts2.util.location
A class to handle location information stored in attributes.
LocationAttributes.Pipe - Class in org.apache.struts2.util.location
A SAX filter that adds the information available from the Locator as attributes.
LocationImpl - Class in org.apache.struts2.util.location
A simple immutable and serializable implementation of Location.
LocationImpl(String, String) - Constructor for class org.apache.struts2.util.location.LocationImpl
Build a location for a given URI, with unknown line and column numbers.
LocationImpl(String, String, int, int) - Constructor for class org.apache.struts2.util.location.LocationImpl
Build a location for a given URI and line and column numbers.
LocationImpl(String, Location) - Constructor for class org.apache.struts2.util.location.LocationImpl
Create a location from an existing one, but with a different description
LocationImpl(Location) - Constructor for class org.apache.struts2.util.location.LocationImpl
Copy constructor.
LocationUtils - Class in org.apache.struts2.util.location
Location-related utility methods.
LocationUtils.LocationFinder - Interface in org.apache.struts2.util.location
An finder or object locations
Locator() - Constructor for class org.apache.struts2.dispatcher.Dispatcher.Locator
 
LOG - Static variable in class org.apache.struts2.action.DefaultCspReportAction
 
LOG - Static variable in class org.apache.struts2.components.Bean
 
LOG - Static variable in class org.apache.struts2.config.ConfigurationManager
 
LOG - Static variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
LOG - Static variable in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
 
LOG - Static variable in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
LOG - Static variable in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
LOG - Static variable in class org.apache.struts2.interceptor.ActionFileUploadInterceptor
 
LOG - Static variable in interface org.apache.struts2.result.PlainResult
 
LOG - Static variable in class org.apache.struts2.result.StreamResult
 
LOG - Static variable in class org.apache.struts2.util.StrutsUtil
 
LOG - Static variable in class org.apache.struts2.views.jsp.BeanTag
 
logCategory - Variable in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
logConfigurationException(HttpServletRequest, ConfigurationException) - Method in class org.apache.struts2.dispatcher.Dispatcher
Performs logging of missing action/result configuration exception
logEnabled - Variable in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
LoggingInterceptor - Class in org.apache.struts2.interceptor
LoggingInterceptor() - Constructor for class org.apache.struts2.interceptor.LoggingInterceptor
 
LOGIN - Static variable in interface org.apache.struts2.action.Action
The action could not execute, since the user most was not logged in.
logLevel - Variable in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
logMissingText(Class<?>, String, Locale, AbstractLocalizedTextProvider.GetDefaultMessageReturnArg, String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
logPatternChange(Set<String>) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
logWarningForFirstOccurrence(String, Logger, String, Object...) - Static method in class org.apache.struts2.util.DebugUtils
 
logWrongStream(String, InputStream) - Method in class org.apache.struts2.result.PlainTextResult
 
longRangeFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
LongRangeFieldValidator - Class in org.apache.struts2.validator.validators
Field Validator that checks if the long specified is within a certain range.
LongRangeFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a numeric field has a value within a specified range.
LongRangeFieldValidator() - Constructor for class org.apache.struts2.validator.validators.LongRangeFieldValidator
 
longValue(Object) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a long integer.
lookup(Class) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookup(String, boolean) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookupExtension(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
lookupInterceptorReference(PackageConfig.Builder, Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
Looks up the Interceptor Class from the interceptor-ref name and creates an instance, which is added to the provided List, or, if this is a ref to a stack, it adds the Interceptor instances from the List to this stack.
lookupRegisteredValidatorType(String) - Method in class org.apache.struts2.validator.DefaultValidatorFactory
 
lookupRegisteredValidatorType(String) - Method in interface org.apache.struts2.validator.ValidatorFactory
Lookup to get the FQ classname of the given validator name.
LRU - Enum constant in enum class org.apache.struts2.ognl.OgnlCacheFactory.CacheType
 

M

m - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
M - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
MakeIterator - Class in org.apache.struts2.util
MakeIterator.
MakeIterator() - Constructor for class org.apache.struts2.util.MakeIterator
 
makeLocaleProvider(Object) - Static method in class org.apache.struts2.validator.DelegatingValidatorContext
 
makePostbackUri(ActionInvocation) - Method in class org.apache.struts2.result.PostbackResult
 
makeSelectList(String, String, String, String) - Method in class org.apache.struts2.util.StrutsUtil
the selectedList objects are matched to the list.listValue
makeTextProvider(Object, TextProviderFactory) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
makeValidationAware(Object) - Static method in class org.apache.struts2.validator.DelegatingValidatorContext
 
MAP - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
mapAllClasses(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Executes mapAllStrings assuming the value of each entry in the map is the name of a class that should be loaded.
mapAllImplementations(Class) - Method in class org.apache.struts2.util.finder.ResourceFinder
Assumes the class specified points to a directory in the classpath that holds files containing the name of a class that implements or is a subclass of the specified class.
mapAllProperties(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
mapAllStrings(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Reads the contents of all non-directory URLs immediately under the specified location and returns them in a map keyed by the file name.
mapAvailableClasses(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Executes mapAvailableStrings assuming the value of each entry in the map is the name of a class that should be loaded.
mapAvailableImplementations(Class) - Method in class org.apache.struts2.util.finder.ResourceFinder
Assumes the class specified points to a directory in the classpath that holds files containing the name of a class that implements or is a subclass of the specified class.
mapAvailableProperties(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Finds the corresponding resources and reads them in as a properties files
mapAvailableStrings(String) - Method in class org.apache.struts2.util.finder.ResourceFinder
Reads the contents of all non-directory URLs immediately under the specified location and returns them in a map keyed by the file name.
match(String) - Method in class org.apache.struts2.config.impl.AbstractMatcher
Matches the path against the compiled wildcard patterns.
match(Map<String, String>, String, int[]) - Method in class org.apache.struts2.util.DefaultContentTypeMatcher
 
match(Map<String, String>, String, int[]) - Method in class org.apache.struts2.util.WildcardHelper
Match a pattern agains a string and isolates wildcard replacement into a Stack.
match(Map<String, String>, String, E) - Method in interface org.apache.struts2.util.ContentTypeMatcher
 
match(Map<String, String>, String, E) - Method in interface org.apache.struts2.util.PatternMatcher
Match a pattern against a string
match(Map<String, String>, String, NamedVariablePatternMatcher.CompiledPattern) - Method in class org.apache.struts2.util.NamedVariablePatternMatcher
Tries to process the data against the compiled expression.
match(Map<String, String>, String, RegexPatternMatcherExpression) - Method in class org.apache.struts2.util.RegexPatternMatcher
 
MATCH_BEGIN - Static variable in class org.apache.struts2.util.WildcardHelper
The int representing begin in the pattern int [].
MATCH_END - Static variable in class org.apache.struts2.util.WildcardHelper
The int value that terminates the pattern int [].
MATCH_FILE - Static variable in class org.apache.struts2.util.WildcardHelper
The int representing '*' in the pattern int [].
MATCH_PATH - Static variable in class org.apache.struts2.util.WildcardHelper
The int representing '**' in the pattern int [].
MATCH_THEEND - Static variable in class org.apache.struts2.util.WildcardHelper
The int representing end in pattern int [].
matchArray(int[], int, int, char[], int) - Method in class org.apache.struts2.util.WildcardHelper
Matches elements of array r from rpos to rend with array d, starting from dpos.
matches(Class) - Method in class org.apache.struts2.util.ResolverUtil.AnnotatedWith
 
matches(Class) - Method in class org.apache.struts2.util.ResolverUtil.IsA
 
matches(Class) - Method in class org.apache.struts2.util.ResolverUtil.NameEndsWith
 
matches(Class) - Method in class org.apache.struts2.util.ResolverUtil.ResourceTest
 
matches(Class) - Method in interface org.apache.struts2.util.ResolverUtil.Test
Will be called repeatedly with candidate classes.
matches(URL) - Method in class org.apache.struts2.util.ResolverUtil.ClassTest
 
matches(URL) - Method in class org.apache.struts2.util.ResolverUtil.NameIs
 
matches(URL) - Method in interface org.apache.struts2.util.ResolverUtil.Test
 
matching(String) - Method in class org.apache.struts2.util.finder.UrlSet
 
max() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
Date property.
max() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
Integer property.
max() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
Long property.
max() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
Short property.
maxExclusive() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
Double property.
maxExclusiveExpression() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
maxExpression() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
maxExpression() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
maxExpression() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
maxExpression() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
maxFiles - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Specifies the maximum number of files in one request.
maxFileSize - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Specifies the maximum size per a file in the request.
maxInclusive() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
Double property.
maxInclusiveExpression() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
maxlength - Variable in class org.apache.struts2.components.TextArea
 
maxlength - Variable in class org.apache.struts2.components.TextField
 
maxlength - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
maxlength - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
maxLength() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
Integer property.
maxLengthExpression() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
maxSize - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Specifies the maximum size of the entire request.
maxSizeOfFiles - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Specifies the maximum size of all the uploaded files.
maxStringLength - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Specifies the maximum length of a string parameter in a multipart request.
media - Variable in class org.apache.struts2.components.Link
 
media - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
MemberAccessValueStack - Interface in org.apache.struts2.util
ValueStacks implementing this interface provide a way to remove block or allow access to properties using regular expressions
mergeCollection(Collection, Collection) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Merge col1 and col2 and return the composite Collection.
MergeIterator - Class in org.apache.struts2.components
MergeIterator(ValueStack) - Constructor for class org.apache.struts2.components.MergeIterator
 
MergeIteratorFilter - Class in org.apache.struts2.util
A bean that takes several iterators and outputs the merge of them.
MergeIteratorFilter() - Constructor for class org.apache.struts2.util.MergeIteratorFilter
 
MergeIteratorTag - Class in org.apache.struts2.views.jsp.iterator
Append a list of iterators.
MergeIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
 
mergeMap(Map, Map) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Merge map1 and map2 and return the composite Map
mergeParams(Enumeration<String>, Enumeration<String>) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Merges 2 enumeration of parameters as one.
mergeRequestParameters(String, Map<String, Object>, Map<String, ?>) - Method in class org.apache.struts2.components.ServletUrlRenderer
Merge request parameters into current parameters.
mergeTemplate(Writer, Template) - Method in class org.apache.struts2.components.UIBean
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.CreditCardValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.EmailValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.ExpressionValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.FieldExpressionValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
message() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
 
MESSAGE_INDEX_BRACKET_PATTERN - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
MESSAGE_INDEX_PATTERN - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
messageIndexPattern - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
messageKey - Variable in class org.apache.struts2.validator.validators.ValidatorSupport
 
messageKey(String) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.CreditCardValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.EmailValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.ExpressionValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.FieldExpressionValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
messageParams() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
 
messageParams(String[]) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
MessageStoreInterceptor - Class in org.apache.struts2.interceptor
MessageStoreInterceptor() - Constructor for class org.apache.struts2.interceptor.MessageStoreInterceptor
 
MessageStorePreResultListener - Class in org.apache.struts2.interceptor
This listener is used by MessageStoreInterceptor to store messages in HttpSession just before result will be executed.
MessageStorePreResultListener() - Constructor for class org.apache.struts2.interceptor.MessageStorePreResultListener
 
method - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
method - Variable in class org.apache.struts2.components.Form
 
method - Variable in class org.apache.struts2.components.FormButton
 
method - Variable in class org.apache.struts2.DefaultActionProxy
 
method - Variable in class org.apache.struts2.result.ServletActionRedirectResult
 
method - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
method - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
method - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
method - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
method - Variable in class org.apache.struts2.views.jsp.URLTag
 
METHOD_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
MethodFilterInterceptor - Class in org.apache.struts2.interceptor
MethodFilterInterceptor() - Constructor for class org.apache.struts2.interceptor.MethodFilterInterceptor
 
MethodFilterInterceptorUtil - Class in org.apache.struts2.interceptor
Utility class contains common methods used by MethodFilterInterceptor.
MethodFilterInterceptorUtil() - Constructor for class org.apache.struts2.interceptor.MethodFilterInterceptorUtil
 
MethodInfo(ClassFinder.ClassInfo, Constructor<?>) - Constructor for class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
MethodInfo(ClassFinder.ClassInfo, Method) - Constructor for class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
MethodInfo(ClassFinder.ClassInfo, String, String) - Constructor for class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
methodName - Variable in class org.apache.struts2.config.entities.ActionConfig
 
methodName() - Element in annotation interface org.apache.struts2.interceptor.annotations.InputConfig
 
methodName(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
MILLISECOND_FORMAT - Static variable in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
min() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
Date property.
min() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
Integer property.
min() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
Long property.
min() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
Short property.
minExclusive() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
Double property.
minExclusiveExpression() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
minExpression() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
minExpression() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
minExpression() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
minExpression() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
minInclusive() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
Double property.
minInclusiveExpression() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
minlength - Variable in class org.apache.struts2.components.TextArea
 
minlength - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
minLength() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
Integer property.
minLengthExpression() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
MockActionInvocation - Class in org.apache.struts2.mock
Mock for an ActionInvocation.
MockActionInvocation() - Constructor for class org.apache.struts2.mock.MockActionInvocation
 
MockActionProxy - Class in org.apache.struts2.mock
Mock for an ActionProxy.
MockActionProxy() - Constructor for class org.apache.struts2.mock.MockActionProxy
 
MockConfiguration - Class in org.apache.struts2.config.impl
Simple configuration used for unit testing
MockConfiguration() - Constructor for class org.apache.struts2.config.impl.MockConfiguration
 
MockContainer - Class in org.apache.struts2.mock
Mock implementation to be used in unittests
MockContainer() - Constructor for class org.apache.struts2.mock.MockContainer
 
MockDispatcher - Class in org.apache.struts2.dispatcher
 
MockDispatcher(ServletContext, Map<String, String>, ConfigurationManager) - Constructor for class org.apache.struts2.dispatcher.MockDispatcher
 
MockInterceptor - Class in org.apache.struts2.mock
Mock for an Interceptor.
MockInterceptor() - Constructor for class org.apache.struts2.mock.MockInterceptor
 
MockObjectTypeDeterminer - Class in org.apache.struts2.mock
Mocks the function of an ObjectTypeDeterminer for testing purposes.
MockObjectTypeDeterminer() - Constructor for class org.apache.struts2.mock.MockObjectTypeDeterminer
 
MockObjectTypeDeterminer(Class, Class, String, boolean) - Constructor for class org.apache.struts2.mock.MockObjectTypeDeterminer
 
MockResult - Class in org.apache.struts2.mock
Mock for a Result.
MockResult() - Constructor for class org.apache.struts2.mock.MockResult
 
MODE_CORS - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
MODE_NAVIGATE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
MODE_NESTED_NAVIGATE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
MODE_NO_CORS - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
MODE_SAME_ORIGIN - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
MODE_WEBSOCKET - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
ModelDriven<T> - Interface in org.apache.struts2
ModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts.
ModelDrivenInterceptor - Class in org.apache.struts2.interceptor
Watches for ModelDriven actions and adds the action's model on to the value stack.
ModelDrivenInterceptor() - Constructor for class org.apache.struts2.interceptor.ModelDrivenInterceptor
 
ModelDrivenInterceptor.RefreshModelBeforeResult - Class in org.apache.struts2.interceptor
Refreshes the model instance on the value stack, if it has changed
modulus(int) - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
monitorFile(URL) - Method in interface org.apache.struts2.FileManager
Adds file to list of monitored files
monitorFile(URL) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
monitorFile(URL) - Method in class org.apache.struts2.util.fs.JBossFileManager
 
moveDownLabel - Variable in class org.apache.struts2.components.UpDownSelect
 
moveDownLabel - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
moveUpLabel - Variable in class org.apache.struts2.components.UpDownSelect
 
moveUpLabel - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
mruMaxStrongSize - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
MULTIPART_FORM_DATA_REGEX - Static variable in class org.apache.struts2.dispatcher.Dispatcher
 
MultiPartRequest - Interface in org.apache.struts2.dispatcher.multipart
Abstract wrapper class HTTP requests to handle multi-part data.
MultiPartRequestWrapper - Class in org.apache.struts2.dispatcher.multipart
Parse a multipart request and provide a wrapper around the request.
MultiPartRequestWrapper(MultiPartRequest, HttpServletRequest, String, LocaleProvider) - Constructor for class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
MultiPartRequestWrapper(MultiPartRequest, HttpServletRequest, String, LocaleProvider, boolean) - Constructor for class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Process file downloads and log any errors.
multiple - Variable in class org.apache.struts2.components.DoubleListUIBean
 
multiple - Variable in class org.apache.struts2.components.InputTransferSelect
 
multiple - Variable in class org.apache.struts2.components.Select
 
multiple - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
multiple - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
multiple - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
MultiselectInterceptor - Class in org.apache.struts2.interceptor
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.
MultiselectInterceptor() - Constructor for class org.apache.struts2.interceptor.MultiselectInterceptor
 

N

name - Variable in class org.apache.struts2.components.ActionComponent
 
name - Variable in class org.apache.struts2.components.Bean
 
name - Variable in class org.apache.struts2.components.I18n
 
name - Variable in class org.apache.struts2.components.Param
 
name - Variable in class org.apache.struts2.components.Text
 
name - Variable in class org.apache.struts2.components.UIBean
 
name - Variable in class org.apache.struts2.config.entities.ActionConfig
 
name - Variable in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
name - Variable in class org.apache.struts2.config.entities.InterceptorConfig
 
name - Variable in class org.apache.struts2.config.entities.InterceptorStackConfig
 
name - Variable in class org.apache.struts2.config.entities.PackageConfig
 
name - Variable in class org.apache.struts2.config.entities.ResultConfig
 
name - Variable in class org.apache.struts2.config.entities.ResultTypeConfig
 
name - Variable in class org.apache.struts2.views.jsp.ActionTag
 
name - Variable in class org.apache.struts2.views.jsp.BeanTag
 
name - Variable in class org.apache.struts2.views.jsp.DateTag
 
name - Variable in class org.apache.struts2.views.jsp.I18nTag
 
name - Variable in class org.apache.struts2.views.jsp.ParamTag
 
name - Variable in class org.apache.struts2.views.jsp.TextTag
 
name - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
name() - Element in annotation interface org.apache.struts2.validator.annotations.ValidationParameter
 
name() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTag
 
name() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTagAttribute
 
name(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
name(String) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
name(String) - Method in class org.apache.struts2.config.entities.InterceptorConfig.Builder
 
name(String) - Method in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
 
name(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
name(String) - Method in class org.apache.struts2.config.entities.ResultConfig.Builder
 
name(String) - Method in class org.apache.struts2.config.entities.ResultTypeConfig.Builder
 
NamedVariablePatternMatcher - Class in org.apache.struts2.util
An implementation of a pattern matcher that uses simple named wildcards.
NamedVariablePatternMatcher() - Constructor for class org.apache.struts2.util.NamedVariablePatternMatcher
 
NamedVariablePatternMatcher.CompiledPattern - Class in org.apache.struts2.util
Stores the compiled pattern and the variable names matches will correspond to.
NameEndsWith(String) - Constructor for class org.apache.struts2.util.ResolverUtil.NameEndsWith
Constructs a NameEndsWith test using the supplied suffix.
NameIs(String) - Constructor for class org.apache.struts2.util.ResolverUtil.NameIs
 
namespace - Variable in class org.apache.struts2.components.ActionComponent
 
namespace - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
namespace - Variable in class org.apache.struts2.components.Form
 
namespace - Variable in class org.apache.struts2.config.entities.PackageConfig
 
namespace - Variable in class org.apache.struts2.DefaultActionProxy
 
namespace - Variable in class org.apache.struts2.result.ServletActionRedirectResult
 
namespace - Variable in class org.apache.struts2.views.jsp.ActionTag
 
namespace - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
namespace - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
namespace - Variable in class org.apache.struts2.views.jsp.URLTag
 
namespace(String) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
NamespaceMatch - Class in org.apache.struts2.config.impl
Represents a match from a namespace pattern matching.
NamespaceMatch(String, Map<String, String>) - Constructor for class org.apache.struts2.config.impl.NamespaceMatch
 
NamespaceMatcher - Class in org.apache.struts2.config.impl
Matches namespace strings against a wildcard pattern matcher
NamespaceMatcher(PatternMatcher<?>, Set<String>) - Constructor for class org.apache.struts2.config.impl.NamespaceMatcher
 
NamespaceMatcher(PatternMatcher<?>, Set<String>, boolean) - Constructor for class org.apache.struts2.config.impl.NamespaceMatcher
Matches namespace strings against a wildcard pattern matcher
needsBackslashToBeLiteralInRegex(char) - Static method in class org.apache.struts2.util.WildcardUtil
 
needsRefresh - Variable in class org.apache.struts2.config.entities.PackageConfig
 
needsRefresh(boolean) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
needsReload() - Method in class org.apache.struts2.config.AbstractBeanSelectionProvider
 
needsReload() - Method in interface org.apache.struts2.config.ContainerProvider
Tells whether the ContainerProvider should reload its configuration
needsReload() - Method in class org.apache.struts2.config.FileManagerFactoryProvider
 
needsReload() - Method in class org.apache.struts2.config.FileManagerProvider
 
needsReload() - Method in interface org.apache.struts2.config.PackageProvider
Tells whether the PackageProvider should reload its configuration
needsReload() - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
 
needsReload() - Method in class org.apache.struts2.config.providers.StrutsDefaultConfigurationProvider
 
needsReload() - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
Tells whether the ConfigurationProvider should reload its configuration.
needsReload() - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
needsReload() - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
needsReload() - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
Overrides needs reload to ensure it is only checked once per request
needsReload() - Method in class org.apache.struts2.test.StubConfigurationProvider
 
needsReloading() - Method in class org.apache.struts2.util.fs.FileRevision
 
needsReloading() - Method in class org.apache.struts2.util.fs.JarEntryRevision
 
needsReloading() - Method in class org.apache.struts2.util.fs.Revision
 
NESTING_CHARS - Static variable in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
NESTING_CHARS_STR - Static variable in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
next() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
next() - Method in class org.apache.struts2.util.Counter
 
next() - Method in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
next() - Method in class org.apache.struts2.util.IteratorGenerator
 
next() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
next() - Method in class org.apache.struts2.util.SortIteratorFilter
 
next() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
next() - Method in class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
nextHandler - Variable in class org.apache.struts2.util.DomHelper.DOMBuilder
 
nextProperty() - Method in class org.apache.struts2.util.PropertiesReader
Parses the next property from the input stream and stores the found name and value in internal fields.
nice - Variable in class org.apache.struts2.views.jsp.DateTag
 
no(String) - Static method in class org.apache.struts2.security.AcceptedPatternsChecker.IsAccepted
 
no(String) - Static method in class org.apache.struts2.security.NotExcludedAcceptedPatternsChecker.IsAllowed
 
no(Set<Pattern>) - Static method in class org.apache.struts2.security.ExcludedPatternsChecker.IsExcluded
 
NO_CONVERSION_POSSIBLE - Static variable in interface org.apache.struts2.conversion.TypeConverter
 
nocache - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
noCharsetInContentType - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
nomodule - Variable in class org.apache.struts2.components.Script
 
nomodule - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
NONCE_RANDOM_LENGTH - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
NONE - Static variable in interface org.apache.struts2.action.Action
The action execution was successful but do not show a view.
NONE - Static variable in interface org.apache.struts2.components.UrlProvider
The includeParams attribute may have the value 'none', 'get' or 'all'.
NONE - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
NONE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
NoOpInterceptor - Class in org.apache.struts2.interceptor
Interceptor that does nothing, used in the "empty" stack
NoOpInterceptor() - Constructor for class org.apache.struts2.interceptor.NoOpInterceptor
 
NoParameters - Interface in org.apache.struts2.action
This marker interface should be implemented by actions that do not want any parameters set on them automatically.
normalize(String, char) - Method in class org.apache.struts2.conversion.impl.NumberConverter
 
normalizeToFileProtocol(URL) - Method in interface org.apache.struts2.FileManager
Convert URLs to URLs with "file" protocol
normalizeToFileProtocol(URL) - Method in interface org.apache.struts2.util.finder.UrlSet.FileProtocolNormalizer
 
normalizeToFileProtocol(URL) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
normalizeToFileProtocol(URL) - Method in class org.apache.struts2.util.fs.JBossFileManager
 
NotExcludedAcceptedPatternsChecker - Interface in org.apache.struts2.security
Used across different places to check if given string is not excluded and is accepted
NotExcludedAcceptedPatternsChecker.IsAllowed - Class in org.apache.struts2.security
 
notifyDeveloperOfError(Logger, Object, String) - Static method in class org.apache.struts2.util.DebugUtils
 
notifyDeveloperParameterException(Object, String, String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
NullHandler - Interface in org.apache.struts2.conversion
Interface for handling null results from Chains.
nullMethodResult(Map<String, Object>, Object, String, Object[]) - Method in class org.apache.struts2.conversion.impl.InstantiatingNullHandler
 
nullMethodResult(Map<String, Object>, Object, String, Object[]) - Method in interface org.apache.struts2.conversion.NullHandler
Method called on target returned null.
nullMethodResult(Map, Object, String, Object[]) - Method in class org.apache.struts2.ognl.OgnlNullHandlerWrapper
 
nullPropertyValue(Map<String, Object>, Object, Object) - Method in class org.apache.struts2.conversion.impl.InstantiatingNullHandler
 
nullPropertyValue(Map<String, Object>, Object, Object) - Method in interface org.apache.struts2.conversion.NullHandler
Property in target evaluated to null.
nullPropertyValue(Map, Object, Object) - Method in class org.apache.struts2.ognl.OgnlNullHandlerWrapper
 
NullResult - Class in org.apache.struts2.config
Null result to get around annotation defaults that can't be null FIXME: ???? is it usable? doesn't it make sense to have such result?
NullResult() - Constructor for class org.apache.struts2.config.NullResult
 
Number - Class in org.apache.struts2.components
Number(ValueStack) - Constructor for class org.apache.struts2.components.Number
 
NumberConverter - Class in org.apache.struts2.conversion.impl
 
NumberConverter() - Constructor for class org.apache.struts2.conversion.impl.NumberConverter
 
NumberTag - Class in org.apache.struts2.views.jsp
 
NumberTag() - Constructor for class org.apache.struts2.views.jsp.NumberTag
 
NUMBERTAG_PROPERTY - Static variable in class org.apache.struts2.components.Number
Property name to fall back when no format is specified

O

OBJECT_SRC - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
ObjectAccessor - Class in org.apache.struts2.ognl.accessor
 
ObjectAccessor() - Constructor for class org.apache.struts2.ognl.accessor.ObjectAccessor
 
objectFactory - Variable in class org.apache.struts2.components.Bean
 
objectFactory - Variable in class org.apache.struts2.components.Form
 
objectFactory - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
objectFactory - Variable in class org.apache.struts2.DefaultActionInvocation
 
objectFactory - Variable in class org.apache.struts2.DefaultActionProxy
 
objectFactory - Variable in class org.apache.struts2.factory.StrutsResultFactory
 
objectFactory - Variable in class org.apache.struts2.validator.DefaultValidatorFactory
 
ObjectFactory - Class in org.apache.struts2
ObjectFactory is responsible for building the core framework objects.
ObjectFactory() - Constructor for class org.apache.struts2.ObjectFactory
 
ObjectFactoryDestroyable - Interface in org.apache.struts2.util
An interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to be destroyed.
ObjectProxy - Class in org.apache.struts2.ognl
An Object to use within OGNL to proxy other Objects usually Collections that you set in a different place on the ValueStack but want to retain the context information about where they previously were.
ObjectProxy() - Constructor for class org.apache.struts2.ognl.ObjectProxy
 
ObjectProxyPropertyAccessor - Class in org.apache.struts2.ognl.accessor
Is able to access (set/get) properties on a given object.
ObjectProxyPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.ObjectProxyPropertyAccessor
 
ObjectTypeDeterminer - Interface in org.apache.struts2.conversion
Determines what the key and and element class of a Map or Collection should be.
of() - Static method in class org.apache.struts2.ActionContext
Creates a new ActionContext based on empty Map
of(Map<String, Object>) - Static method in class org.apache.struts2.ActionContext
Creates a new ActionContext based on passed in Map
of(ReferenceType, ReferenceType, Function<? super K, ? extends V>) - Static method in class org.apache.struts2.inject.util.ReferenceCache
Returns a ReferenceCache delegating to the specified function.
OgnlCache<Key,Value> - Interface in org.apache.struts2.ognl
A basic cache interface for use with OGNL processing (such as Expression, BeanInfo).
OgnlCacheFactory<Key,Value> - Interface in org.apache.struts2.ognl
Used by OgnlUtil to create appropriate OGNL caches based on configuration.
OgnlCacheFactory.CacheType - Enum Class in org.apache.struts2.ognl
 
OgnlCaffeineCache<K,V> - Class in org.apache.struts2.ognl
This OGNL Cache implementation is backed by Caffeine which uses the Window TinyLfu algorithm.
OgnlCaffeineCache(int, int) - Constructor for class org.apache.struts2.ognl.OgnlCaffeineCache
 
OgnlDefaultCache<K,V> - Class in org.apache.struts2.ognl
Basic OGNL cache implementation.
OgnlDefaultCache(int, int, float) - Constructor for class org.apache.struts2.ognl.OgnlDefaultCache
 
OgnlGuard - Interface in org.apache.struts2.ognl
Guards all expressions parsed by Struts Core.
OgnlLRUCache<K,V> - Class in org.apache.struts2.ognl
A basic OGNL LRU cache implementation.
OgnlLRUCache(int, int, float) - Constructor for class org.apache.struts2.ognl.OgnlLRUCache
 
OgnlNullHandlerWrapper - Class in org.apache.struts2.ognl
 
OgnlNullHandlerWrapper(NullHandler) - Constructor for class org.apache.struts2.ognl.OgnlNullHandlerWrapper
 
OgnlReflectionContextFactory - Class in org.apache.struts2.ognl
 
OgnlReflectionContextFactory() - Constructor for class org.apache.struts2.ognl.OgnlReflectionContextFactory
 
OgnlReflectionProvider - Class in org.apache.struts2.ognl
 
OgnlReflectionProvider() - Constructor for class org.apache.struts2.ognl.OgnlReflectionProvider
 
OgnlTextParser - Class in org.apache.struts2.util
OGNL implementation of TextParser
OgnlTextParser() - Constructor for class org.apache.struts2.util.OgnlTextParser
 
OgnlTypeConverterWrapper - Class in org.apache.struts2.ognl
Wraps an XWork type conversion class for as an OGNL TypeConverter
OgnlTypeConverterWrapper(TypeConverter) - Constructor for class org.apache.struts2.ognl.OgnlTypeConverterWrapper
 
ognlUtil - Variable in class org.apache.struts2.DefaultActionInvocation
 
ognlUtil - Variable in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
ognlUtil - Variable in class org.apache.struts2.ognl.OgnlValueStack
 
OgnlUtil - Class in org.apache.struts2.ognl
Utility class that provides common access to the Ognl APIs for setting and getting properties from objects (usually Actions).
OgnlUtil(ExpressionCacheFactory<String, Object>, BeanInfoCacheFactory<Class<?>, BeanInfo>, OgnlGuard) - Constructor for class org.apache.struts2.ognl.OgnlUtil
Construct a new OgnlUtil instance for use with the framework, with optional cache factories for OGNL Expression and BeanInfo caches.
OgnlValueStack - Class in org.apache.struts2.ognl
Ognl implementation of a value stack that allows for dynamic Ognl expressions to be evaluated against it.
OgnlValueStack(XWorkConverter, RootAccessor, TextProvider, SecurityMemberAccess) - Constructor for class org.apache.struts2.ognl.OgnlValueStack
 
OgnlValueStack(ValueStack, XWorkConverter, RootAccessor, SecurityMemberAccess) - Constructor for class org.apache.struts2.ognl.OgnlValueStack
 
OgnlValueStack(ValueStack, XWorkConverter, RootAccessor, TextProvider, SecurityMemberAccess) - Constructor for class org.apache.struts2.ognl.OgnlValueStack
 
OgnlValueStackFactory - Class in org.apache.struts2.ognl
Creates an Ognl value stack
OgnlValueStackFactory() - Constructor for class org.apache.struts2.ognl.OgnlValueStackFactory
 
oldStatus - Variable in class org.apache.struts2.components.IteratorComponent
 
onblur - Variable in class org.apache.struts2.components.UIBean
 
onblur - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onchange - Variable in class org.apache.struts2.components.UIBean
 
onchange - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onclick - Variable in class org.apache.struts2.components.UIBean
 
onclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
ondblclick - Variable in class org.apache.struts2.components.UIBean
 
ondblclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onError(Throwable) - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
onfocus - Variable in class org.apache.struts2.components.UIBean
 
onfocus - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onkeydown - Variable in class org.apache.struts2.components.UIBean
 
onkeydown - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onkeypress - Variable in class org.apache.struts2.components.UIBean
 
onkeypress - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onkeyup - Variable in class org.apache.struts2.components.UIBean
 
onkeyup - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmousedown - Variable in class org.apache.struts2.components.UIBean
 
onmousedown - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmousemove - Variable in class org.apache.struts2.components.UIBean
 
onmousemove - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmouseout - Variable in class org.apache.struts2.components.UIBean
 
onmouseout - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmouseover - Variable in class org.apache.struts2.components.UIBean
 
onmouseover - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmouseup - Variable in class org.apache.struts2.components.UIBean
 
onmouseup - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onreset - Variable in class org.apache.struts2.components.Form
 
onreset - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
onselect - Variable in class org.apache.struts2.components.UIBean
 
onselect - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onStart() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
onsubmit - Variable in class org.apache.struts2.components.Form
 
onsubmit - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
OPEN_TEMPLATE - Static variable in class org.apache.struts2.components.Anchor
 
OPEN_TEMPLATE - Static variable in class org.apache.struts2.components.Form
 
OPEN_TEMPLATE - Static variable in class org.apache.struts2.components.Submit
 
openTemplate - Variable in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
OptGroup - Class in org.apache.struts2.components
OptGroup(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.OptGroup
 
optGroupModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
OptGroupModel - Class in org.apache.struts2.views.freemarker.tags
Freemarker's TransformModel for OptGroup component.
OptGroupModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.OptGroupModel
 
OptGroupTag - Class in org.apache.struts2.views.jsp.ui
 
OptGroupTag() - Constructor for class org.apache.struts2.views.jsp.ui.OptGroupTag
 
OPTIONS - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
optiontransferselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
OptionTransferSelect - Class in org.apache.struts2.components
OptionTransferSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.OptionTransferSelect
 
OptionTransferSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
OptionTransferSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.OptionTransferSelectModel
 
OptionTransferSelectTag - Class in org.apache.struts2.views.jsp.ui
OptionTransferSelect jsp tag.
OptionTransferSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
ordered - Variable in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
org.apache.struts2 - package org.apache.struts2
Main XWork interfaces and classes.
org.apache.struts2.action - package org.apache.struts2.action
 
org.apache.struts2.components - package org.apache.struts2.components
 
org.apache.struts2.components.date - package org.apache.struts2.components.date
 
org.apache.struts2.components.template - package org.apache.struts2.components.template
 
org.apache.struts2.config - package org.apache.struts2.config
Classes for Struts configuration and property handling.
org.apache.struts2.config.entities - package org.apache.struts2.config.entities
Configuration entity classes.
org.apache.struts2.config.impl - package org.apache.struts2.config.impl
Configuration implementation classes.
org.apache.struts2.config.providers - package org.apache.struts2.config.providers
Configuration provider classes.
org.apache.struts2.conversion - package org.apache.struts2.conversion
 
org.apache.struts2.conversion.annotations - package org.apache.struts2.conversion.annotations
Type conversion annotations.
org.apache.struts2.conversion.impl - package org.apache.struts2.conversion.impl
 
org.apache.struts2.dispatcher - package org.apache.struts2.dispatcher
This package contains a reimagining of the traditional Struts filter dispatchers.
org.apache.struts2.dispatcher.filter - package org.apache.struts2.dispatcher.filter
 
org.apache.struts2.dispatcher.listener - package org.apache.struts2.dispatcher.listener
 
org.apache.struts2.dispatcher.mapper - package org.apache.struts2.dispatcher.mapper
 
org.apache.struts2.dispatcher.multipart - package org.apache.struts2.dispatcher.multipart
Classes to help dispatch multipart HTTP requests.
org.apache.struts2.dispatcher.servlet - package org.apache.struts2.dispatcher.servlet
 
org.apache.struts2.factory - package org.apache.struts2.factory
 
org.apache.struts2.inject - package org.apache.struts2.inject
Guice (pronounced "juice").
org.apache.struts2.inject.util - package org.apache.struts2.inject.util
Guice util classes.
org.apache.struts2.interceptor - package org.apache.struts2.interceptor
Interceptor classes.
org.apache.struts2.interceptor.annotations - package org.apache.struts2.interceptor.annotations
Interceptor annotations.
org.apache.struts2.interceptor.csp - package org.apache.struts2.interceptor.csp
 
org.apache.struts2.interceptor.debugging - package org.apache.struts2.interceptor.debugging
 
org.apache.struts2.interceptor.exec - package org.apache.struts2.interceptor.exec
 
org.apache.struts2.interceptor.httpmethod - package org.apache.struts2.interceptor.httpmethod
 
org.apache.struts2.interceptor.parameter - package org.apache.struts2.interceptor.parameter
 
org.apache.struts2.interceptor.servlet - package org.apache.struts2.interceptor.servlet
 
org.apache.struts2.interceptor.validation - package org.apache.struts2.interceptor.validation
 
org.apache.struts2.locale - package org.apache.struts2.locale
 
org.apache.struts2.mock - package org.apache.struts2.mock
XWork specific mock classes.
org.apache.struts2.ognl - package org.apache.struts2.ognl
 
org.apache.struts2.ognl.accessor - package org.apache.struts2.ognl.accessor
 
org.apache.struts2.result - package org.apache.struts2.result
 
org.apache.struts2.result.plain - package org.apache.struts2.result.plain
 
org.apache.struts2.security - package org.apache.struts2.security
 
org.apache.struts2.test - package org.apache.struts2.test
 
org.apache.struts2.text - package org.apache.struts2.text
 
org.apache.struts2.url - package org.apache.struts2.url
 
org.apache.struts2.util - package org.apache.struts2.util
XWork util classes.
org.apache.struts2.util.classloader - package org.apache.struts2.util.classloader
 
org.apache.struts2.util.finder - package org.apache.struts2.util.finder
 
org.apache.struts2.util.fs - package org.apache.struts2.util.fs
 
org.apache.struts2.util.location - package org.apache.struts2.util.location
Classes and utilities used to track location information.
org.apache.struts2.util.reflection - package org.apache.struts2.util.reflection
 
org.apache.struts2.validator - package org.apache.struts2.validator
XWork validation subsystem.
org.apache.struts2.validator.annotations - package org.apache.struts2.validator.annotations
Validator annotations.
org.apache.struts2.validator.validators - package org.apache.struts2.validator.validators
XWork default validator classes.
org.apache.struts2.views - package org.apache.struts2.views
 
org.apache.struts2.views.annotations - package org.apache.struts2.views.annotations
 
org.apache.struts2.views.freemarker - package org.apache.struts2.views.freemarker
 
org.apache.struts2.views.freemarker.tags - package org.apache.struts2.views.freemarker.tags
 
org.apache.struts2.views.jsp - package org.apache.struts2.views.jsp
Struts's JSP tag library.
org.apache.struts2.views.jsp.iterator - package org.apache.struts2.views.jsp.iterator
 
org.apache.struts2.views.jsp.ui - package org.apache.struts2.views.jsp.ui
 
org.apache.struts2.views.util - package org.apache.struts2.views.util
Miscellaneous helper classes for all views.
ORIGINAL_PROPERTY_OVERRIDE - Static variable in class org.apache.struts2.interceptor.ConversionErrorInterceptor
 
overrideDevMode(boolean) - Static method in class org.apache.struts2.dispatcher.PrepareOperations
Set an override of the static devMode value.
overrides - Variable in class org.apache.struts2.ognl.OgnlValueStack
 

P

PackageConfig - Class in org.apache.struts2.config.entities
Configuration for Package.
PackageConfig(String) - Constructor for class org.apache.struts2.config.entities.PackageConfig
 
PackageConfig(PackageConfig) - Constructor for class org.apache.struts2.config.entities.PackageConfig
 
PackageConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
packageContexts - Variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
PackageInfo(Package) - Constructor for class org.apache.struts2.util.finder.ClassFinder.PackageInfo
 
PackageInfo(String, ClassFinder) - Constructor for class org.apache.struts2.util.finder.ClassFinder.PackageInfo
 
packageName - Variable in class org.apache.struts2.config.entities.ActionConfig
 
packageName(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
PackageProvider - Interface in org.apache.struts2.config
Provides configuration packages.
PAGE - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
PAGE_CONTEXT - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the JSP page context.
param - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Param - Class in org.apache.struts2.components
Param(ValueStack) - Constructor for class org.apache.struts2.components.Param
 
PARAM_NAME_MAX_LENGTH - Static variable in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
Param.UnnamedParametric - Interface in org.apache.struts2.components
Tags can implement this to support nested param tags without the name attribute.
Parameter - Interface in org.apache.struts2.dispatcher
 
Parameter.Empty - Class in org.apache.struts2.dispatcher
 
Parameter.File - Class in org.apache.struts2.dispatcher
 
Parameter.Request - Class in org.apache.struts2.dispatcher
 
ParameterAction - Interface in org.apache.struts2.dispatcher.mapper
Defines a parameter action prefix.
Parameterizable - Interface in org.apache.struts2.config.entities
parameterName - Variable in class org.apache.struts2.interceptor.I18nInterceptor
 
ParameterNameAware - Interface in org.apache.struts2.action
This interface is implemented by actions that want to declare acceptable parameters.
ParameterPropertyAccessor - Class in org.apache.struts2.ognl.accessor
 
ParameterPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.ParameterPropertyAccessor
 
ParameterRemoverInterceptor - Class in org.apache.struts2.interceptor
This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be removed from the parameter map if they match a certain value (matching one of the paramValues attribute csv value), before they are set on the action.
ParameterRemoverInterceptor() - Constructor for class org.apache.struts2.interceptor.ParameterRemoverInterceptor
 
parameters - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Map between non-file fields and values.
parameters() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
PARAMETERS - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
ParametersAware - Interface in org.apache.struts2.action
This interface gives actions an alternative way of receiving input parameters.
ParametersInterceptor - Class in org.apache.struts2.interceptor.parameter
This interceptor sets all parameters on the value stack.
ParametersInterceptor() - Constructor for class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
ParameterValueAware - Interface in org.apache.struts2.action
This interface is implemented by actions that want to declare acceptable parameter values.
ParamModel - Class in org.apache.struts2.views.freemarker.tags
 
ParamModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ParamModel
 
ParamNameAwareResult - Interface in org.apache.struts2.result
Accept parameter name/value to be set on Result
params - Variable in class org.apache.struts2.config.entities.ActionConfig
 
params - Variable in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
params - Variable in class org.apache.struts2.config.entities.InterceptorConfig
 
params - Variable in class org.apache.struts2.config.entities.ResultConfig
 
params - Variable in class org.apache.struts2.config.entities.ResultTypeConfig
 
ParamTag - Class in org.apache.struts2.views.jsp
 
ParamTag() - Constructor for class org.apache.struts2.views.jsp.ParamTag
 
parentNode - Variable in class org.apache.struts2.util.DomHelper.DOMBuilder
The parentNode
parents - Variable in class org.apache.struts2.config.entities.PackageConfig
 
parse(HttpServletRequest, String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Processes the upload.
parse(HttpServletRequest, String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
 
parse(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Create a string array from a comma-delimited list of packages.
parse(String) - Static method in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
parse(String) - Method in interface org.apache.struts2.url.QueryStringParser
 
parse(String) - Method in class org.apache.struts2.url.StrutsQueryStringParser
 
parse(String) - Static method in class org.apache.struts2.util.location.LocationUtils
Parse a location string of the form "uri:line:column" (e.g.
parse(String, Class) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
Parse expression passed in against value stack.
parse(InputSource) - Static method in class org.apache.struts2.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parse(InputSource, Map<String, String>) - Static method in class org.apache.struts2.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parseActionName(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
parseActionValidatorConfigs(ValidatorFactory, InputStream, String) - Method in class org.apache.struts2.validator.DefaultValidatorFileParser
 
parseActionValidatorConfigs(ValidatorFactory, InputStream, String) - Method in interface org.apache.struts2.validator.ValidatorFileParser
Parse resource for a list of ValidatorConfig objects (configuring which validator(s) are being applied to a particular field etc.)
parseExpression(String) - Method in interface org.apache.struts2.ognl.OgnlGuard
Parses an OGNL expression and returns the resulting tree only if the expression is not blocked as per defined validation rules in OgnlGuard.isRawExpressionBlocked(java.lang.String) and OgnlGuard.isParsedTreeBlocked(java.lang.Object).
parseFile(String) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
parseIfModifiedSince(String) - Static method in class org.apache.struts2.RequestUtils
Parse input string as date in formats defined for If-Modified-Since header, see: https://issues.apache.org/jira/browse/WW-4263 https://web.archive.org/web/20081014021349/http://rfc.net/rfc2616.html#p20
parseLocation - Variable in class org.apache.struts2.result.StrutsResultSupport
 
parseNameAndNamespace(String, ActionMapping, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Parses the name and namespace from the uri
parseValidatorDefinitions(Map<String, String>, InputStream, String) - Method in class org.apache.struts2.validator.DefaultValidatorFileParser
 
parseValidatorDefinitions(Map<String, String>, InputStream, String) - Method in interface org.apache.struts2.validator.ValidatorFileParser
Parses validator definitions (register various validators with XWork).
password - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Password - Class in org.apache.struts2.components
Password(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Password
 
PasswordModel - Class in org.apache.struts2.views.freemarker.tags
 
PasswordModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.PasswordModel
 
PasswordTag - Class in org.apache.struts2.views.jsp.ui
 
PasswordTag() - Constructor for class org.apache.struts2.views.jsp.ui.PasswordTag
 
PATCH - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
pathPrefixes - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Store set of path prefixes to use with static resources.
PatternMatcher<E> - Interface in org.apache.struts2.util
Compiles and matches a pattern against a value
pause(String) - Method in class org.apache.struts2.ActionSupport
Stops the action invocation immediately (by throwing a PauseException) and causes the action invocation to return the specified result, such as Action.SUCCESS, Action.INPUT, etc.
peek() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
peek() - Method in class org.apache.struts2.util.CompoundRoot
 
peek() - Method in interface org.apache.struts2.util.ValueStack
Get the object on the top of the stack without changing the stack.
performClearTagStateForTagPoolingServers - Variable in class org.apache.struts2.components.Component
 
performFallbackConversion(Map, Object, Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
Hook to perform a fallback conversion if every default options failed.
performInitialDelay(BackgroundProcess) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Performs the initial delay.
PERIOD - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
PHANTOM - Enum constant in enum class org.apache.struts2.inject.util.ReferenceType
Similar to weak references except the garbage collector doesn't actually reclaim the referent.
Pipe() - Constructor for class org.apache.struts2.util.location.LocationAttributes.Pipe
Create a filter.
Pipe(ContentHandler) - Constructor for class org.apache.struts2.util.location.LocationAttributes.Pipe
Create a filter that is chained to another handler.
PlainResult - Interface in org.apache.struts2.result
This result can only be used in code, as a result of action's method, eg.:
PlainTextResult - Class in org.apache.struts2.result
A result that send the content out as plain text.
PlainTextResult() - Constructor for class org.apache.struts2.result.PlainTextResult
 
PlainTextResult(String) - Constructor for class org.apache.struts2.result.PlainTextResult
 
pop() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
pop() - Method in class org.apache.struts2.util.CompoundRoot
 
pop() - Method in interface org.apache.struts2.util.ValueStack
Get the object on the top of the stack and remove it from the stack.
popComponentStack() - Method in class org.apache.struts2.components.Component
Pops the component stack.
populateComponentHtmlId(Form) - Method in class org.apache.struts2.components.Form
Form component determine the its HTML element id as follows:- if an 'id' attribute is specified. if an 'action' attribute is specified, it will be used as the id.
populateComponentHtmlId(Form) - Method in class org.apache.struts2.components.FormButton
Override UIBean's implementation, such that component Html id is determined in the following order :- This component id attribute [containing_form_id]_[this_component_name] [containing_form_id]_[this_component_action]_[this_component_method] [containing_form_id]_[this_component_method] [this_component_name] [this_component_action]_[this_component_method] [this_component_method] [an increasing sequential number unique to the form starting with 0]
populateComponentHtmlId(Form) - Method in class org.apache.struts2.components.UIBean
Create HTML id element for the component and populate this component parameter map.
populateContext(ScopesHashModel, ValueStack, Object, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
populateCookieValueIntoStack(String, String, Map<String, String>, ValueStack) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Hook that populate cookie value into value stack (hence the action) if the criteria is satisfied (if the cookie value matches with those configured).
populateParams() - Method in class org.apache.struts2.views.jsp.ActionTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.BeanTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
Define method to populate component state based on the Tag attributes.
populateParams() - Method in class org.apache.struts2.views.jsp.ContextBeanTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.DateTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.I18nTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.IfTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.IncludeTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.NumberTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ParamTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.PropertyTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.PushTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.SetTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.TextTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.URLTag
 
populatePerformClearTagStateForTagPoolingServersParam() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
Specialized method to populate the performClearTagStateForTagPoolingServers state of the Component to match the value set in the Tag.
portletMode - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
portletMode - Variable in class org.apache.struts2.components.Form
 
portletMode - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
portletMode - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
portletMode - Variable in class org.apache.struts2.views.jsp.URLTag
 
portletUrlType - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
portletUrlType - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
portletUrlType - Variable in class org.apache.struts2.views.jsp.URLTag
 
POST - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
PostbackResult - Class in org.apache.struts2.result
PostbackResult() - Constructor for class org.apache.struts2.result.PostbackResult
 
postInit(Dispatcher, FilterConfig) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
Callback for post initialization
postInit(Dispatcher, FilterConfig) - Method in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
Callback for post initialization
postTemplateProcess(Template, TemplateModel) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
the default implementation of postTemplateProcess applies the contentType parameter
PREFIX - Static variable in class org.apache.struts2.util.location.LocationAttributes
Prefix for the location namespace
PREFIX_BASED_MAPPER_CONFIGURATION - Static variable in class org.apache.struts2.StrutsConstants
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
PrefixBasedActionMapper - Class in org.apache.struts2.dispatcher.mapper
PrefixBasedActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
PrefixBasedActionProxyFactory - Class in org.apache.struts2.factory
PrefixBasedActionProxyFactory() - Constructor for class org.apache.struts2.factory.PrefixBasedActionProxyFactory
 
PrefixMethodInvocationUtil - Class in org.apache.struts2.interceptor
A utility class for invoking prefixed methods in action class.
PrefixMethodInvocationUtil() - Constructor for class org.apache.struts2.interceptor.PrefixMethodInvocationUtil
 
prefixTrie - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
PrefixTrie - Class in org.apache.struts2.util
Quickly matches a prefix to an object.
PrefixTrie() - Constructor for class org.apache.struts2.util.PrefixTrie
 
Preparable - Interface in org.apache.struts2
Preparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig.
prepare - Variable in class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
prepare - Variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
 
prepare - Variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
 
prepare() - Method in class org.apache.struts2.DefaultActionProxy
 
prepare() - Method in class org.apache.struts2.factory.StrutsActionProxy
 
prepare() - Method in interface org.apache.struts2.interceptor.exec.BackgroundProcess
 
prepare() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
prepare() - Method in class org.apache.struts2.mock.MockActionProxy
 
prepare() - Method in interface org.apache.struts2.Preparable
This method is called to allow the action to prepare itself.
prepare(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.Dispatcher
Prepare a request, including setting the encoding and locale.
prepare(Object, ValueStack) - Method in interface org.apache.struts2.ActionEventListener
Called after an action has been created.
prepareActionProxy(Map<String, Object>, String, String, String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
PrepareInterceptor - Class in org.apache.struts2.interceptor
This interceptor calls prepare() on actions which implement Preparable.
PrepareInterceptor() - Constructor for class org.apache.struts2.interceptor.PrepareInterceptor
 
prepareLazyParamInjector(ValueStack) - Method in class org.apache.struts2.DefaultActionInvocation
 
prepareNotAllowedErrorMessage() - Method in class org.apache.struts2.DefaultActionProxy
 
PrepareOperations - Class in org.apache.struts2.dispatcher
Contains preparation operations for a request before execution
PrepareOperations(Dispatcher) - Constructor for class org.apache.struts2.dispatcher.PrepareOperations
 
prepareServletFileUpload(Charset, Path) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
prependServletContext - Variable in class org.apache.struts2.result.ServletRedirectResult
 
PreResultListener - Interface in org.apache.struts2.interceptor
PreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the Result is executed.
preResultListeners - Variable in class org.apache.struts2.DefaultActionInvocation
 
preTemplateProcess(Template, TemplateModel) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Called before the execution is passed to template.process().
PrettyPrintWriter - Class in org.apache.struts2.interceptor.debugging
 
PrettyPrintWriter(Writer) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, char[]) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, char[], String) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String, String) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrincipalAware - Interface in org.apache.struts2.action
Actions that want access to the Principal information from HttpServletRequest object should implement this interface.
PrincipalProxy - Interface in org.apache.struts2.interceptor
Proxy interface used together with PrincipalAware interface.
printClassLoader() - Static method in class org.apache.struts2.util.ClassLoaderUtil
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class org.apache.struts2.util.ClassLoaderUtil
Prints the classloader hierarchy from a given classloader - useful for debugging.
printContext() - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Prints the current context to the response in XML format.
printContext(PrettyPrintWriter) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Prints the current request to the existing writer.
priority() - Element in annotation interface org.apache.struts2.interceptor.annotations.After
 
priority() - Element in annotation interface org.apache.struts2.interceptor.annotations.Before
 
priority() - Element in annotation interface org.apache.struts2.interceptor.annotations.BeforeResult
 
process(InputStream, String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
process(String) - Method in interface org.apache.struts2.conversion.ConversionPropertiesProcessor
Process given property to load converters as not required (Properties file doesn't have to exist)
process(String) - Method in class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
process(Map<String, Object>, Class, String) - Method in interface org.apache.struts2.conversion.ConversionFileProcessor
Process conversion file to create mapping for key (property, type) and corresponding converter
process(Map<String, Object>, Class, String) - Method in class org.apache.struts2.conversion.impl.DefaultConversionFileProcessor
 
process(Map<String, Object>, TypeConversion, String) - Method in interface org.apache.struts2.conversion.ConversionAnnotationProcessor
Process annotation and build TypeConverter base on provided annotation and assigning it under given key
process(Map<String, Object>, TypeConversion, String) - Method in class org.apache.struts2.conversion.impl.DefaultConversionAnnotationProcessor
 
processFileField(DiskFileItem) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
processFileItemAsFileField(FileItemInput, Path) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
Processes the FileItem as a file field.
processFileItemAsFormField(FileItemInput) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
Processes the FileItem as a normal form field.
processingInstruction(String, String) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
processingInstruction(String, String) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
processingInstruction(String, String) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
processingTagBody - Variable in class org.apache.struts2.components.Anchor
 
processInputConfig(Object, String, String) - Method in class org.apache.struts2.interceptor.DefaultWorkflowInterceptor
Process InputConfig annotation applied to method
processNormalFormField(DiskFileItem, Charset) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
processRequired(String) - Method in interface org.apache.struts2.conversion.ConversionPropertiesProcessor
Process given property to load converters as required (Properties file must exist)
processRequired(String) - Method in class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
processUpload(HttpServletRequest, String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Process the request extract file upload data
processUpload(HttpServletRequest, String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
processUpload(HttpServletRequest, String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
Processes the upload.
processValidationErrorAware(Object, String) - Method in class org.apache.struts2.interceptor.DefaultWorkflowInterceptor
Notify action if it implements ValidationErrorAware interface
PropertiesConfigurationProvider - Class in org.apache.struts2.config
 
PropertiesConfigurationProvider() - Constructor for class org.apache.struts2.config.PropertiesConfigurationProvider
 
PropertiesReader - Class in org.apache.struts2.util
This class is used to read properties lines.
PropertiesReader(Reader) - Constructor for class org.apache.struts2.util.PropertiesReader
Constructor.
PropertiesReader(Reader, char) - Constructor for class org.apache.struts2.util.PropertiesReader
Creates a new instance of PropertiesReader and sets the underlaying reader and the list delimiter.
property - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Property - Class in org.apache.struts2.components
Property(ValueStack) - Constructor for class org.apache.struts2.components.Property
 
PROPERTY - Enum constant in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
PropertyModel - Class in org.apache.struts2.views.freemarker.tags
 
PropertyModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.PropertyModel
 
PropertyTag - Class in org.apache.struts2.views.jsp
 
PropertyTag() - Constructor for class org.apache.struts2.views.jsp.PropertyTag
 
PROTOTYPE - Enum constant in enum class org.apache.struts2.inject.Scope
One instance per injection.
providerAllowlist - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
ProviderAllowlist - Class in org.apache.struts2.ognl
Allows registration of classes that should be allowed to be used in OGNL expressions, using a key to identify the source of the allowlist.
ProviderAllowlist() - Constructor for class org.apache.struts2.ognl.ProviderAllowlist
 
proxy - Variable in class org.apache.struts2.components.ActionComponent
 
proxy - Variable in class org.apache.struts2.DefaultActionInvocation
 
ProxyUtil - Class in org.apache.struts2.util
ProxyUtil
ProxyUtil() - Constructor for class org.apache.struts2.util.ProxyUtil
 
publishException(ActionInvocation, ExceptionHolder) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
Default implementation to handle ExceptionHolder publishing.
push - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
push(Object) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
push(Object) - Method in class org.apache.struts2.util.CompoundRoot
 
push(Object) - Method in interface org.apache.struts2.util.ValueStack
Put this object onto the top of the stack
Push - Class in org.apache.struts2.components
Push(ValueStack) - Constructor for class org.apache.struts2.components.Push
 
pushAction - Variable in class org.apache.struts2.DefaultActionInvocation
 
pushed - Variable in class org.apache.struts2.components.I18n
 
pushed - Variable in class org.apache.struts2.components.Push
 
PushModel - Class in org.apache.struts2.views.freemarker.tags
 
PushModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.PushModel
 
PushTag - Class in org.apache.struts2.views.jsp
 
PushTag() - Constructor for class org.apache.struts2.views.jsp.PushTag
 
put(String, boolean) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
 
put(String, Object) - Method in class org.apache.struts2.ActionContext
Stores a value in the current ActionContext.
put(String, Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
Sets a servlet context attribute given a attribute name and value.
put(String, Object) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
put(String, Object) - Method in class org.apache.struts2.dispatcher.RequestMap
Saves an attribute in the request.
put(String, Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Saves an attribute in the session.
put(String, Object) - Method in class org.apache.struts2.util.PrefixTrie
 
put(String, Object) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
 
put(String, Parameter) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
put(Key, Value) - Method in interface org.apache.struts2.ognl.OgnlCache
 
put(K, V) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
put(K, V) - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
put(K, V) - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
put(K, V) - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
PUT - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
putAll(Map) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
putAll(Map<? extends String, ? extends Parameter>) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
putIfAbsent(Key, Value) - Method in interface org.apache.struts2.ognl.OgnlCache
 
putIfAbsent(K, V) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
putIfAbsent(K, V) - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
putIfAbsent(K, V) - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
putIfAbsent(K, V) - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
putIfAbsentStrategy() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
putInContext(Object) - Method in class org.apache.struts2.components.ContextBean
 
putInContext(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
putInContext(String) - Method in interface org.apache.struts2.components.UrlProvider
 
putStrategy() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
putUnlistedModel(String, TemplateModel) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
Stores a model in the hash so that it doesn't show up in keys() and values() methods.

Q

Q_COL_ATTR - Static variable in class org.apache.struts2.util.location.LocationAttributes
Attribute qualified name for the column number
Q_LINE_ATTR - Static variable in class org.apache.struts2.util.location.LocationAttributes
Attribute qualified name for the line number
Q_SRC_ATTR - Static variable in class org.apache.struts2.util.location.LocationAttributes
Attribute qualified name for the location URI
QueryStringBuilder - Interface in org.apache.struts2.url
A builder used to create a proper Query String out of a set of parameters
QueryStringParser - Interface in org.apache.struts2.url
Used to parse Http Query String into a map of parameters with support for fragment
QueryStringParser.Result - Interface in org.apache.struts2.url
Represents result of parsing query string by implementation of QueryStringParser

R

radio - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Radio - Class in org.apache.struts2.components
Radio(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Radio
 
RadioModel - Class in org.apache.struts2.views.freemarker.tags
 
RadioModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.RadioModel
 
RadioTag - Class in org.apache.struts2.views.jsp.ui
 
RadioTag() - Constructor for class org.apache.struts2.views.jsp.ui.RadioTag
 
RangeValidatorSupport<T extends Comparable> - Class in org.apache.struts2.validator.validators
Base class for range based validators.
RangeValidatorSupport(Class<T>) - Constructor for class org.apache.struts2.validator.validators.RangeValidatorSupport
 
read(String) - Method in class org.apache.struts2.util.classloader.FileResourceStore
 
read(String) - Method in class org.apache.struts2.util.classloader.JarResourceStore
 
read(String) - Method in interface org.apache.struts2.util.classloader.ResourceStore
 
read(ActionInvocation) - Method in class org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
 
read(ActionInvocation) - Method in interface org.apache.struts2.interceptor.I18nInterceptor.LocaleHandler
 
read(ActionInvocation) - Method in class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
read(ActionInvocation) - Method in class org.apache.struts2.interceptor.I18nInterceptor.SessionLocaleHandler
 
readAllowedMethods(AnnotatedElement) - Method in class org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptor
 
readCharset() - Method in class org.apache.struts2.result.PlainTextResult
 
readCharsetEncoding(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
readonly - Variable in class org.apache.struts2.components.TextArea
 
readonly - Variable in class org.apache.struts2.components.TextField
 
readonly - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
readonly - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
readProperty() - Method in class org.apache.struts2.util.PropertiesReader
Reads a property line.
readStream(ActionInvocation, String) - Method in class org.apache.struts2.result.PlainTextResult
 
rebuildRuntimeConfiguration() - Method in interface org.apache.struts2.config.Configuration
 
rebuildRuntimeConfiguration() - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
rebuildRuntimeConfiguration() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
recurseNodes(Node) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
Redirectable - Interface in org.apache.struts2.result
Marking interface for results which perform browser redirection
ReferenceCache<K,V> - Class in org.apache.struts2.inject.util
Extends ReferenceMap to support lazy loading values by overriding ReferenceCache.create(Object).
ReferenceCache() - Constructor for class org.apache.struts2.inject.util.ReferenceCache
Equivalent to new ReferenceCache(STRONG, STRONG).
ReferenceCache(ReferenceType, ReferenceType) - Constructor for class org.apache.struts2.inject.util.ReferenceCache
 
ReferenceMap<K,V> - Class in org.apache.struts2.inject.util
Concurrent hash map that wraps keys and/or values in soft or weak references.
ReferenceMap(ReferenceType, ReferenceType) - Constructor for class org.apache.struts2.inject.util.ReferenceMap
Concurrent hash map that wraps keys and/or values based on specified reference types.
ReferenceMap.Strategy - Interface in org.apache.struts2.inject.util
 
ReferenceType - Enum Class in org.apache.struts2.inject.util
Reference type.
referrerpolicy - Variable in class org.apache.struts2.components.Link
 
referrerpolicy - Variable in class org.apache.struts2.components.Script
 
referrerpolicy - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
referrerpolicy - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
ReflectionContextFactory - Interface in org.apache.struts2.util.reflection
 
ReflectionContextState - Class in org.apache.struts2.util.reflection
Manages variables in the reflection context and returns values to be used by the application.
ReflectionContextState() - Constructor for class org.apache.struts2.util.reflection.ReflectionContextState
 
ReflectionException - Exception in org.apache.struts2.util.reflection
 
ReflectionException() - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionException(String) - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionException(String, Object) - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionException(String, Throwable, Object) - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionException(Throwable, Object) - Constructor for exception org.apache.struts2.util.reflection.ReflectionException
 
ReflectionExceptionHandler - Interface in org.apache.struts2.util.reflection
Declares a class that wants to handle its own reflection exceptions
reflectionProvider - Variable in class org.apache.struts2.components.Bean
 
reflectionProvider - Variable in class org.apache.struts2.components.Debug
 
reflectionProvider - Variable in class org.apache.struts2.factory.StrutsResultFactory
 
reflectionProvider - Variable in class org.apache.struts2.interceptor.ChainingInterceptor
 
reflectionProvider - Variable in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
ReflectionProvider - Interface in org.apache.struts2.util.reflection
 
refreshModelBeforeResult - Variable in class org.apache.struts2.interceptor.ModelDrivenInterceptor
 
RefreshModelBeforeResult(ModelDriven, Object) - Constructor for class org.apache.struts2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
regex() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
Regex used to evaluate field against it
regexExpression() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
Defines regex as an expression which first will be evaluated against the Value Stack to get proper regex.
regexFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
RegexFieldValidator - Class in org.apache.struts2.validator.validators
Validates a string field using a regular expression.
RegexFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
Validates a string field using a regular expression.
RegexFieldValidator() - Constructor for class org.apache.struts2.validator.validators.RegexFieldValidator
 
RegexPatternMatcher - Class in org.apache.struts2.util
Allows regular expressions to be used in action names.
RegexPatternMatcher() - Constructor for class org.apache.struts2.util.RegexPatternMatcher
 
RegexPatternMatcherExpression - Class in org.apache.struts2.util
Holds a compiled expression to match URLs
RegexPatternMatcherExpression(Pattern, Map<Integer, String>) - Constructor for class org.apache.struts2.util.RegexPatternMatcherExpression
 
register(ContainerBuilder, LocatableProperties) - Method in interface org.apache.struts2.config.ContainerProvider
Registers beans and properties for the Container
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.DefaultPropertiesProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.FileManagerFactoryProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.FileManagerProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.PropertiesConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.providers.StrutsDefaultConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.StrutsBeanSelectionProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.test.StubConfigurationProvider
 
registerAdditionalMethodAccessors() - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
Note that the default MethodAccessor for handling Object methods is registered in OgnlValueStackFactory.setMethodAccessor(ognl.MethodAccessor) and can be configured using the extension point StrutsConstants.STRUTS_METHOD_ACCESSOR.
registerAllowlist(Object, Set<Class<?>>) - Method in class org.apache.struts2.ognl.ProviderAllowlist
 
registerBean(Element, Map<String, Node>, ContainerBuilder) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
registerBeanSelection(Element, ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
registerConstant(Element, LocatableProperties) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
registerConverter(String, TypeConverter) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
registerConverterNotFound(String) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
registerNullHandlers() - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
registerPropertyAccessors() - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
registerTemplateEngine(String, TemplateEngine) - Method in class org.apache.struts2.components.template.TemplateEngineManager
Registers the given template engine.
registerUnknownHandlerStack(Element) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
registerValidator(String, String) - Method in class org.apache.struts2.validator.DefaultValidatorFactory
 
registerValidator(String, String) - Method in interface org.apache.struts2.validator.ValidatorFactory
Registers the given validator to the existing map of validators.
rel - Variable in class org.apache.struts2.components.Link
 
rel - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
relative(File) - Method in class org.apache.struts2.util.finder.UrlSet
 
release() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
Release state for a Struts JSP Tag handler.
reload() - Method in class org.apache.struts2.config.ConfigurationManager
 
reload() - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
reloadBundles - Variable in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
reloadBundles() - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
reloadBundles(Map<String, Object>) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
reloadContainer(List<ContainerProvider>) - Method in interface org.apache.struts2.config.Configuration
 
reloadContainer(List<ContainerProvider>) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
reloadContainer(List<ContainerProvider>) - Method in class org.apache.struts2.config.impl.MockConfiguration
 
ReloadingClassLoader - Class in org.apache.struts2.util.classloader
The ReloadingClassLoader uses a delegation mechanism to allow classes to be reloaded.
ReloadingClassLoader(ClassLoader) - Constructor for class org.apache.struts2.util.classloader.ReloadingClassLoader
 
reloadingConfigs - Variable in class org.apache.struts2.util.fs.DefaultFileManager
 
reloadingConfigs - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
remove() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
remove() - Method in class org.apache.struts2.util.Counter
 
remove() - Method in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
remove() - Method in class org.apache.struts2.util.IteratorGenerator
 
remove() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
remove() - Method in class org.apache.struts2.util.SortIteratorFilter
 
remove() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
remove(Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
Removes the specified servlet context attribute.
remove(Object) - Method in class org.apache.struts2.dispatcher.AttributeMap
 
remove(Object) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
remove(Object) - Method in class org.apache.struts2.dispatcher.RequestMap
Removes the specified request attribute.
remove(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Removes the specified session attribute.
remove(Object) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
remove(Object, Object) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
remove(String) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
remove(Set<String>) - Method in class org.apache.struts2.dispatcher.HttpParameters
 
remove(Element, boolean) - Static method in class org.apache.struts2.util.location.LocationAttributes
Remove the location attributes from a DOM element.
removeAllLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
removeAllLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
removeContainerProvider(ContainerProvider) - Method in class org.apache.struts2.config.ConfigurationManager
 
removeDispatcherListener(DispatcherListener) - Static method in class org.apache.struts2.dispatcher.Dispatcher
Remove a specific dispatcher lifecycle listener.
removeEdge(T, T) - Method in class org.apache.struts2.config.providers.DirectedGraph
Removes the edge from start to dest from the graph.
removeLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
removeLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
removePackageConfig(String) - Method in interface org.apache.struts2.config.Configuration
Removes a package from the the list of packages.
removePackageConfig(String) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
removePackageConfig(String) - Method in class org.apache.struts2.config.impl.MockConfiguration
 
removeParam(String) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
removeResourceStore(ResourceStore) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
removeScopeStrategy() - Method in interface org.apache.struts2.inject.Container
Removes the scope strategy for the current thread.
removeScopeStrategy() - Method in class org.apache.struts2.mock.MockContainer
 
renderFormUrl(Form) - Method in class org.apache.struts2.components.ServletUrlRenderer
Render a Form URL.
renderFormUrl(Form) - Method in interface org.apache.struts2.components.UrlRenderer
Render a Form URL.
renderTemplate(TemplateRenderingContext) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
renderTemplate(TemplateRenderingContext) - Method in class org.apache.struts2.components.template.JspTemplateEngine
 
renderTemplate(TemplateRenderingContext) - Method in interface org.apache.struts2.components.template.TemplateEngine
Renders the template
renderUrl(Writer, UrlProvider) - Method in class org.apache.struts2.components.ServletUrlRenderer
Render a URL.
renderUrl(Writer, UrlProvider) - Method in interface org.apache.struts2.components.UrlRenderer
Render a URL.
replace(K, V) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
replace(K, V, V) - Method in class org.apache.struts2.inject.util.ReferenceMap
 
replaceParameters(Map<String, String>, Map<String, String>) - Method in class org.apache.struts2.config.impl.AbstractMatcher
Replaces parameter values
replaceStrategy() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
RepopulateConversionErrorFieldValidatorSupport - Class in org.apache.struts2.validator.validators
An abstract base class that adds in the capability to populate the stack with a fake parameter map when a conversion error has occurred and the 'repopulateField' property is set to "true".
RepopulateConversionErrorFieldValidatorSupport() - Constructor for class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateField() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
 
repopulateField(Object) - Method in class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
REPORT_CONVERSION_ERRORS - Static variable in class org.apache.struts2.conversion.impl.XWorkConverter
 
REPORT_ERRORS_ON_NO_PROP - Static variable in interface org.apache.struts2.util.ValueStack
 
REPORT_TO - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
REPORT_URI - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
reportTo - Variable in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
reportUri - Variable in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
req - Variable in class org.apache.struts2.components.ActionComponent
 
req - Variable in class org.apache.struts2.components.OptGroup
 
req - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
req - Variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
request - Variable in class org.apache.struts2.components.UIBean
 
request - Variable in class org.apache.struts2.dispatcher.SessionMap
 
request - Variable in class org.apache.struts2.util.StrutsUtil
 
Request(String, Object) - Constructor for class org.apache.struts2.dispatcher.Parameter.Request
 
REQUEST - Enum constant in enum class org.apache.struts2.inject.Scope
One instance per request.
REQUEST - Enum constant in enum class org.apache.struts2.interceptor.I18nInterceptor.Storage
 
REQUEST - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
REQUEST - Static variable in class org.apache.struts2.views.util.ContextUtil
 
REQUEST_EXCLUDED_FROM_ACTION_MAPPING - Static variable in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
 
REQUEST_POST_METHOD - Static variable in class org.apache.struts2.dispatcher.Dispatcher
HttpServletRequest.getMethod()
requestCookieParameterName - Variable in class org.apache.struts2.interceptor.I18nInterceptor
 
RequestLocaleHandler(ActionInvocation) - Constructor for class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
RequestMap - Class in org.apache.struts2.dispatcher
A simple implementation of the Map interface to handle a collection of request attributes.
RequestMap(HttpServletRequest) - Constructor for class org.apache.struts2.dispatcher.RequestMap
Saves the request to use as the backing for getting and setting values
requestOnlyParameterName - Variable in class org.apache.struts2.interceptor.I18nInterceptor
 
requestParameters - Variable in class org.apache.struts2.result.ServletRedirectResult
 
RequestUtils - Class in org.apache.struts2
Request handling utility class.
RequestUtils() - Constructor for class org.apache.struts2.RequestUtils
 
requireAnnotations - Variable in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
requireAnnotationsTransitionMode - Variable in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
required() - Element in annotation interface org.apache.struts2.inject.Inject
 
required() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTagAttribute
 
requiredFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
RequiredFieldValidator - Class in org.apache.struts2.validator.validators
RequiredFieldValidator checks if the specified field is not null.
RequiredFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a field is non-null.
RequiredFieldValidator() - Constructor for class org.apache.struts2.validator.validators.RequiredFieldValidator
 
requiredLabel - Variable in class org.apache.struts2.components.UIBean
 
requiredLabel - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
requiredPosition - Variable in class org.apache.struts2.components.UIBean
 
requiredPosition - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
requiredStrings() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
RequiredStringValidator - Class in org.apache.struts2.validator.validators
RequiredStringValidator checks that a String field is non-null and has a length > 0.
RequiredStringValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a String field is not empty (i.e.
RequiredStringValidator() - Constructor for class org.apache.struts2.validator.validators.RequiredStringValidator
 
res - Variable in class org.apache.struts2.components.ActionComponent
 
res - Variable in class org.apache.struts2.components.OptGroup
 
res - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
res - Variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
reset - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Reset - Class in org.apache.struts2.components
Render a reset button.
Reset(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Reset
 
ResetModel - Class in org.apache.struts2.views.freemarker.tags
 
ResetModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ResetModel
 
ResetTag - Class in org.apache.struts2.views.jsp.ui
 
ResetTag() - Constructor for class org.apache.struts2.views.jsp.ui.ResetTag
 
resolveEntity(String, String) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
resolveModel(ObjectFactory, ActionContext, String, String, String) - Method in class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
resolvePropertyName(Method) - Static method in class org.apache.struts2.util.AnnotationUtils
Returns the property name for a method.
ResolverUtil<T> - Class in org.apache.struts2.util
ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
ResolverUtil() - Constructor for class org.apache.struts2.util.ResolverUtil
 
ResolverUtil.AnnotatedWith - Class in org.apache.struts2.util
A Test that checks to see if each class is annotated with a specific annotation.
ResolverUtil.ClassTest - Class in org.apache.struts2.util
 
ResolverUtil.IsA - Class in org.apache.struts2.util
A Test that checks to see if each class is assignable to the provided class.
ResolverUtil.NameEndsWith - Class in org.apache.struts2.util
A Test that checks to see if each class name ends with the provided suffix.
ResolverUtil.NameIs - Class in org.apache.struts2.util
 
ResolverUtil.ResourceTest - Class in org.apache.struts2.util
 
ResolverUtil.Test - Interface in org.apache.struts2.util
A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.
resolveTargetMember(Member, Object) - Static method in class org.apache.struts2.util.ProxyUtil
 
ResourceBundleTextProvider - Interface in org.apache.struts2.text
Extension Interface for TextProvider to help supporting ResourceBundles.
ResourceFinder - Class in org.apache.struts2.util.finder
 
ResourceFinder(String) - Constructor for class org.apache.struts2.util.finder.ResourceFinder
 
ResourceFinder(String, URL...) - Constructor for class org.apache.struts2.util.finder.ResourceFinder
 
ResourceFinder(String, ClassLoaderInterface) - Constructor for class org.apache.struts2.util.finder.ResourceFinder
 
ResourceFinder(String, ClassLoaderInterface, URL...) - Constructor for class org.apache.struts2.util.finder.ResourceFinder
Create a ResourceFinder instance for looking up resources (via ClassLoader or via specific URLs specifying resource locations).
ResourceFinder(URL...) - Constructor for class org.apache.struts2.util.finder.ResourceFinder
 
ResourceIsolationPolicy - Interface in org.apache.struts2.interceptor
Interface for the resource isolation policies to be used for fetch metadata checks.
ResourceStore - Interface in org.apache.struts2.util.classloader
*interface taken from Apache JCI
ResourceStoreClassLoader - Class in org.apache.struts2.util.classloader
class taken from Apache JCI
ResourceStoreClassLoader(ClassLoader, ResourceStore[]) - Constructor for class org.apache.struts2.util.classloader.ResourceStoreClassLoader
 
ResourceTest() - Constructor for class org.apache.struts2.util.ResolverUtil.ResourceTest
 
ResourceUtil - Class in org.apache.struts2.views.util
 
ResourceUtil() - Constructor for class org.apache.struts2.views.util.ResourceUtil
 
response - Variable in class org.apache.struts2.components.UIBean
 
response - Variable in class org.apache.struts2.util.StrutsUtil
 
RESPONSE - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
RESPONSE - Static variable in class org.apache.struts2.views.util.ContextUtil
 
ResponseBuilder - Class in org.apache.struts2.result.plain
 
ResponseBuilder() - Constructor for class org.apache.struts2.result.plain.ResponseBuilder
 
Restful2ActionMapper - Class in org.apache.struts2.dispatcher.mapper
Extended version of RestfulActionMapper, see documentation for more details Restful2ActionMapper
Restful2ActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
RestfulActionMapper - Class in org.apache.struts2.dispatcher.mapper
Simple Restfull Action Mapper to support REST application See docs for more information RestfulActionMapper
RestfulActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
restore(Map, Object, Member, String, Object) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
result - Variable in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
result - Variable in class org.apache.struts2.DefaultActionInvocation
 
result - Variable in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
result - Variable in class org.apache.struts2.util.DomHelper.DOMBuilder
The result
result(String) - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
Result - Interface in org.apache.struts2.result
All results (except for Action.NONE) of an Action are mapped to a View implementation.
resultCode - Variable in class org.apache.struts2.DefaultActionInvocation
 
ResultConfig - Class in org.apache.struts2.config.entities
Configuration for Result.
ResultConfig(String, String) - Constructor for class org.apache.struts2.config.entities.ResultConfig
 
ResultConfig(ResultConfig) - Constructor for class org.apache.struts2.config.entities.ResultConfig
 
ResultConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
ResultFactory - Interface in org.apache.struts2.factory
Used by ObjectFactory to build Result
resultName() - Element in annotation interface org.apache.struts2.interceptor.annotations.InputConfig
 
results - Variable in class org.apache.struts2.config.entities.ActionConfig
 
ResultTypeConfig - Class in org.apache.struts2.config.entities
Configuration class for result types.
ResultTypeConfig(String, String) - Constructor for class org.apache.struts2.config.entities.ResultTypeConfig
 
ResultTypeConfig(ResultTypeConfig) - Constructor for class org.apache.struts2.config.entities.ResultTypeConfig
 
ResultTypeConfig.Builder - Class in org.apache.struts2.config.entities
The builder for this object.
resultTypeConfigs - Variable in class org.apache.struts2.config.entities.PackageConfig
 
rethrowException - Variable in class org.apache.struts2.components.ActionComponent
 
rethrowException - Variable in class org.apache.struts2.views.jsp.ActionTag
 
RETRIEVE_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
retrieveParameters(ActionContext) - Method in class org.apache.struts2.interceptor.ActionMappingParametersInterceptor
Get the parameter map from ActionMapping associated with the provided ActionContext.
retrieveParameters(ActionContext) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Gets the parameter map to apply from wherever appropriate
retrieveParameters(ActionContext) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
Revision - Class in org.apache.struts2.util.fs
Class represents common revision resource, should be used as default class when no other option exists
Revision() - Constructor for class org.apache.struts2.util.fs.Revision
 
rightDownLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
rightDownLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
rightTitle - Variable in class org.apache.struts2.components.InputTransferSelect
 
rightTitle - Variable in class org.apache.struts2.components.OptionTransferSelect
 
rightTitle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
rightTitle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
rightUpLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
rightUpLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
RolesInterceptor - Class in org.apache.struts2.interceptor
RolesInterceptor() - Constructor for class org.apache.struts2.interceptor.RolesInterceptor
 
root - Variable in class org.apache.struts2.ognl.OgnlValueStack
 
RootAccessor - Interface in org.apache.struts2.ognl.accessor
 
rows - Variable in class org.apache.struts2.components.TextArea
 
rows - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
rtexprvalue() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTagAttribute
 
rule() - Element in annotation interface org.apache.struts2.conversion.annotations.TypeConversion
The ConversionRule can be a PROPERTY, KEY, KEY_PROPERTY, ELEMENT, COLLECTION (deprecated) or a MAP.
run() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
runtimeConfiguration - Variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
RuntimeConfiguration - Interface in org.apache.struts2.config
RuntimeConfiguration

S

s - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
S - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
sanitizeNewlines(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
saveResult(ActionConfig, Object) - Method in class org.apache.struts2.DefaultActionInvocation
Save the result to be used later.
scheme - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
scheme - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
scheme - Variable in class org.apache.struts2.views.jsp.URLTag
 
scope - Variable in class org.apache.struts2.components.Set
 
scope - Variable in class org.apache.struts2.views.jsp.SetTag
 
Scope - Enum Class in org.apache.struts2.inject
Scope of an injected objects.
Scope.Strategy - Interface in org.apache.struts2.inject
Pluggable scoping strategy.
Scoped - Annotation Interface in org.apache.struts2.inject
Annotates a scoped implementation class.
ScopedModelDriven<T> - Interface in org.apache.struts2.interceptor
Adds the ability to set a model, probably retrieved from a given state.
ScopedModelDrivenInterceptor - Class in org.apache.struts2.interceptor
An interceptor that enables scoped model-driven actions.
ScopedModelDrivenInterceptor() - Constructor for class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
ScopeInterceptor - Class in org.apache.struts2.interceptor
ScopeInterceptor() - Constructor for class org.apache.struts2.interceptor.ScopeInterceptor
The constructor
ScopesHashModel - Class in org.apache.struts2.views.freemarker
Simple Hash model that also searches other scopes.
ScopesHashModel(ObjectWrapper, ServletContext, HttpServletRequest) - Constructor for class org.apache.struts2.views.freemarker.ScopesHashModel
 
ScopesHashModel(ObjectWrapper, ServletContext, HttpServletRequest, ValueStack) - Constructor for class org.apache.struts2.views.freemarker.ScopesHashModel
 
script - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Script - Class in org.apache.struts2.components
Add nonce propagation feature to implement CSP in script tags
Script(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Script
 
SCRIPT_SRC - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
ScriptModel - Class in org.apache.struts2.views.freemarker.tags
 
ScriptModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ScriptModel
 
ScriptTag - Class in org.apache.struts2.views.jsp.ui
 
ScriptTag() - Constructor for class org.apache.struts2.views.jsp.ui.ScriptTag
 
searchDefaultBundlesFirst - Variable in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
SEC_FETCH_DEST_HEADER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
SEC_FETCH_MODE_HEADER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
SEC_FETCH_SITE_HEADER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
SEC_FETCH_USER_HEADER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
securityMemberAccess - Variable in class org.apache.struts2.ognl.OgnlValueStack
 
SecurityMemberAccess - Class in org.apache.struts2.ognl
Allows access decisions to be made on the basis of whether a member is static or not.
SecurityMemberAccess(ProviderAllowlist, ThreadAllowlist) - Constructor for class org.apache.struts2.ognl.SecurityMemberAccess
 
select - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Select - Class in org.apache.struts2.components
Render an HTML input tag of type select.
Select(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Select
 
selectAllLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
selectAllLabel - Variable in class org.apache.struts2.components.UpDownSelect
 
selectAllLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
selectAllLabel - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
selectAllOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
selectAllOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
selectedIndex - Variable in class org.apache.struts2.util.TabbedPane
 
SelectModel - Class in org.apache.struts2.views.freemarker.tags
 
SelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.SelectModel
 
SelectTag - Class in org.apache.struts2.views.jsp.ui
 
SelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.SelectTag
 
selfRegister() - Method in class org.apache.struts2.config.impl.MockConfiguration
 
sendError(HttpServletRequest, HttpServletResponse, int, Exception) - Method in class org.apache.struts2.dispatcher.Dispatcher
Send an HTTP error response code.
sendErrorResponse(HttpServletRequest, HttpServletResponse, int, Exception) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
sendRedirect(HttpServletResponse, String) - Method in class org.apache.struts2.result.ServletRedirectResult
Sends the redirection.
sendStream(PrintWriter, InputStreamReader) - Method in class org.apache.struts2.result.PlainTextResult
 
serializeIt(Object, String, PrettyPrintWriter, List<Object>) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Recursive function to serialize objects to XML.
serveStatic - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Store state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
serveStaticBrowserCache - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Store state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.servlet.StrutsServlet
 
serviceAction(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.apache.struts2.dispatcher.Dispatcher
Load Action class for mapping and invoke the appropriate Action method, or go directly to the Result.
SERVLET_CONTEXT - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the servlet context object.
SERVLET_DISPATCHER - Static variable in interface org.apache.struts2.StrutsStatics
Constant for an HTTP request dispatcher.
ServletActionContext - Class in org.apache.struts2
Web-specific context information for actions.
ServletActionRedirectResult - Class in org.apache.struts2.result
ServletActionRedirectResult() - Constructor for class org.apache.struts2.result.ServletActionRedirectResult
 
ServletActionRedirectResult(String) - Constructor for class org.apache.struts2.result.ServletActionRedirectResult
 
ServletActionRedirectResult(String, String) - Constructor for class org.apache.struts2.result.ServletActionRedirectResult
 
ServletActionRedirectResult(String, String, String) - Constructor for class org.apache.struts2.result.ServletActionRedirectResult
 
ServletActionRedirectResult(String, String, String, String) - Constructor for class org.apache.struts2.result.ServletActionRedirectResult
 
ServletConfigInterceptor - Class in org.apache.struts2.interceptor
ServletConfigInterceptor() - Constructor for class org.apache.struts2.interceptor.ServletConfigInterceptor
 
servletContext - Variable in class org.apache.struts2.dispatcher.Dispatcher
Keeps current reference to external world and must be protected to support class inheritance
ServletContextAware - Interface in org.apache.struts2.action
For components that have a dependence on the Servlet context.
ServletContextAwareConfigurationProvider - Interface in org.apache.struts2.config
Dedicated interface to allow inject ServletContext and perform initialisation based in it
ServletDispatcherResult - Class in org.apache.struts2.result
ServletDispatcherResult() - Constructor for class org.apache.struts2.result.ServletDispatcherResult
 
ServletDispatcherResult(String) - Constructor for class org.apache.struts2.result.ServletDispatcherResult
 
ServletHostConfig - Class in org.apache.struts2.dispatcher.servlet
Host configuration that wraps a ServletConfig
ServletHostConfig(ServletConfig) - Constructor for class org.apache.struts2.dispatcher.servlet.ServletHostConfig
 
ServletPrincipalProxy - Class in org.apache.struts2.interceptor.servlet
PrincipalProxy implementation for using HttpServletRequest Principal related methods.
ServletPrincipalProxy(HttpServletRequest) - Constructor for class org.apache.struts2.interceptor.servlet.ServletPrincipalProxy
Constructs a proxy
ServletRedirectResult - Class in org.apache.struts2.result
Calls the sendRedirect method to the location specified.
ServletRedirectResult() - Constructor for class org.apache.struts2.result.ServletRedirectResult
 
ServletRedirectResult(String) - Constructor for class org.apache.struts2.result.ServletRedirectResult
 
ServletRedirectResult(String, String) - Constructor for class org.apache.struts2.result.ServletRedirectResult
 
ServletRequestAware - Interface in org.apache.struts2.action
All Actions that want to have access to the servlet request object must implement this interface.
ServletResponseAware - Interface in org.apache.struts2.action
All Actions that want to have access to the servlet response object must implement this interface.
ServletUrlRenderer - Class in org.apache.struts2.components
Implementation of the UrlRenderer interface that creates URLs suitable in a servlet environment.
ServletUrlRenderer() - Constructor for class org.apache.struts2.components.ServletUrlRenderer
 
session - Variable in class org.apache.struts2.dispatcher.SessionMap
 
SESSION - Enum constant in enum class org.apache.struts2.inject.Scope
One instance per session.
SESSION - Enum constant in enum class org.apache.struts2.interceptor.I18nInterceptor.Storage
 
SESSION - Static variable in class org.apache.struts2.dispatcher.DispatcherConstants
 
SESSION - Static variable in class org.apache.struts2.views.util.ContextUtil
 
SessionAware - Interface in org.apache.struts2.action
Actions that want access to the user's HTTP session attributes should implement this interface.
SessionLocaleHandler(ActionInvocation) - Constructor for class org.apache.struts2.interceptor.I18nInterceptor.SessionLocaleHandler
 
SessionMap - Class in org.apache.struts2.dispatcher
A simple implementation of the Map interface to handle a collection of HTTP session attributes.
SessionMap(HttpServletRequest) - Constructor for class org.apache.struts2.dispatcher.SessionMap
Creates a new session map given a http servlet request.
set - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
set(int, Object) - Method in class org.apache.struts2.conversion.impl.XWorkList
Replaces the element at the specified position in this list with the specified element.
set(String, Object) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
set(String, Object) - Method in interface org.apache.struts2.util.ValueStack
Sets an object on the stack with the given key so it is retrievable by ValueStack.findValue(String), ValueStack.findValue(String, Class)
Set - Class in org.apache.struts2.components
Set(ValueStack) - Constructor for class org.apache.struts2.components.Set
 
setAccepClasses(Set<Pattern>) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
setAccept(String) - Method in class org.apache.struts2.components.File
 
setAccept(String) - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
setAcceptcharset(String) - Method in class org.apache.struts2.components.Form
 
setAcceptcharset(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setAcceptCookieNames(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Set the acceptCookieNames pattern of allowed names of cookies to protect against remote command execution vulnerability.
setAcceptedPatterns(String) - Method in interface org.apache.struts2.security.AcceptedPatternsChecker
Sets excluded patterns during runtime
setAcceptedPatterns(String) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
setAcceptedPatterns(String) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setAcceptedPatterns(String[]) - Method in interface org.apache.struts2.security.AcceptedPatternsChecker
Set excluded patterns during runtime
setAcceptedPatterns(String[]) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
setAcceptedPatterns(String[]) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setAcceptedPatterns(Set<String>) - Method in interface org.apache.struts2.security.AcceptedPatternsChecker
Sets excluded patterns during runtime
setAcceptedPatterns(Set<String>) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
setAcceptedPatterns(Set<String>) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setAcceptedPatterns(AcceptedPatternsChecker) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
setAcceptedPatterns(AcceptedPatternsChecker) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setAcceptedPatterns(AcceptedPatternsChecker) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setAcceptedPatternsChecker(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setAcceptedPatternsChecker(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setAcceptedPatternsChecker(AcceptedPatternsChecker) - Method in class org.apache.struts2.interceptor.CookieInterceptor
 
setAcceptedValuePatterns(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Sets a comma-delimited list of regular expressions to match values of parameters that should be accepted and included in the parameter map.
setAcceptParamNames(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
Sets a comma-delimited list of regular expressions to match parameters that are allowed in the parameter map (aka whitelist).
setAcceptParamNames(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Sets a comma-delimited list of regular expressions to match parameters that are allowed in the parameter map (aka whitelist).
setAccesskey(String) - Method in class org.apache.struts2.components.UIBean
 
setAccesskey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setAction(Object) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setAction(Object) - Method in class org.apache.struts2.mock.MockActionProxy
 
setAction(String) - Method in class org.apache.struts2.components.Anchor
 
setAction(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setAction(String) - Method in class org.apache.struts2.components.Form
 
setAction(String) - Method in class org.apache.struts2.components.FormButton
 
setAction(String) - Method in class org.apache.struts2.components.URL
 
setAction(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setActionConfigFallbackToEmptyNamespace(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionErrors(Collection<String>) - Method in class org.apache.struts2.ActionSupport
 
setActionErrors(Collection<String>) - Method in interface org.apache.struts2.interceptor.ValidationAware
Set the Collection of Action-level String error messages.
setActionErrors(Collection<String>) - Method in class org.apache.struts2.ValidationAwareSupport
 
setActionErrors(Collection<String>) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
setActionEventListener(ActionEventListener) - Method in interface org.apache.struts2.ActionInvocation
Sets the action event listener to respond to key action events.
setActionEventListener(ActionEventListener) - Method in class org.apache.struts2.DefaultActionInvocation
 
setActionEventListener(ActionEventListener) - Method in class org.apache.struts2.DefaultActionProxy
 
setActionEventListener(ActionEventListener) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setActionExcludedPatterns(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setActionExcludedPatternsSeparator(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setActionExcludePattern(List<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionExtension(List<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionFactory(ActionFactory) - Method in class org.apache.struts2.ObjectFactory
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.Component
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
setActionMapper(ActionMapper) - Method in interface org.apache.struts2.components.UrlRenderer
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.result.PostbackResult
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.result.ServletRedirectResult
 
setActionMessages(Collection<String>) - Method in class org.apache.struts2.ActionSupport
 
setActionMessages(Collection<String>) - Method in interface org.apache.struts2.interceptor.ValidationAware
Set the Collection of Action-level String messages (not errors).
setActionMessages(Collection<String>) - Method in class org.apache.struts2.ValidationAwareSupport
 
setActionMessages(Collection<String>) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
setActionName(String) - Method in class org.apache.struts2.mock.MockActionProxy
 
setActionName(String) - Method in class org.apache.struts2.result.ActionChainResult
Set the action name.
setActionName(String) - Method in class org.apache.struts2.result.PostbackResult
Sets the name of the destination action.
setActionName(String) - Method in class org.apache.struts2.result.ServletActionRedirectResult
Sets the action name
setActionProxyFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionProxyFactory(ActionProxyFactory) - Method in class org.apache.struts2.components.ActionComponent
 
setActionProxyFactory(ActionProxyFactory) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setActionProxyFactory(ActionProxyFactory) - Method in class org.apache.struts2.result.ActionChainResult
 
setActionProxyFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionValidatorManager(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionValidatorManager(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setActionValidatorManager(ActionValidatorManager) - Method in class org.apache.struts2.components.Form
 
setActionValidatorManager(ActionValidatorManager) - Method in class org.apache.struts2.validator.ValidationInterceptor
 
setActionValidatorManager(ActionValidatorManager) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator
 
setAdd(long) - Method in class org.apache.struts2.util.Counter
 
setAddAllToLeftLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToLeftLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddAllToLeftOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToLeftOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddAllToRightLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToRightLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddAllToRightOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToRightOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAdditionalAcceptedPatterns(String) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
setAdditionalAcceptedPatterns(Set<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setAdditionalExcludedPatterns(Set<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setAdditionalExcludePatterns(String) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
setAddLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setAddLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setAddToLeftLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToLeftLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddToLeftOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToLeftOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddToRightLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToRightLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddToRightOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToRightOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAliasesKey(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
Sets the name of the action parameter to look for the alias map.
setAllowActionPrefix(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAllowAddAllToLeft(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddAllToLeft(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowAddAllToRight(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddAllToRight(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowAddToLeft(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddToLeft(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowAddToRight(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddToRight(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowCaching(boolean) - Method in class org.apache.struts2.result.StreamResult
Set allowCaching to false to indicate that the client should be requested not to cache the data stream.
setAllowDuplicates(boolean) - Method in class org.apache.struts2.inject.ContainerBuilder
 
setAllowDynamicMethodCalls(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAllowedActionNames(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAllowedActionNames(Pattern) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setAllowedExtensions(String) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
Sets the allowed extensions
setAllowedMethodNames(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAllowedMethodNames(Pattern) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setAllowedNamespaceNames(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAllowedRoles(String) - Method in class org.apache.struts2.interceptor.RolesInterceptor
 
setAllowedTypes(String) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
Sets the allowed mimetypes
setAllowMoveDown(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setAllowMoveDown(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setAllowMoveUp(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setAllowMoveUp(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setAllowRemoveAll(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setAllowRemoveAll(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setAllowRequestParameterSwitch(boolean) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
setAllowSelectAll(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowSelectAll(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setAllowSelectAll(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowSelectAll(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setAllowUpDown(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setAllowUpDown(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setAllowUpDownOnLeft(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowUpDownOnLeft(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowUpDownOnRight(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowUpDownOnRight(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAlwaysInvokePrepare(String) - Method in class org.apache.struts2.interceptor.PrepareInterceptor
Sets if the prepare method should always be executed.
setAlwaysInvokeValidate(String) - Method in class org.apache.struts2.validator.ValidationInterceptor
Determines if Validateable's validate() should always be invoked.
setAlwaysSelectFullNamespace(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAnchor(String) - Method in class org.apache.struts2.components.Anchor
 
setAnchor(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setAnchor(String) - Method in class org.apache.struts2.components.URL
 
setAnchor(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setAnchor(String) - Method in class org.apache.struts2.result.ServletRedirectResult
Set the optional anchor value.
setAnchor(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setAnchor(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setAppendPrefix(boolean) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator
 
setApplication(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets a list of application scoped properties
setAs(String) - Method in class org.apache.struts2.components.Link
 
setAs(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setAsync(String) - Method in class org.apache.struts2.components.Script
 
setAsync(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setAsyncManager(AsyncManager) - Method in class org.apache.struts2.DefaultActionInvocation
 
setAttributeName(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
setAutoCreateSession(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets if the session should be automatically created
setAutoGrowCollectionLimit(String) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setBadRequestResultName(String) - Method in class org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptor
 
setBeaninfoCacheFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setBeaninfoCacheFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setBegin(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setBegin(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setBufferSize(int) - Method in class org.apache.struts2.result.StreamResult
 
setBufferSize(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setBundle(ResourceBundle) - Method in interface org.apache.struts2.text.ResourceBundleTextProvider
Set the resource bundle to use.
setBundle(ResourceBundle) - Method in class org.apache.struts2.text.TextProviderSupport
 
setButtonCssClass(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setButtonCssClass(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setButtonCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setButtonCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setButtonCssStyle(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setButtonCssStyle(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setButtonCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setButtonCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setCache(boolean) - Method in class org.apache.struts2.result.PostbackResult
Stores the option to cache the rendered intermediate page.
setCacheBeanWrapper(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setCaseSensitive(Boolean) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
setCaseSensitiveExpression(String) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
setCharset(String) - Method in class org.apache.struts2.components.Script
 
setCharset(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setCharSet(String) - Method in class org.apache.struts2.result.PlainTextResult
Set the character set
setClassAssertionStatus(String, boolean) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
setClassLoader(ClassLoader) - Method in class org.apache.struts2.ObjectFactory
 
setClassLoader(ClassLoader) - Method in class org.apache.struts2.util.ResolverUtil
Sets an explicit ClassLoader that should be used when scanning for classes.
setClassName(String) - Method in class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
setClazz(Class<?>) - Method in interface org.apache.struts2.text.ResourceBundleTextProvider
Set the class to use for reading the resource bundle.
setClazz(Class<?>) - Method in class org.apache.struts2.text.TextProviderSupport
 
setCols(String) - Method in class org.apache.struts2.components.TextArea
 
setCols(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setComparator(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setComparator(Comparator) - Method in class org.apache.struts2.util.SortIteratorFilter
 
setCompoundRootAccessor(RootAccessor) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
setConfig(ActionConfig) - Method in class org.apache.struts2.mock.MockActionProxy
 
setConfiguration(Configuration) - Method in class org.apache.struts2.components.Form
 
setConfiguration(Configuration) - Method in class org.apache.struts2.config.ConfigurationManager
 
setConfiguration(Configuration) - Method in class org.apache.struts2.DefaultActionProxy
 
setConfigurationXmlReload(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setContainer(Container) - Method in class org.apache.struts2.ActionSupport
 
setContainer(Container) - Method in class org.apache.struts2.components.OptGroup
 
setContainer(Container) - Method in class org.apache.struts2.components.template.TemplateEngineManager
 
setContainer(Container) - Method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
 
setContainer(Container) - Method in class org.apache.struts2.conversion.impl.XWorkBasicConverter
 
setContainer(Container) - Method in class org.apache.struts2.DefaultActionInvocation
 
setContainer(Container) - Method in class org.apache.struts2.DefaultActionProxyFactory
 
setContainer(Container) - Method in class org.apache.struts2.DefaultUnknownHandlerManager
 
setContainer(Container) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setContainer(Container) - Method in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
setContainer(Container) - Method in class org.apache.struts2.factory.DefaultUnknownHandlerFactory
 
setContainer(Container) - Method in class org.apache.struts2.factory.StrutsConverterFactory
 
setContainer(Container) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
setContainer(Container) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
setContainer(Container) - Method in class org.apache.struts2.ObjectFactory
 
setContainer(Container) - Method in class org.apache.struts2.ognl.OgnlUtil
 
setContainer(Container) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
PropertyAccessor's, MethodAccessor's and NullHandler's are registered on a per-class basis by defining a bean adhering to the corresponding interface with a name corresponding to the class it is intended to handle.
setContainer(Container) - Method in class org.apache.struts2.util.fs.DefaultFileManagerFactory
 
setContainer(Container) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setContainerProviders(List<ContainerProvider>) - Method in class org.apache.struts2.config.ConfigurationManager
Set the list of configuration providers
setContent(Vector) - Method in class org.apache.struts2.util.TabbedPane
 
setContentCharSet(String) - Method in class org.apache.struts2.result.StreamResult
 
setContentDisposition(String) - Method in class org.apache.struts2.result.StreamResult
 
setContentLength(String) - Method in class org.apache.struts2.result.StreamResult
 
setContentType(String) - Method in class org.apache.struts2.result.StreamResult
 
setContentType(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setContentTypeMatcher(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setContentTypeMatcher(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setContext(String) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator
 
setContext(Container) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
setConversionAnnotationProcessor(ConversionAnnotationProcessor) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
setConversionFileProcessor(ConversionFileProcessor) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
setConverter(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setConverter(IteratorGenerator.Converter) - Method in class org.apache.struts2.util.IteratorGenerator
 
setConverterAnnotationProcessor(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterAnnotationProcessor(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterArray(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterArray(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterCollection(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterCollection(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterCreator(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterCreator(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterDate(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterDate(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterFactory(ConverterFactory) - Method in class org.apache.struts2.ObjectFactory
 
setConverterFileProcessor(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterFileProcessor(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterHolder(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterHolder(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterNumber(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterNumber(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterPropertiesProcessor(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterPropertiesProcessor(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterString(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setConverterString(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setCookiesName(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
 
setCookiesValue(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
 
setCopyErrors(String) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
 
setCopyFieldErrors(String) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
 
setCopyMessages(String) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
 
setCount(int) - Method in class org.apache.struts2.util.IteratorGenerator
 
setCount(int) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setCount(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setCount(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setCreatingNullObjects(Map<String, Object>, boolean) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setCrossorigin(String) - Method in class org.apache.struts2.components.Link
 
setCrossorigin(String) - Method in class org.apache.struts2.components.Script
 
setCrossorigin(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setCrossorigin(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setCspSettingsClassName(String) - Method in class org.apache.struts2.interceptor.csp.CspInterceptor
Sets the class name of the default CspSettings implementation to use when the action does not set its own values.
setCssClass(String) - Method in class org.apache.struts2.components.UIBean
 
setCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCssErrorClass(String) - Method in class org.apache.struts2.components.UIBean
 
setCssErrorClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCssErrorStyle(String) - Method in class org.apache.struts2.components.UIBean
 
setCssErrorStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCssStyle(String) - Method in class org.apache.struts2.components.UIBean
 
setCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCurrency(String) - Method in class org.apache.struts2.components.Number
 
setCurrency(String) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setCurrent(long) - Method in class org.apache.struts2.util.Counter
 
setCustomI18nResources(List<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setCustomI18NResources(String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
setCustomProperties(List<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDateFormatter(DateFormatter) - Method in class org.apache.struts2.components.Date
An instance of DateFormatter
setDecider(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setDecider(SubsetIteratorFilter.Decider) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setDeclarative(boolean) - Method in class org.apache.struts2.validator.ValidationInterceptor
Determines if validation based on annotations or xml should be performed.
setDecoder(UrlDecoder) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
setDecoder(UrlDecoder) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
setDefault(String) - Method in class org.apache.struts2.components.Property
 
setDefault(String) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setDefaultActionName(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDefaultActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setDefaultAssertionStatus(boolean) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
setDefaultEncoding(String) - Method in class org.apache.struts2.components.Include
 
setDefaultEncoding(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
setDefaultEncoding(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setDefaultLocale(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_LOCALE setting.
setDefaultMessage(String) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setDefaultMessage(String) - Method in interface org.apache.struts2.validator.Validator
Sets the default message to use for validation failure
setDefaultMessage(String) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setDefaultMethodName(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDefaultMethodName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setDefaultMethodRegex(String) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
setDefaultNamespaceName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setDefaultTemplateDir(String) - Method in class org.apache.struts2.components.UIBean
 
setDefaultTemplateType(String) - Method in class org.apache.struts2.components.template.TemplateEngineManager
 
setDefaultTextProvider(TextProvider) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
setDefaultType(Class) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setDefaultType(Class) - Method in interface org.apache.struts2.util.ValueStack
Sets the default type to convert to if no type is provided when getting a value.
setDefaultTypeConverter(XWorkBasicConverter) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
setDefaultUITheme(String) - Method in class org.apache.struts2.components.UIBean
 
setDefaultValue(String) - Method in class org.apache.struts2.components.Property
 
setDefaultValue(String) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setDefer(String) - Method in class org.apache.struts2.components.Script
 
setDefer(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setDelay(int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Sets the initial delay in millis (msec).
setDelaySleepInterval(int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Sets the sleep interval in millis (msec) when performing the initial delay.
setDelegatedClassLoader(ClassLoader) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
setDenyMethodExecution(Map<String, Object>, boolean) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setDevMode(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDevMode(String) - Method in class org.apache.struts2.components.Component
 
setDevMode(String) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
setDevMode(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
setDevMode(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_DEVMODE setting.
setDevMode(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
setDevMode(String) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setDevMode(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setDevMode(String) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
setDevMode(String) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
setDevMode(String) - Method in class org.apache.struts2.ognl.OgnlUtil
 
setDevMode(String) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setDevMode(String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
setDevModeExcludedClasses(Set<Class<?>>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDevModeExcludedPackageExemptClasses(Set<Class<?>>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDevModeExcludedPackageNamePatterns(List<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDevModeExcludedPackageNames(Set<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDisabled(String) - Method in class org.apache.struts2.components.OptGroup
 
setDisabled(String) - Method in class org.apache.struts2.components.UIBean
 
setDisabled(String) - Method in class org.apache.struts2.interceptor.AbstractInterceptor
Allows to skip executing a given interceptor, just define <param name="disabled">true</param> or use other way to override interceptor's parameters, see docs.
setDisabled(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setDisabled(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setDisableRequestAttributeValueStackLookup(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDisableRequestAttributeValueStackLookup(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP setting.
setDisallowedRoles(String) - Method in class org.apache.struts2.interceptor.RolesInterceptor
 
setDisallowProxyMemberAccess(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDisallowProxyObjectAccess(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDispatcherErrorHandler(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDispatcherErrorHandler(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDispatcherErrorHandler(DispatcherErrorHandler) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setDispatcherParametersWorkaround(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setDispatchersParametersWorkaround(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setDocumentLocator(Locator) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
setDocumentLocator(Locator) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
setDocumentLocator(Locator) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
setDoubleAccesskey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleAccesskey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleCssClass(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleCssStyle(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleDisabled(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleDisabled(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleEmptyOption(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleHeaderKey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleHeaderValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleId(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleId(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleList(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleList(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListCssClass(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListCssStyle(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListKey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListTitle(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListTitle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleMultiple(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleName(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleName(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnblur(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnblur(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnchange(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnchange(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnclick(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOndblclick(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOndblclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnfocus(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnfocus(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnkeydown(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnkeydown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnkeypress(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnkeypress(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnkeyup(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnkeyup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmousedown(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmousedown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmousemove(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmousemove(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmouseout(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmouseout(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmouseover(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmouseover(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmouseup(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmouseup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnselect(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnselect(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleSize(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleSize(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDownLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setDtdMappings(Map<String, String>) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
setDynamicAttribute(String, String, Object) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setDynamicAttributes(Map<String, String>) - Method in class org.apache.struts2.components.UIBean
 
setDynamicMethodInvocation(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setDynamicMethodInvocation(String) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
setElementClass(Class) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
setElThrowExceptionOnFailure(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setEmptyOption(String) - Method in class org.apache.struts2.components.ComboBox
 
setEmptyOption(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setEmptyOption(String) - Method in class org.apache.struts2.components.Select
 
setEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setEnableDynamicMethodInvocation(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setEnableEvalExpression(String) - Method in class org.apache.struts2.ognl.OgnlUtil
 
setEnableExpressionCache(String) - Method in class org.apache.struts2.ognl.OgnlUtil
 
setEnableSlashesInActionNames(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setEnableXmlWithConsole(boolean) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setEncode(boolean) - Method in class org.apache.struts2.components.Anchor
 
setEncode(boolean) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setEncode(boolean) - Method in class org.apache.struts2.components.URL
 
setEncode(boolean) - Method in interface org.apache.struts2.components.UrlProvider
 
setEncode(boolean) - Method in class org.apache.struts2.result.StrutsResultSupport
Set encode to true to indicate that the location should be url encoded.
setEncode(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setEncode(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setEncoding(String) - Method in class org.apache.struts2.components.Head
 
setEncoding(String) - Method in class org.apache.struts2.components.template.JspTemplateEngine
 
setEncoding(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
setEncoding(String) - Method in class org.apache.struts2.url.StrutsUrlDecoder
 
setEncoding(String) - Method in class org.apache.struts2.url.StrutsUrlEncoder
 
setEncoding(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setEncodingAndLocale(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Sets the request encoding and locale on the response
setEnctype(String) - Method in class org.apache.struts2.components.Form
 
setEnctype(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setEnd(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setEnd(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setEnforcingMode(boolean) - Method in class org.apache.struts2.interceptor.csp.CspInterceptor
Enables enforcing mode, by default all exceptions are only reported
setEnforcingMode(boolean) - Method in interface org.apache.struts2.interceptor.csp.CspSettings
Sets CSP headers in enforcing mode when true, and report-only when false
setEnforcingMode(boolean) - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
setEnforcingMode(String) - Method in class org.apache.struts2.interceptor.CoepInterceptor
 
setError(String) - Method in class org.apache.struts2.result.HttpHeaderResult
Sets the http servlet error code that should be set on the response
setErrorMessage(String) - Method in class org.apache.struts2.result.HttpHeaderResult
Sets the error message that should be set on the reponse
setErrorPosition(String) - Method in class org.apache.struts2.components.UIBean
 
setErrorPosition(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setEscape(boolean) - Method in class org.apache.struts2.components.ActionError
 
setEscape(boolean) - Method in class org.apache.struts2.components.ActionMessage
 
setEscape(boolean) - Method in class org.apache.struts2.components.FieldError
 
setEscape(boolean) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
setEscape(boolean) - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
setEscape(boolean) - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
setEscape(boolean) - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
setEscapeAmp(boolean) - Method in class org.apache.struts2.components.Anchor
 
setEscapeAmp(boolean) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setEscapeAmp(boolean) - Method in class org.apache.struts2.components.URL
 
setEscapeAmp(boolean) - Method in interface org.apache.struts2.components.UrlProvider
 
setEscapeAmp(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setEscapeAmp(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setEscapeCsv(boolean) - Method in class org.apache.struts2.components.Property
 
setEscapeCsv(boolean) - Method in class org.apache.struts2.components.Text
 
setEscapeCsv(boolean) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setEscapeCsv(boolean) - Method in class org.apache.struts2.views.jsp.TextTag
 
setEscapeHtml(boolean) - Method in class org.apache.struts2.components.Property
 
setEscapeHtml(boolean) - Method in class org.apache.struts2.components.Text
 
setEscapeHtml(boolean) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setEscapeHtml(boolean) - Method in class org.apache.struts2.views.jsp.TextTag
 
setEscapeHtmlBody(boolean) - Method in class org.apache.struts2.components.Anchor
 
setEscapeHtmlBody(boolean) - Method in class org.apache.struts2.components.Submit
 
setEscapeHtmlBody(boolean) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
Set via parameter to control if body content should be HTML-escaped.
setEscapeHtmlBody(String) - Method in class org.apache.struts2.components.Component
 
setEscapeHtmlBody(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
Set via parameter to control if body content should be HTML-escaped.
setEscapeJavaScript(boolean) - Method in class org.apache.struts2.components.Property
 
setEscapeJavaScript(boolean) - Method in class org.apache.struts2.components.Text
 
setEscapeJavaScript(boolean) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setEscapeJavaScript(boolean) - Method in class org.apache.struts2.views.jsp.TextTag
 
setEscapeXml(boolean) - Method in class org.apache.struts2.components.Property
 
setEscapeXml(boolean) - Method in class org.apache.struts2.components.Text
 
setEscapeXml(boolean) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setEscapeXml(boolean) - Method in class org.apache.struts2.views.jsp.TextTag
 
setEvictionLimit(int) - Method in interface org.apache.struts2.ognl.OgnlCache
 
setEvictionLimit(int) - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
setEvictionLimit(int) - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
setEvictionLimit(int) - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
setExcludedClasses(Set<Class<?>>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExcludedPackageExemptClasses(Set<Class<?>>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExcludedPackageNamePatterns(List<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExcludedPackageNames(Set<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExcludedPatterns(String) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
setExcludedPatterns(String) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setExcludedPatterns(String) - Method in interface org.apache.struts2.security.ExcludedPatternsChecker
Sets excluded patterns during runtime
setExcludedPatterns(String[]) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
setExcludedPatterns(String[]) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setExcludedPatterns(String[]) - Method in interface org.apache.struts2.security.ExcludedPatternsChecker
Sets excluded patterns during runtime
setExcludedPatterns(Set<String>) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
setExcludedPatterns(Set<String>) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setExcludedPatterns(Set<String>) - Method in interface org.apache.struts2.security.ExcludedPatternsChecker
Sets excluded patterns during runtime
setExcludedPatterns(ExcludedPatternsChecker) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
setExcludedPatterns(ExcludedPatternsChecker) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setExcludedPatterns(ExcludedPatternsChecker) - Method in class org.apache.struts2.security.DefaultNotExcludedAcceptedPatternsChecker
 
setExcludedPatternsChecker(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExcludedPatternsChecker(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExcludedPatternsChecker(ExcludedPatternsChecker) - Method in class org.apache.struts2.interceptor.CookieInterceptor
 
setExcludedValuePatterns(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Sets a comma-delimited list of regular expressions to match values of parameters that should be removed from the parameter map.
setExcludeMethods(String) - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
setExcludeParams(String) - Method in class org.apache.struts2.interceptor.AliasInterceptor
Sets a comma-delimited list of regular expressions to match parameters that should be removed from the parameter map.
setExcludeParams(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Sets a comma-delimited list of regular expressions to match parameters that should be removed from the parameter map.
setExcludes(String) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
Sets the list of parameter names to exclude from copying (all others will be included).
setExcludesCollection(Collection<String>) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
Sets the list of parameter names to exclude from copying (all others will be included).
setExecuteAfterValidationPass(boolean) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Whether to start the background process after the second pass (first being validation) or not
setExecuteResult(boolean) - Method in interface org.apache.struts2.ActionProxy
Sets whether this ActionProxy should also execute the Result after executing the Action.
setExecuteResult(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setExecuteResult(boolean) - Method in class org.apache.struts2.DefaultActionProxy
 
setExecuteResult(boolean) - Method in class org.apache.struts2.mock.MockActionProxy
 
setExecuteResult(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setExecutorProvider(ExecutorProvider) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
setExemptedPaths(String) - Method in class org.apache.struts2.interceptor.CoepInterceptor
 
setExemptedPaths(String) - Method in class org.apache.struts2.interceptor.CoopInterceptor
 
setExemptedPaths(String) - Method in class org.apache.struts2.interceptor.FetchMetadataInterceptor
 
setExpectedFoo(String) - Method in class org.apache.struts2.mock.MockInterceptor
 
setExpression(String) - Method in class org.apache.struts2.validator.validators.ConditionalVisitorFieldValidator
 
setExpression(String) - Method in class org.apache.struts2.validator.validators.ExpressionValidator
 
setExpression(String) - Method in class org.apache.struts2.validator.validators.FieldExpressionValidator
 
setExpressionCacheFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExpressionCacheFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExpressionParser(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExpressionParser(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setExprOverrides(Map<Object, Object>) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setExprOverrides(Map<Object, Object>) - Method in interface org.apache.struts2.util.ValueStack
Set a override map containing key -> values that takes precedent when doing find operations on the ValueStack.
setExtension(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setExtensions(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setExtraParameterProvider(ExtraParameterProvider) - Method in class org.apache.struts2.components.Anchor
 
setExtraParameterProvider(ExtraParameterProvider) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setExtraParameterProvider(ExtraParameterProvider) - Method in class org.apache.struts2.components.URL
 
setExtraParameterProvider(ExtraParameterProvider) - Method in interface org.apache.struts2.components.UrlProvider
 
setFieldErrors(Map<String, List<String>>) - Method in class org.apache.struts2.ActionSupport
 
setFieldErrors(Map<String, List<String>>) - Method in interface org.apache.struts2.interceptor.ValidationAware
Set the field error map of fieldname (String) to Collection of String error messages.
setFieldErrors(Map<String, List<String>>) - Method in class org.apache.struts2.ValidationAwareSupport
 
setFieldErrors(Map<String, List<String>>) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
setFieldName(String) - Method in class org.apache.struts2.components.FieldError
 
setFieldName(String) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setFieldName(String) - Method in interface org.apache.struts2.validator.FieldValidator
Sets the field name to validate with this FieldValidator
setFieldName(String) - Method in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
setFieldName(String) - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
setFieldValidator(FieldValidator) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setFieldValue(String) - Method in class org.apache.struts2.components.Checkbox
 
setFieldValue(String) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
setFileManager(FileManager) - Method in class org.apache.struts2.util.fs.DefaultFileManagerFactory
 
setFileManagerFactory(FileManagerFactory) - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
setFileManagerFactory(FileManagerFactory) - Method in class org.apache.struts2.conversion.impl.DefaultConversionFileProcessor
 
setFileManagerFactory(FileManagerFactory) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
setFileManagerFactory(FileManagerFactory) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
setFileManagerFactory(FileManagerFactory) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setFirst(long) - Method in class org.apache.struts2.util.Counter
 
setFirstCallPrepareDo(String) - Method in class org.apache.struts2.interceptor.PrepareInterceptor
Sets if the prepareDoXXX method should be called first
setFlush(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setFlush(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setFocusElement(String) - Method in class org.apache.struts2.components.Form
 
setFocusElement(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setFoo(String) - Method in class org.apache.struts2.mock.MockInterceptor
 
setFoo(String) - Method in class org.apache.struts2.mock.MockResult
 
setFor(String) - Method in class org.apache.struts2.components.Label
 
setFor(String) - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
setForceAddSchemeHostAndPort(boolean) - Method in class org.apache.struts2.components.Anchor
 
setForceAddSchemeHostAndPort(boolean) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setForceAddSchemeHostAndPort(boolean) - Method in class org.apache.struts2.components.URL
 
setForceAddSchemeHostAndPort(boolean) - Method in interface org.apache.struts2.components.UrlProvider
 
setForceAddSchemeHostAndPort(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setForceAddSchemeHostAndPort(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setFormat(String) - Method in class org.apache.struts2.components.Date
 
setFormat(String) - Method in class org.apache.struts2.components.DateTextField
 
setFormat(String) - Method in class org.apache.struts2.views.jsp.DateTag
 
setFormat(String) - Method in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
 
setFormName(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setFormName(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setFreemarkerBeanwrapperCache(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setFreemarkerManagerClassname(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setFreemarkerManagerClassname(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setFreemarkerMruMaxStrongSize(Integer) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setFreemarkerTemplatesCacheUpdateDelay(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setFreemarkerWrapperAltMap(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setFullPropertyPath(Map<String, Object>, String) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setGettingByKeyProperty(Map<String, Object>, boolean) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setGroupingUsed(Boolean) - Method in class org.apache.struts2.components.Number
 
setGroupingUsed(Boolean) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setHandleException(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setHandleException(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setHeaderKey(String) - Method in class org.apache.struts2.components.ComboBox
 
setHeaderKey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setHeaderKey(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setHeaderKey(String) - Method in class org.apache.struts2.components.Select
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setHeaderValue(String) - Method in class org.apache.struts2.components.ComboBox
 
setHeaderValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setHeaderValue(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setHeaderValue(String) - Method in class org.apache.struts2.components.Select
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setHostConfig(HostConfig) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
setHostConfig(HostConfig) - Method in interface org.apache.struts2.dispatcher.StaticContentLoader
 
setHref(String) - Method in class org.apache.struts2.components.Anchor
 
setHref(String) - Method in class org.apache.struts2.components.Link
 
setHref(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setHref(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setHreflang(String) - Method in class org.apache.struts2.components.Link
 
setHreflang(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setHttpPort(String) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
setHttpServletRequest(HttpServletRequest) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setHttpServletRequest(HttpServletRequest) - Method in interface org.apache.struts2.components.UrlProvider
 
setHttpServletResponse(HttpServletResponse) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setHttpServletResponse(HttpServletResponse) - Method in interface org.apache.struts2.components.UrlProvider
 
setHttpsPort(String) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
setI18nEncoding(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setI18nReload(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setId(String) - Method in class org.apache.struts2.components.UIBean
 
setId(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setIdParameterName(String) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
setIgnoreContextParams(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setIgnoreContextParams(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setIncludeContext(boolean) - Method in class org.apache.struts2.components.Anchor
 
setIncludeContext(boolean) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setIncludeContext(boolean) - Method in class org.apache.struts2.components.Form
 
setIncludeContext(boolean) - Method in class org.apache.struts2.components.URL
 
setIncludeContext(boolean) - Method in interface org.apache.struts2.components.UrlProvider
 
setIncludeContext(boolean) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setIncludeContext(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setIncludeContext(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setIncludeMethods(String) - Method in class org.apache.struts2.interceptor.MethodFilterInterceptor
 
setIncludeParams(String) - Method in class org.apache.struts2.components.Anchor
 
setIncludeParams(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setIncludeParams(String) - Method in class org.apache.struts2.components.URL
 
setIncludeParams(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setIncludeParams(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setIncludeParams(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setIncludes(String) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
Sets the list of parameter names to include when copying (all others will be excluded).
setIncludesCollection(Collection<String>) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
Sets the list of parameter names to include when copying (all others will be excluded).
setInputName(String) - Method in class org.apache.struts2.result.StreamResult
 
setInputResultName(String) - Method in class org.apache.struts2.interceptor.DefaultWorkflowInterceptor
Set the inputResultName (result name to be returned when a action / field error is found registered).
setInstance(Dispatcher) - Static method in class org.apache.struts2.dispatcher.Dispatcher
Store the dispatcher instance for this thread.
setIntegrity(String) - Method in class org.apache.struts2.components.Script
 
setIntegrity(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setInterceptorFactory(InterceptorFactory) - Method in class org.apache.struts2.ObjectFactory
 
setInterval(long) - Method in class org.apache.struts2.util.Counter
 
setInvocation(ActionInvocation) - Method in class org.apache.struts2.mock.MockActionProxy
 
setInvocationContext(ActionContext) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setJavascriptTooltip(String) - Method in class org.apache.struts2.components.UIBean
 
setJavascriptTooltip(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setKey(String) - Method in class org.apache.struts2.components.UIBean
 
setKey(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
setKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setKeyClass(Class) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
setKeyProperty(String) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
setLabel(String) - Method in class org.apache.struts2.components.OptGroup
 
setLabel(String) - Method in class org.apache.struts2.components.Reset
 
setLabel(String) - Method in class org.apache.struts2.components.UIBean
 
setLabel(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setLabelPosition(String) - Method in class org.apache.struts2.components.Checkbox
 
setLabelPosition(String) - Method in class org.apache.struts2.components.UIBean
 
setLabelPosition(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setLabelSeparator(String) - Method in class org.apache.struts2.components.UIBean
 
setLabelSeparator(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setLast(boolean) - Method in class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
setLast(long) - Method in class org.apache.struts2.util.Counter
 
setLastBeanClassAccessed(Map<String, Object>, Class) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setLastBeanPropertyAccessed(Map<String, Object>, String) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setLastClassAccessed(Class) - Method in class org.apache.struts2.ognl.ObjectProxy
 
setLastPropertyAccessed(String) - Method in class org.apache.struts2.ognl.ObjectProxy
 
setLeftDownLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setLeftDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setLeftTitle(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setLeftTitle(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setLeftTitle(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setLeftTitle(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setLeftUpLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setLeftUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setList(Object) - Method in class org.apache.struts2.components.ListUIBean
 
setList(Object) - Method in class org.apache.struts2.components.OptGroup
 
setList(String) - Method in class org.apache.struts2.components.ComboBox
 
setList(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setList(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setList(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListCssClass(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListCssClass(String) - Method in class org.apache.struts2.components.OptGroup
 
setListCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListCssStyle(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListCssStyle(String) - Method in class org.apache.struts2.components.OptGroup
 
setListCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListKey(String) - Method in class org.apache.struts2.components.ComboBox
 
setListKey(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListKey(String) - Method in class org.apache.struts2.components.OptGroup
 
setListKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListKey(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setListKey(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListLabelKey(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListLabelKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListTitle(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListTitle(String) - Method in class org.apache.struts2.components.OptGroup
 
setListTitle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListTitle(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListValue(String) - Method in class org.apache.struts2.components.ComboBox
 
setListValue(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListValue(String) - Method in class org.apache.struts2.components.OptGroup
 
setListValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListValue(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setListValue(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListValueKey(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListValueKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setLocale(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
setLocale(Locale) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setLocaleProvider(LocaleProvider) - Method in interface org.apache.struts2.text.ResourceBundleTextProvider
Set the LocaleProvider to use.
setLocaleProvider(LocaleProvider) - Method in class org.apache.struts2.text.TextProviderSupport
 
setLocaleProviderFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setLocaleProviderFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setLocaleProviderFactory(LocaleProviderFactory) - Method in class org.apache.struts2.components.I18n
 
setLocaleProviderFactory(LocaleProviderFactory) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setLocaleProviderFactory(LocaleProviderFactory) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
setLocaleProviderFactory(LocaleProviderFactory) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
setLocaleProviderFactory(LocaleProviderFactory) - Method in class org.apache.struts2.text.TextProviderSupport
 
setLocaleStorage(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
setLocalizedTextProvider(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setLocalizedTextProvider(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.components.I18n
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.DefaultActionProxy
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.text.DefaultTextProvider
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.text.StrutsTextProviderFactory
 
setLocalizedTextProvider(LocalizedTextProvider) - Method in class org.apache.struts2.text.TextProviderSupport
 
setLocation(String) - Method in class org.apache.struts2.result.StrutsResultSupport
The location to go to after action execution.
setLocation(Location) - Method in class org.apache.struts2.util.location.Located
Set the location of this object
setLogCategory(String) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
setLogEnabled(boolean) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
setLogLevel(String) - Method in class org.apache.struts2.interceptor.ExceptionMappingInterceptor
 
setLogMissingProperties(String) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setMapperActionPrefixCrossNamespaces(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperActionPrefixEnabled(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperAlwaysSelectFullNamespace(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperClass(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperClass(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperComposite(List<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperIdParameterName(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMapperPrefixMapping(List<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMatcher(ContentTypeMatcher<Object>) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
setMax(T) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
setMaxExclusive(Double) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMaxExclusiveExpression(String) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMaxExpression(String) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
setMaxFiles(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setMaxFileSize(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setMaximumFractionDigits(Integer) - Method in class org.apache.struts2.components.Number
 
setMaximumFractionDigits(Integer) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setMaximumIntegerDigits(Integer) - Method in class org.apache.struts2.components.Number
 
setMaximumIntegerDigits(Integer) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setMaximumSize(Long) - Method in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
Sets the maximum size of an uploaded file
setMaxInclusive(Double) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMaxInclusiveExpression(String) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMaxlength(String) - Method in class org.apache.struts2.components.TextArea
 
setMaxlength(String) - Method in class org.apache.struts2.components.TextField
 
setMaxlength(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setMaxlength(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setMaxLength(int) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
setMaxLength(String) - Method in class org.apache.struts2.components.TextField
 
setMaxLengthExpression(String) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
setMaxSize(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setMaxSizeOfFiles(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setMaxStringLength(String) - Method in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
setMedia(String) - Method in class org.apache.struts2.components.Link
 
setMedia(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setMerge(String) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
setMessageKey(String) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setMessageKey(String) - Method in interface org.apache.struts2.validator.Validator
Sets a resource bundle key to be used for lookup of validation failure message
setMessageKey(String) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setMessageParameters(String[]) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setMessageParameters(String[]) - Method in interface org.apache.struts2.validator.Validator
Sets the message parameters to be used when parsing i18n messages
setMessageParameters(String[]) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setMethod(String) - Method in class org.apache.struts2.components.Anchor
 
setMethod(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setMethod(String) - Method in class org.apache.struts2.components.Form
 
setMethod(String) - Method in class org.apache.struts2.components.FormButton
 
setMethod(String) - Method in class org.apache.struts2.components.URL
 
setMethod(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setMethod(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setMethod(String) - Method in class org.apache.struts2.mock.MockActionProxy
 
setMethod(String) - Method in class org.apache.struts2.result.ActionChainResult
 
setMethod(String) - Method in class org.apache.struts2.result.PostbackResult
Sets the method of the destination action.
setMethod(String) - Method in class org.apache.struts2.result.ServletActionRedirectResult
Sets the method
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setMethod(HttpMethod) - Method in interface org.apache.struts2.interceptor.httpmethod.HttpMethodAware
Notifies action about http method used to perform request
setMethodAccessor(MethodAccessor) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
setMethodSpecified(boolean) - Method in class org.apache.struts2.mock.MockActionProxy
 
setMin(T) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
setMinExclusive(Double) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMinExclusiveExpression(String) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMinExpression(String) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
setMinimumFractionDigits(Integer) - Method in class org.apache.struts2.components.Number
 
setMinimumFractionDigits(Integer) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setMinimumIntegerDigits(Integer) - Method in class org.apache.struts2.components.Number
 
setMinimumIntegerDigits(Integer) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setMinInclusive(Double) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMinInclusiveExpression(String) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
setMinlength(String) - Method in class org.apache.struts2.components.TextArea
 
setMinlength(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setMinLength(int) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
setMinLengthExpression(String) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
setMode(String) - Method in class org.apache.struts2.interceptor.CoopInterceptor
 
setModel(T) - Method in interface org.apache.struts2.interceptor.ScopedModelDriven
 
SetModel - Class in org.apache.struts2.views.freemarker.tags
 
SetModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.SetModel
 
setMoveDownLabel(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setMoveDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setMoveUpLabel(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setMoveUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setMruMaxStrongSize(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setMultipartBufferSize(Integer) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartEnabled(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartMaxFiles(Long) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartMaxFileSize(Long) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartMaxSize(Long) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartMaxStringLength(Long) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartParser(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartParser(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartSaveDir(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultipartSaveDir(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting.
setMultipartSupportEnabled(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setMultipartValidationRegex(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setMultipartValidationRegex(Pattern) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setMultiple(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setMultiple(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setMultiple(String) - Method in class org.apache.struts2.components.Select
 
setMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setMultiTextvalueSeparator(String) - Method in class org.apache.struts2.validator.DefaultValidatorFileParser
 
setName(String) - Method in class org.apache.struts2.components.ActionComponent
 
setName(String) - Method in class org.apache.struts2.components.Bean
 
setName(String) - Method in class org.apache.struts2.components.Date
 
setName(String) - Method in class org.apache.struts2.components.I18n
 
setName(String) - Method in class org.apache.struts2.components.Number
 
setName(String) - Method in class org.apache.struts2.components.Param
 
setName(String) - Method in class org.apache.struts2.components.Text
 
setName(String) - Method in class org.apache.struts2.components.UIBean
 
setName(String) - Method in class org.apache.struts2.config.entities.UnknownHandlerConfig
 
setName(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setName(String) - Method in class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
setName(String) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.BeanTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.DateTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.I18nTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.ParamTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.SetTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.TextTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setNamePrefix(String) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setNamespace(String) - Method in class org.apache.struts2.components.ActionComponent
 
setNamespace(String) - Method in class org.apache.struts2.components.Anchor
 
setNamespace(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setNamespace(String) - Method in class org.apache.struts2.components.Form
 
setNamespace(String) - Method in class org.apache.struts2.components.URL
 
setNamespace(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setNamespace(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setNamespace(String) - Method in class org.apache.struts2.mock.MockActionProxy
 
setNamespace(String) - Method in class org.apache.struts2.result.ActionChainResult
sets the namespace of the Action that we're chaining to.
setNamespace(String) - Method in class org.apache.struts2.result.PostbackResult
Sets the namespace of the destination action.
setNamespace(String) - Method in class org.apache.struts2.result.ServletActionRedirectResult
Sets the namespace
setNamespace(String) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setNamespace(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setNamespace(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setNamespace(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setNice(boolean) - Method in class org.apache.struts2.components.Date
 
setNice(boolean) - Method in class org.apache.struts2.views.jsp.DateTag
 
setNomodule(String) - Method in class org.apache.struts2.components.Script
 
setNomodule(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setNotExcludedAcceptedPatterns(NotExcludedAcceptedPatternsChecker) - Method in class org.apache.struts2.components.Component
 
setNotExcludedAcceptedPatterns(NotExcludedAcceptedPatternsChecker) - Method in class org.apache.struts2.result.StreamResult
 
setNotExcludedAcceptedPatternsChecker(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setNotExcludedAcceptedPatternsChecker(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.components.Bean
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.components.Form
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.conversion.impl.InstantiatingNullHandler
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.conversion.StrutsTypeConverterCreator
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.DefaultActionInvocation
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.DefaultActionProxy
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.factory.DefaultActionFactory
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.factory.DefaultInterceptorFactory
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.factory.DefaultValidatorFactory
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.factory.StrutsResultFactory
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.validator.DefaultValidatorFileParser
 
setObjectFactoryActionFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryActionFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryConverterFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryConverterFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryInterceptorFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryInterceptorFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryResultFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryResultFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactorySpringAutoWire(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactorySpringAutoWireAlwaysRespect(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactorySpringEnableAopSupport(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactorySpringUseClassCache(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryUnknownHandlerFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryUnknownHandlerFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryValidatorFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectFactoryValidatorFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectTypeDeterminer(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectTypeDeterminer(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class org.apache.struts2.conversion.impl.CollectionConverter
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class org.apache.struts2.conversion.impl.InstantiatingNullHandler
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
 
setOgnlAllowStaticFieldAccess(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOgnlAutoGrowthCollectionLimit(Integer) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOgnlEnableEvalExpression(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOgnlEnableExpressionCache(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOgnlLogMissingProperties(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.DefaultActionInvocation
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setOnblur(String) - Method in class org.apache.struts2.components.UIBean
 
setOnblur(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnchange(String) - Method in class org.apache.struts2.components.UIBean
 
setOnchange(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnclick(String) - Method in class org.apache.struts2.components.UIBean
 
setOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOndblclick(String) - Method in class org.apache.struts2.components.UIBean
 
setOndblclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnfocus(String) - Method in class org.apache.struts2.components.UIBean
 
setOnfocus(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnkeydown(String) - Method in class org.apache.struts2.components.UIBean
 
setOnkeydown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnkeypress(String) - Method in class org.apache.struts2.components.UIBean
 
setOnkeypress(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnkeyup(String) - Method in class org.apache.struts2.components.UIBean
 
setOnkeyup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmousedown(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmousedown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmousemove(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmousemove(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmouseout(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmouseout(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmouseover(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmouseover(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmouseup(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmouseup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnreset(String) - Method in class org.apache.struts2.components.Form
 
setOnreset(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setOnselect(String) - Method in class org.apache.struts2.components.UIBean
 
setOnselect(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnsubmit(String) - Method in class org.apache.struts2.components.Form
 
setOnsubmit(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setOpenTemplate(String) - Method in class org.apache.struts2.components.ClosingUIBean
 
setOpenTemplate(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
setOperationMode(String) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
setOrdered(boolean) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
Set whether to order the parameters by object depth or not
setOverrideAcceptedPatterns(String) - Method in class org.apache.struts2.security.DefaultAcceptedPatternsChecker
 
setOverrideAcceptedPatterns(Set<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOverrideExcludedPatterns(Set<Pattern>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setOverrideExcludePatterns(String) - Method in class org.apache.struts2.security.DefaultExcludedPatternsChecker
 
setOverwrite(String) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
Overwrites already existing parameters from other sources.
setPackageAssertionStatus(String, boolean) - Method in class org.apache.struts2.util.classloader.ReloadingClassLoader
 
setPage(String) - Method in class org.apache.struts2.util.URLBean
 
setParameter(String, Object) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setParameter(String, Object) - Method in interface org.apache.struts2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setParameter(Result, String, String, Map<String, Object>) - Method in class org.apache.struts2.factory.StrutsResultFactory
 
setParameterName(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
setParameters(Map<String, Object>, Result, Map<String, String>) - Method in class org.apache.struts2.factory.StrutsResultFactory
 
setParamNameMaxLength(int) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
If the param name exceeds the configured maximum length it will not be accepted.
setParamNames(String) - Method in class org.apache.struts2.interceptor.ParameterRemoverInterceptor
Allows paramNames attribute to be set as comma-separated-values (csv).
setParams(Map<String, Object>) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setParams(Map<String, String>) - Method in interface org.apache.struts2.config.entities.Parameterizable
 
setParamValues(String) - Method in class org.apache.struts2.interceptor.ParameterRemoverInterceptor
Allows paramValues attribute to be set as a comma-separated-values (csv).
setParse(boolean) - Method in class org.apache.struts2.result.HttpHeaderResult
Sets whether or not the HTTP header values should be evaluated against the ValueStack (by default they are).
setParse(boolean) - Method in class org.apache.struts2.result.StrutsResultSupport
Set parse to true to indicate that the location should be parsed as an OGNL expression.
setParse(String) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
setParseIntegerOnly(Boolean) - Method in class org.apache.struts2.components.Number
 
setParseIntegerOnly(Boolean) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setPattern(String) - Method in class org.apache.struts2.util.ClassPathFinder
 
setPatternMatcher(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setPatternMatcher(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setPatternMatcher(PatternMatcher<int[]>) - Method in class org.apache.struts2.util.ClassPathFinder
 
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.components.Component
Request that the tag state be cleared during StrutsBodyTagSupport.doEndTag() processing, which may help with certain edge cases with tag logic running on servers that implement JSP Tag Pooling.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.BeanTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ContextBeanTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.DateTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ElseIfTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ElseTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.I18nTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.IfTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.IncludeTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.IteratorTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.NumberTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ParamTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.PropertyTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.PushTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.SetTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
Request that the tag state be cleared during StrutsBodyTagSupport.doEndTag() processing, which may help with certain edge cases with tag logic running on servers that implement JSP Tag Pooling.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.TextTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.CheckboxListTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.ComponentTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.DateTextFieldTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.DebugTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.FileTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.FormTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.HeadTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.HiddenTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.LabelTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.RadioTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.TokenTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPerformClearTagStateForTagPoolingServers(boolean) - Method in class org.apache.struts2.views.jsp.URLTag
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
setPortletMode(String) - Method in class org.apache.struts2.components.Anchor
 
setPortletMode(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setPortletMode(String) - Method in class org.apache.struts2.components.Form
 
setPortletMode(String) - Method in class org.apache.struts2.components.URL
 
setPortletMode(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setPortletMode(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setPortletMode(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setPortletMode(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setPortletUrlType(String) - Method in class org.apache.struts2.components.Anchor
 
setPortletUrlType(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setPortletUrlType(String) - Method in class org.apache.struts2.components.URL
 
setPortletUrlType(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setPortletUrlType(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setPortletUrlType(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setPrefixBasedActionMappers(String) - Method in class org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper
 
setPrefixBasedActionProxyFactories(String) - Method in class org.apache.struts2.factory.PrefixBasedActionProxyFactory
 
setPrependServletContext(boolean) - Method in class org.apache.struts2.interceptor.csp.CspInterceptor
Sets whether to prepend the servlet context path to the CspInterceptor.reportUri.
setPrependServletContext(boolean) - Method in class org.apache.struts2.result.PostbackResult
 
setPrependServletContext(boolean) - Method in class org.apache.struts2.result.ServletRedirectResult
Sets whether or not to prepend the servlet context path to the redirected URL.
setProgrammatic(boolean) - Method in class org.apache.struts2.validator.ValidationInterceptor
Determines if Validateable's validate() should be called, as well as methods whose name that start with "validate".
setProperties(Map<String, ?>, Object) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setProperties(Map<String, ?>, Object) - Method in class org.apache.struts2.ognl.OgnlUtil
Sets the properties on the object using the default context, defaulting to not throwing exceptions for problems setting the properties.
setProperties(Map<String, ?>, Object) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Sets the properties on the object using the default context, defaulting to not throwing exceptions for problems setting the properties.
setProperties(Map<String, ?>, Object, boolean) - Method in class org.apache.struts2.ognl.OgnlUtil
Sets the properties on the object using the default context.
setProperties(Map<String, ?>, Object, Map<String, Object>) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setProperties(Map<String, ?>, Object, Map<String, Object>) - Method in class org.apache.struts2.ognl.OgnlUtil
Sets the object's properties using the default type converter, defaulting to not throw exceptions for problems setting the properties.
setProperties(Map<String, ?>, Object, Map<String, Object>) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Sets the object's properties using the default type converter, defaulting to not throw exceptions for problems setting the properties.
setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) - Method in class org.apache.struts2.ognl.OgnlUtil
Sets the object's properties using the default type converter.
setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Sets the object's properties using the default type converter.
setProperty(String, Object, Object, Map<String, Object>) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setProperty(String, Object, Object, Map<String, Object>) - Method in class org.apache.struts2.ognl.OgnlUtil
Sets the named property to the supplied value on the Object, defaults to not throwing property exceptions.
setProperty(String, Object, Object, Map<String, Object>) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Sets the named property to the supplied value on the Object, defaults to not throwing property exceptions.
setProperty(String, Object, Object, Map<String, Object>, boolean) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setProperty(String, Object, Object, Map<String, Object>, boolean) - Method in class org.apache.struts2.ognl.OgnlUtil
Sets the named property to the supplied value on the Object.
setProperty(String, Object, Object, Map<String, Object>, boolean) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Sets the named property to the supplied value on the Object,
setProperty(String, String, Object) - Method in class org.apache.struts2.util.location.LocatableProperties
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.HttpParametersPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ObjectAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ObjectProxyPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.ParameterPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkEnumerationAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkIteratorPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
 
setProviderAllowlist(ProviderAllowlist) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
setProxy(ActionProxy) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setQueryStringBuilder(QueryStringBuilder) - Method in class org.apache.struts2.result.ServletRedirectResult
 
setQueryStringBuilder(QueryStringBuilder) - Method in class org.apache.struts2.views.util.DefaultUrlHelper
 
setQueryStringParser(QueryStringParser) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
setQueryStringParser(QueryStringParser) - Method in class org.apache.struts2.result.ServletDispatcherResult
 
setReadonly(String) - Method in class org.apache.struts2.components.TextArea
 
setReadonly(String) - Method in class org.apache.struts2.components.TextField
 
setReadonly(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setReadonly(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setReferrerpolicy(String) - Method in class org.apache.struts2.components.Link
 
setReferrerpolicy(String) - Method in class org.apache.struts2.components.Script
 
setReferrerpolicy(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setReferrerpolicy(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setReflectionContextFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setReflectionContextFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setReflectionProvider(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setReflectionProvider(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.components.Bean
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.components.Debug
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.conversion.impl.InstantiatingNullHandler
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.factory.DefaultInterceptorFactory
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.factory.DefaultValidatorFactory
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.factory.StrutsResultFactory
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.interceptor.ChainingInterceptor
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
setRefreshModelBeforeResult(boolean) - Method in class org.apache.struts2.interceptor.ModelDrivenInterceptor
 
setRegex(String) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
setRegexExpression(String) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
setRel(String) - Method in class org.apache.struts2.components.Link
 
setRel(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setReloadBundles(String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
setReloadingConfigs(boolean) - Method in interface org.apache.struts2.FileManager
Enables configs reloading when config file changed
setReloadingConfigs(boolean) - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
setReloadingConfigs(String) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
setReloadingConfigs(String) - Method in interface org.apache.struts2.FileManagerFactory
 
setReloadingConfigs(String) - Method in class org.apache.struts2.util.fs.DefaultFileManagerFactory
 
setReloadingConfigs(String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
setRemoveAllLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setRemoveAllLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setRemoveLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setRemoveLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setRepopulateField(boolean) - Method in class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
setReportingConversionErrors(Map<String, Object>, boolean) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setReportTo(String) - Method in class org.apache.struts2.interceptor.csp.CspInterceptor
Sets the report group where csp violation reports will be sent.
setReportTo(String) - Method in interface org.apache.struts2.interceptor.csp.CspSettings
Sets the report group where csp violation reports will be sent
setReportTo(String) - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
setReportUri(String) - Method in class org.apache.struts2.interceptor.csp.CspInterceptor
 
setReportUri(String) - Method in interface org.apache.struts2.interceptor.csp.CspSettings
Sets the uri where csp violation reports will be sent
setReportUri(String) - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
setRequest(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
Sets the HTTP servlet request object.
setRequest(HttpServletRequest) - Method in class org.apache.struts2.util.URLBean
 
setRequestCookieParameterName(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
setRequestOnlyParameterName(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
 
setRequestParameterSwitch(String) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
setRequireAnnotations(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setRequireAnnotationsTransitionMode(String) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
When 'Transition Mode' is enabled, parameters that are not 'nested' will be accepted without annotations.
setRequiredLabel(String) - Method in class org.apache.struts2.components.UIBean
 
setRequiredLabel(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setRequiredPosition(String) - Method in class org.apache.struts2.components.UIBean
 
setRequiredPosition(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setReset(boolean) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
setResponse(HttpServletResponse) - Static method in class org.apache.struts2.ServletActionContext
Sets the HTTP servlet response object.
setResponse(HttpServletResponse) - Method in class org.apache.struts2.util.URLBean
 
setResult(Result) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setResult(Result) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setResultCode(String) - Method in interface org.apache.struts2.ActionInvocation
Sets the result code, possibly overriding the one returned by the action.
setResultCode(String) - Method in class org.apache.struts2.DefaultActionInvocation
 
setResultCode(String) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setResultFactory(ResultFactory) - Method in class org.apache.struts2.ObjectFactory
 
setRethrowException(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setRethrowException(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setReturnedResult(String) - Method in class org.apache.struts2.mock.MockActionProxy
 
setRightDownLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setRightDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setRightTitle(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setRightTitle(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setRightTitle(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setRightTitle(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setRightUpLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setRightUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setRoot(XWorkConverter, RootAccessor, CompoundRoot, SecurityMemberAccess) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setRoundingMode(String) - Method in class org.apache.struts2.components.Number
 
setRoundingMode(String) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setRows(String) - Method in class org.apache.struts2.components.TextArea
 
setRows(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setScheme(String) - Method in class org.apache.struts2.components.Anchor
 
setScheme(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setScheme(String) - Method in class org.apache.struts2.components.URL
 
setScheme(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setScheme(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setScheme(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setScope(String) - Method in class org.apache.struts2.components.Set
 
setScope(String) - Method in class org.apache.struts2.interceptor.ScopedModelDrivenInterceptor
 
setScope(String) - Method in class org.apache.struts2.views.jsp.SetTag
 
setScopeKey(String) - Method in interface org.apache.struts2.interceptor.ScopedModelDriven
Sets the key under which the model is stored
setScopeStrategy(Scope.Strategy) - Method in interface org.apache.struts2.inject.Container
Sets the scope strategy for the current thread.
setScopeStrategy(Scope.Strategy) - Method in class org.apache.struts2.mock.MockContainer
 
setSearchDefaultBundlesFirst(String) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
Set the AbstractLocalizedTextProvider.searchDefaultBundlesFirst flag state.
setSelectAllLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setSelectAllLabel(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setSelectAllLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setSelectAllLabel(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setSelectAllOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setSelectAllOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setSelectedIndex(int) - Method in class org.apache.struts2.util.TabbedPane
 
setSeparator(String) - Method in class org.apache.struts2.util.IteratorGenerator
 
setSeparator(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
@s.tagattribute required="true" type="String" description="the separator to be used in separating the val into entries of the iterator"
setServeStatic(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setServeStaticBrowserCache(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setServeStaticBrowserCache(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting.
setServeStaticContent(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
setServletContext(ServletContext) - Static method in class org.apache.struts2.ServletActionContext
Sets the current servlet context object
setServletRequest(HttpServletRequest) - Method in class org.apache.struts2.action.CspReportAction
 
setSession(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets a list of session scoped properties
setSessionReset(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
setSessionToken(String, String) - Static method in class org.apache.struts2.util.TokenHelper
Put a given named token into the session map.
setSetMap(Map<String, Object>, Map<Object, Object>, String) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
setShortCircuit(boolean) - Method in interface org.apache.struts2.validator.ShortCircuitableValidator
Sets whether this field validator should short circuit the validator queue it's in if validation fails.
setShortCircuit(boolean) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setShouldCreateIfNew(boolean) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
setShouldFallbackToContext(String) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setShow(String) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
setShowPassword(String) - Method in class org.apache.struts2.components.Password
 
setShowPassword(String) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
setSize(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setSize(String) - Method in class org.apache.struts2.components.File
 
setSize(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setSize(String) - Method in class org.apache.struts2.components.Select
 
setSize(String) - Method in class org.apache.struts2.components.TextField
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setSizes(String) - Method in class org.apache.struts2.components.Link
 
setSizes(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setSkipActions(String) - Method in class org.apache.struts2.result.ActionChainResult
Set the list of actions to skip.
setSlashesInActionNames(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setSource(Object) - Method in class org.apache.struts2.util.AppendIteratorFilter
 
setSource(Object) - Method in class org.apache.struts2.util.MergeIteratorFilter
 
setSource(Object) - Method in class org.apache.struts2.util.SortIteratorFilter
 
setSource(Object) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setSource(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setSource(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setSrc(String) - Method in class org.apache.struts2.components.Reset
 
setSrc(String) - Method in class org.apache.struts2.components.Script
 
setSrc(String) - Method in class org.apache.struts2.components.Submit
 
setSrc(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setSrc(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setSrc(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setStack(ValueStack) - Method in class org.apache.struts2.mock.MockActionInvocation
 
setStart(int) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setStart(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
@s.tagattribute required="false" type="Integer" description="Indicate the starting index (eg.
setStaticContentLoader(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setStaticContentLoader(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setStaticContentLoader(StaticContentLoader) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setStaticContentPath(String) - Method in class org.apache.struts2.components.UIBean
 
setStaticContentPath(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setStaticContentPath(String) - Method in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
 
setStatus(int) - Method in class org.apache.struts2.result.HttpHeaderResult
Sets the http servlet response status code that should be set on a response.
setStatus(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setStatus(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setStatusCode(int) - Method in class org.apache.struts2.result.ServletRedirectResult
 
setStep(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setStep(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setStrictMethodInvocation(boolean) - Method in class org.apache.struts2.config.entities.ActionConfig.Builder
 
setStrictMethodInvocationMethodRegex(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setStrutsConstant(String, String) - Method in class org.apache.struts2.XWorkTestCase
 
setStrutsConstant(Map<String, String>) - Method in class org.apache.struts2.XWorkTestCase
 
setStyle(String) - Method in class org.apache.struts2.components.UIBean
 
setStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setSubmitUnchecked(String) - Method in class org.apache.struts2.components.Checkbox
 
setSubmitUnchecked(String) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
setSubmitUncheckedGlobal(String) - Method in class org.apache.struts2.components.Checkbox
 
setSuccessResultValue(String) - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
 
setSupportedLocale(String) - Method in class org.apache.struts2.interceptor.I18nInterceptor
Sets supported Locales by the application
setSuppressEmptyParameters(boolean) - Method in class org.apache.struts2.components.Param
 
setSuppressEmptyParameters(boolean) - Method in class org.apache.struts2.result.ServletRedirectResult
Sets the suppressEmptyParameters option
setSuppressEmptyParameters(boolean) - Method in class org.apache.struts2.views.jsp.ParamTag
 
setTabAlign(String) - Method in class org.apache.struts2.util.TabbedPane
 
setTabindex(String) - Method in class org.apache.struts2.components.UIBean
 
setTabindex(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
SetTag - Class in org.apache.struts2.views.jsp
 
SetTag() - Constructor for class org.apache.struts2.views.jsp.SetTag
 
setTarget(String) - Method in class org.apache.struts2.components.Form
 
setTarget(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setTemplate(String) - Method in class org.apache.struts2.components.UIBean
 
setTemplate(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTemplateDir(String) - Method in class org.apache.struts2.components.UIBean
 
setTemplateDir(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTemplateEngine(TemplateEngine) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
 
setTemplateEngineManager(TemplateEngineManager) - Method in class org.apache.struts2.components.UIBean
 
setTemplateUpdateDelay(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setTest(String) - Method in class org.apache.struts2.components.ElseIf
 
setTest(String) - Method in class org.apache.struts2.components.If
 
setTest(String) - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
setTest(String) - Method in class org.apache.struts2.views.jsp.IfTag
 
setTextParser(TextParser) - Method in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
setTextProvider(TextProvider) - Method in class org.apache.struts2.components.I18n
 
setTextProvider(TextProvider) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
setTextProvider(TextProvider) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
setTextProviderFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setTextProviderFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setTextProviderFactory(TextProviderFactory) - Method in class org.apache.struts2.components.I18n
 
setTextProviderFactory(TextProviderFactory) - Method in class org.apache.struts2.interceptor.TokenInterceptor
 
setTextProviderFactory(TextProviderFactory) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
setTextProviderFactory(TextProviderFactory) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setTheme(String) - Method in class org.apache.struts2.components.UIBean
 
setTheme(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setThemeTemplateLoader(FreemarkerThemeTemplateLoader) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setThreadAllowlist(ThreadAllowlist) - Method in class org.apache.struts2.components.IteratorComponent
 
setThreadAllowlist(ThreadAllowlist) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setThreadAllowlist(ThreadAllowlist) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setThreadPriority(int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Sets the thread priority of the background process.
setThrowExceptionOnDuplicateBeans(boolean) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
setThrowExceptionOnDuplicateBeans(boolean) - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
setThrowExceptionOnNullValueAttribute(boolean) - Method in class org.apache.struts2.components.ListUIBean
 
setThrowExceptionsOnELFailure(String) - Method in class org.apache.struts2.components.Component
 
setTimezone(String) - Method in class org.apache.struts2.components.Date
 
setTimezone(String) - Method in class org.apache.struts2.views.jsp.DateTag
 
setTitle(String) - Method in class org.apache.struts2.components.UIBean
 
setTitle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setToClass(Class) - Method in class org.apache.struts2.conversion.impl.ConversionData
 
setToken() - Static method in class org.apache.struts2.util.TokenHelper
Sets a transaction token into the session using the default token name.
setToken(String) - Static method in class org.apache.struts2.util.TokenHelper
Sets a transaction token into the session based on the provided token name.
setTooltip(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltip(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipConfig(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipConfig(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipCssClass(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipDelay(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipDelay(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipIconPath(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipIconPath(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTrim(boolean) - Method in class org.apache.struts2.validator.validators.RequiredStringValidator
 
setTrim(boolean) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
setTrim(Boolean) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
setTrimBody(boolean) - Method in class org.apache.struts2.components.Set
 
setTrimBody(boolean) - Method in class org.apache.struts2.views.jsp.SetTag
 
setTrimExpression(String) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
Allows specify trim param as an OGNL expression
setTrimExpression(String) - Method in class org.apache.struts2.validator.validators.RequiredStringValidator
 
setTrimExpression(String) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
setType(String) - Method in class org.apache.struts2.components.FormButton
 
setType(String) - Method in class org.apache.struts2.components.Link
 
setType(String) - Method in class org.apache.struts2.components.Number
 
setType(String) - Method in class org.apache.struts2.components.Script
 
setType(String) - Method in class org.apache.struts2.components.TextField
 
setType(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets the type of scope operation
setType(String) - Method in class org.apache.struts2.views.jsp.NumberTag
 
setType(String) - Method in class org.apache.struts2.views.jsp.ui.LinkTag
 
setType(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setType(String) - Method in class org.apache.struts2.views.jsp.ui.ScriptTag
 
setType(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setType(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setTypeConverterCreator(TypeConverterCreator) - Method in class org.apache.struts2.conversion.impl.DefaultConversionAnnotationProcessor
 
setTypeConverterCreator(TypeConverterCreator) - Method in class org.apache.struts2.conversion.impl.DefaultConversionFileProcessor
 
setTypeConverterCreator(TypeConverterCreator) - Method in class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
setTypeConverterHolder(TypeConverterHolder) - Method in class org.apache.struts2.conversion.impl.DefaultConversionAnnotationProcessor
 
setTypeConverterHolder(TypeConverterHolder) - Method in class org.apache.struts2.conversion.impl.XWorkConverter
 
setTypeConverterHolder(TypeConverterHolder) - Method in class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
setUiTemplateDir(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUiTemplateSuffix(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUiTheme(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUiThemeExpansionToken(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUIThemeExpansionToken(String) - Method in class org.apache.struts2.components.UIBean
 
setUIThemeExpansionToken(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerThemeTemplateLoader
 
setUncheckedValue(String) - Method in class org.apache.struts2.interceptor.CheckboxInterceptor
Overrides the default value for an unchecked checkbox
setUnknownHandler(UnknownHandlerManager) - Method in class org.apache.struts2.DefaultActionProxy
 
setUnknownHandlerFactory(UnknownHandlerFactory) - Method in class org.apache.struts2.ObjectFactory
 
setUnknownHandlerManager(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUnknownHandlerManager(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUnknownHandlerManager(UnknownHandlerManager) - Method in class org.apache.struts2.DefaultActionInvocation
 
setUnknownHandlerStack(List<UnknownHandlerConfig>) - Method in interface org.apache.struts2.config.Configuration
 
setUnknownHandlerStack(List<UnknownHandlerConfig>) - Method in class org.apache.struts2.config.impl.DefaultConfiguration
 
setUnknownHandlerStack(List<UnknownHandlerConfig>) - Method in class org.apache.struts2.config.impl.MockConfiguration
 
setup(Map, Object, Member, String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
setUp() - Static method in class org.apache.struts2.util.XWorkTestCaseHelper
 
setUp() - Method in class org.apache.struts2.XWorkJUnit4TestCase
 
setUp() - Method in class org.apache.struts2.XWorkTestCase
 
setUpDownOnLeftOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setUpDownOnLeftOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setUpDownOnRightOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setUpDownOnRightOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setupExceptionOnFailure(boolean) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setUpLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setUrlHelper(UrlHelper) - Method in class org.apache.struts2.components.Component
 
setUrlHelper(UrlHelper) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
setUrlHttpPort(Integer) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUrlHttpsPort(Integer) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUrlIncludeParams(String) - Method in class org.apache.struts2.components.Anchor
 
setUrlIncludeParams(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setUrlIncludeParams(String) - Method in class org.apache.struts2.components.URL
 
setUrlIncludeParams(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setUrlIncludeParams(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUrlRegex(String) - Method in class org.apache.struts2.validator.validators.URLValidator
 
setUrlRegexExpression(String) - Method in class org.apache.struts2.validator.validators.URLValidator
 
setUrlRenderer(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUrlRenderer(UrlRenderer) - Method in class org.apache.struts2.components.Anchor
 
setUrlRenderer(UrlRenderer) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setUrlRenderer(UrlRenderer) - Method in class org.apache.struts2.components.Form
 
setUrlRenderer(UrlRenderer) - Method in class org.apache.struts2.components.URL
 
setUrlRenderer(UrlRenderer) - Method in interface org.apache.struts2.components.UrlProvider
 
setUrlRenderer(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setUseResponseEncoding(String) - Method in class org.apache.struts2.components.Include
 
setVal(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
@s.tagattribute required="true" description="the source to be parsed into an iterator"
setValidate(String) - Method in class org.apache.struts2.components.Form
 
setValidate(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setValidateAnnotatedMethodOnly(boolean) - Method in class org.apache.struts2.validator.ValidationInterceptor
Determine if validate() should always be called or only per annotated method.
setValidationAware(ValidationAware) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
setValidatorContext(ValidatorContext) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setValidatorContext(ValidatorContext) - Method in interface org.apache.struts2.validator.Validator
This method will be called before validate with a non-null ValidatorContext.
setValidatorContext(ValidatorContext) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setValidatorFactory(ValidatorFactory) - Method in class org.apache.struts2.ObjectFactory
 
setValidatorFactory(ValidatorFactory) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
setValidatorFileParser(ValidatorFileParser) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
setValidatorType(String) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setValidatorType(String) - Method in interface org.apache.struts2.validator.Validator
Sets the validator type to use (see class javadoc).
setValidatorType(String) - Method in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
setValidatorType(String) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setValue(Object) - Method in class org.apache.struts2.conversion.impl.ConversionData
 
setValue(Object) - Method in class org.apache.struts2.ognl.ObjectProxy
 
setValue(String) - Method in class org.apache.struts2.components.Anchor
 
setValue(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setValue(String) - Method in class org.apache.struts2.components.File
 
setValue(String) - Method in class org.apache.struts2.components.Include
 
setValue(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setValue(String) - Method in class org.apache.struts2.components.Param
 
setValue(String) - Method in class org.apache.struts2.components.Property
 
setValue(String) - Method in class org.apache.struts2.components.Push
 
setValue(String) - Method in class org.apache.struts2.components.Set
 
setValue(String) - Method in class org.apache.struts2.components.UIBean
 
setValue(String) - Method in class org.apache.struts2.components.URL
 
setValue(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setValue(String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
setValue(String) - Method in class org.apache.struts2.views.jsp.IncludeTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.ParamTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.PushTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.SetTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setValue(String, Object) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setValue(String, Object) - Method in interface org.apache.struts2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValue(String, Object, boolean) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
setValue(String, Object, boolean) - Method in interface org.apache.struts2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValue(String, Map<String, Object>, Object, Object) - Method in class org.apache.struts2.ognl.OgnlReflectionProvider
 
setValue(String, Map<String, Object>, Object, Object) - Method in class org.apache.struts2.ognl.OgnlUtil
Wrapper around Ognl#setValue
setValue(String, Map<String, Object>, Object, Object) - Method in interface org.apache.struts2.util.reflection.ReflectionProvider
Evaluates the given OGNL expression to insert a value into the object graph rooted at the given root object given the context.
setValues(Object) - Method in class org.apache.struts2.util.IteratorGenerator
 
setValueStack(ValueStack) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
setValueStack(ValueStack) - Method in interface org.apache.struts2.validator.Validator
Sets the value stack to use to resolve values and parameters
setValueStack(ValueStack) - Method in class org.apache.struts2.validator.validators.ValidatorSupport
 
setValueStackFactory(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setValueStackFactory(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.components.ActionComponent
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.DefaultActionInvocation
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.interceptor.AliasInterceptor
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.interceptor.StaticParametersInterceptor
 
setValueSubstitutor(ValueSubstitutor) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
setValueSubstitutor(ValueSubstitutor) - Method in class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
setVar(String) - Method in class org.apache.struts2.components.AppendIterator
 
setVar(String) - Method in class org.apache.struts2.components.ContextBean
 
setVar(String) - Method in class org.apache.struts2.components.MergeIterator
 
setVar(String) - Method in class org.apache.struts2.components.Set
 
setVar(String) - Method in class org.apache.struts2.views.jsp.ContextBeanTag
 
setVar(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setVar(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setVar(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setVelocityConfigfile(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setVelocityContexts(List<String>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setVelocityManagerClassname(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setVelocityManagerClassname(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setVelocityToolboxlocation(String) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setViewUrlHelper(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setViewUrlHelper(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setWindowState(String) - Method in class org.apache.struts2.components.Anchor
 
setWindowState(String) - Method in class org.apache.struts2.components.ComponentUrlProvider
 
setWindowState(String) - Method in class org.apache.struts2.components.Form
 
setWindowState(String) - Method in class org.apache.struts2.components.URL
 
setWindowState(String) - Method in interface org.apache.struts2.components.UrlProvider
 
setWindowState(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setWindowState(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setWindowState(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setWrap(boolean) - Method in class org.apache.struts2.util.Counter
 
setWrap(String) - Method in class org.apache.struts2.components.TextArea
 
setWrap(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setWrapperAltMap(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setWriteIfCompleted(Boolean) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setWriter(Writer) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setXsltNocache(Boolean) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setXWorkCollectionPropertyAccessor(PropertyAccessor) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setXworkConverter(Class<?>) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setXworkConverter(BeanConfig) - Method in class org.apache.struts2.config.entities.ConstantConfig
 
setXWorkConverter(XWorkConverter) - Method in class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class org.apache.struts2.ognl.OgnlUtil
 
setXWorkConverter(XWorkConverter) - Method in class org.apache.struts2.ognl.OgnlValueStackFactory
 
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.ConditionalVisitorFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.CreditCardValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.EmailValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.ExpressionValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.FieldExpressionValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit() - Element in annotation interface org.apache.struts2.validator.annotations.VisitorFieldValidator
If this is activated, the validator will be used as short-circuit.
shortCircuit(boolean) - Method in class org.apache.struts2.validator.ValidatorConfig.Builder
 
ShortCircuitableValidator - Interface in org.apache.struts2.validator
This interface should be implemented by validators that can short-circuit the validator queue that it is in.
ShortRangeFieldValidator - Class in org.apache.struts2.validator.validators
Field Validator that checks if the short specified is within a certain range.
ShortRangeFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a numeric field has a value within a specified range.
ShortRangeFieldValidator() - Constructor for class org.apache.struts2.validator.validators.ShortRangeFieldValidator
 
shouldAddError(String, Object) - Method in class org.apache.struts2.interceptor.ConversionErrorInterceptor
 
shouldAddError(String, Object) - Method in class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
Returns false if the value is null, "", or {""} (array of size 1 with a blank element).
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class org.apache.struts2.conversion.impl.DefaultObjectTypeDeterminer
Determines the createIfNull property for a Collection or Map by getting it from the @CreateIfNull annotation.
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in interface org.apache.struts2.conversion.ObjectTypeDeterminer
 
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class org.apache.struts2.mock.MockObjectTypeDeterminer
 
shouldIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.AbstractInterceptor
 
shouldIntercept(ActionInvocation) - Method in interface org.apache.struts2.interceptor.ConditionalInterceptor
Determines if a given interceptor should be executed in the current processing of action invocation.
shouldLogMissingPropertyWarning(OgnlException) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
shouldStore - Variable in class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
shouldStore() - Method in interface org.apache.struts2.interceptor.I18nInterceptor.LocaleHandler
 
shouldStore() - Method in class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
showDebug() - Method in class org.apache.struts2.components.Debug
 
showPassword - Variable in class org.apache.struts2.components.Password
 
showPassword - Variable in class org.apache.struts2.views.jsp.ui.PasswordTag
 
shutdown() - Method in interface org.apache.struts2.interceptor.exec.ExecutorProvider
 
shutdown() - Method in class org.apache.struts2.interceptor.exec.StrutsExecutorProvider
 
SIMPLE - Enum constant in enum class org.apache.struts2.validator.annotations.ValidatorType
 
SimpleDateFormatAdapter - Class in org.apache.struts2.components.date
 
SimpleDateFormatAdapter() - Constructor for class org.apache.struts2.components.date.SimpleDateFormatAdapter
 
SINGLETON - Enum constant in enum class org.apache.struts2.inject.Scope
One instance per container.
SITE_CROSS_SITE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
SITE_NONE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
SITE_SAME_ORIGIN - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
SITE_SAME_SITE - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
size - Variable in class org.apache.struts2.components.DoubleListUIBean
 
size - Variable in class org.apache.struts2.components.File
 
size - Variable in class org.apache.struts2.components.InputTransferSelect
 
size - Variable in class org.apache.struts2.components.Select
 
size - Variable in class org.apache.struts2.components.TextField
 
size - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.FileTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
size() - Method in class org.apache.struts2.config.providers.DirectedGraph
Returns the number of nodes in the graph.
size() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
size() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
size() - Method in class org.apache.struts2.inject.util.ReferenceMap
 
size() - Method in interface org.apache.struts2.ognl.OgnlCache
 
size() - Method in class org.apache.struts2.ognl.OgnlCaffeineCache
 
size() - Method in class org.apache.struts2.ognl.OgnlDefaultCache
 
size() - Method in class org.apache.struts2.ognl.OgnlLRUCache
 
size() - Method in class org.apache.struts2.ognl.OgnlValueStack
 
size() - Method in interface org.apache.struts2.util.ValueStack
Get the number of objects in the stack
sizes - Variable in class org.apache.struts2.components.Link
 
sizes - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
skippedEntity(String) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
skippedEntity(String) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
skippedEntity(String) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
skipTreeCheck(Node) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
SkipValidation - Annotation Interface in org.apache.struts2.interceptor.validation
Marks an Action method to not be validated
SOFT - Enum constant in enum class org.apache.struts2.inject.util.ReferenceType
Referent reclaimed in an LRU fashion when the VM runs low on memory and no strong references exist.
SortIteratorFilter - Class in org.apache.struts2.util
A bean that takes a source and comparator then attempt to sort the source utilizing the comparator.
SortIteratorFilter() - Constructor for class org.apache.struts2.util.SortIteratorFilter
 
SortIteratorTag - Class in org.apache.struts2.views.jsp.iterator
NOTE: JSP-TAG
SortIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
src - Variable in class org.apache.struts2.components.Reset
 
src - Variable in class org.apache.struts2.components.Script
 
src - Variable in class org.apache.struts2.components.Submit
 
src - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
src - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
src - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
SRC_ATTR - Static variable in class org.apache.struts2.util.location.LocationAttributes
Attribute name for the location URI
stack - Variable in class org.apache.struts2.components.Component
 
stack - Variable in class org.apache.struts2.DefaultActionInvocation
 
stack - Variable in class org.apache.struts2.util.StrutsUtil
 
stack - Variable in class org.apache.struts2.validator.validators.ValidatorSupport
 
stack - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
stack - Variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
STACK - Static variable in class org.apache.struts2.views.util.ContextUtil
 
standardAttributesMap - Static variable in class org.apache.struts2.components.Component
Caches information about common tag's attributes to reduce scanning for annotation @StrutsTagAttribute
start(Writer) - Method in class org.apache.struts2.components.Anchor
 
start(Writer) - Method in class org.apache.struts2.components.AppendIterator
 
start(Writer) - Method in class org.apache.struts2.components.Bean
 
start(Writer) - Method in class org.apache.struts2.components.ClosingUIBean
 
start(Writer) - Method in class org.apache.struts2.components.Component
Callback for the start tag of this component.
start(Writer) - Method in class org.apache.struts2.components.Debug
 
start(Writer) - Method in class org.apache.struts2.components.Else
 
start(Writer) - Method in class org.apache.struts2.components.ElseIf
 
start(Writer) - Method in class org.apache.struts2.components.I18n
 
start(Writer) - Method in class org.apache.struts2.components.If
 
start(Writer) - Method in class org.apache.struts2.components.IteratorComponent
 
start(Writer) - Method in class org.apache.struts2.components.MergeIterator
 
start(Writer) - Method in class org.apache.struts2.components.Property
 
start(Writer) - Method in class org.apache.struts2.components.Push
 
start(Writer) - Method in class org.apache.struts2.components.URL
 
startDocument() - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
startDocument() - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
startDocument() - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
startElement(String, String, String, Attributes) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
StartHandler(ContentHandler, Map<String, String>) - Constructor for class org.apache.struts2.util.DomHelper.StartHandler
Create a filter that is chained to another handler.
startNode(String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
startPrefixMapping(String, String) - Method in class org.apache.struts2.util.DomHelper.DOMBuilder
 
startPrefixMapping(String, String) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
startPrefixMapping(String, String) - Method in class org.apache.struts2.util.location.LocationAttributes.Pipe
 
state - Variable in class org.apache.struts2.views.jsp.IteratorStatus
 
StaticContentLoader - Interface in org.apache.struts2.dispatcher
Interface for loading static resources, based on a path.
StaticContentLoader.Validator - Class in org.apache.struts2.dispatcher
 
StaticParametersInterceptor - Class in org.apache.struts2.interceptor
This interceptor populates the action with the static parameters defined in the action configuration.
StaticParametersInterceptor() - Constructor for class org.apache.struts2.interceptor.StaticParametersInterceptor
 
status - Variable in class org.apache.struts2.components.IteratorComponent
 
statusAttr - Variable in class org.apache.struts2.components.IteratorComponent
 
statusAttr - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
statusCode - Variable in class org.apache.struts2.result.ServletRedirectResult
 
statusState - Variable in class org.apache.struts2.components.IteratorComponent
 
StatusState() - Constructor for class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
step - Variable in class org.apache.struts2.components.IteratorComponent
 
step - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
stepStr - Variable in class org.apache.struts2.components.IteratorComponent
 
storage - Variable in class org.apache.struts2.interceptor.I18nInterceptor
 
store(ActionInvocation, Locale) - Method in class org.apache.struts2.interceptor.I18nInterceptor.CookieLocaleHandler
 
store(ActionInvocation, Locale) - Method in interface org.apache.struts2.interceptor.I18nInterceptor.LocaleHandler
 
store(ActionInvocation, Locale) - Method in class org.apache.struts2.interceptor.I18nInterceptor.RequestLocaleHandler
 
store(ActionInvocation, Locale) - Method in class org.apache.struts2.interceptor.I18nInterceptor.SessionLocaleHandler
 
STORE_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
storeInvocation(String, String, ActionInvocation) - Static method in class org.apache.struts2.util.InvocationSessionStore
Stores the DefaultActionInvocation and ActionContext into the Session using the provided key for loading later using InvocationSessionStore.loadInvocation(java.lang.String, java.lang.String)
streamFileToDisk(FileItemInput, File) - Method in class org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest
Streams the file upload stream to the specified file.
StreamResult - Class in org.apache.struts2.result
A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.
StreamResult() - Constructor for class org.apache.struts2.result.StreamResult
 
StreamResult(InputStream) - Constructor for class org.apache.struts2.result.StreamResult
 
STRICT_DYNAMIC - Static variable in interface org.apache.struts2.interceptor.csp.CspSettings
 
strictMethodInvocation - Variable in class org.apache.struts2.config.entities.ActionConfig
 
strictMethodInvocation - Variable in class org.apache.struts2.config.entities.PackageConfig
 
strictMethodInvocation(boolean) - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
StringConverter - Class in org.apache.struts2.conversion.impl
 
StringConverter() - Constructor for class org.apache.struts2.conversion.impl.StringConverter
 
stringLengthFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
StringLengthFieldValidator - Class in org.apache.struts2.validator.validators
StringLengthFieldValidator checks that a String field is of a certain length.
StringLengthFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a String field is of the right length.
StringLengthFieldValidator() - Constructor for class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
stringToList(String) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Splits a string into a List
stringValue(Object) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a String.
stringValue(Object, boolean) - Static method in class org.apache.struts2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a String and trims it if the trim flag is true.
stripExpression(String) - Method in class org.apache.struts2.components.Component
If %{...} is applied, simply strip the "%{" and "}" off.
stripExpression(String) - Static method in class org.apache.struts2.util.ComponentUtils
Simply strip the "%{" and "}" off.
STRONG - Enum constant in enum class org.apache.struts2.inject.util.ReferenceType
Prevents referent from being reclaimed by the garbage collector.
STRUTS - Static variable in class org.apache.struts2.views.util.ContextUtil
 
STRUTS_ACCEPTED_PATTERNS_CHECKER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_ACTION_CONFIG_FALLBACK_TO_EMPTY_NAMESPACE - Static variable in class org.apache.struts2.StrutsConstants
Fallback to empty namespace when request namespace didn't match any in action configuration
STRUTS_ACTION_EXCLUDE_PATTERN - Static variable in class org.apache.struts2.StrutsConstants
Comma separated list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing
STRUTS_ACTION_EXCLUDE_PATTERN_SEPARATOR - Static variable in class org.apache.struts2.StrutsConstants
A custom separator used to split list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing
STRUTS_ACTION_EXTENSION - Static variable in class org.apache.struts2.StrutsConstants
The URL extension to use to determine if the request is meant for a Struts action
STRUTS_ACTION_TAG_INVOCATION - Static variable in interface org.apache.struts2.StrutsStatics
Set as an attribute in the request to let other parts of the framework know that the invocation is happening inside an action tag
STRUTS_ACTIONPROXYFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_ACTIONVALIDATORMANAGER - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.validator.ActionValidatorManager implementation class
STRUTS_ADDITIONAL_ACCEPTED_PATTERNS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_ADDITIONAL_EXCLUDED_PATTERNS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_ALLOW_STATIC_FIELD_ACCESS - Static variable in class org.apache.struts2.StrutsConstants
The name of the parameter to determine whether static field access will be allowed in OGNL expressions or not
STRUTS_ALLOWED_ACTION_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Action names' whitelist
STRUTS_ALLOWED_METHOD_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Method names' whitelist
STRUTS_ALLOWED_NAMESPACE_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Namespace names' whitelist
STRUTS_ALLOWLIST_CLASSES - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of allowed classes which CAN be accessed via OGNL expressions.
STRUTS_ALLOWLIST_ENABLE - Static variable in class org.apache.struts2.StrutsConstants
Boolean to enable strict allowlist processing of all OGNL expression calls.
STRUTS_ALLOWLIST_PACKAGE_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of package names, of which all its classes, and all classes in its subpackages, CAN be accessed via OGNL expressions.
STRUTS_ALWAYS_SELECT_FULL_NAMESPACE - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CHAINING_COPY_ERRORS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CHAINING_COPY_FIELD_ERRORS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CHAINING_COPY_MESSAGES - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_COMPOUND_ROOT_ACCESSOR - Static variable in class org.apache.struts2.StrutsConstants
Extension point for the Struts CompoundRootAccessor
STRUTS_CONFIGURATION - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.config.Configuration implementation class
STRUTS_CONFIGURATION_XML_RELOAD - Static variable in class org.apache.struts2.StrutsConstants
Whether to reload the XML configuration or not
STRUTS_CONTENT_TYPE_MATCHER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONTINUATIONS_PACKAGE - Static variable in class org.apache.struts2.StrutsConstants
The package containing actions that use Rife continuations
STRUTS_CONVERTER_ANNOTATION_PROCESSOR - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_ARRAY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_COLLECTION - Static variable in class org.apache.struts2.StrutsConstants
STRUTS_CONVERTER_CREATOR - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_DATE - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_FILE_PROCESSOR - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_HOLDER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_NUMBER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_PROPERTIES_PROCESSOR - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONVERTER_STRING - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CUSTOM_I18N_RESOURCES - Static variable in class org.apache.struts2.StrutsConstants
Location of additional localization properties files to load
STRUTS_CUSTOM_PROPERTIES - Static variable in class org.apache.struts2.StrutsConstants
Location of additional configuration properties files to load
STRUTS_DATE_FORMATTER - Static variable in class org.apache.struts2.StrutsConstants
STRUTS_DEFAULT_ACTION_NAME - Static variable in class org.apache.struts2.StrutsConstants
Default action name to use when action didn't match the whitelist
STRUTS_DEFAULT_METHOD_NAME - Static variable in class org.apache.struts2.StrutsConstants
Default method name to use when method didn't match the whitelist
STRUTS_DEFAULT_NAMESPACE_NAME - Static variable in class org.apache.struts2.StrutsConstants
Default namespace name to use when namespace didn't match the whitelist
STRUTS_DEV_MODE_EXCLUDED_CLASSES - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of excluded classes and package names which cannot be accessed via expressions in devMode
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_EXEMPT_CLASSES - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAME_PATTERNS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAMES - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DEVMODE - Static variable in class org.apache.struts2.StrutsConstants
Whether Struts is in development mode or not
STRUTS_DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP - Static variable in class org.apache.struts2.StrutsConstants
Disables StrutsRequestWrapper request attribute value stack lookup (JSTL accessibility)
STRUTS_DISALLOW_CUSTOM_OGNL_MAP - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DISALLOW_DEFAULT_PACKAGE_ACCESS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DISALLOW_PROXY_MEMBER_ACCESS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DISALLOW_PROXY_OBJECT_ACCESS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_DISPATCHER_ERROR_HANDLER - Static variable in class org.apache.struts2.StrutsConstants
Allows override default DispatcherErrorHandler
STRUTS_DISPATCHER_PARAMETERSWORKAROUND - Static variable in class org.apache.struts2.StrutsConstants
Whether to use a Servlet request parameter workaround necessary for some versions of WebLogic
STRUTS_EL_THROW_EXCEPTION - Static variable in class org.apache.struts2.StrutsConstants
Throw RuntimeException when a property is not found, or the evaluation of the expression fails
STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION - Static variable in class org.apache.struts2.StrutsConstants
Allows one to disable dynamic method invocation from the URL
STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Whether slashes in action names are allowed or not
STRUTS_EXCLUDED_CLASSES - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of excluded classes which cannot be accessed via OGNL expressions.
STRUTS_EXCLUDED_PACKAGE_EXEMPT_CLASSES - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of exempt classes from matching against excludedPackageNames and excludedPackageNamePatterns.
STRUTS_EXCLUDED_PACKAGE_NAME_PATTERNS - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of RegEx to match against package names of target and member classes of OGNL expressions.
STRUTS_EXCLUDED_PACKAGE_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Comma delimited set of package names, of which all its classes, and all classes in its subpackages, cannot be accessed via OGNL expressions.
STRUTS_EXCLUDED_PATTERNS_CHECKER - Static variable in class org.apache.struts2.StrutsConstants
Dedicated services to check if passed string is excluded/accepted
STRUTS_EXECUTOR_PROVIDER - Static variable in class org.apache.struts2.StrutsConstants
STRUTS_EXPRESSION_PARSER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_FILE_MANAGER - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.util.fs.FileManager implementation class
STRUTS_FILE_MANAGER_FACTORY - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.util.FileManager implementation class
STRUTS_FREEMARKER_BEANWRAPPER_CACHE - Static variable in class org.apache.struts2.StrutsConstants
Cache model instances at BeanWrapper level
STRUTS_FREEMARKER_MANAGER_CLASSNAME - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.views.freemarker.FreemarkerManager implementation class
STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE - Static variable in class org.apache.struts2.StrutsConstants
Maximum strong sizing for MruCacheStorage for freemarker
STRUTS_FREEMARKER_TEMPLATES_CACHE_UPDATE_DELAY - Static variable in class org.apache.struts2.StrutsConstants
Update freemarker templates cache in seconds
STRUTS_FREEMARKER_WRAPPER_ALT_MAP - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_HANDLE_EXCEPTION - Static variable in class org.apache.struts2.StrutsConstants
Enable handling exceptions by Dispatcher - true by default
STRUTS_I18N_ENCODING - Static variable in class org.apache.struts2.StrutsConstants
The encoding to use for localization messages
STRUTS_I18N_RELOAD - Static variable in class org.apache.struts2.StrutsConstants
Whether the localization messages should automatically be reloaded
STRUTS_I18N_SEARCH_DEFAULTBUNDLES_FIRST - Static variable in class org.apache.struts2.StrutsConstants
Whether the default bundles should be searched for messages first.
STRUTS_ID_PARAMETER_NAME - Static variable in class org.apache.struts2.StrutsConstants
The name of the parameter to create when mapping an id (used by some action mappers)
STRUTS_LOCALE - Static variable in class org.apache.struts2.StrutsConstants
The default locale for the Struts application
STRUTS_LOCALE_PROVIDER_FACTORY - Static variable in class org.apache.struts2.StrutsConstants
The LocaleProviderFactory implementation class
STRUTS_LOCALIZED_TEXT_PROVIDER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_MAPPER_ACTION_PREFIX_ENABLED - Static variable in class org.apache.struts2.StrutsConstants
Enables action: prefix
STRUTS_MAPPER_CLASS - Static variable in class org.apache.struts2.StrutsConstants
A name of a bean implementing org.apache.struts2.dispatcher.mapper.ActionMapper interface
STRUTS_MAPPER_COMPOSITE - Static variable in class org.apache.struts2.StrutsConstants
Prefix used by CompositeActionMapper to identify its containing ActionMapper class.
STRUTS_MATCHER_APPEND_NAMED_PARAMETERS - Static variable in class org.apache.struts2.StrutsConstants
See AbstractMatcher.appendNamedParameters
STRUTS_MEMBER_ACCESS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_MESSAGES_BUNDLE - Static variable in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
STRUTS_MESSAGES_BYPASS_REQUEST_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_ERROR_CONTENT_TYPE_NOT_ALLOWED_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_ERROR_FILE_EXTENSION_NOT_ALLOWED_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_ERROR_FILE_TOO_LARGE_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_ERROR_UPLOADING_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_INVALID_CONTENT_TYPE_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_INVALID_FILE_KEY - Static variable in class org.apache.struts2.interceptor.AbstractFileUploadInterceptor
 
STRUTS_MESSAGES_UPLOAD_ERROR_PARAMETER_TOO_LONG_KEY - Static variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
 
STRUTS_METHOD_ACCESSOR - Static variable in class org.apache.struts2.StrutsConstants
Extension point for the Struts MethodAccessor
STRUTS_MULTIPART_BUFFER_SIZE - Static variable in class org.apache.struts2.StrutsConstants
Declares the buffer size to be used during streaming multipart content to disk.
STRUTS_MULTIPART_ENABLED - Static variable in class org.apache.struts2.StrutsConstants
A global switch to disable support for multipart requests
STRUTS_MULTIPART_MAX_FILE_SIZE - Static variable in class org.apache.struts2.StrutsConstants
The maximum size per file in a multipart request
STRUTS_MULTIPART_MAX_FILES - Static variable in class org.apache.struts2.StrutsConstants
The maximum number of files allowed in a multipart request
STRUTS_MULTIPART_MAX_SIZE - Static variable in class org.apache.struts2.StrutsConstants
The maximum size of a multipart request (file upload)
STRUTS_MULTIPART_MAX_SIZE_OF_FILES - Static variable in class org.apache.struts2.StrutsConstants
The maximum size of all uploaded files.
STRUTS_MULTIPART_MAX_STRING_LENGTH - Static variable in class org.apache.struts2.StrutsConstants
The maximum length of a string parameter in a multipart request.
STRUTS_MULTIPART_PARSER - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation for a multipart request (file upload)
STRUTS_MULTIPART_SAVE_DIR - Static variable in class org.apache.struts2.StrutsConstants
The directory to use for storing uploaded files
STRUTS_MULTIPART_VALIDATION_REGEX - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_NOT_EXCLUDED_ACCEPTED_PATTERNS_CHECKER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECT_FACTORY_CLASSLOADER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTFACTORY - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.ObjectFactory implementation class
STRUTS_OBJECTFACTORY_ACTIONFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTFACTORY_CONVERTERFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTFACTORY_INTERCEPTORFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTFACTORY_RESULTFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE - Static variable in class org.apache.struts2.StrutsConstants
How Spring should autowire.
STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE_ALWAYS_RESPECT - Static variable in class org.apache.struts2.StrutsConstants
Whether the autowire strategy chosen by STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE is always respected.
STRUTS_OBJECTFACTORY_SPRING_ENABLE_AOP_SUPPORT - Static variable in class org.apache.struts2.StrutsConstants
Deprecated.
STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE - Static variable in class org.apache.struts2.StrutsConstants
Whether Spring should use its class cache or not
STRUTS_OBJECTFACTORY_UNKNOWNHANDLERFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTFACTORY_VALIDATORFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OBJECTTYPEDETERMINER - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.util.ObjectTypeDeterminer implementation class
STRUTS_OGNL_AUTO_GROWTH_COLLECTION_LIMIT - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OGNL_BEANINFO_CACHE_FACTORY - Static variable in class org.apache.struts2.StrutsConstants
Specifies an OGNL BeanInfo cache factory implementation.
STRUTS_OGNL_BEANINFO_CACHE_MAXSIZE - Static variable in class org.apache.struts2.StrutsConstants
Specifies the maximum cache size for BeanInfo objects.
STRUTS_OGNL_BEANINFO_CACHE_TYPE - Static variable in class org.apache.struts2.StrutsConstants
Specifies the type of cache to use for BeanInfo objects.
STRUTS_OGNL_ENABLE_EVAL_EXPRESSION - Static variable in class org.apache.struts2.StrutsConstants
Enables evaluation of OGNL expressions
STRUTS_OGNL_ENABLE_EXPRESSION_CACHE - Static variable in class org.apache.struts2.StrutsConstants
Enables caching of parsed OGNL expressions
STRUTS_OGNL_EXCLUDED_NODE_TYPES - Static variable in class org.apache.struts2.StrutsConstants
Parsed OGNL expressions which contain these node types will be blocked
STRUTS_OGNL_EXPRESSION_CACHE_FACTORY - Static variable in class org.apache.struts2.StrutsConstants
Specifies an OGNL expression cache factory implementation.
STRUTS_OGNL_EXPRESSION_CACHE_MAXSIZE - Static variable in class org.apache.struts2.StrutsConstants
Specifies the maximum cache size for parsed OGNL expressions.
STRUTS_OGNL_EXPRESSION_CACHE_TYPE - Static variable in class org.apache.struts2.StrutsConstants
Specifies the type of cache to use for parsed OGNL expressions.
STRUTS_OGNL_EXPRESSION_MAX_LENGTH - Static variable in class org.apache.struts2.StrutsConstants
The maximum length of an expression (OGNL)
STRUTS_OGNL_GUARD - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OGNL_LOG_MISSING_PROPERTIES - Static variable in class org.apache.struts2.StrutsConstants
Logs properties that are not found (very verbose)
STRUTS_OGNL_VALUE_STACK_FALLBACK_TO_CONTEXT - Static variable in class org.apache.struts2.StrutsConstants
Determines whether lookups on the ValueStack should fallback to looking in the context if the OGNL expression fails or returns null.
STRUTS_OVERRIDE_ACCEPTED_PATTERNS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_OVERRIDE_EXCLUDED_PATTERNS - Static variable in class org.apache.struts2.StrutsConstants
Constant is used to override framework's default excluded patterns
STRUTS_PARAMETERS_REQUIRE_ANNOTATIONS - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_PARAMETERS_REQUIRE_ANNOTATIONS_TRANSITION - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_PATTERNMATCHER - Static variable in class org.apache.struts2.StrutsConstants
The PatternMatcher implementation class
STRUTS_REFLECTIONCONTEXTFACTORY - Static variable in class org.apache.struts2.StrutsConstants
The ReflectionContextFactory implementation class
STRUTS_REFLECTIONPROVIDER - Static variable in class org.apache.struts2.StrutsConstants
The ReflectionProvider implementation class
STRUTS_SERVE_STATIC_BROWSER_CACHE - Static variable in class org.apache.struts2.StrutsConstants
If static content served by the Struts filter should set browser caching header properties or not
STRUTS_SERVE_STATIC_CONTENT - Static variable in class org.apache.struts2.StrutsConstants
Whether the Struts filter should serve static content or not
STRUTS_SMI_METHOD_REGEX - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_STATIC_CONTENT_LOADER - Static variable in class org.apache.struts2.StrutsConstants
The StaticContentLoader implementation class
STRUTS_TAG_INCLUDETAG_USERESPONSEENCODING - Static variable in class org.apache.struts2.StrutsConstants
Whether to use the response encoding (JSP page encoding) for s:include tag processing (false - use STRUTS_I18N_ENCODING - by default)
STRUTS_TEXT_PROVIDER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_TEXT_PROVIDER_FACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_UI_CHECKBOX_SUBMIT_UNCHECKED - Static variable in class org.apache.struts2.StrutsConstants
A global flag to set property Checkbox.setSubmitUnchecked(String)
STRUTS_UI_ESCAPE_HTML_BODY - Static variable in class org.apache.struts2.StrutsConstants
A global flag to enable/disable html body escaping in tags, can be overwritten per tag
STRUTS_UI_STATIC_CONTENT_PATH - Static variable in class org.apache.struts2.StrutsConstants
A path to static content, by default and from historical point of view it's /static.
STRUTS_UI_TEMPLATEDIR - Static variable in class org.apache.struts2.StrutsConstants
The directory containing UI templates.
STRUTS_UI_THEME - Static variable in class org.apache.struts2.StrutsConstants
The default UI template theme
STRUTS_UI_THEME_EXPANSION_TOKEN - Static variable in class org.apache.struts2.StrutsConstants
Token to use to indicate start of theme to be expanded.
STRUTS_UNKNOWN_HANDLER_MANAGER - Static variable in class org.apache.struts2.StrutsConstants
The UnknownHandlerManager implementation class
STRUTS_URL_DECODER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_URL_ENCODER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_URL_HELPER - Static variable in class org.apache.struts2.StrutsConstants
TheUrlHelper implementation class
STRUTS_URL_HTTP_PORT - Static variable in class org.apache.struts2.StrutsConstants
The HTTP port used by Struts URLs
STRUTS_URL_HTTPS_PORT - Static variable in class org.apache.struts2.StrutsConstants
The HTTPS port used by Struts URLs
STRUTS_URL_INCLUDEPARAMS - Static variable in class org.apache.struts2.StrutsConstants
The default includeParams method to generate Struts URLs
STRUTS_URL_QUERY_STRING_BUILDER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_URL_QUERY_STRING_PARSER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_URL_RENDERER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_VALUESTACK_KEY - Static variable in class org.apache.struts2.ServletActionContext
 
STRUTS_VALUESTACKFACTORY - Static variable in class org.apache.struts2.StrutsConstants
The ValueStackFactory implementation class
STRUTS_VELOCITY_CONFIGFILE - Static variable in class org.apache.struts2.StrutsConstants
The Velocity configuration file path
STRUTS_VELOCITY_CONTEXTS - Static variable in class org.apache.struts2.StrutsConstants
List of Velocity context names
STRUTS_VELOCITY_TOOLBOXLOCATION - Static variable in class org.apache.struts2.StrutsConstants
The location of the Velocity toolbox
STRUTS_XWORKCONVERTER - Static variable in class org.apache.struts2.StrutsConstants
The name of the xwork converter implementation
StrutsActionProxy - Class in org.apache.struts2.factory
 
StrutsActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Constructor for class org.apache.struts2.factory.StrutsActionProxy
 
StrutsActionProxyFactory - Class in org.apache.struts2.factory
 
StrutsActionProxyFactory() - Constructor for class org.apache.struts2.factory.StrutsActionProxyFactory
 
StrutsBackgroundProcess - Class in org.apache.struts2.interceptor.exec
Background thread to be executed by the ExecuteAndWaitInterceptor.
StrutsBackgroundProcess(ActionInvocation, String, int) - Constructor for class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
Constructs a background process
StrutsBeanSelectionProvider - Class in org.apache.struts2.config
Selects the implementations of key framework extension points, using the loaded property constants.
StrutsBeanSelectionProvider() - Constructor for class org.apache.struts2.config.StrutsBeanSelectionProvider
 
StrutsBeanWrapper - Class in org.apache.struts2.views.freemarker
StrutsBeanWrapper(boolean, Version) - Constructor for class org.apache.struts2.views.freemarker.StrutsBeanWrapper
 
StrutsBodyTagSupport - Class in org.apache.struts2.views.jsp
Contains common functionalities for Struts JSP Tags.
StrutsBodyTagSupport() - Constructor for class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
StrutsClassTemplateLoader - Class in org.apache.struts2.views.freemarker
 
StrutsClassTemplateLoader() - Constructor for class org.apache.struts2.views.freemarker.StrutsClassTemplateLoader
 
StrutsConstants - Class in org.apache.struts2
This class provides a central location for framework configuration keys used to retrieve and store Struts configuration settings.
StrutsConstants() - Constructor for class org.apache.struts2.StrutsConstants
 
StrutsConversionErrorInterceptor - Class in org.apache.struts2.interceptor
StrutsConversionErrorInterceptor() - Constructor for class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
 
StrutsConversionPropertiesProcessor - Class in org.apache.struts2.conversion
 
StrutsConversionPropertiesProcessor() - Constructor for class org.apache.struts2.conversion.StrutsConversionPropertiesProcessor
 
StrutsConverterFactory - Class in org.apache.struts2.factory
Default implementation
StrutsConverterFactory() - Constructor for class org.apache.struts2.factory.StrutsConverterFactory
 
StrutsDefaultConfigurationProvider - Class in org.apache.struts2.config.providers
 
StrutsDefaultConfigurationProvider() - Constructor for class org.apache.struts2.config.providers.StrutsDefaultConfigurationProvider
 
StrutsException - Exception in org.apache.struts2
A generic runtime exception that optionally contains Location information
StrutsException() - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with no detail message.
StrutsException(String) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message.
StrutsException(String, Object) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message and target.
StrutsException(String, Throwable) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message and exception cause.
StrutsException(String, Throwable, Object) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message, cause, and target
StrutsException(Throwable) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the root cause
StrutsException(Throwable, Object) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the root cause and target
StrutsExecuteFilter - Class in org.apache.struts2.dispatcher.filter
Executes the discovered request information.
StrutsExecuteFilter() - Constructor for class org.apache.struts2.dispatcher.filter.StrutsExecuteFilter
 
StrutsExecutorProvider - Class in org.apache.struts2.interceptor.exec
 
StrutsExecutorProvider() - Constructor for class org.apache.struts2.interceptor.exec.StrutsExecutorProvider
 
StrutsJavaConfiguration - Interface in org.apache.struts2.config
 
StrutsJavaConfigurationProvider - Class in org.apache.struts2.config
 
StrutsJavaConfigurationProvider(StrutsJavaConfiguration) - Constructor for class org.apache.struts2.config.StrutsJavaConfigurationProvider
 
StrutsListener - Class in org.apache.struts2.dispatcher.listener
Servlet listener for Struts.
StrutsListener() - Constructor for class org.apache.struts2.dispatcher.listener.StrutsListener
 
StrutsLocalizedTextProvider - Class in org.apache.struts2.text
Provides support for localization in the framework, it can be used to read only default bundles, or it can search the class hierarchy to find proper bundles.
StrutsLocalizedTextProvider() - Constructor for class org.apache.struts2.text.StrutsLocalizedTextProvider
 
StrutsModels - Class in org.apache.struts2.views.freemarker.tags
Provides @s.tag access for various tags.
StrutsModels(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.StrutsModels
 
StrutsOgnlGuard - Class in org.apache.struts2.ognl
The default implementation of OgnlGuard.
StrutsOgnlGuard() - Constructor for class org.apache.struts2.ognl.StrutsOgnlGuard
 
StrutsParameter - Annotation Interface in org.apache.struts2.interceptor.parameter
Used to annotate public getter/setter methods or fields on Action classes that are intended for parameter injection by the ParametersInterceptor.
StrutsPrepareAndExecuteFilter - Class in org.apache.struts2.dispatcher.filter
Handles both the preparation and execution phases of the Struts dispatching process.
StrutsPrepareAndExecuteFilter() - Constructor for class org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
 
StrutsPrepareFilter - Class in org.apache.struts2.dispatcher.filter
Prepares the request for execution by a later StrutsExecuteFilter filter instance.
StrutsPrepareFilter() - Constructor for class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
 
StrutsQueryStringBuilder - Class in org.apache.struts2.url
 
StrutsQueryStringBuilder(UrlEncoder) - Constructor for class org.apache.struts2.url.StrutsQueryStringBuilder
 
StrutsQueryStringParser - Class in org.apache.struts2.url
 
StrutsQueryStringParser(UrlDecoder) - Constructor for class org.apache.struts2.url.StrutsQueryStringParser
 
StrutsQueryStringParser.StrutsQueryStringParserResult - Class in org.apache.struts2.url
 
StrutsRequestWrapper - Class in org.apache.struts2.dispatcher
All Struts requests are wrapped with this class, which provides simple JSTL accessibility.
StrutsRequestWrapper(HttpServletRequest) - Constructor for class org.apache.struts2.dispatcher.StrutsRequestWrapper
The constructor
StrutsRequestWrapper(HttpServletRequest, boolean) - Constructor for class org.apache.struts2.dispatcher.StrutsRequestWrapper
The constructor
StrutsResourceIsolationPolicy - Class in org.apache.struts2.interceptor
Default resource isolation policy used in FetchMetadataInterceptor that implements the ResourceIsolationPolicy interface.
StrutsResourceIsolationPolicy() - Constructor for class org.apache.struts2.interceptor.StrutsResourceIsolationPolicy
 
StrutsResultFactory - Class in org.apache.struts2.factory
Default implementation which uses ParamNameAwareResult to accept or throw away parameters
StrutsResultFactory() - Constructor for class org.apache.struts2.factory.StrutsResultFactory
 
StrutsResultSupport - Class in org.apache.struts2.result
StrutsResultSupport() - Constructor for class org.apache.struts2.result.StrutsResultSupport
 
StrutsResultSupport(String) - Constructor for class org.apache.struts2.result.StrutsResultSupport
 
StrutsResultSupport(String, boolean, boolean) - Constructor for class org.apache.struts2.result.StrutsResultSupport
 
StrutsServlet - Class in org.apache.struts2.dispatcher.servlet
Servlet dispatcher for Struts.
StrutsServlet() - Constructor for class org.apache.struts2.dispatcher.servlet.StrutsServlet
 
StrutsStatics - Interface in org.apache.struts2
Constants used internally by Struts.
StrutsTag - Annotation Interface in org.apache.struts2.views.annotations
An annotation to document a Struts jsp/freemarker/velocity tag
StrutsTagAttribute - Annotation Interface in org.apache.struts2.views.annotations
Documents an attribute to a Struts tag
StrutsTagSkipInheritance - Annotation Interface in org.apache.struts2.views.annotations
Marks a class as the top class in the class hierarchy scanned for tag annotations FIXME: use it or remove
StrutsTestCaseHelper - Class in org.apache.struts2.util
Generic test setup methods to be used with any unit testing framework.
StrutsTestCaseHelper() - Constructor for class org.apache.struts2.util.StrutsTestCaseHelper
 
StrutsTextProviderFactory - Class in org.apache.struts2.text
This factory enables users to provide and correctly initialize a custom TextProvider.
StrutsTextProviderFactory() - Constructor for class org.apache.struts2.text.StrutsTextProviderFactory
 
StrutsTypeConverter - Class in org.apache.struts2.util
StrutsTypeConverter() - Constructor for class org.apache.struts2.util.StrutsTypeConverter
 
StrutsTypeConverterCreator - Class in org.apache.struts2.conversion
Default implementation of TypeConverterCreator
StrutsTypeConverterCreator() - Constructor for class org.apache.struts2.conversion.StrutsTypeConverterCreator
 
StrutsTypeConverterHolder - Class in org.apache.struts2.conversion
Default implementation of TypeConverterHolder
StrutsTypeConverterHolder() - Constructor for class org.apache.struts2.conversion.StrutsTypeConverterHolder
 
StrutsUploadedFile - Class in org.apache.struts2.dispatcher.multipart
 
StrutsUploadedFile.Builder - Class in org.apache.struts2.dispatcher.multipart
 
StrutsUrlDecoder - Class in org.apache.struts2.url
 
StrutsUrlDecoder() - Constructor for class org.apache.struts2.url.StrutsUrlDecoder
 
StrutsUrlEncoder - Class in org.apache.struts2.url
 
StrutsUrlEncoder() - Constructor for class org.apache.struts2.url.StrutsUrlEncoder
 
StrutsUtil - Class in org.apache.struts2.util
Struts base utility class, for use in Velocity and Freemarker templates
StrutsUtil(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.util.StrutsUtil
 
StrutsXmlConfigurationProvider - Class in org.apache.struts2.config
Override Xwork class so we can use an arbitrary config file
StrutsXmlConfigurationProvider() - Constructor for class org.apache.struts2.config.StrutsXmlConfigurationProvider
Constructs the Struts configuration provider using the default struts.xml and no ServletContext
StrutsXmlConfigurationProvider(String) - Constructor for class org.apache.struts2.config.StrutsXmlConfigurationProvider
Constructs the configuration provider based on the provided config file
StrutsXmlConfigurationProvider(String, ServletContext) - Constructor for class org.apache.struts2.config.StrutsXmlConfigurationProvider
Constructs the Struts configuration provider
StubConfigurationProvider - Class in org.apache.struts2.test
 
StubConfigurationProvider() - Constructor for class org.apache.struts2.test.StubConfigurationProvider
 
submit - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Submit - Class in org.apache.struts2.components
Render a submit button.
Submit(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Submit
 
SubmitModel - Class in org.apache.struts2.views.freemarker.tags
 
SubmitModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.SubmitModel
 
SubmitTag - Class in org.apache.struts2.views.jsp.ui
 
SubmitTag() - Constructor for class org.apache.struts2.views.jsp.ui.SubmitTag
 
submitUnchecked - Variable in class org.apache.struts2.components.Checkbox
 
submitUnchecked - Variable in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
SubsetIteratorFilter - Class in org.apache.struts2.util
A bean that takes an iterator and outputs a subset of it.
SubsetIteratorFilter() - Constructor for class org.apache.struts2.util.SubsetIteratorFilter
 
SubsetIteratorFilter.Decider - Interface in org.apache.struts2.util
A decider determines if the given element should be added to the list or not.
SubsetIteratorTag - Class in org.apache.struts2.views.jsp.iterator
NOTE: JSP-TAG
SubsetIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
substitute(String) - Method in class org.apache.struts2.config.providers.EnvsValueSubstitutor
 
substitute(String) - Method in interface org.apache.struts2.config.providers.ValueSubstitutor
 
SUCCESS - Static variable in interface org.apache.struts2.action.Action
The action execution was successful.
support() - Method in interface org.apache.struts2.FileManager
Indicate if given implementation supports current OS File System
support() - Method in class org.apache.struts2.util.fs.DefaultFileManager
 
support() - Method in class org.apache.struts2.util.fs.JBossFileManager
 
supportsImageType() - Method in class org.apache.struts2.components.FormButton
Indicate whether the concrete button supports the type "image".
supportsImageType() - Method in class org.apache.struts2.components.Reset
Indicate whether the concrete button supports the type "image".
supportsImageType() - Method in class org.apache.struts2.components.Submit
Indicate whether the concrete button supports the type "image".
suppressEmptyParameters - Variable in class org.apache.struts2.components.Param
 
suppressEmptyParameters - Variable in class org.apache.struts2.result.ServletRedirectResult
 
suppressEmptyParameters - Variable in class org.apache.struts2.views.jsp.ParamTag
 
sysStrSubstitutor - Variable in class org.apache.struts2.config.providers.EnvsValueSubstitutor
 

T

tabAlign - Variable in class org.apache.struts2.util.TabbedPane
 
TabbedPane - Class in org.apache.struts2.util
A bean that helps implement a tabbed pane FIXME: use it remove
TabbedPane(int) - Constructor for class org.apache.struts2.util.TabbedPane
 
tabindex - Variable in class org.apache.struts2.components.UIBean
 
tabindex - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tagLibraries - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
TagLibraryDirectiveProvider - Interface in org.apache.struts2.views
Provides Velocity implementation classes for a tag library
TagLibraryModelProvider - Interface in org.apache.struts2.views
Provides Freemarker implementation classes for a tag library
TagModel - Class in org.apache.struts2.views.freemarker.tags
 
TagModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TagModel
 
TagUtils - Class in org.apache.struts2.views.jsp
 
TagUtils() - Constructor for class org.apache.struts2.views.jsp.TagUtils
 
target - Variable in class org.apache.struts2.components.Form
 
target - Variable in class org.apache.struts2.config.entities.ActionConfig.Builder
 
target - Variable in class org.apache.struts2.config.entities.ExceptionMappingConfig.Builder
 
target - Variable in class org.apache.struts2.config.entities.InterceptorStackConfig.Builder
 
target - Variable in class org.apache.struts2.config.entities.PackageConfig.Builder
 
target - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
tearDown() - Static method in class org.apache.struts2.util.StrutsTestCaseHelper
 
tearDown() - Method in class org.apache.struts2.XWorkJUnit4TestCase
 
tearDown() - Method in class org.apache.struts2.XWorkTestCase
 
tearDown(ConfigurationManager) - Static method in class org.apache.struts2.util.XWorkTestCaseHelper
 
tearDown(Dispatcher) - Static method in class org.apache.struts2.util.StrutsTestCaseHelper
 
template - Variable in class org.apache.struts2.components.UIBean
 
template - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
Template - Class in org.apache.struts2.components.template
A template is used as a model for rendering output.
Template(String, String, String) - Constructor for class org.apache.struts2.components.template.Template
Constructor.
TEMPLATE - Static variable in class org.apache.struts2.components.ActionError
 
TEMPLATE - Static variable in class org.apache.struts2.components.Anchor
 
TEMPLATE - Static variable in class org.apache.struts2.components.Checkbox
 
TEMPLATE - Static variable in class org.apache.struts2.components.CheckboxList
 
TEMPLATE - Static variable in class org.apache.struts2.components.ComboBox
 
TEMPLATE - Static variable in class org.apache.struts2.components.DateTextField
The name of the default template for the DateTextFieldTag
TEMPLATE - Static variable in class org.apache.struts2.components.Debug
 
TEMPLATE - Static variable in class org.apache.struts2.components.DoubleSelect
 
TEMPLATE - Static variable in class org.apache.struts2.components.File
 
TEMPLATE - Static variable in class org.apache.struts2.components.Form
 
TEMPLATE - Static variable in class org.apache.struts2.components.Head
 
TEMPLATE - Static variable in class org.apache.struts2.components.Hidden
 
TEMPLATE - Static variable in class org.apache.struts2.components.Label
 
TEMPLATE - Static variable in class org.apache.struts2.components.Password
 
TEMPLATE - Static variable in class org.apache.struts2.components.Radio
 
TEMPLATE - Static variable in class org.apache.struts2.components.Reset
 
TEMPLATE - Static variable in class org.apache.struts2.components.Select
 
TEMPLATE - Static variable in class org.apache.struts2.components.Submit
 
TEMPLATE - Static variable in class org.apache.struts2.components.TextArea
 
TEMPLATE - Static variable in class org.apache.struts2.components.TextField
The name of the default template for the TextFieldTag
TEMPLATE - Static variable in class org.apache.struts2.components.Token
 
TEMPLATE - Static variable in class org.apache.struts2.components.UpDownSelect
 
templateDir - Variable in class org.apache.struts2.components.UIBean
 
templateDir - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
TemplateEngine - Interface in org.apache.struts2.components.template
Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template
templateEngineManager - Variable in class org.apache.struts2.components.UIBean
 
TemplateEngineManager - Class in org.apache.struts2.components.template
The TemplateEngineManager will return a template engine for the template
TemplateEngineManager() - Constructor for class org.apache.struts2.components.template.TemplateEngineManager
 
templatePath - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
TemplateRenderingContext - Class in org.apache.struts2.components.template
Context used when rendering templates.
TemplateRenderingContext(Template, Writer, ValueStack, Map<String, Object>, UIBean) - Constructor for class org.apache.struts2.components.template.TemplateRenderingContext
Constructor
templateSuffix - Variable in class org.apache.struts2.components.UIBean
 
templateUpdateDelay - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
test - Variable in class org.apache.struts2.components.ElseIf
 
test - Variable in class org.apache.struts2.views.jsp.ElseIfTag
 
test(T) - Method in interface org.apache.struts2.util.finder.Test
The test method.
Test<T> - Interface in org.apache.struts2.util.finder
This is the testing interface that is used to accept or reject resources.
text - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Text - Class in org.apache.struts2.components
Text(ValueStack) - Constructor for class org.apache.struts2.components.Text
 
TEXT_HTML - Static variable in class org.apache.struts2.result.plain.ResponseBuilder
 
TEXT_PLAIN - Static variable in class org.apache.struts2.result.plain.ResponseBuilder
 
textarea - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
TextArea - Class in org.apache.struts2.components
TextArea(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.TextArea
 
TextAreaModel - Class in org.apache.struts2.views.freemarker.tags
 
TextAreaModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TextAreaModel
 
TextareaTag - Class in org.apache.struts2.views.jsp.ui
 
TextareaTag() - Constructor for class org.apache.struts2.views.jsp.ui.TextareaTag
 
textfield - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
TextField - Class in org.apache.struts2.components
TextField(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.TextField
 
TextFieldModel - Class in org.apache.struts2.views.freemarker.tags
 
TextFieldModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TextFieldModel
 
TextFieldTag - Class in org.apache.struts2.views.jsp.ui
 
TextFieldTag() - Constructor for class org.apache.struts2.views.jsp.ui.TextFieldTag
 
TextModel - Class in org.apache.struts2.views.freemarker.tags
 
TextModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TextModel
 
textParser - Variable in class org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
 
TextParser - Interface in org.apache.struts2.util
Used to parse expressions like ${foo.bar} or %{bar.foo} but it is up tp the TextParser's implementation what kind of opening char to use (#, $, %, etc)
TextParseUtil - Class in org.apache.struts2.util
Utility class for text parsing.
TextParseUtil() - Constructor for class org.apache.struts2.util.TextParseUtil
 
TextParseUtil.ParsedValueEvaluator - Interface in org.apache.struts2.util
A parsed value evaluator for TextParseUtil.
textProvider - Variable in class org.apache.struts2.ognl.OgnlValueStackFactory
 
TextProvider - Interface in org.apache.struts2.text
Provides access to ResourceBundles and their underlying text messages.
textProviderFactory - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
textProviderFactory - Variable in class org.apache.struts2.validator.validators.ValidatorSupport
 
TextProviderFactory - Interface in org.apache.struts2.text
 
TextProviderHelper - Class in org.apache.struts2.util
Helper methods to access text from TextProviders
TextProviderHelper() - Constructor for class org.apache.struts2.util.TextProviderHelper
 
TextProviderSupport - Class in org.apache.struts2.text
Default TextProvider implementation.
TextProviderSupport(Class<?>, LocaleProvider, LocalizedTextProvider) - Constructor for class org.apache.struts2.text.TextProviderSupport
Constructor.
TextProviderSupport(ResourceBundle, LocaleProvider, LocalizedTextProvider) - Constructor for class org.apache.struts2.text.TextProviderSupport
Constructor.
TextTag - Class in org.apache.struts2.views.jsp
 
TextTag() - Constructor for class org.apache.struts2.views.jsp.TextTag
 
theme - Variable in class org.apache.struts2.components.UIBean
 
theme - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
THREAD - Enum constant in enum class org.apache.struts2.inject.Scope
One instance per thread.
threadAllowlist - Variable in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
ThreadAllowlist - Class in org.apache.struts2.ognl
Allows any bean to allowlist a class for use in OGNL expressions, for the current thread only.
ThreadAllowlist() - Constructor for class org.apache.struts2.ognl.ThreadAllowlist
 
THROW_EXCEPTION_ON_FAILURE - Static variable in class org.apache.struts2.ognl.OgnlValueStack
 
throwExceptionOnDuplicateBeans - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
throwExceptionOnELFailure - Variable in class org.apache.struts2.components.Component
 
throwExceptionOnNullValueAttribute - Variable in class org.apache.struts2.components.ListUIBean
 
Timer - Class in org.apache.struts2.util
A bean that can be used to time execution of pages FIXME: remove?
Timer() - Constructor for class org.apache.struts2.util.Timer
 
timezone - Variable in class org.apache.struts2.views.jsp.DateTag
 
title - Variable in class org.apache.struts2.components.UIBean
 
title - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tldBodyContent() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTag
 
tldTagClass() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTag
 
toAcceptableParameters(HttpParameters, Object) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
toByteArray() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
toClassesSet(String) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
toClassObjectsSet(String) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
toInt(long) - Method in class org.apache.struts2.util.StrutsUtil
 
token - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Token - Class in org.apache.struts2.components
Token(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Token
 
TOKEN_NAME_FIELD - Static variable in class org.apache.struts2.util.TokenHelper
The name of the field which will hold the token name
TOKEN_NAMESPACE - Static variable in class org.apache.struts2.util.TokenHelper
The default namespace for storing token session values
TokenHelper - Class in org.apache.struts2.util
TokenHelper
TokenHelper() - Constructor for class org.apache.struts2.util.TokenHelper
 
TokenInterceptor - Class in org.apache.struts2.interceptor
TokenInterceptor() - Constructor for class org.apache.struts2.interceptor.TokenInterceptor
 
TokenModel - Class in org.apache.struts2.views.freemarker.tags
 
TokenModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TokenModel
 
TokenSessionStoreInterceptor - Class in org.apache.struts2.interceptor
TokenSessionStoreInterceptor() - Constructor for class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
 
TokenTag - Class in org.apache.struts2.views.jsp.ui
 
TokenTag() - Constructor for class org.apache.struts2.views.jsp.ui.TokenTag
 
toLocale(String) - Method in class org.apache.struts2.ActionSupport
 
toLocale(String) - Method in class org.apache.struts2.locale.DefaultLocaleProvider
 
toLocale(String) - Method in interface org.apache.struts2.locale.LocaleProvider
Tries to convert provided locale string into Locale or returns null
toLocale(String) - Method in class org.apache.struts2.validator.DelegatingValidatorContext
 
toLong(int) - Method in class org.apache.struts2.util.StrutsUtil
 
toLong(String) - Method in class org.apache.struts2.util.StrutsUtil
 
toNewClassesSet(Set<String>, String) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
toNewPackageNamesSet(Collection<String>, String) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
toNewPatternsSet(Set<Pattern>, String) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
toNewStack(ValueStack) - Method in class org.apache.struts2.interceptor.parameter.ParametersInterceptor
 
tooltip - Variable in class org.apache.struts2.components.UIBean
 
tooltip - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipConfig - Variable in class org.apache.struts2.components.UIBean
 
tooltipConfig - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipCssClass - Variable in class org.apache.struts2.components.UIBean
 
tooltipCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipDelay - Variable in class org.apache.struts2.components.UIBean
 
tooltipDelay - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipIconPath - Variable in class org.apache.struts2.components.UIBean
 
tooltipIconPath - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
toPackageName(Class<?>) - Static method in class org.apache.struts2.ognl.SecurityMemberAccess
 
toPackageNamesSet(String) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
toString() - Method in class org.apache.struts2.components.template.Template
Constructs a string in the format /dir/theme/name.
toString() - Method in class org.apache.struts2.config.entities.ActionConfig
 
toString() - Method in class org.apache.struts2.config.entities.AllowedMethods
 
toString() - Method in class org.apache.struts2.config.entities.ExceptionMappingConfig
 
toString() - Method in class org.apache.struts2.config.entities.InterceptorConfig
 
toString() - Method in class org.apache.struts2.config.entities.InterceptorMapping
 
toString() - Method in class org.apache.struts2.config.entities.InterceptorStackConfig
 
toString() - Method in class org.apache.struts2.config.entities.PackageConfig.Builder
 
toString() - Method in class org.apache.struts2.config.entities.PackageConfig
 
toString() - Method in class org.apache.struts2.config.entities.ResultConfig
 
toString() - Method in class org.apache.struts2.config.entities.ResultTypeConfig
 
toString() - Method in class org.apache.struts2.config.entities.UnknownHandlerConfig
 
toString() - Method in class org.apache.struts2.config.impl.LocatableConstantFactory
 
toString() - Method in class org.apache.struts2.config.impl.LocatableFactory
 
toString() - Method in class org.apache.struts2.config.providers.XmlConfigurationProvider
 
toString() - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
toString() - Method in enum class org.apache.struts2.conversion.annotations.ConversionRule
 
toString() - Method in enum class org.apache.struts2.conversion.annotations.ConversionType
 
toString() - Method in class org.apache.struts2.DefaultActionProxyFactory
 
toString() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
toString() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
toString() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
toString() - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile
 
toString() - Method in class org.apache.struts2.dispatcher.Parameter.Empty
 
toString() - Method in class org.apache.struts2.dispatcher.Parameter.File
 
toString() - Method in class org.apache.struts2.dispatcher.Parameter.Request
 
toString() - Method in class org.apache.struts2.interceptor.csp.DefaultCspSettings
 
toString() - Method in class org.apache.struts2.interceptor.exec.StrutsBackgroundProcess
 
toString() - Method in class org.apache.struts2.security.AcceptedPatternsChecker.IsAccepted
 
toString() - Method in class org.apache.struts2.security.ExcludedPatternsChecker.IsExcluded
 
toString() - Method in class org.apache.struts2.security.NotExcludedAcceptedPatternsChecker.IsAllowed
 
toString() - Method in exception org.apache.struts2.StrutsException
Returns a short description of this throwable object, including the location.
toString() - Method in class org.apache.struts2.util.classloader.AbstractResourceStore
 
toString() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
toString() - Method in class org.apache.struts2.util.finder.ClassFinder.AnnotationInfo
 
toString() - Method in class org.apache.struts2.util.finder.ClassFinder.ClassInfo
 
toString() - Method in class org.apache.struts2.util.finder.ClassFinder.FieldInfo
 
toString() - Method in class org.apache.struts2.util.finder.ClassFinder.MethodInfo
 
toString() - Method in class org.apache.struts2.util.location.LocationImpl
 
toString() - Method in class org.apache.struts2.util.ResolverUtil.AnnotatedWith
 
toString() - Method in class org.apache.struts2.util.ResolverUtil.IsA
 
toString() - Method in class org.apache.struts2.util.ResolverUtil.NameEndsWith
 
toString() - Method in class org.apache.struts2.util.ResolverUtil.NameIs
 
toString() - Method in class org.apache.struts2.util.URLBean
 
toString() - Method in enum class org.apache.struts2.validator.annotations.ValidatorType
 
toString(int) - Method in class org.apache.struts2.util.StrutsUtil
 
toString(long) - Method in class org.apache.struts2.util.StrutsUtil
 
toString(Throwable) - Method in class org.apache.struts2.components.Component
Constructs a string representation of the given exception.
toString(Throwable) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
toString(Location) - Static method in class org.apache.struts2.util.location.LocationUtils
Builds a string representation of a location, in the "descripton - uri:line:column" format (e.g.
toStringSafe(Object) - Method in class org.apache.struts2.util.StrutsUtil
 
TRACE - Enum constant in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
 
trackRecursion(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Should be called by StrutsPrepareFilter to track how many times this request has been filtered.
translateVariables(char[], String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator) - Static method in class org.apache.struts2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char[], String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator, int) - Static method in class org.apache.struts2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, ValueStack) - Static method in class org.apache.struts2.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to ValueStack.findValue(java.lang.String).
translateVariables(char, String, ValueStack, Class) - Static method in class org.apache.struts2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator) - Static method in class org.apache.struts2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator, int) - Static method in class org.apache.struts2.util.TextParseUtil
Converted object from variable translation.
translateVariables(String) - Method in class org.apache.struts2.result.ActionChainResult
 
translateVariables(String) - Method in class org.apache.struts2.util.StrutsUtil
 
translateVariables(String, ValueStack) - Static method in class org.apache.struts2.util.TextParseUtil
Converts all instances of ${...}, and %{...} in expression to the value returned by a call to ValueStack.findValue(java.lang.String).
translateVariables(String, ValueStack, TextParseUtil.ParsedValueEvaluator) - Static method in class org.apache.struts2.util.TextParseUtil
Function similarly as TextParseUtil.translateVariables(char, String, ValueStack) except for the introduction of an additional evaluator that allows the parsed value to be evaluated by the evaluator.
translateVariablesCollection(char[], String, ValueStack, boolean, TextParseUtil.ParsedValueEvaluator, int) - Static method in class org.apache.struts2.util.TextParseUtil
Resolves given expression on given ValueStack.
translateVariablesCollection(String, ValueStack, boolean, TextParseUtil.ParsedValueEvaluator) - Static method in class org.apache.struts2.util.TextParseUtil
 
trim() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
To trim or not the value, default true - trim
trim() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
Boolean property.
trim() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
Boolean property.
trimBody - Variable in class org.apache.struts2.components.Set
 
trimBody - Variable in class org.apache.struts2.views.jsp.SetTag
 
trimExpression() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
Allows specify trim as an expression which will be evaluated during validation
trimExpression() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
type - Variable in class org.apache.struts2.components.FormButton
 
type - Variable in class org.apache.struts2.components.Link
 
type - Variable in class org.apache.struts2.components.Script
 
type - Variable in class org.apache.struts2.components.TextField
 
type - Variable in class org.apache.struts2.validator.validators.FieldValidatorSupport
 
type - Variable in class org.apache.struts2.views.jsp.ui.LinkTag
 
type - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
type - Variable in class org.apache.struts2.views.jsp.ui.ScriptTag
 
type - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
type - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
type() - Method in class org.apache.struts2.config.impl.LocatableConstantFactory
 
type() - Method in class org.apache.struts2.config.impl.LocatableFactory
 
type() - Element in annotation interface org.apache.struts2.conversion.annotations.TypeConversion
The ConversionType can be either APPLICATION or CLASS.
type() - Method in interface org.apache.struts2.inject.Factory
Returns a class of
type() - Element in annotation interface org.apache.struts2.validator.annotations.ConversionErrorFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.CreditCardValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.CustomValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.DateRangeFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.DoubleRangeFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.EmailValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.IntRangeFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.LongRangeFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.RegexFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.RequiredStringValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.ShortRangeFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.StringLengthFieldValidator
 
type() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
type() - Element in annotation interface org.apache.struts2.views.annotations.StrutsTagAttribute
 
TypeConversion - Annotation Interface in org.apache.struts2.conversion.annotations
TypeConversionException - Exception in org.apache.struts2.conversion
TypeConversionException should be thrown by any TypeConverters which fail to convert values
TypeConversionException() - Constructor for exception org.apache.struts2.conversion.TypeConversionException
Constructs a StrutsException with no detail message.
TypeConversionException(String) - Constructor for exception org.apache.struts2.conversion.TypeConversionException
Constructs a StrutsException with the specified detail message.
TypeConversionException(String, Throwable) - Constructor for exception org.apache.struts2.conversion.TypeConversionException
Constructs a StrutsException with the specified detail message.
TypeConversionException(Throwable) - Constructor for exception org.apache.struts2.conversion.TypeConversionException
Constructs a StrutsException with no detail message.
TypeConverter - Interface in org.apache.struts2.conversion
Interface for accessing the type conversion facilities within a context.
TypeConverterCreator - Interface in org.apache.struts2.conversion
Instantiate converter classes, if cannot create TypeConverter throws exception
TypeConverterHolder - Interface in org.apache.struts2.conversion
Holds all mappings related to TypeConverters

U

UIBean - Class in org.apache.struts2.components
UIBean is the standard superclass of all Struts UI components.
UIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.UIBean
 
uiStaticContentPath - Variable in class org.apache.struts2.components.UIBean
 
uiStaticContentPath - Variable in class org.apache.struts2.dispatcher.DefaultStaticContentLoader
uiThemeExpansionToken - Variable in class org.apache.struts2.components.UIBean
 
ultimateTargetClass(Object) - Static method in class org.apache.struts2.util.ProxyUtil
Determine the ultimate target class of the given instance, traversing not only a top-level proxy but any number of nested proxies as well — as long as possible without side effects.
unableToFindTextForKey(AbstractLocalizedTextProvider.GetDefaultMessageReturnArg) - Method in class org.apache.struts2.text.StrutsLocalizedTextProvider
Determines if we found the text in the bundles.
Unchainable - Interface in org.apache.struts2
Simple marker interface to indicate an object should not have its properties copied during chaining.
unescapeJava(Writer, String) - Static method in class org.apache.struts2.util.PropertiesReader
Unescapes any Java literals found in the String to a Writer.
unescapeJava(String) - Static method in class org.apache.struts2.util.PropertiesReader
Unescapes any Java literals found in the String.
unescapeJava(String, char) - Static method in class org.apache.struts2.util.PropertiesReader
Unescapes any Java literals found in the String to a Writer.
UNKNOWN - Static variable in interface org.apache.struts2.util.location.Location
Constant for unknown locations.
UNKNOWN_STRING - Static variable in class org.apache.struts2.util.location.LocationUtils
The string representation of an unknown location: "[unknown location]".
UnknownHandler - Interface in org.apache.struts2
Handles cases when the result or action is unknown.
UnknownHandlerConfig - Class in org.apache.struts2.config.entities
 
UnknownHandlerConfig(String, Location) - Constructor for class org.apache.struts2.config.entities.UnknownHandlerConfig
 
UnknownHandlerFactory - Interface in org.apache.struts2.factory
Dedicated interface used by ObjectFactory to build UnknownHandler
unknownHandlerManager - Variable in class org.apache.struts2.DefaultActionInvocation
 
unknownHandlerManager - Variable in class org.apache.struts2.DefaultActionProxy
 
UnknownHandlerManager - Interface in org.apache.struts2
An unknown handler manager contains a list of UnknownHandler and iterates on them by order
unknownHandlers - Variable in class org.apache.struts2.DefaultUnknownHandlerManager
 
unknownHandlerStack - Variable in class org.apache.struts2.config.impl.DefaultConfiguration
 
unknownHandlerStack - Variable in class org.apache.struts2.config.impl.MockConfiguration
 
unknownHandlerStack() - Method in interface org.apache.struts2.config.StrutsJavaConfiguration
 
unknownMappings - Variable in class org.apache.struts2.conversion.StrutsTypeConverterHolder
Record classes that doesn't have conversion mapping defined.
UNSUPPORTED - Static variable in class org.apache.struts2.dispatcher.AttributeMap
 
unwrapParameters(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
updateCurrentPropertyPath(Map<String, Object>, Object) - Static method in class org.apache.struts2.util.reflection.ReflectionContextState
 
upDownOnLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
upDownOnLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
upDownOnRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
upDownOnRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
updownselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
UpDownSelect - Class in org.apache.struts2.components
UpDownSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.UpDownSelect
 
UpDownSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
UpDownSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.UpDownSelectModel
 
UpDownSelectTag - Class in org.apache.struts2.views.jsp.ui
 
UpDownSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
upLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
upLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
UploadedFile - Interface in org.apache.struts2.dispatcher.multipart
Virtual representation of an uploaded file used by MultiPartRequest
UploadedFileConverter - Class in org.apache.struts2.conversion
 
UploadedFileConverter() - Constructor for class org.apache.struts2.conversion.UploadedFileConverter
 
uploadedFiles - Variable in class org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
Map between file fields and file data.
UploadedFilesAware - Interface in org.apache.struts2.action
Actions that want to be aware of all the uploaded file should implement this interface.
URI - Static variable in class org.apache.struts2.util.location.LocationAttributes
Namespace URI for location attributes
url - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
URL - Class in org.apache.struts2.components
URL(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.URL
 
URLBean - Class in org.apache.struts2.util
A bean that can generate a URL.
URLBean() - Constructor for class org.apache.struts2.util.URLBean
 
UrlDecoder - Interface in org.apache.struts2.url
URL Decoder used internally by Struts
urlEncode(String) - Method in class org.apache.struts2.util.StrutsUtil
 
UrlEncoder - Interface in org.apache.struts2.url
URL Encoder used internally by Struts
UrlHelper - Interface in org.apache.struts2.views.util
Helper class used to build Urls or parse request params
urlIncludeParams - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
URLModel - Class in org.apache.struts2.views.freemarker.tags
 
URLModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.URLModel
 
urlParameters - Variable in class org.apache.struts2.components.Anchor
 
urlProvider - Variable in class org.apache.struts2.components.Anchor
 
UrlProvider - Interface in org.apache.struts2.components
Implementations of this interface can be used to build a URL
urlRegex() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
urlRegexExpression() - Element in annotation interface org.apache.struts2.validator.annotations.UrlValidator
 
urlRenderer - Variable in class org.apache.struts2.components.Anchor
 
urlRenderer - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
urlRenderer - Variable in class org.apache.struts2.components.Form
 
UrlRenderer - Interface in org.apache.struts2.components
Implementations of this interface are responsible for rendering/creating URLs for a specific environment (e.g.
urls() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
UrlSet - Class in org.apache.struts2.util.finder
Use with ClassFinder to filter the Urls to be scanned, example:
UrlSet(URL...) - Constructor for class org.apache.struts2.util.finder.UrlSet
 
UrlSet(Collection<URL>) - Constructor for class org.apache.struts2.util.finder.UrlSet
Ignores all URLs that are not "jar" or "file"
UrlSet(ClassLoaderInterface) - Constructor for class org.apache.struts2.util.finder.UrlSet
 
UrlSet(ClassLoaderInterface, Set<String>) - Constructor for class org.apache.struts2.util.finder.UrlSet
 
UrlSet.FileProtocolNormalizer - Interface in org.apache.struts2.util.finder
 
URLTag - Class in org.apache.struts2.views.jsp
 
URLTag() - Constructor for class org.apache.struts2.views.jsp.URLTag
 
UrlValidator - Annotation Interface in org.apache.struts2.validator.annotations
This validator checks that a field is a valid URL.
URLValidator - Class in org.apache.struts2.validator.validators
URLValidator checks that a given field is a String and a valid URL
URLValidator() - Constructor for class org.apache.struts2.validator.validators.URLValidator
 
useAcceptProperties(Set<Pattern>) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
useAcceptProperties(Set<Pattern>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useAcceptProperties(Set<Pattern>) - Method in interface org.apache.struts2.util.MemberAccessValueStack
 
useAllowlistClasses(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useAllowlistPackageNames(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useAllowStaticFieldAccess(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDevMode(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDevModeExcludedClasses(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDevModeExcludedPackageExemptClasses(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDevModeExcludedPackageNamePatterns(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDevModeExcludedPackageNames(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDisallowCustomOgnlMap(String) - Method in class org.apache.struts2.ognl.accessor.CompoundRootAccessor
 
useDisallowDefaultPackageAccess(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDisallowProxyMemberAccess(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useDisallowProxyObjectAccess(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useEnforceAllowlistEnabled(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useExcludedClasses(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useExcludedNodeTypes(String) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
useExcludedPackageExemptClasses(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useExcludedPackageNamePatterns(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useExcludedPackageNames(String) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useExcludeProperties(Set<Pattern>) - Method in class org.apache.struts2.ognl.OgnlValueStack
 
useExcludeProperties(Set<Pattern>) - Method in class org.apache.struts2.ognl.SecurityMemberAccess
 
useExcludeProperties(Set<Pattern>) - Method in interface org.apache.struts2.util.MemberAccessValueStack
 
useLocale(ActionInvocation, Locale) - Method in class org.apache.struts2.interceptor.I18nInterceptor
Save the given locale to the ActionInvocation.
usesBody() - Method in class org.apache.struts2.components.Anchor
 
usesBody() - Method in class org.apache.struts2.components.Component
Overwrite to set if body should be used.
usesBody() - Method in class org.apache.struts2.components.Param
 
usesBody() - Method in class org.apache.struts2.components.Script
 
usesBody() - Method in class org.apache.struts2.components.Set
 
usesBody() - Method in class org.apache.struts2.components.Submit
 
usesBody() - Method in class org.apache.struts2.components.Text
 

V

validate - Variable in class org.apache.struts2.components.Form
 
validate - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
validate() - Method in class org.apache.struts2.ActionSupport
A default implementation that validates nothing.
validate() - Method in interface org.apache.struts2.Validateable
Performs validation.
validate(Object) - Method in class org.apache.struts2.components.Form.FieldVisitorValidatorWrapper
 
validate(Object) - Method in interface org.apache.struts2.validator.Validator
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
validate(Object) - Method in class org.apache.struts2.validator.validators.ConditionalVisitorFieldValidator
If expression evaluates to true, invoke visitor validation.
validate(Object) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.ExpressionValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.FieldExpressionValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
validate(Object) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
validate(Object) - Method in class org.apache.struts2.validator.validators.RequiredFieldValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.RequiredStringValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.URLValidator
 
validate(Object) - Method in class org.apache.struts2.validator.validators.VisitorFieldValidator
 
validate(Object, String) - Method in interface org.apache.struts2.validator.ActionValidatorManager
Validates the given object using action and its context.
validate(Object, String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
validate(Object, String, String) - Method in interface org.apache.struts2.validator.ActionValidatorManager
Validates the given object using an action, its context, and the name of the method being invoked on the action.
validate(Object, String, String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
validate(Object, String, ValidatorContext) - Method in interface org.apache.struts2.validator.ActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String, ValidatorContext) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
validate(Object, String, ValidatorContext, String) - Method in interface org.apache.struts2.validator.ActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String, ValidatorContext, String) - Method in class org.apache.struts2.validator.DefaultActionValidatorManager
 
Validateable - Interface in org.apache.struts2
Provides an interface in which a call for a validation check can be done.
validateClasses(Set<String>, ClassLoader) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
validateCollection(Double, Double, Double, Double, Collection) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
validateExcludedNodeTypes(Set<String>) - Method in class org.apache.struts2.ognl.StrutsOgnlGuard
 
validateExpression(Object) - Method in class org.apache.struts2.validator.validators.ConditionalVisitorFieldValidator
Validate the expression contained in the "expression" paramter.
validateFieldValue(Object, String, String) - Method in class org.apache.struts2.validator.validators.CreditCardValidator
 
validateFieldValue(Object, String, String) - Method in class org.apache.struts2.validator.validators.RegexFieldValidator
 
validatePackageNames(Collection<String>) - Static method in class org.apache.struts2.util.ConfigParseUtil
 
validateStaticContentPath(String) - Static method in class org.apache.struts2.dispatcher.StaticContentLoader.Validator
 
validateValue(Object, Comparable<T>, T, T) - Method in class org.apache.struts2.validator.validators.RangeValidatorSupport
 
validateValue(Object, Double, Double, Double, Double) - Method in class org.apache.struts2.validator.validators.DoubleRangeFieldValidator
 
validateValue(Object, Object) - Method in class org.apache.struts2.validator.validators.RequiredStringValidator
 
validateValue(Object, Object) - Method in class org.apache.struts2.validator.validators.StringLengthFieldValidator
 
validateValue(Object, Object) - Method in class org.apache.struts2.validator.validators.URLValidator
 
VALIDATION_CONFIG_SUFFIX - Static variable in class org.apache.struts2.validator.DefaultActionValidatorManager
The file suffix for any validation file.
ValidationAware - Interface in org.apache.struts2.interceptor
ValidationAware classes can accept Action (class level) or field level error messages.
ValidationAwareSupport - Class in org.apache.struts2
Provides a default implementation of ValidationAware.
ValidationAwareSupport() - Constructor for class org.apache.struts2.ValidationAwareSupport
 
ValidationErrorAware - Interface in org.apache.struts2.interceptor
ValidationErrorAware classes can be notified about validation errors before DefaultWorkflowInterceptor will return 'inputResultName' result to allow change or not the result name This interface can be only applied to action which already implements ValidationAware interface!
ValidationException - Exception in org.apache.struts2.validator
ValidationException.
ValidationException() - Constructor for exception org.apache.struts2.validator.ValidationException
Constructs an Exception with no specified detail message.
ValidationException(String) - Constructor for exception org.apache.struts2.validator.ValidationException
Constructs an Exception with the specified detail message.
ValidationException(String, Throwable) - Constructor for exception org.apache.struts2.validator.ValidationException
 
ValidationInterceptor - Class in org.apache.struts2.validator
ValidationInterceptor() - Constructor for class org.apache.struts2.validator.ValidationInterceptor
 
ValidationParameter - Annotation Interface in org.apache.struts2.validator.annotations
The ValidationParameter annotation is used as a parameter for CustomValidators.
Validations - Annotation Interface in org.apache.struts2.validator.annotations
ValidationWorkflowAware - Interface in org.apache.struts2.interceptor
ValidationWorkflowAware classes can programmatically change result name when errors occurred This interface can be only applied to action which already implements ValidationAware interface!
Validator<T> - Interface in org.apache.struts2.validator
Validator() - Constructor for class org.apache.struts2.dispatcher.StaticContentLoader.Validator
 
validatorCache - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
ValidatorConfig - Class in org.apache.struts2.validator
Holds the necessary information for configuring an instance of a Validator.
ValidatorConfig(String) - Constructor for class org.apache.struts2.validator.ValidatorConfig
 
ValidatorConfig(ValidatorConfig) - Constructor for class org.apache.struts2.validator.ValidatorConfig
 
ValidatorConfig.Builder - Class in org.apache.struts2.validator
Builds a ValidatorConfig
ValidatorContext - Interface in org.apache.struts2.validator
The context for validation.
validatorFactory - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
ValidatorFactory - Interface in org.apache.struts2.factory
Dedicated interface used by ObjectFactory to build Validator
ValidatorFactory - Interface in org.apache.struts2.validator
ValidatorFactory
validatorFileCache - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
validatorFileParser - Variable in class org.apache.struts2.validator.DefaultActionValidatorManager
 
validatorFileParser - Variable in class org.apache.struts2.validator.DefaultValidatorFactory
 
ValidatorFileParser - Interface in org.apache.struts2.validator
This class serves 2 purpose : Parse the validation config file.
validators - Variable in class org.apache.struts2.validator.DefaultValidatorFactory
 
ValidatorSupport - Class in org.apache.struts2.validator.validators
Abstract implementation of the Validator interface suitable for subclassing.
ValidatorSupport() - Constructor for class org.apache.struts2.validator.validators.ValidatorSupport
 
ValidatorType - Enum Class in org.apache.struts2.validator.annotations
ValidatorType
validToken() - Static method in class org.apache.struts2.util.TokenHelper
Checks for a valid transaction token in the current request params.
value - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
value - Variable in class org.apache.struts2.components.Include
 
value - Variable in class org.apache.struts2.components.IteratorComponent
 
value - Variable in class org.apache.struts2.components.Param
 
value - Variable in class org.apache.struts2.components.Push
 
value - Variable in class org.apache.struts2.components.Set
 
value - Variable in class org.apache.struts2.components.UIBean
 
value - Variable in class org.apache.struts2.views.jsp.IncludeTag
 
value - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
value - Variable in class org.apache.struts2.views.jsp.ParamTag
 
value - Variable in class org.apache.struts2.views.jsp.PushTag
 
value - Variable in class org.apache.struts2.views.jsp.SetTag
 
value - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
value - Variable in class org.apache.struts2.views.jsp.URLTag
 
value() - Element in annotation interface org.apache.struts2.conversion.annotations.TypeConversion
If used with ConversionRule.KEY_PROPERTY specify a value here! Note: If you use ConversionType.APPLICATION, you can not set a value!
value() - Element in annotation interface org.apache.struts2.inject.Inject
 
value() - Element in annotation interface org.apache.struts2.inject.Scoped
 
value() - Element in annotation interface org.apache.struts2.interceptor.httpmethod.AllowedHttpMethod
 
value() - Element in annotation interface org.apache.struts2.interceptor.httpmethod.HttpDelete
 
value() - Element in annotation interface org.apache.struts2.interceptor.httpmethod.HttpGet
 
value() - Element in annotation interface org.apache.struts2.interceptor.httpmethod.HttpGetOrPost
 
value() - Element in annotation interface org.apache.struts2.interceptor.httpmethod.HttpPost
 
value() - Element in annotation interface org.apache.struts2.interceptor.httpmethod.HttpPut
 
value() - Element in annotation interface org.apache.struts2.util.CreateIfNull
 
value() - Element in annotation interface org.apache.struts2.util.Element
 
value() - Element in annotation interface org.apache.struts2.util.Key
 
value() - Element in annotation interface org.apache.struts2.util.KeyProperty
 
value() - Element in annotation interface org.apache.struts2.validator.annotations.ValidationParameter
 
VALUE_STACK - Static variable in interface org.apache.struts2.util.ValueStack
 
valueOf(String) - Static method in enum class org.apache.struts2.conversion.annotations.ConversionRule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.conversion.annotations.ConversionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.inject.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.inject.util.ReferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.interceptor.I18nInterceptor.Storage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.ognl.OgnlCacheFactory.CacheType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.struts2.validator.annotations.ValidatorType
Returns the enum constant of this class with the specified name.
values - Variable in class org.apache.struts2.components.Text
 
values() - Static method in enum class org.apache.struts2.conversion.annotations.ConversionRule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.struts2.conversion.annotations.ConversionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.apache.struts2.dispatcher.AttributeMap
 
values() - Method in class org.apache.struts2.dispatcher.HttpParameters
 
values() - Static method in enum class org.apache.struts2.inject.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.apache.struts2.inject.util.ReferenceMap
Returns an unmodifiable set view of the values in this map.
values() - Static method in enum class org.apache.struts2.inject.util.ReferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.struts2.interceptor.httpmethod.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.struts2.interceptor.I18nInterceptor.Storage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.struts2.ognl.OgnlCacheFactory.CacheType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.struts2.validator.annotations.ValidatorType
Returns an array containing the constants of this enum class, in the order they are declared.
ValueStack - Interface in org.apache.struts2.util
ValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.
valueStackFactory - Variable in class org.apache.struts2.components.ActionComponent
 
valueStackFactory - Variable in class org.apache.struts2.DefaultActionInvocation
 
valueStackFactory - Variable in class org.apache.struts2.interceptor.AliasInterceptor
 
ValueStackFactory - Interface in org.apache.struts2.util
Factory that creates a value stack, defaulting to the OgnlValueStackFactory
ValueStackProvider - Interface in org.apache.struts2.util
 
valueSubstitutor - Variable in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
ValueSubstitutor - Interface in org.apache.struts2.config.providers
 
var - Variable in class org.apache.struts2.components.ContextBean
 
VARY_HEADER - Static variable in interface org.apache.struts2.interceptor.ResourceIsolationPolicy
 
verifyAction(String, Location) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
verifyInterceptor(String, Location) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
verifyResultType(String, Location) - Method in class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
visitorFields() - Element in annotation interface org.apache.struts2.validator.annotations.Validations
 
VisitorFieldValidator - Class in org.apache.struts2.validator.validators
VisitorFieldValidator - Annotation Interface in org.apache.struts2.validator.annotations
The validator allows you to forward validator to object properties of your action using the objects own validator files.
VisitorFieldValidator() - Constructor for class org.apache.struts2.validator.validators.VisitorFieldValidator
 
VisitorFieldValidator.AppendingValidatorContext - Class in org.apache.struts2.validator.validators
 

W

WAIT - Static variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
warning(SAXParseException) - Method in class org.apache.struts2.util.DomHelper.StartHandler
 
WEAK - Enum constant in enum class org.apache.struts2.inject.util.ReferenceType
Referent reclaimed when no strong or soft references exist.
WILDCARD - Static variable in class org.apache.struts2.config.entities.ActionConfig
 
WildcardHelper - Class in org.apache.struts2.util
This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.
WildcardHelper() - Constructor for class org.apache.struts2.util.WildcardHelper
 
WildcardUtil - Class in org.apache.struts2.util
Helper class to convert wildcard expression to regular expression
WildcardUtil() - Constructor for class org.apache.struts2.util.WildcardUtil
 
windowState - Variable in class org.apache.struts2.components.ComponentUrlProvider
 
windowState - Variable in class org.apache.struts2.components.Form
 
windowState - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
windowState - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
windowState - Variable in class org.apache.struts2.views.jsp.URLTag
 
with(String, Object) - Method in class org.apache.struts2.ActionContext
Adds arbitrary key to action context
withActionInvocation(ActionInvocation) - Method in class org.apache.struts2.ActionContext
Sets the action invocation (the execution state).
withActionMapping(ActionMapping) - Method in class org.apache.struts2.ActionContext
Assigns ActionMapping to action context
withActionName(String) - Method in class org.apache.struts2.ActionContext
Sets the name of the current Action in the ActionContext.
withApplication(Map<String, Object>) - Method in interface org.apache.struts2.action.ApplicationAware
Applies the map of application properties in the implementing class.
withApplication(Map<String, Object>) - Method in class org.apache.struts2.ActionContext
Sets the action's application context.
withComparator(Comparator<String>) - Method in class org.apache.struts2.dispatcher.HttpParameters.Builder
 
withContainer(Container) - Method in class org.apache.struts2.ActionContext
Gets the container for this request
withContentType(String) - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile.Builder
 
withContentType(String) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withContentTypeJson() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withContentTypeTextHtml() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withContentTypeTextPlain() - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withConversionErrors(Map<String, ConversionData>) - Method in class org.apache.struts2.ActionContext
Sets conversion errors which occurred when executing the action.
withCookie(String, String) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withCookies(Map<String, String>) - Method in interface org.apache.struts2.action.CookiesAware
Sets a map of filtered cookies.
withExtraContext(Map<String, Object>) - Method in class org.apache.struts2.ActionContext
Assigns an extra context map to action context
withExtraParams(Map<String, ?>) - Method in class org.apache.struts2.dispatcher.HttpParameters.Builder
 
withHeader(String, Integer) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withHeader(String, Long) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withHeader(String, String) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
withInputName(String) - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile.Builder
 
WithLazyParams - Interface in org.apache.struts2.interceptor
Interceptors marked with this interface won't be fully initialised during initialisation.
WithLazyParams.LazyParamInjector - Class in org.apache.struts2.interceptor
 
withLocale(Locale) - Method in class org.apache.struts2.ActionContext
Sets the Locale for the current action.
withOriginalName(String) - Method in class org.apache.struts2.dispatcher.multipart.StrutsUploadedFile.Builder
 
withPageContext(PageContext) - Method in class org.apache.struts2.ActionContext
Assigns PageContext to action context
withParameters(HttpParameters) - Method in interface org.apache.struts2.action.ParametersAware
Sets the HTTP parameters in the implementing class.
withParameters(HttpParameters) - Method in class org.apache.struts2.ActionContext
Sets the action parameters.
withParent(HttpParameters) - Method in class org.apache.struts2.dispatcher.HttpParameters.Builder
 
withPrincipalProxy(PrincipalProxy) - Method in interface org.apache.struts2.action.PrincipalAware
 
withQueryFragment(String) - Method in interface org.apache.struts2.url.QueryStringParser.Result
 
withQueryFragment(String) - Method in class org.apache.struts2.url.StrutsQueryStringParser.StrutsQueryStringParserResult
 
withServletContext(ServletContext) - Method in interface org.apache.struts2.action.ServletContextAware
 
withServletContext(ServletContext) - Method in class org.apache.struts2.ActionContext
Assigns ServletContext to action context
withServletRequest(HttpServletRequest) - Method in class org.apache.struts2.action.CspReportAction
 
withServletRequest(HttpServletRequest) - Method in interface org.apache.struts2.action.ServletRequestAware
Applies the HTTP request object in implementing classes.
withServletRequest(HttpServletRequest) - Method in class org.apache.struts2.ActionContext
Assigns ServletRequest to action context
withServletResponse(HttpServletResponse) - Method in class org.apache.struts2.action.CspReportAction
 
withServletResponse(HttpServletResponse) - Method in interface org.apache.struts2.action.ServletResponseAware
Applies the HTTP response object in implementing classes.
withServletResponse(HttpServletResponse) - Method in class org.apache.struts2.ActionContext
Assigns ServletResponse to action context
withSession(Map<String, Object>) - Method in interface org.apache.struts2.action.SessionAware
Applies the Map of session attributes in the implementing class.
withSession(Map<String, Object>) - Method in class org.apache.struts2.ActionContext
Sets a map of action session values.
withUploadedFiles(List<UploadedFile>) - Method in interface org.apache.struts2.action.UploadedFilesAware
Notifies action about the multiple uploaded files, when a single file is uploaded the list will have just one element
withValueStack(ValueStack) - Method in class org.apache.struts2.ActionContext
Sets the OGNL value stack.
WIZARD - Enum constant in enum class org.apache.struts2.inject.Scope
One instance per wizard.
wrap - Variable in class org.apache.struts2.components.TextArea
 
wrap - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
wrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
wrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
wrapRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.Dispatcher
Wrap and return the given request or return the original request object.
wrapRequest(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.PrepareOperations
Wraps the request with the Struts wrapper that handles multipart requests better Also tracks additional calls to this method on the same request.
write(byte[], int, int) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
write(char[], int, int) - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
write(int) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
write(String) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
write(String, byte[]) - Method in class org.apache.struts2.util.classloader.AbstractResourceStore
 
write(String, byte[]) - Method in interface org.apache.struts2.util.classloader.ResourceStore
 
write(ResponseBuilder) - Method in interface org.apache.struts2.result.PlainResult
Implement this method in action using lambdas
writeAttributeValue(PrintWriter, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
writeFormElement(PrintWriter, String, String[]) - Method in class org.apache.struts2.result.PostbackResult
 
writeLine(String) - Method in class org.apache.struts2.result.plain.ResponseBuilder
 
writePrologueScript(PrintWriter) - Method in class org.apache.struts2.result.PostbackResult
Outputs the script after the form has been emitted.
writeText(PrintWriter, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
writeTo(JspWriter, String) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
This is a patched method (standard)
writeTo(OutputStream) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
writeTo(RandomAccessFile) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
writeTo(Writer, String) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
This is a patched method (added for common Writer, needed for tests)
WTLFU - Enum constant in enum class org.apache.struts2.ognl.OgnlCacheFactory.CacheType
 

X

XmlConfigurationProvider - Class in org.apache.struts2.config.providers
Looks in the classpath for an XML file, "struts.xml" by default, and uses it for the XWork configuration.
XmlConfigurationProvider() - Constructor for class org.apache.struts2.config.providers.XmlConfigurationProvider
 
XmlConfigurationProvider(String) - Constructor for class org.apache.struts2.config.providers.XmlConfigurationProvider
 
XmlDocConfigurationProvider - Class in org.apache.struts2.config.providers
This is a base Struts ConfigurationProvider for loading configuration from a parsed XML document.
XmlDocConfigurationProvider(Document...) - Constructor for class org.apache.struts2.config.providers.XmlDocConfigurationProvider
 
XmlHelper - Class in org.apache.struts2.config.providers
XML utilities.
XmlHelper() - Constructor for class org.apache.struts2.config.providers.XmlHelper
 
XWORK_MESSAGES_BUNDLE - Static variable in class org.apache.struts2.text.StrutsLocalizedTextProvider
 
XWorkBasicConverter - Class in org.apache.struts2.conversion.impl
XWorkBasicConverter() - Constructor for class org.apache.struts2.conversion.impl.XWorkBasicConverter
 
XWorkCollectionPropertyAccessor - Class in org.apache.struts2.ognl.accessor
 
XWorkCollectionPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkCollectionPropertyAccessor
 
xworkConverter - Variable in class org.apache.struts2.ognl.OgnlValueStackFactory
 
XWorkConverter - Class in org.apache.struts2.conversion.impl
XWorkConverter is a singleton used by many of the Struts 2's Ognl extension points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object conversion.
XWorkConverter() - Constructor for class org.apache.struts2.conversion.impl.XWorkConverter
 
XWorkEnumerationAccessor - Class in org.apache.struts2.ognl.accessor
 
XWorkEnumerationAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkEnumerationAccessor
 
XWorkIteratorPropertyAccessor - Class in org.apache.struts2.ognl.accessor
 
XWorkIteratorPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkIteratorPropertyAccessor
 
XWorkJUnit4TestCase - Class in org.apache.struts2
 
XWorkJUnit4TestCase() - Constructor for class org.apache.struts2.XWorkJUnit4TestCase
 
XWorkList - Class in org.apache.struts2.conversion.impl
A simple list that guarantees that inserting and retrieving objects will always work regardless of the current size of the list.
XWorkList(Class) - Constructor for class org.apache.struts2.conversion.impl.XWorkList
 
XWorkList(Class, int) - Constructor for class org.apache.struts2.conversion.impl.XWorkList
 
XWorkListPropertyAccessor - Class in org.apache.struts2.ognl.accessor
Overrides the list property accessor so in the case of trying to add properties of a given bean and the JavaBean is not present, this class will create the necessary blank JavaBeans.
XWorkListPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkListPropertyAccessor
 
XWorkMapPropertyAccessor - Class in org.apache.struts2.ognl.accessor
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
XWorkMapPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkMapPropertyAccessor
 
XWorkMethodAccessor - Class in org.apache.struts2.ognl.accessor
Allows methods to be executed under normal cirumstances, except when ReflectionContextState.DENY_METHOD_EXECUTION is in the action context with a value of true.
XWorkMethodAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkMethodAccessor
 
XWorkObjectPropertyAccessor - Class in org.apache.struts2.ognl.accessor
 
XWorkObjectPropertyAccessor() - Constructor for class org.apache.struts2.ognl.accessor.XWorkObjectPropertyAccessor
 
XWorkTestCase - Class in org.apache.struts2
Base JUnit TestCase to extend for XWork specific JUnit tests.
XWorkTestCase() - Constructor for class org.apache.struts2.XWorkTestCase
 
XWorkTestCaseHelper - Class in org.apache.struts2.util
Generic test setup methods to be used with any unit testing framework.
XWorkTestCaseHelper() - Constructor for class org.apache.struts2.util.XWorkTestCaseHelper
 
XWorkTypeConverterWrapper - Class in org.apache.struts2.ognl
Wraps an OGNL TypeConverter as an XWork TypeConverter
XWorkTypeConverterWrapper(TypeConverter) - Constructor for class org.apache.struts2.ognl.XWorkTypeConverterWrapper
 

Y

y - Enum constant in enum class org.apache.struts2.interceptor.DateTextFieldInterceptor.DateWord
 
yes(String) - Static method in class org.apache.struts2.security.AcceptedPatternsChecker.IsAccepted
 
yes(String) - Static method in class org.apache.struts2.security.NotExcludedAcceptedPatternsChecker.IsAllowed
 
yes(Pattern) - Static method in class org.apache.struts2.security.ExcludedPatternsChecker.IsExcluded
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form