a StrutsModels   
AbstractBeanSelectionProvider org.apache.struts2.config 
TODO lukaszlenart: write a JavaDoc
 
AbstractBeanSelectionProvider() AbstractBeanSelectionProvider   
AbstractClosingTag org.apache.struts2.views.jsp.ui   
AbstractClosingTag() AbstractClosingTag   
AbstractDoubleListTag org.apache.struts2.views.jsp.ui   
AbstractDoubleListTag() AbstractDoubleListTag   
AbstractFileUploadInterceptor org.apache.struts2.interceptor   
AbstractFileUploadInterceptor() AbstractFileUploadInterceptor   
AbstractInterceptor com.opensymphony.xwork2.interceptor 
 
AbstractInterceptor() AbstractInterceptor 
Deprecated. 
  
AbstractInterceptor org.apache.struts2.interceptor 
Provides default implementations of optional lifecycle methods
 
AbstractInterceptor() AbstractInterceptor   
AbstractListTag org.apache.struts2.views.jsp.ui   
AbstractListTag() AbstractListTag   
AbstractMatcher E > - Class in com.opensymphony.xwork2.config.impl 
 Matches patterns against pre-compiled wildcard expressions pulled from
 target objects.
 
AbstractMatcher(PatternMatcher<?>, boolean) AbstractMatcher   
AbstractMatcher(PatternMatcher<?>) AbstractMatcher 
 
AbstractMultiPartRequest org.apache.struts2.dispatcher.multipart 
Abstract class with some helper methods, it should be used
 when starting development of another implementation of 
MultiPartRequest 
AbstractMultiPartRequest() AbstractMultiPartRequest   
AbstractRequiredListTag org.apache.struts2.views.jsp.ui   
AbstractRequiredListTag() AbstractRequiredListTag   
AbstractResourceStore com.opensymphony.xwork2.util.classloader   
AbstractResourceStore(File) AbstractResourceStore   
AbstractUITag org.apache.struts2.views.jsp.ui 
Abstract base class for all UI tags.
 
AbstractUITag() AbstractUITag   
AbstractUITagBeanInfo 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() AbstractUITagBeanInfo   
accept File   
accept FileTag   
acceptableName(String) ParametersInterceptor 
 
acceptableParameterName(String, String) ParamNameAwareResult   
acceptableParameterName(String) ParameterNameAware 
Tests if the action will accept the parameter with the given name.
 
acceptableParameterValue(String) ParameterValueAware 
Tests if the action will accept the parameter with the given value.
 
acceptableValue(String, String) ParametersInterceptor 
 
acceptcharset Form   
acceptcharset FormTag   
ACCEPTED_PATTERNS DefaultAcceptedPatternsChecker   
acceptedPatterns DefaultAcceptedPatternsChecker   
AcceptedPatternsChecker com.opensymphony.xwork2.security 
Used across different interceptors to check if given string matches one of the accepted patterns.
 
AcceptedPatternsChecker.IsAccepted com.opensymphony.xwork2.security   
acceptFile(Object, UploadedFile, String, String, String) AbstractFileUploadInterceptor 
Override for added functionality.
 
AcceptLanguageLocaleHandler(ActionInvocation) I18nInterceptor.AcceptLanguageLocaleHandler   
accesskey UIBean   
accesskey AbstractUITag   
Action com.opensymphony.xwork2 
 
action DefaultActionInvocation   
action ModelDrivenInterceptor.RefreshModelBeforeResult 
Deprecated. 
  
Action org.apache.struts2.action 
All actions may  implement this interface, which exposes the execute() method.
 
action ComponentUrlProvider   
action Form   
action FormButton   
action ModelDrivenInterceptor.RefreshModelBeforeResult   
action StrutsModels   
action AnchorTag   
action FormTag   
action ResetTag   
action SubmitTag   
action URLTag   
ACTION ContextUtil   
ACTION_MAPPING StrutsStatics   
ACTION_PREFIX DefaultActionMapper   
ActionChainResult com.opensymphony.xwork2 
 
ActionChainResult() ActionChainResult 
Deprecated. 
  
ActionChainResult(String, String, String) ActionChainResult 
Deprecated. 
  
ActionChainResult(String, String, String, String) ActionChainResult 
Deprecated. 
  
ActionChainResult org.apache.struts2.result 
This result invokes an entire other action, complete with it's own interceptor stack and result.
 
ActionChainResult() ActionChainResult   
ActionChainResult(String, String, String) ActionChainResult   
ActionChainResult(String, String, String, String) ActionChainResult   
ActionComponent org.apache.struts2.components   
ActionComponent(ValueStack, HttpServletRequest, HttpServletResponse) ActionComponent   
ActionConfig com.opensymphony.xwork2.config.entities 
Contains everything needed to configure and execute an action:
 
 methodName - the method name to execute on the action.
 
ActionConfig(String, String, String) ActionConfig   
ActionConfig(ActionConfig) ActionConfig 
Clones an ActionConfig, copying data into new maps and lists
 
ActionConfig.Builder com.opensymphony.xwork2.config.entities 
The builder for this object.
 
ActionConfigMatcher com.opensymphony.xwork2.config.impl 
 Matches paths against pre-compiled wildcard expressions pulled from
 action configs.
 
ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean) ActionConfigMatcher 
 Finds and precompiles the wildcard patterns from the ActionConfig
 "path" attributes.
 
ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean, boolean) ActionConfigMatcher 
 Finds and precompiles the wildcard patterns from the ActionConfig
 "path" attributes.
 
actionConfigs PackageConfig   
ActionContext com.opensymphony.xwork2 
 
ActionContext org.apache.struts2 
 The ActionContext is the context in which an 
Action is executed.
 
ActionContext(Map<String, Object>) ActionContext 
Creates a new ActionContext initialized with another context.
 
ActionError 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) ActionError   
actionerror StrutsModels   
ActionErrorModel org.apache.struts2.views.freemarker.tags   
ActionErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) ActionErrorModel   
actionErrorOccurred(String) ValidationErrorAware 
Allows to notify action about occurred action/field errors
 
actionErrorsSessionKey MessageStoreInterceptor   
ActionErrorTag org.apache.struts2.views.jsp.ui 
ActionError Tag.
 
ActionErrorTag() ActionErrorTag   
ActionEventListener com.opensymphony.xwork2 
 
actionEventListener DefaultActionInvocation   
actionEventListener DefaultActionProxy   
ActionEventListener org.apache.struts2 
Provides hooks for handling key action events
 
ActionEventListener.LegacyAdapter com.opensymphony.xwork2 
Deprecated. 
  
ActionFactory com.opensymphony.xwork2.factory 
 
ActionFileUploadInterceptor org.apache.struts2.interceptor 
 
ActionFileUploadInterceptor() ActionFileUploadInterceptor   
ActionInvocation com.opensymphony.xwork2 
 
ActionInvocation org.apache.struts2 
 
actionInvocation I18nInterceptor.RequestLocaleHandler   
ActionInvocation.LegacyAdapter com.opensymphony.xwork2 
Deprecated. 
  
actionMapper Component   
ActionMapper org.apache.struts2.dispatcher.mapper   
actionMapper PostbackResult   
actionMapper ServletRedirectResult   
actionMappers CompositeActionMapper   
actionMappers PrefixBasedActionMapper   
ActionMapping org.apache.struts2.dispatcher.mapper 
Simple class that holds the action mapping information used to invoke a
 Struts action.
 
ActionMapping() ActionMapping 
Constructs an ActionMapping
 
ActionMapping(Result) ActionMapping 
Constructs an ActionMapping with a default result
 
ActionMapping(String, String, String, Map<String, Object>) ActionMapping 
Constructs an ActionMapping with its values
 
ActionMappingParametersInterceptor org.apache.struts2.interceptor   
ActionMappingParametersInterceptor() ActionMappingParametersInterceptor   
ActionMessage org.apache.struts2.components 
Render action messages if they exists, specific rendering layout depends on the
 theme itself.
 
ActionMessage(ValueStack, HttpServletRequest, HttpServletResponse) ActionMessage   
actionmessage StrutsModels   
ActionMessageModel org.apache.struts2.views.freemarker.tags   
ActionMessageModel(ValueStack, HttpServletRequest, HttpServletResponse) ActionMessageModel   
actionMessagesSessionKey MessageStoreInterceptor   
ActionMessageTag org.apache.struts2.views.jsp.ui 
ActionMessage Tag.
 
ActionMessageTag() ActionMessageTag   
ActionModel org.apache.struts2.views.freemarker.tags   
ActionModel(ValueStack, HttpServletRequest, HttpServletResponse) ActionModel   
actionName DefaultActionProxy   
actionName ServletActionRedirectResult   
ActionProxy com.opensymphony.xwork2 
Deprecated. 
 
ActionProxy org.apache.struts2 
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
 
ActionProxy.LegacyAdapter com.opensymphony.xwork2 
Deprecated. 
  
ActionProxyFactory com.opensymphony.xwork2 
 
actionProxyFactory XWorkJUnit4TestCase   
actionProxyFactory XWorkTestCase   
actionProxyFactory ActionComponent   
ActionSupport com.opensymphony.xwork2 
 
ActionSupport() ActionSupport 
Deprecated. 
  
ActionSupport org.apache.struts2 
Provides a default implementation for the most common actions.
 
ActionSupport() ActionSupport   
ActionTag org.apache.struts2.views.jsp   
ActionTag() ActionTag   
ActionValidatorManager com.opensymphony.xwork2.validator 
ActionValidatorManager is the main interface for validation managers (regular and annotation based).
 
actionValidatorManager Form   
actualName Text   
adapt(ActionContext) ActionContext 
Deprecated. 
  
adapt(ActionEventListener) ActionEventListener 
Deprecated. 
  
adapt(ActionInvocation) ActionInvocation 
Deprecated. 
  
adapt(ActionProxy) ActionProxy 
Deprecated. 
  
adapt(ConditionalInterceptor) ConditionalInterceptor 
Deprecated. 
  
adapt(Interceptor) Interceptor 
Deprecated. 
  
adapt(PreResultListener) PreResultListener 
Deprecated. 
  
adapt(ValidationAware) ValidationAware 
Deprecated. 
  
adapt(Result) Result 
Deprecated. 
  
adapt(ValueStack) ValueStack 
Deprecated. 
  
add(int, Object) XWorkList 
 Inserts the specified element at the specified position in this list.
 
add(Object) XWorkList 
 Appends the specified element to the end of this list.
 
addAction(Element, PackageConfig.Builder) XmlDocConfigurationProvider   
addActionConfig(String, ActionConfig) PackageConfig.Builder   
addActionError(String) ValidationAware.LegacyAdapter 
Deprecated. 
  
addActionError(String) ValidationAwareSupport   
addActionError(String) DelegatingValidatorContext   
addActionError(Object) ValidatorSupport   
addActionError(String) VisitorFieldValidator.AppendingValidatorContext   
addActionError(String) ActionSupport   
addActionError(String) ValidationAware 
Add an Action-level error message to this Action.
 
addActionMessage(String) ValidationAware.LegacyAdapter 
Deprecated. 
  
addActionMessage(String) ValidationAwareSupport   
addActionMessage(String) DelegatingValidatorContext   
addActionMessage(String) ActionSupport   
addActionMessage(String) ValidationAware 
Add an Action-level message to this Action.
 
addAll(Collection) 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.
 
addAll(int, Collection) XWorkList 
 Inserts all of the elements in the specified Collection into this list, starting at the
 specified position.
 
addAllFields(Class<? extends Annotation>, Class<?>, List<Field>) AnnotationUtils 
Adds all fields with the specified Annotation of class clazz and its superclasses to allFields
 
addAllInterfaces(Class<?>, List<Class<?>>) AnnotationUtils   
addAllMethods(Class<? extends Annotation>, Class<?>, List<Method>) AnnotationUtils 
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields
 
addAllowedMethod(String) ActionConfig.Builder   
addAllowedMethod(Collection<String>) ActionConfig.Builder   
addAllowedMethodsToSet(Node, Set<String>) XmlDocConfigurationProvider   
addAllParameters(Map) Anchor   
addAllParameters(Map<String, Object>) Component 
Adds all the given parameters to this component's own parameters.
 
addAllToLeftLabel OptionTransferSelect   
addAllToLeftLabel OptionTransferSelectTag   
addAllToLeftOnclick OptionTransferSelect   
addAllToLeftOnclick OptionTransferSelectTag   
addAllToRightLabel OptionTransferSelect   
addAllToRightLabel OptionTransferSelectTag   
addAllToRightOnclick OptionTransferSelect   
addAllToRightOnclick OptionTransferSelectTag   
addAttribute(String, String) PrettyPrintWriter   
addBuffer() FastByteArrayOutputStream   
addContainerProvider(ContainerProvider) ConfigurationManager 
adds a configuration provider to the List of ConfigurationProviders.
 
addConverterMapping(Map<String, Object>, Class) XWorkConverter 
Looks for converter mappings for the specified class and adds it to an existing map.
 
addCookiesToResponse(CookieProvider, HttpServletResponse) CookieProviderInterceptor 
Do what name suggests
 
addCspHeaders(HttpServletResponse) CspSettings 
 
addCspHeaders(HttpServletRequest, HttpServletResponse) CspSettings   
addCspHeaders(HttpServletResponse) DefaultCspSettings   
addCspHeaders(HttpServletRequest, HttpServletResponse) DefaultCspSettings   
addDefaultContainerProviders() ConfigurationManager   
addDefaultMapping(String, TypeConverter) TypeConverterHolder 
Adds mapping for default type converters - application scoped
 
addDefaultMapping(String, TypeConverter) StrutsTypeConverterHolder   
addDefaultResourceBundle(String) LocalizedTextProvider   
addDispatcherListener(DispatcherListener) Dispatcher 
Add a dispatcher lifecycle listener.
 
addEdge(T, T) DirectedGraph 
Given a start node, and a destination, adds an arc from the start node to the destination.
 
addError(LocalizedMessage) MultiPartRequestWrapper 
Adds an error message when it isn't already added.
 
addExceptionMapping(ExceptionMappingConfig) ActionConfig.Builder   
addExceptionMappingConfig(ExceptionMappingConfig) PackageConfig.Builder   
addExceptionMappings(Collection<? extends ExceptionMappingConfig>) ActionConfig.Builder   
addFieldError(String, String) ValidationAware.LegacyAdapter 
Deprecated. 
  
addFieldError(String, String) ValidationAwareSupport   
addFieldError(String, String) DelegatingValidatorContext   
addFieldError(String, Object) ValidatorSupport   
addFieldError(String, String) VisitorFieldValidator.AppendingValidatorContext   
addFieldError(String, String) ActionSupport   
addFieldError(String, String) ValidationAware 
Add an error message for a given field.
 
addFileSkippedError(String, HttpServletRequest) JakartaStreamMultiPartRequest 
Add a file skipped message notification for action messages.
 
addFinder(LocationUtils.LocationFinder) LocationUtils 
 
addFormParameter(String, Object) UIBean   
addGlobalAllowedMethods(Set<String>) PackageConfig.Builder   
addGlobalExceptionMappingConfigs(List<ExceptionMappingConfig>) PackageConfig.Builder   
addGlobalResultConfig(ResultConfig) PackageConfig.Builder   
addGlobalResultConfigs(Map<String, ResultConfig>) PackageConfig.Builder   
addHeader(String, String) HttpHeaderResult 
Adds an HTTP header to the response
 
addIfMatching(ResolverUtil.Test, String) 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) ActionConfig.Builder   
addInterceptor(InterceptorMapping) InterceptorListHolder   
addInterceptor(InterceptorMapping) InterceptorStackConfig.Builder 
Add an InterceptorMapping object.
 
addInterceptorConfig(InterceptorConfig) PackageConfig.Builder   
addInterceptors(List<InterceptorMapping>) ActionConfig.Builder   
addInterceptors(List<InterceptorMapping>) InterceptorListHolder   
addInterceptors(List<InterceptorMapping>) InterceptorStackConfig.Builder 
Add a List of InterceptorMapping objects.
 
addInterceptorStackConfig(InterceptorStackConfig) PackageConfig.Builder   
addLabel InputTransferSelect   
addLabel InputTransferSelectTag   
addLocationAttributes(Locator, Attributes) LocationAttributes 
Add location attributes to a set of SAX attributes.
 
addMapping(Class, Map<String, Object>) TypeConverterHolder 
Assign mapping of converters for given class
 
addMapping(Class, Map<String, Object>) StrutsTypeConverterHolder   
addNode(T) DirectedGraph 
Adds a new node to the graph.
 
addNoMapping(Class) TypeConverterHolder 
Adds no mapping flag for give class
 
addNoMapping(Class) StrutsTypeConverterHolder   
addPackage(Element) XmlDocConfigurationProvider 
Create a PackageConfig from an XML element representing it.
 
addPackageConfig(String, PackageConfig) Configuration   
addPackageConfig(String, PackageConfig) DefaultConfiguration   
addPackageConfig(String, PackageConfig) MockConfiguration   
addParam(String, String) ActionConfig.Builder   
addParam(String, String) ExceptionMappingConfig.Builder   
addParam(String, String) InterceptorConfig.Builder   
addParam(String, String) Parameterizable   
addParam(String, String) ResultConfig.Builder   
addParam(String, String) ResultTypeConfig.Builder   
addParam(String, Object) ValidatorConfig.Builder   
addParam(String, String) QueryStringParser.Result   
addParam(String, String) StrutsQueryStringParser.StrutsQueryStringParserResult   
addParameter(String, Object) Anchor   
addParameter(Object) AppendIterator   
addParameter(String, Object) Bean   
addParameter(String, Object) Component 
Adds the given key and value to this component's own parameter.
 
addParameter(Object) FieldError   
addParameter(String, Object) Include   
addParameter(Object) MergeIterator   
addParameter(Object) Param.UnnamedParametric 
Adds the given value as a parameter to the outer tag.
 
addParameter(String, Object) Text   
addParameter(Object) Text   
addParameter(String, Object) ServletRedirectResult 
Adds a request parameter to be added to the redirect url
 
addParameter(String, Object) URLBean   
addParameter(String, Object) ActionTag   
addParameterAction(String, ParameterAction) DefaultActionMapper 
Adds a parameter action.
 
addParametersToContext(ActionContext, Map<String, ?>) StaticParametersInterceptor 
Deprecated. 
Adds the parameters into context's ParameterMap.
 
addParametersToContext(ActionContext, Map<String, ?>) ActionMappingParametersInterceptor 
Adds the parameters into the current ActionContext's parameter map.
 
addParametersToContext(ActionContext, Map<String, ?>) ParametersInterceptor 
Adds the parameters into context's ParameterMap
 
addParametersToContext(ActionContext, Map<String, ?>) StaticParametersInterceptor 
Adds the parameters into context's ParameterMap.
 
addParams(Map<String, String>) ActionConfig.Builder   
addParams(Map<String, String>) ExceptionMappingConfig.Builder   
addParams(Map<String, String>) InterceptorConfig.Builder   
addParams(Map<String, String>) ResultConfig.Builder   
addParams(Map<String, String>) ResultTypeConfig.Builder   
addParams(Map<String, Object>) ValidatorConfig.Builder   
addParent(PackageConfig) PackageConfig.Builder   
addParents(List<PackageConfig>) PackageConfig.Builder   
addPattern(String, E, boolean) AbstractMatcher 
 Finds and precompiles the wildcard patterns.
 
addPreResultListener(PreResultListener) ActionInvocation 
Deprecated. 
  
addPreResultListener(PreResultListener) ActionInvocation 
Deprecated. 
  
addPreResultListener(PreResultListener) ActionInvocation.LegacyAdapter 
Deprecated. 
  
addPreResultListener(PreResultListener) DefaultActionInvocation 
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the
 Result is executed.
 
addPreResultListener(PreResultListener) MockActionInvocation   
addPreResultListener(PreResultListener) ActionInvocation 
Register a 
PreResultListener to be notified after the Action is executed and
 before the Result is executed.
 
addResourceStore(ResourceStore) ReloadingClassLoader   
addResultConfig(ResultConfig) ActionConfig.Builder   
addResultConfigs(Collection<ResultConfig>) ActionConfig.Builder   
addResultConfigs(Map<String, ResultConfig>) ActionConfig.Builder   
addResultTypeConfig(ResultTypeConfig) PackageConfig.Builder   
addResultTypes(PackageConfig.Builder, Element) XmlDocConfigurationProvider   
addSetting(String, String) FreemarkerManager   
addToLeftLabel OptionTransferSelect   
addToLeftLabel OptionTransferSelectTag   
addToLeftOnclick OptionTransferSelect   
addToLeftOnclick OptionTransferSelectTag   
addToRightLabel OptionTransferSelect   
addToRightLabel OptionTransferSelectTag   
addToRightOnclick OptionTransferSelect   
addToRightOnclick OptionTransferSelectTag   
addUnknownMapping(String) TypeConverterHolder 
Adds no converter flag for given class name
 FIXME lukaszlenart: maybe it should be merged with NoMapping
 
addUnknownMapping(String) StrutsTypeConverterHolder   
adjustLocation(String) PlainTextResult   
After com.opensymphony.xwork2.interceptor.annotations 
Marks a action method that needs to be called after the main action method and the result was
 executed.
 
after(ActionInvocation, String) ScopeInterceptor   
afterBody() CallbackWriter   
afterInvocation() 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) ContainerBuilder 
Convenience method. Equivalent to alias(type, Container.DEFAULT_NAME,
 type).
 
alias(Class<T>, String, String) ContainerBuilder 
Maps an existing factory to a new name.
 
alias(Class, String, ContainerBuilder, Properties) AbstractBeanSelectionProvider   
alias(Class, String, ContainerBuilder, Properties, Scope) AbstractBeanSelectionProvider   
aliasesKey AliasInterceptor 
Deprecated. 
  
aliasesKey AliasInterceptor   
AliasInterceptor com.opensymphony.xwork2.interceptor 
 
AliasInterceptor() AliasInterceptor 
Deprecated. 
  
AliasInterceptor org.apache.struts2.interceptor 
The aim of this Interceptor is to alias a named parameter to a different named parameter.
 
AliasInterceptor() AliasInterceptor   
ALL UrlProvider   
allowAddAllToLeft OptionTransferSelect   
allowAddAllToLeft OptionTransferSelectTag   
allowAddAllToRight OptionTransferSelect   
allowAddAllToRight OptionTransferSelectTag   
allowAddToLeft OptionTransferSelect   
allowAddToLeft OptionTransferSelectTag   
allowAddToRight OptionTransferSelect   
allowAddToRight OptionTransferSelectTag   
allowAndLoadClass(String) XmlDocConfigurationProvider   
allowCaching StreamResult   
allowClass(Class<?>) ThreadAllowlist   
allowDynamicMethodCalls DefaultActionMapper   
Allowed com.opensymphony.xwork2.interceptor.annotations 
 
allowedActionNames DefaultActionMapper   
AllowedHttpMethod org.apache.struts2.interceptor.httpmethod 
Use this annotation to limit with what http method action or action's method can be called
 
allowedMethodNames DefaultActionMapper   
allowedMethods ActionConfig   
allowedMethods ActionConfig.Builder   
AllowedMethods com.opensymphony.xwork2.config.entities   
allowedNamespaceNames DefaultActionMapper   
allowedRoles RolesInterceptor   
allowlistClass(Class<?>) ParametersInterceptor   
allowlistClasses XmlDocConfigurationProvider   
allowlistFieldIfParameterized(Field) ParametersInterceptor   
allowlistParameterizedTypeArg(Type) ParametersInterceptor   
allowlistParamType(Type) ParametersInterceptor   
allowlistReturnTypeIfParameterized(Method) ParametersInterceptor   
allowMoveDown UpDownSelect   
allowMoveDown UpDownSelectTag   
allowMoveUp UpDownSelect   
allowMoveUp UpDownSelectTag   
allowRemoveAll InputTransferSelect   
allowRemoveAll InputTransferSelectTag   
allowSelectAll OptionTransferSelect   
allowSelectAll UpDownSelect   
allowSelectAll OptionTransferSelectTag   
allowSelectAll UpDownSelectTag   
allowSlashesInActionNames DefaultActionMapper   
allowUpDown InputTransferSelect   
allowUpDown InputTransferSelectTag   
allowUpDownOnLeft OptionTransferSelect   
allowUpDownOnLeft OptionTransferSelectTag   
allowUpDownOnRight OptionTransferSelect   
allowUpDownOnRight OptionTransferSelectTag   
altMapWrapper FreemarkerManager   
alwaysSelectFullNamespace DefaultActionMapper   
AMP UrlHelper   
Anchor org.apache.struts2.components   
Anchor(ValueStack, HttpServletRequest, HttpServletResponse) Anchor   
anchor ComponentUrlProvider   
anchor ServletRedirectResult   
anchor AnchorTag   
anchor URLTag   
AnchorModel org.apache.struts2.views.freemarker.tags   
AnchorModel(ValueStack, HttpServletRequest, HttpServletResponse) AnchorModel   
AnchorTag org.apache.struts2.views.jsp.ui   
AnchorTag() AnchorTag   
Annotatable(AnnotatedElement) ClassFinder.Annotatable   
Annotatable() ClassFinder.Annotatable   
AnnotatedWith(Class<? extends Annotation>) ResolverUtil.AnnotatedWith 
Constructs an AnnotatedWith test for the specified annotation type.
 
AnnotationActionValidatorManager com.opensymphony.xwork2.validator 
AnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.
 
AnnotationActionValidatorManager() AnnotationActionValidatorManager   
AnnotationInfo(Annotation) ClassFinder.AnnotationInfo   
AnnotationInfo(Class<? extends Annotation>) ClassFinder.AnnotationInfo   
AnnotationInfo(String) ClassFinder.AnnotationInfo   
AnnotationParameterFilterInterceptor com.opensymphony.xwork2.interceptor.annotations 
 
AnnotationParameterFilterInterceptor() AnnotationParameterFilterInterceptor 
Deprecated. 
  
AnnotationUtils com.opensymphony.xwork2.util 
AnnotationUtils
 
AnnotationUtils() AnnotationUtils   
AnnotationValidationConfigurationBuilder com.opensymphony.xwork2.validator 
AnnotationValidationConfigurationBuilder
 
AnnotationValidationConfigurationBuilder(ValidatorFactory) AnnotationValidationConfigurationBuilder   
AnnotationValidationInterceptor 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() AnnotationValidationInterceptor   
AnnotationWorkflowInterceptor com.opensymphony.xwork2.interceptor.annotations   
AnnotationWorkflowInterceptor() AnnotationWorkflowInterceptor   
answer ElseIf   
ANSWER If   
appendAll(Map<String, Parameter>) HttpParameters 
Appends all the parameters by overriding any existing params in a case-insensitive manner
 
AppendingValidatorContext(ValidatorContext, TextProvider, String, String) VisitorFieldValidator.AppendingValidatorContext   
AppendIterator org.apache.struts2.components   
AppendIterator(ValueStack) AppendIterator   
AppendIteratorFilter org.apache.struts2.util 
A bean that takes several iterators and outputs them in sequence
 
AppendIteratorFilter() AppendIteratorFilter   
AppendIteratorTag org.apache.struts2.views.jsp.iterator 
Append a list of iterators.
 
AppendIteratorTag() AppendIteratorTag   
APPLICATION DispatcherConstants   
APPLICATION_JSON ResponseBuilder   
ApplicationAware org.apache.struts2.action 
Actions that want to be aware of the application Map object should implement this interface.
 
ApplicationAware org.apache.struts2.interceptor 
Deprecated. 
 
ApplicationMap 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) ApplicationMap 
Creates a new map object given the servlet context.
 
apply(F) Function 
Applies the function to an object of type F, resulting in an object
 of type T.
 
applyAdditionalHeaders(HttpServletResponse) PlainTextResult   
applyCharset(Charset, HttpServletResponse) PlainTextResult   
applyExpressionMaxLength(String) OgnlUtil   
applyInterceptor(ActionInvocation) MethodFilterInterceptor 
Deprecated. 
  
applyInterceptor(ActionInvocation) MethodFilterInterceptor   
applyMemberAccessProperties(ValueStack) ParametersInterceptor   
applyMethod(Set<String>, Set<String>, String) MethodFilterInterceptorUtil 
Static method to decide if the specified method should be
 apply (not filtered) depending on the set of excludeMethods and
 includeMethods.
 
applyMethod(String, String, String) MethodFilterInterceptorUtil 
 
applyParameters(Object, ValueStack, HttpParameters) ParametersInterceptor   
applyParametersOnStack(ValueStack, Map<String, Parameter>, Object) ParametersInterceptor   
applyValidation(Object, MultiPartRequestWrapper) AbstractFileUploadInterceptor   
applyValueParameter(String) UIBean 
 
areRolesValid(List<String>) RolesInterceptor 
Extension point for sub-classes to test if configured roles are known valid roles.
 
ArrayConverter com.opensymphony.xwork2.conversion.impl   
ArrayConverter() ArrayConverter   
as Link   
as LinkTag   
assignDispatcherToThread() PrepareOperations 
Assigns the dispatcher to the dispatcher thread local
 
async Script   
async ScriptTag   
asyncAction DefaultActionInvocation   
AsyncManager com.opensymphony.xwork2 
Adds support for invoke async actions.
 
asyncManager DefaultActionInvocation   
ATTR_FIELD_VALUE UIBean   
ATTR_NAME_VALUE UIBean   
ATTR_TEMPLATE_MODEL FreemarkerManager   
ATTR_VALUE UIBean   
AttributeMap org.apache.struts2.dispatcher 
A Map that holds 4 levels of scope.
 
AttributeMap(Map<String, Object>) AttributeMap   
attributeName I18nInterceptor   
ATTRIBUTES DispatcherConstants   
AUTOMATIC_MODE MessageStoreInterceptor   
 
cacheBeanWrapper FreemarkerManager   
CallbackWriter org.apache.struts2.views.freemarker.tags   
CallbackWriter(Component, Writer) CallbackWriter   
callMethod(Map, Object, String, Object[]) CompoundRootAccessor   
callMethod(Map, Object, String, Object[]) XWorkMethodAccessor   
callMethod(String, Map<String, Object>, Object) OgnlUtil   
callStaticMethod(Map, Class, String, Object[]) CompoundRootAccessor   
callStaticMethod(Map, Class, String, Object[]) XWorkMethodAccessor   
cancel() ReferenceCache 
 
canHandle(String) DefaultStaticContentLoader   
canHandle(String) StaticContentLoader   
capitalize(String) Strings 
Deprecated. 
 
capitalizeMethodName(String) PrefixMethodInvocationUtil 
 This method capitalized the first character of methodName.
 
categoryLogger ExceptionMappingInterceptor 
Deprecated. 
  
categoryLogger ExceptionMappingInterceptor   
ChainingInterceptor com.opensymphony.xwork2.interceptor 
 
ChainingInterceptor() ChainingInterceptor 
Deprecated. 
  
ChainingInterceptor org.apache.struts2.interceptor   
ChainingInterceptor() ChainingInterceptor   
characters(char[], int, int) DomHelper.DOMBuilder   
characters(char[], int, int) DomHelper.StartHandler   
characters(char[], int, int) LocationAttributes.Pipe   
charset Script   
charset ScriptTag   
checkAllowlist(Object, Member) SecurityMemberAccess   
Checkbox org.apache.struts2.components 
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.
 
Checkbox(ValueStack, HttpServletRequest, HttpServletResponse) Checkbox   
checkbox StrutsModels   
CheckboxInterceptor org.apache.struts2.interceptor   
CheckboxInterceptor() CheckboxInterceptor   
CheckboxList org.apache.struts2.components 
Creates a series of checkboxes from a list.
 
CheckboxList(ValueStack, HttpServletRequest, HttpServletResponse) CheckboxList   
checkboxlist StrutsModels   
CheckboxListModel org.apache.struts2.views.freemarker.tags   
CheckboxListModel(ValueStack, HttpServletRequest, HttpServletResponse) CheckboxListModel   
CheckboxListTag org.apache.struts2.views.jsp.ui   
CheckboxListTag() CheckboxListTag   
CheckboxModel org.apache.struts2.views.freemarker.tags   
CheckboxModel(ValueStack, HttpServletRequest, HttpServletResponse) CheckboxModel   
CheckboxTag org.apache.struts2.views.jsp.ui   
CheckboxTag() CheckboxTag   
checkDefaultPackageAccess(Object, Member) SecurityMemberAccess   
checkExclusionList(Object, Member) SecurityMemberAccess   
checkNode(Node) StrutsOgnlGuard   
checkProxyMemberAccess(Object, Member) SecurityMemberAccess   
checkProxyObjectAccess(Object) SecurityMemberAccess   
checkPublicMemberAccess(Member) SecurityMemberAccess 
Check access for public members (via modifiers)
 
checkStaticFieldAccess(Member) SecurityMemberAccess 
Check access for static field (via modifiers).
 
checkStaticMethodAccess(Member) SecurityMemberAccess 
Check access for static method (via modifiers).
 
CLASS_LOADER_INTERFACE ClassLoaderInterface   
classes StrutsUtil   
ClassFinder com.opensymphony.xwork2.util.finder 
ClassFinder searches the classpath of the specified ClassLoaderInterface for
 packages, classes, constructors, methods, or fields with specific annotations.
 
ClassFinder.Annotatable com.opensymphony.xwork2.util.finder   
ClassFinder.AnnotationInfo com.opensymphony.xwork2.util.finder   
ClassFinder.ClassInfo com.opensymphony.xwork2.util.finder   
ClassFinder.FieldInfo com.opensymphony.xwork2.util.finder   
ClassFinder.Info com.opensymphony.xwork2.util.finder   
ClassFinder.MethodInfo com.opensymphony.xwork2.util.finder   
ClassFinder.PackageInfo com.opensymphony.xwork2.util.finder   
ClassFinderFactory com.opensymphony.xwork2.util.finder 
Allows create different ClassFinders which should help support different Java versions
 
classForName(String, Map) CompoundRootAccessor   
ClassInfo(Class<?>, ClassFinder) ClassFinder.ClassInfo   
ClassInfo(String, String, ClassFinder) ClassFinder.ClassInfo   
ClassLoaderInterface com.opensymphony.xwork2.util.finder 
Classes implementing this interface can find resources and load classes, usually delegating to a class
 loader
 
ClassLoaderInterfaceDelegate com.opensymphony.xwork2.util.finder 
Default implementation of ClassLoaderInterface, which delegates to an actual ClassLoader
 
ClassLoaderInterfaceDelegate(ClassLoader) ClassLoaderInterfaceDelegate   
ClassLoaderUtil com.opensymphony.xwork2.util 
 This class is extremely useful for loading resources and classes in a fault tolerant manner
 that works across different applications servers.
 
ClassLoaderUtil() ClassLoaderUtil   
className(String) ActionConfig.Builder   
className ActionConfig   
className(String) InterceptorConfig.Builder   
className InterceptorConfig   
className(String) ResultConfig.Builder   
className ResultConfig   
className(String) ResultTypeConfig.Builder   
className ResultTypeConfig   
ClassPathFinder com.opensymphony.xwork2.util 
This class is an utility class that will search through the classpath
 for files whose names match the given pattern.
 
ClassPathFinder() ClassPathFinder   
ClassTest() ResolverUtil.ClassTest   
clazz TextProviderSupport   
cleanup() Dispatcher 
Releases all instances bound to this dispatcher instance.
 
cleanup() InitOperations   
cleanUp() JakartaMultiPartRequest   
cleanUp() JakartaStreamMultiPartRequest   
cleanUp() MultiPartRequest 
Cleans up all uploaded file, should be called at the end of request
 
cleanUp() MultiPartRequestWrapper   
cleanupActionName(String) DefaultActionMapper 
Checks action name against allowed pattern if not matched returns default action name
 
cleanUpAfterInit() Dispatcher 
Cleanup any resources used to initialise Dispatcher
 
cleanupContext DefaultActionProxy   
cleanupDispatcher() PrepareOperations 
Cleans up the dispatcher instance
 
cleanupMethodName(String) DefaultActionMapper 
Checks method name (when DMI is enabled) against allowed pattern if not matched returns default action name
 
cleanupNamespaceName(String) DefaultActionMapper 
Checks namespace name against allowed pattern if not matched returns default namespace
 
cleanupPath(String) DefaultStaticContentLoader   
cleanUpRequest(HttpServletRequest) Dispatcher 
Removes all the files created by MultiPartRequestWrapper.
 
cleanupRequest(HttpServletRequest) PrepareOperations 
Cleans up request.
 
cleanupWrappedRequest(HttpServletRequest) PrepareOperations 
 
clear() ActionContext 
Deprecated. 
  
clear() ReferenceMap   
clear() OgnlCache   
clear() OgnlCaffeineCache   
clear() OgnlDefaultCache   
clear() OgnlLRUCache   
clear(Map<String, Object>) ReflectionContextState   
clear() ActionContext 
Wipes out current ActionContext, use wisely!
 
clear() ApplicationMap 
Removes all entries from the Map and removes all attributes from the servlet context.
 
clear() AttributeMap   
clear() HttpParameters   
clear() RequestMap 
Removes all attributes from the request as well as clears entries in this map.
 
clear() SessionMap 
Removes all attributes from the session as well as clears entries in this
 map.
 
ClearableValueStack com.opensymphony.xwork2.util 
ValueStacks implementing this interface provide a way to remove values from
 their contexts.
 
clearActionErrors() ValidationAwareSupport 
Clears action errors list.
 
clearActionErrors() ActionSupport 
Clears action errors.
 
clearAllowlist(Object) ProviderAllowlist   
clearAllowlist(ConfigurationProvider) ProviderAllowlist 
 
clearAllowlist() ThreadAllowlist   
clearAssertionStatus() ReloadingClassLoader   
clearBeanInfoCache() OgnlUtil 
Provide a mechanism to clear the BeanInfo cache.
 
clearContainerProviders() ConfigurationManager   
clearContextValues() OgnlValueStack   
clearContextValues() ClearableValueStack 
Remove all values from the context
 
clearCurrentPropertyPath(Map<String, Object>) ReflectionContextState   
clearDefaultResourceBundles() StrutsLocalizedTextProvider 
 
clearDevModeOverride() PrepareOperations 
Clear any override of the static devMode value being applied to the current thread.
 
clearErrors() ValidationAwareSupport 
Clears all error list/maps.
 
clearErrors() ActionSupport 
Clears all errors.
 
clearErrorsAndMessages() ValidationAwareSupport 
Clears all error and messages list/maps.
 
clearErrorsAndMessages() ActionSupport 
Clears all errors and messages.
 
clearExpressionCache() OgnlUtil 
Provide a mechanism to clear the OGNL expression cache.
 
clearFieldErrors() ValidationAwareSupport 
Clears field errors map.
 
clearFieldErrors() ActionSupport 
Clears field errors.
 
clearInstance() Dispatcher 
Removes the dispatcher instance for this thread.
 
clearMessages() ValidationAwareSupport 
Clears messages list.
 
clearMessages() ActionSupport 
Clears messages.
 
clearRuntimeCache() OgnlUtil 
Convenience mechanism to clear the OGNL Runtime Cache via OgnlUtil.
 
ClearSessionInterceptor org.apache.struts2.interceptor   
ClearSessionInterceptor() ClearSessionInterceptor   
clearTagStateForTagPoolingServers() ActionTag   
clearTagStateForTagPoolingServers() BeanTag   
clearTagStateForTagPoolingServers() ComponentTagSupport   
clearTagStateForTagPoolingServers() ContextBeanTag   
clearTagStateForTagPoolingServers() DateTag   
clearTagStateForTagPoolingServers() ElseIfTag   
clearTagStateForTagPoolingServers() I18nTag   
clearTagStateForTagPoolingServers() IfTag   
clearTagStateForTagPoolingServers() IncludeTag   
clearTagStateForTagPoolingServers() IteratorGeneratorTag   
clearTagStateForTagPoolingServers() SortIteratorTag   
clearTagStateForTagPoolingServers() SubsetIteratorTag   
clearTagStateForTagPoolingServers() IteratorTag   
clearTagStateForTagPoolingServers() NumberTag   
clearTagStateForTagPoolingServers() ParamTag   
clearTagStateForTagPoolingServers() PropertyTag   
clearTagStateForTagPoolingServers() PushTag   
clearTagStateForTagPoolingServers() SetTag   
clearTagStateForTagPoolingServers() StrutsBodyTagSupport 
Provide a mechanism to clear tag state, to handle servlet container JSP tag pooling
 behaviour with some servers, such as Glassfish.
 
clearTagStateForTagPoolingServers() TextTag   
clearTagStateForTagPoolingServers() AbstractClosingTag   
clearTagStateForTagPoolingServers() AbstractDoubleListTag   
clearTagStateForTagPoolingServers() AbstractListTag   
clearTagStateForTagPoolingServers() AbstractUITag   
clearTagStateForTagPoolingServers() ActionErrorTag   
clearTagStateForTagPoolingServers() ActionMessageTag   
clearTagStateForTagPoolingServers() AnchorTag   
clearTagStateForTagPoolingServers() CheckboxTag   
clearTagStateForTagPoolingServers() ComboBoxTag   
clearTagStateForTagPoolingServers() DateTextFieldTag   
clearTagStateForTagPoolingServers() FieldErrorTag   
clearTagStateForTagPoolingServers() FileTag   
clearTagStateForTagPoolingServers() FormTag   
clearTagStateForTagPoolingServers() InputTransferSelectTag   
clearTagStateForTagPoolingServers() LabelTag   
clearTagStateForTagPoolingServers() OptGroupTag   
clearTagStateForTagPoolingServers() OptionTransferSelectTag   
clearTagStateForTagPoolingServers() PasswordTag   
clearTagStateForTagPoolingServers() ResetTag   
clearTagStateForTagPoolingServers() SelectTag   
clearTagStateForTagPoolingServers() SubmitTag   
clearTagStateForTagPoolingServers() TextareaTag   
clearTagStateForTagPoolingServers() TextFieldTag   
clearTagStateForTagPoolingServers() UpDownSelectTag   
clearTagStateForTagPoolingServers() URLTag   
clone() ActionSupport   
clone() Template   
close() PrettyPrintWriter   
close() FastByteArrayOutputStream   
close() CallbackWriter   
closeQuietly(InputStream) AbstractResourceStore   
closeTemplateSource(Object) FreemarkerThemeTemplateLoader ClosingUIBean org.apache.struts2.components 
ClosingUIBean is the standard superclass for UI components such as div etc.
 
ClosingUIBean(ValueStack, HttpServletRequest, HttpServletResponse) ClosingUIBean   
CoepInterceptor 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() CoepInterceptor   
COL_ATTR LocationAttributes 
Attribute name for the column number
 
CollectionConverter com.opensymphony.xwork2.conversion.impl   
CollectionConverter() CollectionConverter   
cols TextArea   
cols TextareaTag   
com.opensymphony.xwork2  - package com.opensymphony.xwork2
Main XWork interfaces and classes.
 
com.opensymphony.xwork2.config  - package com.opensymphony.xwork2.config
Configuration core classes.
 
com.opensymphony.xwork2.config.entities  - package com.opensymphony.xwork2.config.entities
Configuration entity classes.
 
com.opensymphony.xwork2.config.impl  - package com.opensymphony.xwork2.config.impl
Configuration implementation classes.
 
com.opensymphony.xwork2.config.providers  - package com.opensymphony.xwork2.config.providers
Configuration provider classes.
 
com.opensymphony.xwork2.conversion  - package com.opensymphony.xwork2.conversion  
com.opensymphony.xwork2.conversion.annotations  - package com.opensymphony.xwork2.conversion.annotations
Type conversion annotations.
 
com.opensymphony.xwork2.conversion.impl  - package com.opensymphony.xwork2.conversion.impl  
com.opensymphony.xwork2.factory  - package com.opensymphony.xwork2.factory  
com.opensymphony.xwork2.inject  - package com.opensymphony.xwork2.inject
Guice  (pronounced "juice").
 
com.opensymphony.xwork2.inject.util  - package com.opensymphony.xwork2.inject.util
Guice util classes.
 
com.opensymphony.xwork2.interceptor  - package com.opensymphony.xwork2.interceptor
Interceptor classes.
 
com.opensymphony.xwork2.interceptor.annotations  - package com.opensymphony.xwork2.interceptor.annotations
Interceptor annotations.
 
com.opensymphony.xwork2.mock  - package com.opensymphony.xwork2.mock
XWork specific mock classes.
 
com.opensymphony.xwork2.ognl  - package com.opensymphony.xwork2.ognl  
com.opensymphony.xwork2.ognl.accessor  - package com.opensymphony.xwork2.ognl.accessor  
com.opensymphony.xwork2.result  - package com.opensymphony.xwork2.result  
com.opensymphony.xwork2.security  - package com.opensymphony.xwork2.security  
com.opensymphony.xwork2.test  - package com.opensymphony.xwork2.test  
com.opensymphony.xwork2.util  - package com.opensymphony.xwork2.util
XWork util classes.
 
com.opensymphony.xwork2.util.classloader  - package com.opensymphony.xwork2.util.classloader  
com.opensymphony.xwork2.util.finder  - package com.opensymphony.xwork2.util.finder  
com.opensymphony.xwork2.util.fs  - package com.opensymphony.xwork2.util.fs  
com.opensymphony.xwork2.util.location  - package com.opensymphony.xwork2.util.location
Classes and utilities used to track location information.
 
com.opensymphony.xwork2.util.reflection  - package com.opensymphony.xwork2.util.reflection  
com.opensymphony.xwork2.validator  - package com.opensymphony.xwork2.validator
XWork validation subsystem.
 
com.opensymphony.xwork2.validator.annotations  - package com.opensymphony.xwork2.validator.annotations
Validator annotations.
 
com.opensymphony.xwork2.validator.validators  - package com.opensymphony.xwork2.validator.validators
XWork default validator classes.
 
ComboBox org.apache.struts2.components   
ComboBox(ValueStack, HttpServletRequest, HttpServletResponse) ComboBox   
comboBox StrutsModels   
ComboBoxModel org.apache.struts2.views.freemarker.tags   
ComboBoxModel(ValueStack, HttpServletRequest, HttpServletResponse) ComboBoxModel   
ComboBoxTag org.apache.struts2.views.jsp.ui   
ComboBoxTag() ComboBoxTag   
commaDelimitedStringToSet(String) TextParseUtil 
Returns a set from comma delimited Strings.
 
comparePriorities(int, int) AnnotationWorkflowInterceptor   
compareTo(PackageConfig) PackageConfig   
compile(String) OgnlUtil   
compile(String, Map<String, Object>) OgnlUtil   
CompiledPattern(Pattern, List<String>) NamedVariablePatternMatcher.CompiledPattern   
compilePattern(String) NamedVariablePatternMatcher 
Compiles the pattern.
 
compilePattern(String) PatternMatcher 
 Translate the given String into an object
 representing the pattern matchable by this class.
 
compilePattern(String) WildcardHelper 
 Translate the given String into a int []
 representing the pattern matchable by this class.
 
compilePattern(String) ContentTypeMatcher   
compilePattern(String) DefaultContentTypeMatcher   
compilePattern(String) RegexPatternMatcher   
compileWildcardPattern(String) WildcardUtil 
Convert wildcard pattern to Pattern
 
completeExpression(String) Component 
Adds the surrounding %{ } to the expression for proper processing.
 
complexType(Object) TagModel   
Component org.apache.struts2.components 
Base class to extend for UI components.
 
Component(ValueStack) Component 
Constructor.
 
component ComponentUrlProvider   
component StrutsModels   
component ComponentTagSupport   
COMPONENT_NAME Anchor   
COMPONENT_STACK Component   
ComponentModel org.apache.struts2.views.freemarker.tags   
ComponentModel(ValueStack, HttpServletRequest, HttpServletResponse) ComponentModel   
ComponentTag org.apache.struts2.views.jsp.ui   
ComponentTag() ComponentTag   
ComponentTagSupport org.apache.struts2.views.jsp   
ComponentTagSupport() ComponentTagSupport   
ComponentUrlProvider org.apache.struts2.components 
Default implementation of UrlProvider
 
ComponentUrlProvider(Component, Map) ComponentUrlProvider   
ComponentUtils org.apache.struts2.util 
Various static methods used with components
 
ComponentUtils() ComponentUtils   
CompositeActionMapper 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) CompositeActionMapper   
CompositeTextProvider com.opensymphony.xwork2 
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>) CompositeTextProvider 
 
CompositeTextProvider(TextProvider[]) CompositeTextProvider 
 
CompoundRoot com.opensymphony.xwork2.util 
A Stack that is implemented using a List.
 
CompoundRoot() CompoundRoot   
CompoundRoot(List<?>) CompoundRoot   
CompoundRootAccessor com.opensymphony.xwork2.ognl.accessor 
A stack that is able to call methods on objects in the stack.
 
CompoundRootAccessor() CompoundRootAccessor   
compoundRootAccessor OgnlValueStackFactory   
ConditionalInterceptor com.opensymphony.xwork2.interceptor 
 
ConditionalInterceptor org.apache.struts2.interceptor 
A marking interface, when implemented allows to conditionally execute a given interceptor
 within the current action invocation.
 
ConditionalInterceptor.LegacyAdapter com.opensymphony.xwork2.interceptor 
Deprecated. 
  
conditionalParse(String, ActionInvocation) StrutsResultSupport 
Parses the parameter for OGNL expressions against the valuestack
 
conditionalParseCollection(String, ActionInvocation, boolean) StrutsResultSupport 
 
conditionalReload() ConfigurationManager 
Reloads the Configuration files if the configuration files indicate that they need to be reloaded.
 
ConditionalVisitorFieldValidator com.opensymphony.xwork2.validator.annotations   
ConditionalVisitorFieldValidator com.opensymphony.xwork2.validator.validators 
The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator
 only if the expression will evaluate to true.
 
ConditionalVisitorFieldValidator() ConditionalVisitorFieldValidator   
config DefaultActionProxy   
config FreemarkerManager   
CONFIG_SERVLET_CONTEXT_KEY FreemarkerManager   
ConfigParseUtil com.opensymphony.xwork2.util   
Configuration com.opensymphony.xwork2.config 
XWork configuration.
 
configuration ConfigurationManager   
configuration XmlDocConfigurationProvider   
configuration DefaultActionProxy   
configuration XWorkJUnit4TestCase   
configuration XWorkTestCase   
configuration Form   
configuration FreemarkerResult   
ConfigurationException com.opensymphony.xwork2.config 
ConfigurationException
 
ConfigurationException() ConfigurationException 
Constructs a ConfigurationException with no detail message.
 
ConfigurationException(String) ConfigurationException 
Constructs a ConfigurationException with the specified
 detail message.
 
ConfigurationException(String, Object) ConfigurationException 
Constructs a ConfigurationException with the specified
 detail message.
 
ConfigurationException(Throwable) ConfigurationException 
Constructs a ConfigurationException with no detail message.
 
ConfigurationException(Throwable, Object) ConfigurationException 
Constructs a ConfigurationException with no detail message.
 
ConfigurationException(String, Throwable) ConfigurationException 
Constructs a ConfigurationException with the specified
 detail message.
 
ConfigurationException(String, Throwable, Object) ConfigurationException 
Constructs a ConfigurationException with the specified
 detail message.
 
ConfigurationManager com.opensymphony.xwork2.config 
ConfigurationManager - central for XWork Configuration management, including
 its ConfigurationProvider.
 
ConfigurationManager(String) ConfigurationManager   
configurationManager XWorkJUnit4TestCase   
configurationManager XWorkTestCase   
configurationManager Dispatcher 
Store ConfigurationManager instance, set on init.
 
ConfigurationProvider com.opensymphony.xwork2.config 
Interface to be implemented by all forms of XWork configuration classes.
 
ConfigurationUtil com.opensymphony.xwork2.config 
ConfigurationUtil
 
configureTemplateLoader(TemplateLoader) FreemarkerManager 
Sets the Freemarker Configuration's template loader with the FreemarkerThemeTemplateLoader
 at the top.
 
constant(String, String) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, int) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, long) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, boolean) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, double) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, float) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, short) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, char) ContainerBuilder 
Maps a constant value to the given name.
 
constant(String, Class) ContainerBuilder 
Maps a class to the given name.
 
constant(String, E) ContainerBuilder 
Maps an enum to the given name.
 
ConstantConfig org.apache.struts2.config.entities   
ConstantConfig() ConstantConfig   
constants() StrutsJavaConfiguration   
constructInterceptorReference(InterceptorLocator, String, Map<String, String>, Location, ObjectFactory) InterceptorBuilder 
Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
 
container DefaultConfiguration   
container DefaultActionInvocation   
container DefaultActionProxyFactory   
Container com.opensymphony.xwork2.inject 
 Injects dependencies into constructors, methods and fields annotated with
 
Inject.
 
container OgnlValueStackFactory   
container XWorkJUnit4TestCase   
container XWorkTestCase   
container ActionSupport   
container DefaultActionMapper   
container PrefixBasedActionMapper   
containerAllowsStaticFieldAccess() OgnlValueStackFactory 
 
ContainerBuilder com.opensymphony.xwork2.inject 
 
ContainerBuilder() ContainerBuilder 
Constructs a new builder.
 
ContainerBuilder.Command com.opensymphony.xwork2.inject 
Implemented by classes which participate in building a container.
 
ContainerProvider com.opensymphony.xwork2.config 
Provides beans and constants/properties for the Container
 
contains(Object) XWorkList   
contains(Class<?>, String) ContainerBuilder   
contains(Class<?>) ContainerBuilder 
Convenience method. Equivalent to contains(type,
 Container.DEFAULT_NAME).
 
contains(char[], char) PropertiesReader 
Checks if the object is in the given array.
 
contains(Object, Object) GenericUIBean   
contains(Object, Object) ListUIBean   
contains(String) HttpParameters   
contains(String) QueryStringParser.Result   
contains(String) StrutsQueryStringParser.StrutsQueryStringParserResult   
contains(Object, Object) ContainUtil 
Determine if obj2 exists in obj1.
 
containsCycle() CycleDetector   
containsDefaultMapping(String) TypeConverterHolder 
Checks if converter was already defined for given class
 
containsDefaultMapping(String) StrutsTypeConverterHolder   
containsExcludedNodeType(Node) StrutsOgnlGuard   
containsExpression(String) ComponentUtils   
containsKey(Object) ReferenceMap   
containsKey(Object) AttributeMap   
containsKey(Object) HttpParameters   
containsKey(Object) SessionMap 
Checks if the specified session attribute with the given key exists.
 
containsNoMapping(Class) TypeConverterHolder 
Check if there is no mapping for given class to convert
 
containsNoMapping(Class) StrutsTypeConverterHolder   
containsUnknownMapping(String) TypeConverterHolder 
Checks if no mapping was defined for given class name
 FIXME lukaszlenart: maybe it should be merged with NoMapping
 
containsUnknownMapping(String) StrutsTypeConverterHolder   
containsValue(Object) ReferenceMap   
containsValue(Object) AttributeMap   
containsValue(Object) HttpParameters   
containsValueStack(Map<String, Object>) ActionContext 
Deprecated. 
  
containsValueStack(Map<String, Object>) ActionContext   
ContainUtil org.apache.struts2.util 
ContainUtil will check if object 1 contains object 2.
 
ContainUtil() ContainUtil   
content TabbedPane   
CONTENT_TYPE ResponseBuilder   
contentCharSet StreamResult   
contentDisposition StreamResult   
contentLength StreamResult   
contentType StreamResult   
contentType FreemarkerManager   
ContentTypeMatcher E > - Interface in org.apache.struts2.util 
 
Context com.opensymphony.xwork2.inject 
Context of the current injection.
 
context OgnlValueStack   
ContextBean org.apache.struts2.components 
Base class for control and data tags
 
ContextBean(ValueStack) ContextBean   
ContextBeanTag org.apache.struts2.views.jsp   
ContextBeanTag() ContextBeanTag   
contextDestroyed(ServletContextEvent) StrutsListener   
contextInitialized(ServletContextEvent) StrutsListener   
ContextUtil org.apache.struts2.views.util 
Value Stack's Context related Utilities.
 
ContextUtil() ContextUtil   
Conversion com.opensymphony.xwork2.conversion.annotations 
A marker annotation for type conversions at Type level.
 
CONVERSION_COLLECTION_PREFIX XWorkConverter   
CONVERSION_ERROR_PROPERTY_PREFIX XWorkConverter   
CONVERSION_PROPERTY_FULLNAME XWorkConverter   
ConversionAnnotationProcessor com.opensymphony.xwork2.conversion 
 
ConversionData com.opensymphony.xwork2.conversion.impl   
ConversionData() ConversionData   
ConversionData(Object, Class) ConversionData   
ConversionErrorFieldValidator com.opensymphony.xwork2.validator.annotations 
This validator checks if there are any conversion errors for a field and applies them if they exist.
 
ConversionErrorFieldValidator com.opensymphony.xwork2.validator.validators 
Field Validator that checks if a conversion error occurred for this field.
 
ConversionErrorFieldValidator() ConversionErrorFieldValidator   
ConversionErrorInterceptor com.opensymphony.xwork2.interceptor 
 
ConversionErrorInterceptor() ConversionErrorInterceptor 
Deprecated. 
  
ConversionErrorInterceptor org.apache.struts2.interceptor 
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.
 
ConversionErrorInterceptor() ConversionErrorInterceptor   
ConversionFileProcessor com.opensymphony.xwork2.conversion 
Used to process <clazz>-conversion.properties file to read defined Converters
 
ConversionPropertiesProcessor com.opensymphony.xwork2.conversion 
Used to read converters from Properties file
 
ConversionRule com.opensymphony.xwork2.conversion.annotations 
ConversionRule
 
ConversionType com.opensymphony.xwork2.conversion.annotations 
ConversionType
 
convert(String, E, Map<String, String>) 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>) ActionConfigMatcher 
 Clones the ActionConfig and its children, replacing various
 properties with the values of the wildcard-matched strings.
 
convert(String, NamespaceMatch, Map<String, String>) NamespaceMatcher   
convert(String) IteratorGenerator.Converter   
convert(Object) MakeIterator   
ConverterFactory com.opensymphony.xwork2.factory 
 
convertFromString(Map, String[], Class) StrutsTypeConverter 
Converts one or more String values to the specified class.
 
convertParam(String, Map<String, String>) AbstractMatcher 
 Inserts into a value wildcard-matched strings where specified
 with the {x} syntax.
 
convertParams(Map) TagModel   
convertToBigDecimal(Map<String, Object>, String) NumberConverter   
convertToDouble(Map<String, Object>, String) NumberConverter   
convertToFloat(Map<String, Object>, String) NumberConverter   
convertToString(Locale, Object) StringConverter   
convertToString(Map, Object) StrutsTypeConverter 
Converts the specified object to a String.
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) ArrayConverter   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) CollectionConverter   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) DateConverter   
convertValue(Map<String, Object>, Object, Class) DefaultTypeConverter   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) DefaultTypeConverter   
convertValue(Object, Class) 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, Member, String, Object, Class) NumberConverter   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) StringConverter   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) XWorkBasicConverter   
convertValue(Map<String, Object>, Object, Class) XWorkConverter   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) XWorkConverter 
Convert value from one form to another.
 
convertValue(Map<String, Object>, Object, Member, String, Object, Class) TypeConverter 
Converts the given value to a given type.
 
convertValue(Map, Object, Member, String, Object, Class) OgnlTypeConverterWrapper   
convertValue(Map, Object, Member, String, Object, Class) XWorkTypeConverterWrapper   
convertValue(Map<String, Object>, Object, Member, String, Object, Class) UploadedFileConverter   
convertValue(Map, Object, Class) StrutsTypeConverter   
CookieInterceptor org.apache.struts2.interceptor   
CookieInterceptor() CookieInterceptor   
CookieLocaleHandler(ActionInvocation) I18nInterceptor.CookieLocaleHandler   
CookieProvider org.apache.struts2.interceptor 
Action can create cookies which will be stored in response
 
CookieProviderInterceptor 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() CookieProviderInterceptor   
CookiesAware org.apache.struts2.action 
Actions implementing the CookiesAware interface will receive
 a Map of filtered cookies via the setCookiesMap method.
 
CookiesAware org.apache.struts2.interceptor 
 
CoopInterceptor org.apache.struts2.interceptor 
Interceptor that implements Cross-Origin Opener Policy on incoming requests.
 
CoopInterceptor() CoopInterceptor   
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) OgnlReflectionProvider   
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>, Class<?>) OgnlReflectionProvider   
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) 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>, Class<?>) 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>) 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(InputStream, OutputStream) JarResourceStore   
copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) 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<?>) 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.
 
copy(InputStream, OutputStream) DefaultStaticContentLoader 
Copy bytes from the input stream to the output stream.
 
copyParams(Map<String, Object>) Component 
Pushes this component's parameter Map as well as the component itself on to the stack
 and then copies the supplied parameters over.
 
copyParams(Map<String, Object>) UIBean 
supports dynamic attributes for freemarker ui tags
 
Counter org.apache.struts2.util 
A bean that can be used to keep track of a counter.
 
Counter() Counter   
create(Context) LocatableConstantFactory   
create(Context) LocatableFactory   
create(boolean) ContainerBuilder 
 
create(Context) Factory 
Creates an object to be injected.
 
create(K) ReferenceCache 
Override to lazy load values.
 
create() ErrorMessageBuilder   
create(Map) HttpParameters   
create() HttpParameters   
create(File) StrutsUploadedFile.Builder   
CREATE_IF_NULL_PREFIX DefaultObjectTypeDeterminer   
CREATE_NULL_OBJECTS ReflectionContextState   
createAction(Map<String, Object>) DefaultActionInvocation   
createActionContext(HttpServletRequest, HttpServletResponse) PrepareOperations 
Creates the action context and initializes the thread local
 
createActionInvocation(Map<String, Object>, boolean) DefaultActionProxyFactory   
createActionProxy(String, String, String, Map<String, Object>) 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) 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(ActionInvocation, String, String, String, boolean, boolean) 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(String, String, Map<String, Object>) DefaultActionProxyFactory   
createActionProxy(String, String, String, Map<String, Object>) DefaultActionProxyFactory   
createActionProxy(String, String, Map<String, Object>, boolean, boolean) DefaultActionProxyFactory   
createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) DefaultActionProxyFactory   
createActionProxy(ActionInvocation, String, String, boolean, boolean) DefaultActionProxyFactory   
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) DefaultActionProxyFactory   
createActionProxy(String, String, String, Map<String, Object>) Dispatcher   
createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) PrefixBasedActionProxyFactory   
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) StrutsActionProxyFactory   
createBootstrapContainer(List<ContainerProvider>) DefaultConfiguration   
createConfiguration(String) ConfigurationManager   
createConfiguration(ServletContext) FreemarkerManager 
Create the instance of the freemarker Configuration object.
 
createConfigurationManager(String) Dispatcher   
createContextMap() DefaultActionInvocation   
createContextMap(HttpServletRequest, HttpServletResponse, ActionMapping) Dispatcher 
Create a context map containing all the wrapped request objects
 
createContextMap(Map<String, Object>, HttpParameters, Map<String, Object>, Map<String, Object>, HttpServletRequest, HttpServletResponse) Dispatcher 
Merge all application and servlet attributes into a single HashMap  to represent the entire
 Action  context.
 
createContextWithLocale(Locale) XWorkTestCase   
createDefaultContext(Object) OgnlReflectionContextFactory   
createDefaultContext(Object) OgnlUtil   
createDefaultContext(Object, ClassResolver) OgnlUtil   
createDefaultContext(Object) ReflectionContextFactory 
Creates and returns a new standard naming context for evaluating an OGNL
 expression.
 
createDiskFileItemFactory(String) JakartaMultiPartRequest   
createDispatcher(HostConfig) InitOperations 
 
createExecuteOperations(Dispatcher) StrutsExecuteFilter 
 
createExecuteOperations(Dispatcher) StrutsPrepareAndExecuteFilter 
 
createExtraContext() ActionComponent   
createFileInfoFromItemStream(FileItemStream, File) JakartaStreamMultiPartRequest 
Creates an internal FileInfo structure used to pass information
 to the FileUploadInterceptor during the interceptor stack
 invocation process.
 
CreateIfNull com.opensymphony.xwork2.util   
createInitOperations() StrutsExecuteFilter 
 
createInitOperations() StrutsPrepareAndExecuteFilter 
 
createInitOperations() StrutsPrepareFilter 
 
createInstance(Class) StrutsTextProviderFactory   
createInstance(ResourceBundle) StrutsTextProviderFactory   
createInstance(Class) TextProviderFactory   
createInstance(ResourceBundle) TextProviderFactory   
createInterceptors(ActionProxy) DefaultActionInvocation   
createJavaConfigurationProvider(StrutsJavaConfiguration) Dispatcher   
createLocaleProvider() DefaultLocaleProviderFactory   
createLocaleProvider() LocaleProviderFactory 
 
createModel() FreemarkerResult 
Build the instance of the ScopesHashModel, including JspTagLib support
 
createObjectWrapper(ServletContext) FreemarkerManager   
createParametersForContext() ActionComponent 
Creates parameters map using parameters from the value stack and component parameters.
 
createPolicyFormat(HttpServletRequest) DefaultCspSettings   
createPrepareOperations(Dispatcher) StrutsExecuteFilter 
 
createPrepareOperations(Dispatcher) StrutsPrepareAndExecuteFilter 
 
createPrepareOperations(Dispatcher) StrutsPrepareFilter 
 
createPreResultListener(ActionInvocation) MessageStoreInterceptor   
createReportData(Exception, List<Throwable>) DefaultDispatcherErrorHandler   
createRequestContext(HttpServletRequest) JakartaMultiPartRequest 
Creates a RequestContext needed by Jakarta Commons Upload.
 
createResult() DefaultActionInvocation   
createServletFileUpload(DiskFileItemFactory) JakartaMultiPartRequest   
CreateSessionInterceptor org.apache.struts2.interceptor   
CreateSessionInterceptor() CreateSessionInterceptor   
createStrutsXmlConfigurationProvider(String, ServletContext) Dispatcher   
createStrutsXmlConfigurationProvider(String, boolean, ServletContext) Dispatcher 
 
createTemplateLoader(ServletContext, String) FreemarkerManager 
Create the template loader.
 
createTemporaryFile(String, String) JakartaStreamMultiPartRequest 
Creates a temporary file based on the given filename and location.
 
createTypeConverter(String) TypeConverterCreator 
 
createTypeConverter(Class<?>) TypeConverterCreator 
 
createTypeConverter(String) StrutsTypeConverterCreator   
createTypeConverter(Class<?>) StrutsTypeConverterCreator   
createValueStack() OgnlValueStackFactory   
createValueStack(ValueStack) OgnlValueStackFactory   
createValueStack(ValueStack, boolean) OgnlValueStackFactory   
createValueStack() ValueStackFactory 
 
createValueStack(ValueStack) ValueStackFactory 
 
CREDIT_CARD_PATTERN CreditCardValidator   
CreditCardValidator com.opensymphony.xwork2.validator.annotations 
This validator checks that a field is a valid credit card.
 
CreditCardValidator com.opensymphony.xwork2.validator.validators 
CreditCardFieldValidator checks that a given String/Array/Collection field,
 if not empty, is a valid credit card number.
 
CreditCardValidator() CreditCardValidator   
crossorigin Link   
crossorigin Script   
crossorigin LinkTag   
crossorigin ScriptTag   
CSP_ENFORCE_HEADER CspSettings   
CSP_REPORT_HEADER CspSettings   
CSP_REPORT_TYPE CspSettings   
cspHeader DefaultCspSettings   
CspInterceptor 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() CspInterceptor   
CspReportAction org.apache.struts2.action 
An abstract Action that can be extended to process the incoming CSP violation reports.
 
CspReportAction() CspReportAction   
CspSettings org.apache.struts2.interceptor.csp 
CspSettings interface used by the 
CspInterceptor to add the CSP header to the response.
 
CspSettingsAware org.apache.struts2.action 
 
cssClass UIBean   
cssClass AbstractUITag   
cssErrorClass UIBean   
cssErrorClass AbstractUITag   
cssErrorStyle UIBean   
cssErrorStyle AbstractUITag   
cssStyle UIBean   
cssStyle AbstractUITag   
CURRENT_PROPERTY_PATH ReflectionContextState   
currentValue FieldValidatorSupport   
CustomValidator com.opensymphony.xwork2.validator.annotations 
This annotation can be used for custom validators.
 
cutStack(int) CompoundRoot   
CycleDetector T > - Class in com.opensymphony.xwork2.config.providers   
CycleDetector(DirectedGraph<T>) CycleDetector   
 
Date org.apache.struts2.components   
Date(ValueStack) Date   
date StrutsModels   
DateConverter com.opensymphony.xwork2.conversion.impl   
DateConverter() DateConverter   
DateFormatter 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 org.apache.struts2.views.freemarker.tags 
DateModel
 
DateModel(ValueStack, HttpServletRequest, HttpServletResponse) DateModel   
DateRangeFieldValidator com.opensymphony.xwork2.validator.annotations 
This validator checks that a date field has a value within a specified range.
 
DateRangeFieldValidator com.opensymphony.xwork2.validator.validators 
Field Validator that checks if the date supplied is within a specific range.
 
DateRangeFieldValidator() DateRangeFieldValidator   
DateTag org.apache.struts2.views.jsp   
DateTag() DateTag   
DATETAG_PROPERTY Date 
Property name to fall back when no format is specified
 
DATETAG_PROPERTY_DAYS 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 Date 
Property name that defines the future notation (default: in {0})
 
DATETAG_PROPERTY_HOURS 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 Date 
Property name that defines the minutes notation (default: {0,choice,1#one minute|1<{0} minutes})
 
DATETAG_PROPERTY_PAST Date 
Property name that defines the past notation (default: {0} ago)
 
DATETAG_PROPERTY_SECONDS Date 
Property name that defines the seconds notation (default: in instant)
 
DATETAG_PROPERTY_YEARS 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 org.apache.struts2.components   
DateTextField(ValueStack, HttpServletRequest, HttpServletResponse) DateTextField   
DateTextFieldInterceptor org.apache.struts2.interceptor   
DateTextFieldInterceptor() DateTextFieldInterceptor   
DateTextFieldInterceptor.DateWord org.apache.struts2.interceptor   
DateTextFieldTag org.apache.struts2.views.jsp.ui   
DateTextFieldTag() DateTextFieldTag   
DateTimeFormatterAdapter org.apache.struts2.components.date   
DateTimeFormatterAdapter() DateTimeFormatterAdapter   
Debug org.apache.struts2.components   
Debug(ValueStack, HttpServletRequest, HttpServletResponse) Debug   
debug FreemarkerManager   
DebuggingInterceptor org.apache.struts2.interceptor.debugging   
DebuggingInterceptor() DebuggingInterceptor   
DebugTag org.apache.struts2.views.jsp.ui   
DebugTag() DebugTag   
DebugUtils com.opensymphony.xwork2.util   
DebugUtils() DebugUtils   
decide(Object) SubsetIteratorFilter   
decide(Object) SubsetIteratorFilter.Decider 
Should the object be added to the list?
 
declaredPackages XmlDocConfigurationProvider   
decode(String, String, boolean) StrutsUrlDecoder   
decode(String, boolean) StrutsUrlDecoder   
decode(String) StrutsUrlDecoder   
decode(String, String, boolean) UrlDecoder 
Decodes the input using default encoding, e.g.: struts.i18n.encoding
 
decode(String, boolean) UrlDecoder 
Decodes the input using default encoding, e.g.: struts.i18n.encoding
 
decode(String) UrlDecoder 
Decodes the input using default encoding, e.g.: struts.i18n.encoding
 
decrementRecursionCounter(HttpServletRequest, String, Runnable) PrepareOperations 
Helper method to count execution completions with a request attribute, and optionally execute some code
 (e.g.
 
deduceLocale() FreemarkerResult 
Returns the locale used for the Configuration.getTemplate(String, Locale) call.
 
DEFAULT_BEAN_NAME AbstractBeanSelectionProvider   
DEFAULT_CONTENT_TYPE FreemarkerManager   
DEFAULT_COOKIE_ATTRIBUTE I18nInterceptor   
DEFAULT_COOKIE_PARAMETER I18nInterceptor   
DEFAULT_FOO_VALUE MockInterceptor   
DEFAULT_HTTP_PORT UrlHelper 
Default HTTP port (80).
 
DEFAULT_HTTPS_PORT UrlHelper 
Default HTTPS port (443).
 
DEFAULT_LOOP_COUNT TextParser   
DEFAULT_METHOD ActionConfig   
DEFAULT_METHOD_REGEX ActionConfig   
DEFAULT_NAME Container 
Default dependency name.
 
DEFAULT_PARAM MockResult   
DEFAULT_PARAM ActionChainResult 
The result parameter name to set the name of the action to chain to.
 
DEFAULT_PARAM HttpHeaderResult 
This result type doesn't have a default param, null is ok to reduce noise in logs
 
DEFAULT_PARAM ServletActionRedirectResult   
DEFAULT_PARAM StreamResult   
DEFAULT_PARAM StrutsResultSupport 
The default parameter
 
DEFAULT_PARAMETER I18nInterceptor   
DEFAULT_REQUEST_ONLY_PARAMETER I18nInterceptor   
DEFAULT_SEPARATOR IteratorGeneratorTag   
DEFAULT_SESSION_ATTRIBUTE I18nInterceptor   
DEFAULT_STATIC_CONTENT_PATH StaticContentLoader 
 
DEFAULT_TEMPLATE_TYPE TemplateEngineManager 
The default template extension is ftl.
 
DEFAULT_TEMPLATE_TYPE_CONFIG_KEY StrutsConstants   
DEFAULT_THEME_PROPERTIES_FILE_NAME BaseTemplateEngine 
The default theme properties file name.
 
DEFAULT_TOKEN_NAME TokenHelper 
The default name to map the token value
 
DEFAULT_URL_ENCODING StrutsResultSupport 
use UTF-8 as this is the recommended encoding by W3C to avoid incompatibilities.
 
DEFAULT_URL_REGEX URLValidator   
DefaultAcceptedPatternsChecker com.opensymphony.xwork2.security   
DefaultAcceptedPatternsChecker() DefaultAcceptedPatternsChecker   
DefaultAcceptedPatternsChecker(String) DefaultAcceptedPatternsChecker   
DefaultActionFactory com.opensymphony.xwork2.factory 
Default implementation
 
DefaultActionFactory() DefaultActionFactory   
DefaultActionInvocation com.opensymphony.xwork2 
The Default ActionInvocation implementation
 
DefaultActionInvocation(Map<String, Object>, boolean) DefaultActionInvocation   
DefaultActionMapper org.apache.struts2.dispatcher.mapper   
DefaultActionMapper() DefaultActionMapper   
defaultActionName DefaultActionMapper   
DefaultActionProxy com.opensymphony.xwork2 
The Default ActionProxy implementation
 
DefaultActionProxy(ActionInvocation, String, String, String, boolean, boolean) DefaultActionProxy 
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
 
DefaultActionProxyFactory com.opensymphony.xwork2 
 
DefaultActionProxyFactory() DefaultActionProxyFactory   
defaultActionRef(String) PackageConfig.Builder   
defaultActionRef PackageConfig   
DefaultActionSupport org.apache.struts2.dispatcher 
A simple action support class that sets properties to be able to serve
 
DefaultActionSupport() DefaultActionSupport 
Constructor
 
DefaultActionValidatorManager com.opensymphony.xwork2.validator 
 This is the entry point into XWork's rule-based validation framework.
 
DefaultActionValidatorManager() DefaultActionValidatorManager   
defaultClassName(String) ActionConfig.Builder   
defaultClassRef(String) PackageConfig.Builder   
defaultClassRef PackageConfig   
DefaultConfiguration com.opensymphony.xwork2.config.impl 
DefaultConfiguration
 
DefaultConfiguration() DefaultConfiguration   
DefaultConfiguration(String) DefaultConfiguration   
DefaultContentTypeMatcher org.apache.struts2.util   
DefaultContentTypeMatcher() DefaultContentTypeMatcher   
DefaultConversionAnnotationProcessor com.opensymphony.xwork2.conversion.impl 
 
DefaultConversionAnnotationProcessor() DefaultConversionAnnotationProcessor   
DefaultConversionFileProcessor com.opensymphony.xwork2.conversion.impl 
 
DefaultConversionFileProcessor() DefaultConversionFileProcessor   
DefaultCspReportAction org.apache.struts2.action 
The default implementation of 
CspReportAction that simply logs the JSON object
 that contains the details of the CSP violation.
 
DefaultCspReportAction() DefaultCspReportAction   
DefaultCspSettings org.apache.struts2.interceptor.csp 
 
DefaultCspSettings() DefaultCspSettings   
DefaultDispatcherErrorHandler org.apache.struts2.dispatcher 
Default implementation of 
DispatcherErrorHandler
 which sends Error Report in devMode or 
HttpServletResponse.sendError(int, java.lang.String) otherwise.
 
DefaultDispatcherErrorHandler() DefaultDispatcherErrorHandler   
defaultEncoding AbstractMultiPartRequest   
DefaultExcludedPatternsChecker com.opensymphony.xwork2.security   
DefaultExcludedPatternsChecker() DefaultExcludedPatternsChecker   
DefaultFileManager com.opensymphony.xwork2.util.fs 
 
DefaultFileManager() DefaultFileManager   
DefaultFileManagerFactory com.opensymphony.xwork2.util.fs 
Default implementation
 
DefaultFileManagerFactory() DefaultFileManagerFactory   
defaultFrameworkBeanName ConfigurationManager   
defaultFrameworkBeanName DefaultConfiguration   
DefaultInterceptorFactory com.opensymphony.xwork2.factory 
Default implementation
 
DefaultInterceptorFactory() DefaultInterceptorFactory   
defaultInterceptorRef(String) PackageConfig.Builder   
defaultInterceptorRef PackageConfig   
defaultLocale AbstractMultiPartRequest 
Localization to be used regarding errors.
 
DefaultLocaleProvider com.opensymphony.xwork2 
 
DefaultLocaleProvider() DefaultLocaleProvider   
DefaultLocaleProviderFactory com.opensymphony.xwork2   
DefaultLocaleProviderFactory() DefaultLocaleProviderFactory   
defaultMessage(String) ValidatorConfig.Builder   
defaultMessage ValidatorSupport   
defaultMethodName DefaultActionMapper   
defaultNamespaceName DefaultActionMapper   
DefaultNotExcludedAcceptedPatternsChecker com.opensymphony.xwork2.security   
DefaultNotExcludedAcceptedPatternsChecker() DefaultNotExcludedAcceptedPatternsChecker   
DefaultObjectTypeDeterminer com.opensymphony.xwork2.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) DefaultObjectTypeDeterminer   
DefaultOgnlBeanInfoCacheFactory Key ,Value > - Class in com.opensymphony.xwork2.ognl 
Default OGNL Cache factory implementation.
 
DefaultOgnlBeanInfoCacheFactory() DefaultOgnlBeanInfoCacheFactory 
 
DefaultOgnlBeanInfoCacheFactory(String, String) DefaultOgnlBeanInfoCacheFactory   
DefaultOgnlCacheFactory Key ,Value > - Class in com.opensymphony.xwork2.ognl 
Default OGNL Cache factory implementation.
 
DefaultOgnlCacheFactory() DefaultOgnlCacheFactory 
 
DefaultOgnlCacheFactory(int, OgnlCacheFactory.CacheType) DefaultOgnlCacheFactory   
DefaultOgnlCacheFactory(int, OgnlCacheFactory.CacheType, int) DefaultOgnlCacheFactory   
DefaultOgnlExpressionCacheFactory Key ,Value > - Class in com.opensymphony.xwork2.ognl 
Default OGNL Expression Cache factory implementation.
 
DefaultOgnlExpressionCacheFactory() DefaultOgnlExpressionCacheFactory 
 
DefaultOgnlExpressionCacheFactory(String, String) DefaultOgnlExpressionCacheFactory   
DefaultPropertiesProvider org.apache.struts2.config 
Loads the default properties, separate from the usual struts.properties loading
 
DefaultPropertiesProvider() DefaultPropertiesProvider   
DefaultResultFactory com.opensymphony.xwork2.factory 
 
DefaultResultFactory() DefaultResultFactory 
Deprecated. 
  
defaultResultParam(String) ResultTypeConfig.Builder   
defaultResultParam ResultTypeConfig   
defaultResultType(String) PackageConfig.Builder 
sets the default Result type for this package
 
defaultResultType PackageConfig   
DefaultSettings org.apache.struts2.config 
DefaultSettings implements optional methods of Settings.
 
DefaultSettings() DefaultSettings 
Constructs an instance by loading the standard property files, 
 any custom property files (struts.custom.properties), 
 and any custom message resources ().
 
DefaultStaticContentLoader org.apache.struts2.dispatcher 
 Default implementation to server static content 
 
DefaultStaticContentLoader() DefaultStaticContentLoader   
DefaultTagLibrary org.apache.struts2.views 
The default Struts tag library
 
DefaultTagLibrary() DefaultTagLibrary   
defaultTemplateDir UIBean   
DefaultTextProvider com.opensymphony.xwork2 
DefaultTextProvider gets texts from only the default resource bundles associated with the default bundles.
 
DefaultTextProvider() DefaultTextProvider   
defaultTextProvider StrutsTextProviderFactory   
defaultType OgnlValueStack   
DefaultTypeConverter com.opensymphony.xwork2.conversion.impl 
Default type conversion.
 
DefaultTypeConverter() DefaultTypeConverter   
defaultUITheme UIBean   
DefaultUnknownHandlerFactory com.opensymphony.xwork2.factory 
Default implementation
 
DefaultUnknownHandlerFactory() DefaultUnknownHandlerFactory   
DefaultUnknownHandlerManager com.opensymphony.xwork2 
Default implementation of UnknownHandlerManager
 
DefaultUnknownHandlerManager() DefaultUnknownHandlerManager   
DefaultUrlHelper org.apache.struts2.views.util 
Default implementation of UrlHelper
 
DefaultUrlHelper() DefaultUrlHelper   
DefaultValidatorFactory com.opensymphony.xwork2.factory 
Default implementation
 
DefaultValidatorFactory() DefaultValidatorFactory   
DefaultValidatorFactory com.opensymphony.xwork2.validator 
Default validator factory
 
DefaultValidatorFactory(ObjectFactory, ValidatorFileParser) DefaultValidatorFactory   
DefaultValidatorFileParser com.opensymphony.xwork2.validator 
Parse the validation file.
 
DefaultValidatorFileParser() DefaultValidatorFileParser   
DefaultWorkflowInterceptor com.opensymphony.xwork2.interceptor 
 
DefaultWorkflowInterceptor() DefaultWorkflowInterceptor 
Deprecated. 
  
DefaultWorkflowInterceptor org.apache.struts2.interceptor   
DefaultWorkflowInterceptor() DefaultWorkflowInterceptor   
defer Script   
defer ScriptTag   
definePackage(String) ResourceStoreClassLoader 
Define the package information associated with a class.
 
delay ExecuteAndWaitInterceptor   
delaySleepInterval ExecuteAndWaitInterceptor   
DelegatingValidatorContext com.opensymphony.xwork2.validator 
 
DelegatingValidatorContext(ValidationAware, TextProvider, LocaleProvider) DelegatingValidatorContext 
Creates a new validation context given a ValidationAware object, and a text and locale provider.
 
DelegatingValidatorContext(Object, TextProviderFactory) DelegatingValidatorContext 
Creates a new validation context given an object - usually an Action.
 
DelegatingValidatorContext(Class) DelegatingValidatorContext 
 
delete() StrutsUploadedFile   
delete() UploadedFile   
DENY_INDEXED_ACCESS_EXECUTION ReflectionContextState   
DENY_METHOD_EXECUTION ReflectionContextState   
DependencyException com.opensymphony.xwork2.inject 
Thrown when a dependency is misconfigured.
 
DependencyException(String) DependencyException   
DependencyException(String, Throwable) DependencyException   
DependencyException(Throwable) DependencyException   
DEPRECATED_ELEMENT_PREFIX DefaultObjectTypeDeterminer   
DEST_AUDIO ResourceIsolationPolicy   
DEST_AUDIOWORKLET ResourceIsolationPolicy   
DEST_DOCUMENT ResourceIsolationPolicy   
DEST_EMBED ResourceIsolationPolicy   
DEST_EMPTY ResourceIsolationPolicy   
DEST_FONT ResourceIsolationPolicy   
DEST_IMAGE ResourceIsolationPolicy   
DEST_MANIFEST ResourceIsolationPolicy   
DEST_NESTED_DOCUMENT ResourceIsolationPolicy   
DEST_OBJECT ResourceIsolationPolicy   
DEST_PAINTWORKLET ResourceIsolationPolicy   
DEST_REPORT ResourceIsolationPolicy   
DEST_SCRIPT ResourceIsolationPolicy   
DEST_SERVICEWORKER ResourceIsolationPolicy   
DEST_SHAREDWORKER ResourceIsolationPolicy   
DEST_STYLE ResourceIsolationPolicy   
DEST_TRACK ResourceIsolationPolicy   
DEST_VIDEO ResourceIsolationPolicy   
DEST_WORKER ResourceIsolationPolicy   
DEST_XSLT ResourceIsolationPolicy   
destroy() Configuration 
Allow the Configuration to clean up any resources that have been used.
 
destroy() ContainerProvider 
Called before removed from the configuration manager
 
destroy() FileManagerFactoryProvider   
destroy() FileManagerProvider   
destroy() DefaultConfiguration 
Allows the configuration to clean up any resources used
 
destroy() MockConfiguration   
destroy() StrutsDefaultConfigurationProvider   
destroy() XmlDocConfigurationProvider   
destroy() Interceptor.LegacyAdapter 
Deprecated. 
  
destroy() StubConfigurationProvider   
destroy() AbstractBeanSelectionProvider   
destroy() DefaultPropertiesProvider   
destroy() PropertiesConfigurationProvider   
destroy() StrutsJavaConfigurationProvider   
destroy() StrutsExecuteFilter   
destroy() StrutsPrepareAndExecuteFilter   
destroy() StrutsPrepareFilter   
destroy() StrutsServlet   
destroy() AbstractInterceptor 
Does nothing
 
destroy() ExecuteAndWaitInterceptor   
destroy() Interceptor 
Called to let an interceptor clean up any resources it has allocated.
 
destroy() ObjectFactoryDestroyable   
destroyAndReload() ConfigurationManager   
destroyConfiguration() ConfigurationManager 
Clear all container providers and destroy managing Configuration instance
 
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map<String, Object>, String, boolean, boolean, boolean, boolean) Component 
 
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) ComponentUrlProvider   
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map<String, ?>, String, boolean, boolean, boolean, boolean) UrlProvider   
determineNamespace(String, ValueStack, HttpServletRequest) Component 
Determines the namespace of the current page being renderdd.
 
determineNamespace(String, ValueStack, HttpServletRequest) ComponentUrlProvider   
determineNamespace(String, ValueStack, HttpServletRequest) UrlProvider   
devMode AliasInterceptor 
Deprecated. 
  
devMode Component   
devMode DefaultStaticContentLoader   
devMode AliasInterceptor   
DirectedGraph T > - Class in com.opensymphony.xwork2.config.providers   
DirectedGraph() DirectedGraph   
disabled UIBean   
disabled AbstractUITag   
disabled OptGroupTag   
disallowedRoles RolesInterceptor   
Dispatcher org.apache.struts2.dispatcher 
A utility class the actual dispatcher delegates most of its tasks to.
 
Dispatcher(ServletContext, Map<String, String>) Dispatcher 
Create the Dispatcher instance for a given ServletContext and set of initialization parameters.
 
Dispatcher.Locator org.apache.struts2.dispatcher 
Provide an accessor class for static XWork utility.
 
DispatcherConstants org.apache.struts2.dispatcher   
dispatcherDestroyed(Dispatcher) DispatcherListener 
Called when the dispatcher is destroyed
 
DispatcherErrorHandler org.apache.struts2.dispatcher 
Implementation of this interface is used to handle internal errors or missing resources.
 
dispatcherInitialized(Dispatcher) DispatcherListener 
Called when the dispatcher is initialized
 
DispatcherListener 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 DefaultAcceptedPatternsChecker   
doAfterBody() IteratorTag   
doBeforeInvocation(ActionInvocation) ValidationInterceptor 
 
documents XmlDocConfigurationProvider   
doEndTag() ComponentTagSupport   
doEndTag() IteratorGeneratorTag   
doEndTag() SortIteratorTag   
doEndTag() SubsetIteratorTag   
doEndTag() IteratorTag   
doEndTag() StrutsBodyTagSupport   
doesMatchClass() ResolverUtil.ClassTest   
doesMatchClass() ResolverUtil.ResourceTest   
doesMatchClass() ResolverUtil.Test   
doesMatchResource() ResolverUtil.ClassTest   
doesMatchResource() ResolverUtil.ResourceTest   
doesMatchResource() ResolverUtil.Test   
doExecute(String, ActionInvocation) PlainTextResult   
doExecute(String, ActionInvocation) PostbackResult   
doExecute(String, ActionInvocation) ServletDispatcherResult 
Dispatches to the given location.
 
doExecute(String, ActionInvocation) ServletRedirectResult 
Redirects to the location specified by calling
 HttpServletResponse.sendRedirect(String).
 
doExecute(String, ActionInvocation) StreamResult   
doExecute(String, ActionInvocation) StrutsResultSupport 
 
doExecute(String, ActionInvocation) 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) FreemarkerResult 
Execute this result, using the specified template locationArg.
 
doFilter(ServletRequest, ServletResponse, FilterChain) StrutsExecuteFilter   
doFilter(ServletRequest, ServletResponse, FilterChain) StrutsPrepareAndExecuteFilter   
doFilter(ServletRequest, ServletResponse, FilterChain) StrutsPrepareFilter   
doIntercept(ActionInvocation) ConversionErrorInterceptor 
Deprecated. 
  
doIntercept(ActionInvocation) DefaultWorkflowInterceptor 
Deprecated. 
Intercept 
ActionInvocation and returns a 
inputResultName
 when action / field errors is found registered.
 
doIntercept(ActionInvocation) MethodFilterInterceptor 
Deprecated. 
Subclasses must override to implement the interceptor logic.
 
doIntercept(ActionInvocation) PrepareInterceptor 
Deprecated. 
  
doIntercept(ActionInvocation) ValidationInterceptor   
doIntercept(ActionInvocation) ConversionErrorInterceptor   
doIntercept(ActionInvocation) DefaultWorkflowInterceptor 
Intercept 
ActionInvocation and returns a 
inputResultName
 when action / field errors is found registered.
 
doIntercept(ActionInvocation) ExecuteAndWaitInterceptor   
doIntercept(ActionInvocation, AnnotatedElement) HttpMethodInterceptor   
doIntercept(ActionInvocation) MethodFilterInterceptor 
Subclasses must override to implement the interceptor logic.
 
doIntercept(ActionInvocation) ParametersInterceptor   
doIntercept(ActionInvocation) PrepareInterceptor   
doIntercept(ActionInvocation) TokenInterceptor   
doIntercept(ActionInvocation) AnnotationValidationInterceptor   
doLog(Logger, Exception) ExceptionMappingInterceptor 
Deprecated. 
Performs the actual logging.
 
doLog(Logger, Exception) ExceptionMappingInterceptor 
Performs the actual logging.
 
DOMBuilder() DomHelper.DOMBuilder 
Construct a new instance of this DOMBuilder.
 
DOMBuilder(SAXTransformerFactory) DomHelper.DOMBuilder 
Construct a new instance of this DOMBuilder.
 
DOMBuilder(Node) DomHelper.DOMBuilder 
Constructs a new instance that appends nodes to the given parent node.
 
DOMBuilder(SAXTransformerFactory, Node) DomHelper.DOMBuilder 
Construct a new instance of this DOMBuilder.
 
DomHelper com.opensymphony.xwork2.util 
Helper class to create and retrieve information from location-enabled
 DOM-trees.
 
DomHelper() DomHelper   
DomHelper.DOMBuilder com.opensymphony.xwork2.util 
The DOMBuilder is a utility class that will generate a W3C
 DOM Document from SAX events.
 
DomHelper.StartHandler com.opensymphony.xwork2.util   
done StrutsBackgroundProcess   
doStartTag() ComponentTagSupport   
doStartTag() IteratorGeneratorTag   
doStartTag() SortIteratorTag   
doStartTag() SubsetIteratorTag   
doubleAccesskey DoubleListUIBean   
doubleAccesskey AbstractDoubleListTag   
doubleCssClass DoubleListUIBean   
doubleCssClass AbstractDoubleListTag   
doubleCssStyle DoubleListUIBean   
doubleCssStyle AbstractDoubleListTag   
doubleDisabled DoubleListUIBean   
doubleDisabled AbstractDoubleListTag   
doubleEmptyOption DoubleListUIBean   
doubleEmptyOption AbstractDoubleListTag   
doubleHeaderKey DoubleListUIBean   
doubleHeaderKey AbstractDoubleListTag   
doubleHeaderValue DoubleListUIBean   
doubleHeaderValue AbstractDoubleListTag   
doubleId DoubleListUIBean   
doubleId AbstractDoubleListTag   
doubleList DoubleListUIBean   
doubleList AbstractDoubleListTag   
doubleListCssClass DoubleListUIBean   
doubleListCssClass AbstractDoubleListTag   
doubleListCssStyle DoubleListUIBean   
doubleListCssStyle AbstractDoubleListTag   
doubleListKey DoubleListUIBean   
doubleListKey AbstractDoubleListTag   
doubleListTitle DoubleListUIBean   
doubleListTitle AbstractDoubleListTag   
DoubleListUIBean org.apache.struts2.components 
 DoubleListUIBean is the standard superclass of all Struts double list handling components.
 
DoubleListUIBean(ValueStack, HttpServletRequest, HttpServletResponse) DoubleListUIBean   
doubleListValue DoubleListUIBean   
doubleListValue AbstractDoubleListTag   
doubleMultiple DoubleListUIBean   
doubleMultiple AbstractDoubleListTag   
doubleName DoubleListUIBean   
doubleName AbstractDoubleListTag   
doubleOnblur DoubleListUIBean   
doubleOnblur AbstractDoubleListTag   
doubleOnchange DoubleListUIBean   
doubleOnchange AbstractDoubleListTag   
doubleOnclick DoubleListUIBean   
doubleOnclick AbstractDoubleListTag   
doubleOndblclick DoubleListUIBean   
doubleOndblclick AbstractDoubleListTag   
doubleOnfocus DoubleListUIBean   
doubleOnfocus AbstractDoubleListTag   
doubleOnkeydown DoubleListUIBean   
doubleOnkeydown AbstractDoubleListTag   
doubleOnkeypress DoubleListUIBean   
doubleOnkeypress AbstractDoubleListTag   
doubleOnkeyup DoubleListUIBean   
doubleOnkeyup AbstractDoubleListTag   
doubleOnmousedown DoubleListUIBean   
doubleOnmousedown AbstractDoubleListTag   
doubleOnmousemove DoubleListUIBean   
doubleOnmousemove AbstractDoubleListTag   
doubleOnmouseout DoubleListUIBean   
doubleOnmouseout AbstractDoubleListTag   
doubleOnmouseover DoubleListUIBean   
doubleOnmouseover AbstractDoubleListTag   
doubleOnmouseup DoubleListUIBean   
doubleOnmouseup AbstractDoubleListTag   
doubleOnselect DoubleListUIBean   
doubleOnselect AbstractDoubleListTag   
DoubleRangeFieldValidator com.opensymphony.xwork2.validator.annotations 
This validator checks that a double field has a value within a specified range.
 
DoubleRangeFieldValidator com.opensymphony.xwork2.validator.validators 
Field Validator that checks if the double specified is within a certain range.
 
DoubleRangeFieldValidator() DoubleRangeFieldValidator   
DoubleSelect 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) DoubleSelect   
doubleselect StrutsModels   
DoubleSelectModel org.apache.struts2.views.freemarker.tags   
DoubleSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) DoubleSelectModel   
DoubleSelectTag org.apache.struts2.views.jsp.ui   
DoubleSelectTag() DoubleSelectTag   
doubleSize DoubleListUIBean   
doubleSize AbstractDoubleListTag   
doubleValue(Object) DefaultTypeConverter 
Evaluates the given object as a double-precision floating-point number.
 
doubleValue DoubleListUIBean   
doubleValue AbstractDoubleListTag   
doValidate(Object) ConversionErrorFieldValidator 
The validation implementation must guarantee that setValidatorContext will
 be called with a non-null ValidatorContext before validate is called.
 
doValidate(Object) RepopulateConversionErrorFieldValidatorSupport   
downLabel InputTransferSelect   
downLabel InputTransferSelectTag   
dropExtension(String, ActionMapping) DefaultActionMapper 
Drops the extension from the action name, storing it in the mapping for later use
 
dtdMappings XmlDocConfigurationProvider   
dynamicAttributes UIBean   
dynamicAttributes AbstractUITag   
 
factory(Class<T>, String, Factory<? extends T>, Scope) ContainerBuilder 
Maps a factory to a given dependency type and name.
 
factory(Class<T>, Factory<? extends T>, Scope) ContainerBuilder 
Convenience method. Equivalent to factory(type,
 Container.DEFAULT_NAME, factory, scope).
 
factory(Class<T>, String, Factory<? extends T>) ContainerBuilder 
Convenience method. Equivalent to factory(type, name, factory,
 Scope.PROTOTYPE).
 
factory(Class<T>, Factory<? extends T>) ContainerBuilder 
Convenience method. Equivalent to factory(type,
 Container.DEFAULT_NAME, factory, Scope.PROTOTYPE).
 
factory(Class<T>, String, Class<? extends T>, Scope) ContainerBuilder 
Maps an implementation class to a given dependency type and name.
 
factory(Class<T>, String, Class<? extends T>) ContainerBuilder 
 Maps an implementation class to a given dependency type and name.
 
factory(Class<T>, Class<? extends T>) ContainerBuilder 
Convenience method. Equivalent to factory(type,
 Container.DEFAULT_NAME, implementation).
 
factory(Class<T>) ContainerBuilder 
Convenience method. Equivalent to factory(type,
 Container.DEFAULT_NAME, type).
 
factory(Class<T>, String) ContainerBuilder 
Convenience method. Equivalent to factory(type, name, type).
 
factory(Class<T>, Class<? extends T>, Scope) ContainerBuilder 
Convenience method. Equivalent to factory(type,
 Container.DEFAULT_NAME, implementation, scope).
 
factory(Class<T>, Scope) ContainerBuilder 
Convenience method. Equivalent to factory(type,
 Container.DEFAULT_NAME, type, scope).
 
factory(Class<T>, String, Scope) ContainerBuilder 
Convenience method. Equivalent to factory(type, name, type,
 scope).
 
Factory T > - Interface in com.opensymphony.xwork2.inject 
A custom factory.
 
FACTORY DomHelper.DOMBuilder 
The default transformer factory shared by all instances
 
factory DomHelper.DOMBuilder 
The transformer factory
 
FastByteArrayOutputStream org.apache.struts2.util 
A speedy implementation of ByteArrayOutputStream.
 
FastByteArrayOutputStream() FastByteArrayOutputStream   
FastByteArrayOutputStream(int) FastByteArrayOutputStream   
fatalError(SAXParseException) DomHelper.StartHandler   
FetchMetadataInterceptor 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() FetchMetadataInterceptor   
fieldError(String, String, Exception) Component 
Constructs a RuntimeException based on the given information.
 
FieldError org.apache.struts2.components 
Render field errors if they exists.
 
FieldError(ValueStack, HttpServletRequest, HttpServletResponse) FieldError   
fielderror StrutsModels   
FieldErrorModel org.apache.struts2.views.freemarker.tags   
FieldErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) FieldErrorModel   
fieldErrorsSessionKey MessageStoreInterceptor   
FieldErrorTag org.apache.struts2.views.jsp.ui 
FieldError Tag.
 
FieldErrorTag() FieldErrorTag   
FieldExpressionValidator com.opensymphony.xwork2.validator.annotations 
This validator uses an OGNL expression to perform its validator.
 
FieldExpressionValidator com.opensymphony.xwork2.validator.validators 
Validates a field using an OGNL expression.
 
FieldExpressionValidator() FieldExpressionValidator   
FieldInfo(ClassFinder.ClassInfo, Field) ClassFinder.FieldInfo   
FieldInfo(ClassFinder.ClassInfo, String, String) ClassFinder.FieldInfo   
fieldName FieldValidatorSupport   
fieldName FieldErrorTag   
FieldValidator com.opensymphony.xwork2.validator 
The FieldValidator interface defines the methods to be implemented by FieldValidators.
 
FieldValidatorSupport com.opensymphony.xwork2.validator.validators 
Base class for field validators.
 
FieldValidatorSupport() FieldValidatorSupport   
fieldValue Checkbox   
fieldValue CheckboxTag   
FieldVisitorValidatorWrapper(FieldValidator, String) Form.FieldVisitorValidatorWrapper   
file AbstractResourceStore   
File org.apache.struts2.components 
Renders an HTML file input element.
 
File(ValueStack, HttpServletRequest, HttpServletResponse) File   
File(String, Object) Parameter.File   
file StrutsModels   
FileInfo(File, String, String, String) JakartaStreamMultiPartRequest.FileInfo 
Default constructor.
 
fileInfos JakartaStreamMultiPartRequest 
Map between file fields and file data.
 
fileManager XmlConfigurationProvider   
FileManager com.opensymphony.xwork2 
Basic interface to access file on the File System and to monitor changes
 
fileManager DefaultActionValidatorManager   
FileManagerFactory com.opensymphony.xwork2 
 
FileManagerFactoryProvider com.opensymphony.xwork2.config 
 
FileManagerFactoryProvider(Class<? extends FileManagerFactory>) FileManagerFactoryProvider   
FileManagerProvider com.opensymphony.xwork2.config 
 
FileManagerProvider(Class<? extends FileManager>, String) FileManagerProvider   
FileModel org.apache.struts2.views.freemarker.tags   
FileModel(ValueStack, HttpServletRequest, HttpServletResponse) FileModel   
fileNeedsReloading(String) FileManager 
Checks if given file changed and must be reloaded
 
fileNeedsReloading(URL) FileManager 
Checks if file represented by provided URL changed and must be reloaded
 
fileNeedsReloading(URL) DefaultFileManager   
fileNeedsReloading(String) DefaultFileManager   
FileResourceStore com.opensymphony.xwork2.util.classloader 
Reads a class from disk
  class taken from Apache JCI
 
FileResourceStore(File) FileResourceStore   
FileRevision com.opensymphony.xwork2.util.fs 
Represents file resource revision, used for file://* resources
 
files DefaultFileManager   
files JakartaMultiPartRequest   
FileTag org.apache.struts2.views.jsp.ui   
FileTag() FileTag   
FileUploadInterceptor org.apache.struts2.interceptor 
 
FileUploadInterceptor() FileUploadInterceptor 
Deprecated. 
  
filterConfig StrutsExecuteFilter   
FilterHostConfig org.apache.struts2.dispatcher.filter 
Host configuration that wraps FilterConfig
 
FilterHostConfig(FilterConfig) FilterHostConfig   
FinalizablePhantomReference T > - Class in com.opensymphony.xwork2.inject.util 
Phantom reference with a finalizeReferent() method which a
 background thread invokes after the garbage collector reclaims the
 referent.
 
FinalizablePhantomReference(T) FinalizablePhantomReference   
FinalizableSoftReference T > - Class in com.opensymphony.xwork2.inject.util 
Soft reference with a finalizeReferent() method which a background
 thread invokes after the garbage collector reclaims the referent.
 
FinalizableSoftReference(T) FinalizableSoftReference   
FinalizableWeakReference T > - Class in com.opensymphony.xwork2.inject.util 
Weak reference with a finalizeReferent() method which a background
 thread invokes after the garbage collector reclaims the referent.
 
FinalizableWeakReference(T) FinalizableWeakReference   
find(String) ResourceFinder   
find(ResolverUtil.Test, String...) ResolverUtil 
Attempts to discover classes that pass the test.
 
find() I18nInterceptor.AcceptLanguageLocaleHandler   
find() I18nInterceptor.CookieLocaleHandler   
find() I18nInterceptor.LocaleHandler   
find() I18nInterceptor.RequestLocaleHandler   
find() I18nInterceptor.SessionLocaleHandler   
findActionMapping(HttpServletRequest, HttpServletResponse) PrepareOperations 
 
findActionMapping(HttpServletRequest, HttpServletResponse, boolean) PrepareOperations 
 
findAll(String) ResourceFinder   
findAllClasses(String) ResourceFinder 
 Executes findAllStrings assuming the strings are
 the names of a classes that should be loaded and returned.
 
findAllImplementations(Class) 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) ResourceFinder 
 Finds the corresponding resources and reads them in as a properties files
 
findAllStrings(String) ResourceFinder 
Reads the contents of the found URLs as a list of 
String's and returns them.
 
findAncestor(Class<?>) Component 
Finds the nearest ancestor of this component stack.
 
findAnnotated(Class<? extends Annotation>, String...) ResolverUtil 
Attempts to discover classes that are annotated with to the annotation.
 
findAnnotatedClasses(Class<? extends Annotation>) ClassFinder   
findAnnotatedConstructors(Class<? extends Annotation>) ClassFinder   
findAnnotatedFields(Class<? extends Annotation>) ClassFinder   
findAnnotatedMethods(Class<? extends Annotation>) ClassFinder   
findAnnotatedPackages(Class<? extends Annotation>) ClassFinder   
findAnnotation(Class<?>, Class<T>) AnnotationUtils 
Returns the annotation on the given class or the package of the class.
 
findAnnotations(Class<?>, Class<T>) AnnotationUtils 
Returns a list of the annotation on the given class or the package of the class.
 
findAvailableClasses(String) ResourceFinder 
 Executes findAvailableStrings assuming the strings are
 the names of a classes that should be loaded and returned.
 
findAvailableImplementations(Class) 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) ResourceFinder 
 Finds the corresponding resources and reads them in as a properties files
 
findAvailableStrings(String) ResourceFinder 
Reads the contents of the found URLs as a Strings and returns them.
 
findClass(String) ResourceStoreClassLoader   
findClass(String) ResourceFinder 
 
findClasses(Test<ClassFinder.ClassInfo>) ClassFinder   
findClasses() ClassFinder   
findClassesInPackage(String, boolean) ClassFinder   
findDefaultText(String, Locale) LocalizedTextProvider   
findDefaultText(String, Locale, Object[]) LocalizedTextProvider   
findDispatcherOnThread() InitOperations   
findImplementation(Class) 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...) ResolverUtil 
Attempts to discover classes that are assignable to the type provided.
 
findInContext(String) OgnlValueStack   
findInFileSystem(String) StrutsXmlConfigurationProvider   
findInPackage(ResolverUtil.Test, String) ResolverUtil 
Scans for classes starting at the package provided and descending into subpackages.
 
findInRequest(Class<T>, String, Callable<? extends T>) Scope.Strategy 
Finds an object for the given type and name in the request scope.
 
findInSession(Class<T>, String, Callable<? extends T>) Scope.Strategy 
Finds an object for the given type and name in the session scope.
 
findInWizard(Class<T>, String, Callable<? extends T>) Scope.Strategy 
Finds an object for the given type and name in the wizard scope.
 
findListValue() ComboBox   
findLocaleParameter(ActionInvocation, String) I18nInterceptor   
findMappingFromExceptions(List<ExceptionMappingConfig>, Throwable) ExceptionMappingInterceptor 
Deprecated. 
 
findMappingFromExceptions(List<ExceptionMappingConfig>, Throwable) ExceptionMappingInterceptor 
 
findMatches() ClassPathFinder 
Builds a 
Vector containing Strings which each name a file
 who's name matches the pattern set by setPattern(String).
 
findNamedResource(String, String...) ResolverUtil   
findPackages(String) ResourceFinder   
findPackagesMap(String) ResourceFinder   
findProperties(String) ResourceFinder 
 Finds the corresponding resource and reads it in as a properties file
 
findResource(String) DefaultStaticContentLoader 
Look for a static resource in the classpath.
 
findResourceBundle(String, Locale) LocalizedTextProvider   
findStaticResource(String, HttpServletRequest, HttpServletResponse) DefaultStaticContentLoader   
findStaticResource(String, HttpServletRequest, HttpServletResponse) StaticContentLoader 
Locate a static resource and copy directly to the response, setting the
 appropriate caching headers.
 
findString(String) OgnlValueStack   
findString(String, boolean) OgnlValueStack   
findString(String) ResourceFinder 
Reads the contents of the URL as a 
String's and returns it.
 
findString(String) ValueStack.LegacyAdapter 
Deprecated. 
  
findString(String, boolean) ValueStack.LegacyAdapter 
Deprecated. 
  
findString(String) Component 
Evaluates the OGNL stack to find a String value.
 
findString(String, String, String) Component 
Evaluates the OGNL stack to find a String value.
 
findString(String) ComponentUrlProvider   
findString(String) URL   
findString(String) UrlProvider   
findString(String) StrutsUtil   
findString(String) ValueStack   
findString(String, boolean) ValueStack   
findString(String) StrutsBodyTagSupport   
findSuffix(String, String...) ResolverUtil 
Attempts to discover classes who's name ends with the provided suffix.
 
findTemplateSource(String) FreemarkerThemeTemplateLoader findText(Class, String, Locale) LocalizedTextProvider   
findText(Class, String, Locale, String, Object[]) LocalizedTextProvider   
findText(Class, String, Locale, String, Object[], ValueStack) LocalizedTextProvider   
findText(ResourceBundle, String, Locale) LocalizedTextProvider   
findText(ResourceBundle, String, Locale, String, Object[]) LocalizedTextProvider   
findText(ResourceBundle, String, Locale, String, Object[], ValueStack) LocalizedTextProvider   
findText(Class, String, Locale) GlobalLocalizedTextProvider 
 
findText(Class, String, Locale, String, Object[]) GlobalLocalizedTextProvider 
 Finds a localized text message for the given key, aTextName.
 
findText(Class, String, Locale, String, Object[], ValueStack) GlobalLocalizedTextProvider 
 Finds a localized text message for the given key, aTextName.
 
findText(ResourceBundle, String, Locale) GlobalLocalizedTextProvider 
 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, String, Object[]) GlobalLocalizedTextProvider 
 Finds a localized text message for the given key, aTextName, in the specified resource
 bundle.
 
findText(Class, String, Locale) StrutsLocalizedTextProvider 
 
findText(Class, String, Locale, String, Object[]) StrutsLocalizedTextProvider 
 Finds a localized text message for the given key, aTextName.
 
findText(Class, String, Locale, String, Object[], ValueStack) StrutsLocalizedTextProvider 
 Finds a localized text message for the given key, aTextName.
 
findText(ResourceBundle, String, Locale) StrutsLocalizedTextProvider 
 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, String, Object[]) StrutsLocalizedTextProvider 
 Finds a localized text message for the given key, aTextName, in the specified resource
 bundle.
 
findValue(String, boolean) OgnlValueStack   
findValue(String) OgnlValueStack   
findValue(String, Class, boolean) OgnlValueStack   
findValue(String, Class) OgnlValueStack   
findValue(String) ValueStack.LegacyAdapter 
Deprecated. 
  
findValue(String, boolean) ValueStack.LegacyAdapter 
Deprecated. 
  
findValue(String, Class) ValueStack.LegacyAdapter 
Deprecated. 
  
findValue(String, Class, boolean) ValueStack.LegacyAdapter 
Deprecated. 
  
findValue(String) Component 
Finds a value from the OGNL stack based on the given expression.
 
findValue(String, String, String) Component 
 Evaluates the OGNL stack to find an Object value.
 
findValue(String, Class<?>) Component 
Evaluates the OGNL stack to find an Object of the given type.
 
findValue(String, String) StrutsUtil   
findValue(String, Object) StrutsUtil   
findValue(String) ValueStack 
Find a value by evaluating the given expression against the stack in the default search order.
 
findValue(String, boolean) ValueStack   
findValue(String, Class) ValueStack 
Find a value by evaluating the given expression against the stack in the default search order.
 
findValue(String, Class, boolean) ValueStack   
findValue(String) StrutsBodyTagSupport   
findValue(String, Class<?>) StrutsBodyTagSupport   
flush ActionComponent   
flush() PrettyPrintWriter   
flush() CallbackWriter   
flush ActionTag   
focusElement Form   
focusElement FormTag   
forAttr Label   
forAttr LabelTag   
forceAddSchemeHostAndPort ComponentUrlProvider   
forceAddSchemeHostAndPort AnchorTag   
forceAddSchemeHostAndPort URLTag   
Form org.apache.struts2.components   
Form(ValueStack, HttpServletRequest, HttpServletResponse) Form   
form StrutsModels   
Form.FieldVisitorValidatorWrapper org.apache.struts2.components 
Wrap field validator, add visitor's field prefix to the field name.
 
format(TemporalAccessor, String) DateFormatter 
Formats provided temporal with the given format
 
format(TemporalAccessor, String) DateTimeFormatterAdapter   
format(TemporalAccessor, String) SimpleDateFormatAdapter   
format DateTextField   
format DateTag   
format DateTextFieldTag   
formatTime(TextProvider, ZonedDateTime) Date 
Calculates the difference in time from now to the given date, and outputs it nicely.
 
FormButton org.apache.struts2.components 
FormButton.
 
FormButton(ValueStack, HttpServletRequest, HttpServletResponse) FormButton   
FormModel org.apache.struts2.views.freemarker.tags   
FormModel(ValueStack, HttpServletRequest, HttpServletResponse) FormModel   
formName DoubleListUIBean   
formName AbstractDoubleListTag   
FormTag org.apache.struts2.views.jsp.ui   
FormTag() FormTag   
freemarkerManager FreemarkerTemplateEngine   
FreemarkerManager org.apache.struts2.views.freemarker 
 Static Configuration Manager for the FreemarkerResult's configuration
 
FreemarkerManager() FreemarkerManager   
freemarkerManager FreemarkerResult   
FreemarkerResult org.apache.struts2.views.freemarker 
Renders a view using the Freemarker template engine.
 
FreemarkerResult() FreemarkerResult   
FreemarkerResult(String) FreemarkerResult   
FreemarkerTemplateEngine org.apache.struts2.components.template 
Freemarker based template engine.
 
FreemarkerTemplateEngine() FreemarkerTemplateEngine   
FreemarkerThemeTemplateLoader 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() FreemarkerThemeTemplateLoader   
freeze() AbstractMatcher   
fromString(String) Scope   
FULL_PROPERTY_PATH ReflectionContextState   
Function F ,T > - Interface in com.opensymphony.xwork2.inject.util 
A Function provides a transformation on an object and returns the resulting
 object.
 
 
generateGUID() TokenHelper   
GenericUIBean org.apache.struts2.components   
GenericUIBean(ValueStack, HttpServletRequest, HttpServletResponse) GenericUIBean   
get(String) ActionContext 
Deprecated. 
  
get(int) XWorkList 
 Returns the element at the specified position in this list.
 
get(Object) ReferenceCache get(Object) ReferenceMap   
get(Key) OgnlCache   
get(K) OgnlCaffeineCache   
get(K) OgnlDefaultCache   
get(K) OgnlLRUCache   
get() Evaluated   
get() ClassFinder.ClassInfo   
get() ClassFinder.PackageInfo   
get(Location) LocationImpl 
 
get(String) ActionContext 
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
 
GET UrlProvider   
get(String) DefaultSettings   
get(Object) ApplicationMap 
Returns the servlet context attribute or init parameter based on the given key.
 
get(Object) AttributeMap   
get(Object) HttpParameters   
get(Object) RequestMap 
Returns the request attribute associated with the given key or null  if it doesn't exist.
 
get(Object) SessionMap 
Returns the session attribute associated with the given key or null  if it doesn't exist.
 
get(Character) DateTextFieldInterceptor.DateWord   
get(String) PrefixTrie   
get(String) ScopesHashModel   
getA() StrutsModels   
getAbsolutePath() StrutsUploadedFile   
getAbsolutePath() UploadedFile   
getAcceptedPattern() AcceptedPatternsChecker.IsAccepted   
getAcceptedPatterns() AcceptedPatternsChecker 
Allow access list of all defined excluded patterns
 
getAcceptedPatterns() DefaultAcceptedPatternsChecker   
getAcceptedPatterns() DefaultNotExcludedAcceptedPatternsChecker   
getAcceptedPatternsChecker() ConstantConfig   
getAction() ActionInvocation.LegacyAdapter 
Deprecated. 
  
getAction() ActionProxy.LegacyAdapter 
Deprecated. 
  
getAction() DefaultActionInvocation   
getAction() DefaultActionProxy   
getAction() MockActionInvocation   
getAction() MockActionProxy   
getAction() ActionInvocation 
Get the Action associated with this ActionInvocation.
 
getAction() ActionProxy 
Gets the Action instance for this Proxy.
 
getAction() ComponentUrlProvider   
getAction() UrlProvider   
getAction() BackgroundProcess   
getAction() StrutsBackgroundProcess 
Retrieves the action.
 
getAction() StrutsModels   
getActionConfig(String, String) RuntimeConfiguration 
get the fully expanded ActionConfig for a specified namespace and (action) name
 
getActionConfigFallbackToEmptyNamespace() ConstantConfig   
getActionConfigs() PackageConfig   
getActionConfigs() RuntimeConfiguration 
returns a Map of all the registered ActionConfigs.
 
getActionContext() OgnlValueStack   
getActionContext() ValueStack 
Deprecated. 
  
getActionContext() ValueStack.LegacyAdapter 
Deprecated. 
  
getActionContext(HttpServletRequest) ServletActionContext 
Gets the current action context
 
getActionContext() ServletActionContext   
getActionContext() ValueStack   
getActionerror() StrutsModels   
getActionErrors() ValidationAware.LegacyAdapter 
Deprecated. 
  
getActionErrors() ValidationAwareSupport   
getActionErrors() DelegatingValidatorContext   
getActionErrors() ActionSupport   
getActionErrors() ValidationAware 
Get the Collection of Action-level error messages for this action.
 
getActionEventListener() MockActionInvocation   
getActionExcludedPatterns() Dispatcher   
getActionExcludePattern() ConstantConfig   
getActionExtension() ConstantConfig   
getActionInvocation() ActionContext 
Deprecated. 
  
getActionInvocation() ActionContext 
Gets the action invocation (the execution state).
 
getActionMapper() Dispatcher   
getActionMapping() ActionContext 
Deprecated. 
  
getActionMapping() ActionContext 
Gets ActionMapping associated with current action
 
getActionMapping() ServletActionContext 
Gets the action mapping for this context
 
getActionmessage() StrutsModels   
getActionMessages() ValidationAware.LegacyAdapter 
Deprecated. 
  
getActionMessages() ValidationAwareSupport   
getActionMessages() DelegatingValidatorContext   
getActionMessages() ActionSupport   
getActionMessages() ValidationAware 
Get the Collection of Action-level messages for this action.
 
getActionMethod(Class<?>, String) AnnotationValidationInterceptor   
getActionName() ActionContext 
Deprecated. 
  
getActionName() ActionProxy.LegacyAdapter 
Deprecated. 
  
getActionName() DefaultActionProxy   
getActionName() MockActionProxy   
getActionName() ActionContext 
Gets the name of the current Action.
 
getActionName() ActionProxy 
Gets the alias name this ActionProxy is mapped to.
 
getActionProxyFactory() ConstantConfig   
getActionProxyFactory() Dispatcher   
getActionValidatorManager() ConstantConfig   
getAdaptee() Interceptor.LegacyAdapter 
Deprecated. 
  
getAddAllToLeftLabel() OptionTransferSelect   
getAddAllToLeftLabel() OptionTransferSelectTag   
getAddAllToLeftOnclick() OptionTransferSelect   
getAddAllToLeftOnclick() OptionTransferSelectTag   
getAddAllToRightLabel() OptionTransferSelect   
getAddAllToRightLabel() OptionTransferSelectTag   
getAddAllToRightOnclick() OptionTransferSelect   
getAddAllToRightOnclick() OptionTransferSelectTag   
getAdditionalAcceptedPatterns() ConstantConfig   
getAdditionalExcludedPatterns() ConstantConfig   
getAdditionalPackages() DefaultStaticContentLoader   
getAddLabel() InputTransferSelect   
getAddLabel() InputTransferSelectTag   
getAddToLeftLabel() OptionTransferSelect   
getAddToLeftLabel() OptionTransferSelectTag   
getAddToLeftOnclick() OptionTransferSelect   
getAddToLeftOnclick() OptionTransferSelectTag   
getAddToRightLabel() OptionTransferSelect   
getAddToRightLabel() OptionTransferSelectTag   
getAddToRightOnclick() OptionTransferSelect   
getAddToRightOnclick() OptionTransferSelectTag   
getAll() DateTextFieldInterceptor.DateWord   
getAllActionConfigs() PackageConfig 
returns the Map of all the ActionConfigs available in the current package.
 
getAllAsStringsMap() ConstantConfig   
getAllClassTypes(Class<?>) ConfigurationUtil   
getAllExceptionMappingConfigs() PackageConfig 
returns the List of all the ExceptionMappingConfigs available in the current package.
 
getAllGlobalResults() PackageConfig 
returns the Map of all the global ResultConfigs available in the current package.
 
getAllInterceptorConfigs() PackageConfig 
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
 
getAllowAddAllToLeft() OptionTransferSelect   
getAllowAddAllToLeft() OptionTransferSelectTag   
getAllowAddAllToRight() OptionTransferSelect   
getAllowAddAllToRight() OptionTransferSelectTag   
getAllowAddToLeft() OptionTransferSelect   
getAllowAddToLeft() OptionTransferSelectTag   
getAllowAddToRight() OptionTransferSelect   
getAllowAddToRight() OptionTransferSelectTag   
getAllowCaching() StreamResult   
getAllowedActionNames() ConstantConfig   
getAllowedCollection() ParameterFilterInterceptor 
Deprecated. 
  
getAllowedMethodNames() ConstantConfig   
getAllowedMethods() ActionConfig   
getAllowedPattern() NotExcludedAcceptedPatternsChecker.IsAllowed   
getAllowlist() ThreadAllowlist   
getAllowMoveDown() UpDownSelect   
getAllowMoveDown() UpDownSelectTag   
getAllowMoveUp() UpDownSelect   
getAllowMoveUp() UpDownSelectTag   
getAllowRemoveAll() InputTransferSelect   
getAllowRemoveAll() InputTransferSelectTag   
getAllowRequestParameterSwitch() MessageStoreInterceptor   
getAllowSelectAll() OptionTransferSelect   
getAllowSelectAll() UpDownSelect   
getAllowSelectAll() OptionTransferSelectTag   
getAllowSelectAll() UpDownSelectTag   
getAllowUpDown() InputTransferSelect   
getAllowUpDown() InputTransferSelectTag   
getAllowUpDownOnLeft() OptionTransferSelect   
getAllowUpDownOnLeft() OptionTransferSelectTag   
getAllowUpDownOnRight() OptionTransferSelect   
getAllowUpDownOnRight() OptionTransferSelectTag   
getAllPhysicalUrls(URL) FileManager   
getAllPhysicalUrls(URL) DefaultFileManager   
getAllPhysicalUrls(URL) JBossFileManager   
getAllResultTypeConfigs() PackageConfig 
returns the Map of all the ResultTypeConfigs available in the current package.
 
getAnchor() ComponentUrlProvider   
getAnchor() UrlProvider   
getAnnotation(Class, String, Class<T>) DefaultObjectTypeDeterminer 
Retrieves an annotation for the specified property of field, setter or getter.
 
getAnnotations() ClassFinder.Annotatable   
getAnnotations() ClassFinder.Info   
getApplication() ActionContext 
Deprecated. 
  
getApplication() ActionContext 
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
 
getArgs() LocalizedMessage   
getAsyncActionResult() AsyncManager   
getAttribute(String) StrutsRequestWrapper 
Gets the object, looking in the value stack if not found
 
getAttributes() Component 
Gets the parameters.
 
getBackgroundProcessName(ActionProxy) ExecuteAndWaitInterceptor 
Returns the name to associate the background process.
 
getBadRequestResultName() 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) HttpMethodInterceptor   
getBean() ActionErrorModel   
getBean() ActionMessageModel   
getBean() ActionModel   
getBean() AnchorModel   
getBean() BeanModel   
getBean() CallbackWriter   
getBean() CheckboxListModel   
getBean() CheckboxModel   
getBean() ComboBoxModel   
getBean() ComponentModel   
getBean() DateModel   
getBean() DoubleSelectModel   
getBean() ElseIfModel   
getBean() ElseModel   
getBean() FieldErrorModel   
getBean() FileModel   
getBean() FormModel   
getBean() HeadModel   
getBean() HiddenModel   
getBean() I18nModel   
getBean() IfModel   
getBean() IncludeModel   
getBean() InputTransferSelectModel   
getBean() IteratorModel   
getBean() LabelModel   
getBean() LinkModel   
getBean() OptGroupModel   
getBean() OptionTransferSelectModel   
getBean() ParamModel   
getBean() PasswordModel   
getBean() PropertyModel   
getBean() PushModel   
getBean() RadioModel   
getBean() ResetModel   
getBean() ScriptModel   
getBean() SelectModel   
getBean() SetModel   
getBean() StrutsModels   
getBean() SubmitModel   
getBean() TagModel   
getBean() TextAreaModel   
getBean() TextFieldModel   
getBean() TextModel   
getBean() TokenModel   
getBean() UpDownSelectModel   
getBean() URLModel   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ActionTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) BeanTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ComponentTagSupport   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) DateTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ElseIfTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ElseTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) I18nTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) IfTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) IncludeTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) AppendIteratorTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) MergeIteratorTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) IteratorTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) NumberTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ParamTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) PropertyTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) PushTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) SetTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) TextTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ActionErrorTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ActionMessageTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) AnchorTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) CheckboxListTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) CheckboxTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ComboBoxTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ComponentTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) DateTextFieldTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) DebugTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) DoubleSelectTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) FieldErrorTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) FileTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) FormTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) HeadTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) HiddenTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) InputTransferSelectTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) LabelTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) LinkTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) OptGroupTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) OptionTransferSelectTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) PasswordTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) RadioTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ResetTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) ScriptTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) SelectTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) SubmitTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) TextareaTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) TextFieldTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) TokenTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) UpDownSelectTag   
getBean(ValueStack, HttpServletRequest, HttpServletResponse) URLTag   
getBeanInfo(Object) OgnlUtil 
Get's the java bean info for the given source object.
 
getBeanInfo(Class<?>) OgnlUtil 
Get's the java bean info for the given source.
 
getBeanInfo(Object) ParametersInterceptor   
getBeaninfoCacheFactory() ConstantConfig   
getBeanMap(Object) OgnlReflectionProvider   
getBeanMap(Object) OgnlUtil 
Creates a Map with read properties for the given source object.
 
getBeanMap(Object) ReflectionProvider 
Creates a Map with read properties for the given source object.
 
getBlockedCollection() ParameterFilterInterceptor 
Deprecated. 
  
getBody() ResponseBuilder   
getBody() SetTag   
getBody() StrutsBodyTagSupport   
getBufferSize() StreamResult   
getButtonCssClass() InputTransferSelect   
getButtonCssClass() OptionTransferSelect   
getButtonCssClass() InputTransferSelectTag   
getButtonCssClass() OptionTransferSelectTag   
getButtonCssStyle() InputTransferSelect   
getButtonCssStyle() OptionTransferSelect   
getButtonCssStyle() InputTransferSelectTag   
getButtonCssStyle() OptionTransferSelectTag   
getCacheMaxSize() DefaultOgnlCacheFactory   
getCacheMaxSize() OgnlCacheFactory   
getCanonicalName(String) AbstractMultiPartRequest   
getChainHistory() ActionChainResult 
Get the XWork chain history.
 
getCharSet() PlainTextResult 
Set the character set
 
getCheckbox() StrutsModels   
getCheckboxlist() StrutsModels   
getClasses() ResolverUtil 
Provides access to the classes discovered so far.
 
getClassesNotLoaded() ClassFinder 
 Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
 
getClassInstance(String) ObjectFactory 
Utility method to obtain the class matched to className.
 
getClassLoader() ResolverUtil 
Returns the classloader that will be used for scanning for classes.
 
getClassLoaderInterface() ClassFinder   
getClassName() ActionConfig   
getClassName() InterceptorConfig   
getClassName() ResultConfig   
getClassName() ResultTypeConfig   
getClazz() BeanConfig   
getClazz() BeanSelectionConfig   
getClazz() LocalizedMessage   
getColumn(Attributes) LocationAttributes 
Returns the column number of an element (SAX flavor)
 
getColumn(Element) LocationAttributes 
Returns the column number of an element (DOM flavor)
 
getColumnNumber() Location 
Get the column number of this location
 
getColumnNumber() LocationImpl 
Get the column number of this location
 
getCombobox() StrutsModels   
getCommentLines() PropertiesReader 
Returns the comment lines that have been read for the last property.
 
getComplexParams(Map) TagModel   
getComponent() StrutsModels   
getComponent() ComponentTagSupport   
getComponentStack() Component 
Gets the component stack of this component.
 
getConfig() ActionProxy.LegacyAdapter 
Deprecated. 
  
getConfig() DefaultActionProxy   
getConfig() MockActionProxy   
getConfig() ActionProxy 
Gets the ActionConfig this ActionProxy is built from.
 
getConfig() FreemarkerManager   
getConfiguration() ConfigurationManager   
getConfiguration(ServletContext) FreemarkerManager   
getConfiguration() FreemarkerResult 
 
getConfigurationManager() Dispatcher 
Expose the ConfigurationManager instance.
 
getConfigurationUrls(String) XmlConfigurationProvider   
getConfigurationUrls(String) StrutsXmlConfigurationProvider 
Look for the configuration file on the classpath and in the file system
 
getConfigurationXmlReload() ConstantConfig   
getConstructors() ClassFinder.ClassInfo   
getContainer() ActionContext 
Deprecated. 
  
getContainer() Configuration   
getContainer() DefaultConfiguration   
getContainer() MockConfiguration   
getContainer() Context   
getContainer() ActionContext 
Sets the container for this request
 
getContainer() ActionSupport 
TODO: This a temporary solution, maybe we should consider stop injecting container into beans
 
getContainer() Dispatcher 
Exposes a thread-cached reference of the dependency injection container.
 
getContainerProviders() ConfigurationManager 
Get the current list of ConfigurationProviders.
 
getContent(Element) XmlHelper 
 This method will return the content of this particular element.
 
getContent() StrutsUploadedFile   
getContent() UploadedFile   
getContent() TabbedPane   
getContentCharSet() StreamResult   
getContentDisposition() StreamResult   
getContentLength() StreamResult   
getContentType(String) DefaultStaticContentLoader 
Determine the content type for the resource name.
 
getContentType(String) JakartaMultiPartRequest   
getContentType() JakartaStreamMultiPartRequest.FileInfo   
getContentType(String) JakartaStreamMultiPartRequest   
getContentType(String) 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.
 
getContentType() StrutsUploadedFile   
getContentType() UploadedFile   
getContentType() StreamResult   
getContentType() FreemarkerManager   
getContentType() FreemarkerResult 
allow parameterization of the contentType
 the default being text/html
 
getContentTypeMatcher() ConstantConfig   
getContentTypes(String) MultiPartRequestWrapper 
Get an array of content encoding for the specified input field name or null  if
 no content type was specified.
 
getContext() ActionContext 
Deprecated. 
  
getContext() OgnlValueStack   
getContext() ValueStack.LegacyAdapter 
Deprecated. 
  
getContext() VisitorFieldValidator   
getContext() ActionContext 
Returns the ActionContext specific to the current thread.
 
getContext() ServletActionContext 
 
getContext() StrutsUtil   
getContext() ValueStack 
Gets the context for this value stack.
 
getContextMap() ActionContext 
Deprecated. 
  
getContextMap() ActionContext 
Gets the context map.
 
getContextRelativePath(ServletRequest, String) Include   
getConversionErrorMessage(String, Class, ValueStack) XWorkConverter   
getConversionErrors() ActionContext 
Deprecated. 
  
getConversionErrors() ActionContext 
Gets the map of conversion errors which occurred when executing the action.
 
getConverter(Class, String) XWorkConverter   
getConverterAnnotationProcessor() ConstantConfig   
getConverterArray() ConstantConfig   
getConverterCollection() ConstantConfig   
getConverterCreator() ConstantConfig   
getConverterDate() ConstantConfig   
getConverterFileProcessor() ConstantConfig   
getConverterHolder() ConstantConfig   
getConverterNumber() ConstantConfig   
getConverterPropertiesProcessor() ConstantConfig   
getConverterString() ConstantConfig   
getCookies() CookieProvider 
Return cookies which should be send to client
 
getCookies() ResponseBuilder   
getCount() IteratorStatus   
getCountStr() IteratorStatus   
getCspSettings() CspSettingsAware   
getCurrency() Number   
getCurrent() Counter   
getCurrentPropertyPath(Map<String, Object>) ReflectionContextState 
 Gets the current property path but not completely.
 
getCurrentValue() FieldValidatorSupport   
getCustomI18nResources() ConstantConfig   
getCustomProperties() ConstantConfig   
getDate() StrutsModels   
getDateHeaders() ResponseBuilder   
getDateTimeFormats(ActionContext, Locale) DateConverter 
Retrieves the list of date time formats to be used when converting dates
 
getDateType() DateTextFieldInterceptor.DateWord   
getDebug() FreemarkerManager   
getDeclaringClass() ClassFinder.FieldInfo   
getDeclaringClass() ClassFinder.MethodInfo   
getDefaultActionName() ConstantConfig   
getDefaultActionRef() PackageConfig   
getDefaultCacheType() DefaultOgnlCacheFactory   
getDefaultCacheType() OgnlCacheFactory   
getDefaultClassRef() PackageConfig.Builder   
getDefaultClassRef() PackageConfig   
getDefaultExtension() DefaultActionMapper   
getDefaultInterceptorRef() PackageConfig   
getDefaultMapping(String) TypeConverterHolder 
 
getDefaultMapping(String) StrutsTypeConverterHolder   
getDefaultMessage() Validator 
Gets the default message used for validation failures
 
getDefaultMessage() ValidatorConfig   
getDefaultMessage() ValidatorSupport   
getDefaultMessage() Form.FieldVisitorValidatorWrapper   
getDefaultMessage() LocalizedMessage   
getDefaultMethodName() ConstantConfig   
getDefaultOpenTemplate() Anchor   
getDefaultOpenTemplate() ClosingUIBean   
getDefaultOpenTemplate() Form   
getDefaultOpenTemplate() Reset   
getDefaultOpenTemplate() Script   
getDefaultOpenTemplate() Submit   
getDefaultRegex() AllowedMethods   
getDefaultResultParam() ResultTypeConfig   
getDefaultResultType() PackageConfig   
getDefaultTemplate() ActionError   
getDefaultTemplate() ActionMessage   
getDefaultTemplate() Anchor   
getDefaultTemplate() Checkbox   
getDefaultTemplate() CheckboxList   
getDefaultTemplate() ComboBox   
getDefaultTemplate() DateTextField   
getDefaultTemplate() Debug   
getDefaultTemplate() DoubleSelect   
getDefaultTemplate() FieldError   
getDefaultTemplate() File   
getDefaultTemplate() Form   
getDefaultTemplate() GenericUIBean   
getDefaultTemplate() Head   
getDefaultTemplate() Hidden   
getDefaultTemplate() InputTransferSelect   
getDefaultTemplate() Label   
getDefaultTemplate() Link   
getDefaultTemplate() OptionTransferSelect   
getDefaultTemplate() Password   
getDefaultTemplate() Radio   
getDefaultTemplate() Reset   
getDefaultTemplate() Script   
getDefaultTemplate() Select   
getDefaultTemplate() Submit   
getDefaultTemplate() TextArea   
getDefaultTemplate() TextField   
getDefaultTemplate() Token   
getDefaultTemplate() UIBean 
A contract that requires each concrete UI Tag to specify which template should be used as a default.
 
getDefaultTemplate() UpDownSelect   
getDepth(String, Throwable) ExceptionMappingInterceptor 
Deprecated. 
Return the depth to the superclass matching.
 
getDepth(String, Throwable) ExceptionMappingInterceptor 
Return the depth to the superclass matching.
 
getDescription() Location 
Get the description of this location
 
getDescription() LocationImpl 
Get the description of this location
 
getDescription() DateTextFieldInterceptor.DateWord   
getDevMode() ConstantConfig   
getDevModeExcludedClasses() ConstantConfig   
getDevModeExcludedPackageExemptClasses() ConstantConfig   
getDevModeExcludedPackageNamePatterns() ConstantConfig   
getDevModeExcludedPackageNames() ConstantConfig   
getDevModeOverride() PrepareOperations   
getDir() Template   
getDirectiveClasses() TagLibraryDirectiveProvider 
Gets a list of Velocity directive classes for the tag library.
 
getDisableRequestAttributeValueStackLookup() ConstantConfig   
getDisallowProxyMemberAccess() ConstantConfig   
getDisallowProxyObjectAccess() ConstantConfig   
getDispatcherErrorHandler() ConstantConfig   
getDispatcherParametersWorkaround() ConstantConfig   
getDocs(Iterator<URL>, String, Element) XmlConfigurationProvider   
getDocument() DomHelper.DOMBuilder 
Return the newly built Document.
 
getDoubleCssClass() DoubleListUIBean   
getDoubleCssClass() AbstractDoubleListTag   
getDoubleCssStyle() DoubleListUIBean   
getDoubleCssStyle() AbstractDoubleListTag   
getDoubleDisabled() DoubleListUIBean   
getDoubleDisabled() AbstractDoubleListTag   
getDoubleEmptyOption() DoubleListUIBean   
getDoubleEmptyOption() AbstractDoubleListTag   
getDoubleHeaderKey() DoubleListUIBean   
getDoubleHeaderKey() AbstractDoubleListTag   
getDoubleHeaderValue() DoubleListUIBean   
getDoubleHeaderValue() AbstractDoubleListTag   
getDoubleId() DoubleListUIBean   
getDoubleId() AbstractDoubleListTag   
getDoubleList() DoubleListUIBean   
getDoubleList() AbstractDoubleListTag   
getDoubleListKey() DoubleListUIBean   
getDoubleListKey() AbstractDoubleListTag   
getDoubleListValue() DoubleListUIBean   
getDoubleListValue() AbstractDoubleListTag   
getDoubleMultiple() DoubleListUIBean   
getDoubleMultiple() AbstractDoubleListTag   
getDoubleName() DoubleListUIBean   
getDoubleName() AbstractDoubleListTag   
getDoubleOnblur() DoubleListUIBean   
getDoubleOnblur() AbstractDoubleListTag   
getDoubleOnchange() DoubleListUIBean   
getDoubleOnchange() AbstractDoubleListTag   
getDoubleOnclick() DoubleListUIBean   
getDoubleOnclick() AbstractDoubleListTag   
getDoubleOndblclick() DoubleListUIBean   
getDoubleOndblclick() AbstractDoubleListTag   
getDoubleOnfocus() DoubleListUIBean   
getDoubleOnfocus() AbstractDoubleListTag   
getDoubleOnkeydown() DoubleListUIBean   
getDoubleOnkeydown() AbstractDoubleListTag   
getDoubleOnkeypress() DoubleListUIBean   
getDoubleOnkeypress() AbstractDoubleListTag   
getDoubleOnkeyup() DoubleListUIBean   
getDoubleOnkeyup() AbstractDoubleListTag   
getDoubleOnmousedown() DoubleListUIBean   
getDoubleOnmousedown() AbstractDoubleListTag   
getDoubleOnmousemove() DoubleListUIBean   
getDoubleOnmousemove() AbstractDoubleListTag   
getDoubleOnmouseout() DoubleListUIBean   
getDoubleOnmouseout() AbstractDoubleListTag   
getDoubleOnmouseover() DoubleListUIBean   
getDoubleOnmouseover() AbstractDoubleListTag   
getDoubleOnmouseup() DoubleListUIBean   
getDoubleOnmouseup() AbstractDoubleListTag   
getDoubleOnselect() DoubleListUIBean   
getDoubleOnselect() AbstractDoubleListTag   
getDoubleselect() StrutsModels   
getDoubleSize() DoubleListUIBean   
getDoubleSize() AbstractDoubleListTag   
getDoubleValue() DoubleListUIBean   
getDoubleValue() AbstractDoubleListTag   
getDownLabel() InputTransferSelect   
getDownLabel() InputTransferSelectTag   
getDtdMappings() XmlDocConfigurationProvider 
Returns an unmodifiable map of DTD mappings
 
getElementClass(Class, String, Object) DefaultObjectTypeDeterminer 
Determines the element class by looking for the value of @Element annotation for the given
 class.
 
getElementClass(Class, String, Object) ObjectTypeDeterminer   
getElementClass(Class, String, Object) MockObjectTypeDeterminer   
getElementClass() MockObjectTypeDeterminer   
getElse() StrutsModels   
getElseif() StrutsModels   
getElThrowExceptionOnFailure() ConstantConfig   
getEnableDynamicMethodInvocation() ConstantConfig   
getEnableSlashesInActionNames() ConstantConfig   
getErrorMessage() DefaultActionProxy   
getErrorMessage() StrutsActionProxy   
getErrorMessage(ActionInvocation) TokenInterceptor   
getErrors() AbstractMultiPartRequest   
getErrors() MultiPartRequest 
Returns a list of error messages that may have occurred while processing the request.
 
getErrors() MultiPartRequestWrapper 
Returns a collection of any errors generated when parsing the multipart request.
 
getEvictionLimit() OgnlCache   
getEvictionLimit() OgnlCaffeineCache   
getEvictionLimit() OgnlDefaultCache   
getEvictionLimit() OgnlLRUCache   
getException() ExceptionHolder 
Gets the held exception
 
getException() BackgroundProcess   
getException() StrutsBackgroundProcess 
Gets the exception if any was thrown during the execution of the background process.
 
getExceptionClassName() ExceptionMappingConfig   
getExceptionMappings() ActionConfig   
getExceptionStack() ExceptionHolder 
 
getExcludedClasses() OgnlUtil 
 
getExcludedClasses() ConstantConfig   
getExcludedPackageExemptClasses() OgnlUtil 
 
getExcludedPackageExemptClasses() ConstantConfig   
getExcludedPackageNamePatterns() OgnlUtil 
 
getExcludedPackageNamePatterns() ConstantConfig   
getExcludedPackageNames() OgnlUtil 
 
getExcludedPackageNames() ConstantConfig   
getExcludedPattern() ExcludedPatternsChecker.IsExcluded   
getExcludedPatterns() DefaultExcludedPatternsChecker   
getExcludedPatterns() DefaultNotExcludedAcceptedPatternsChecker   
getExcludedPatterns() ExcludedPatternsChecker 
Allow access list of all defined excluded patterns
 
getExcludedPatternsChecker() ConstantConfig   
getExcludeMethodsSet() MethodFilterInterceptor 
Deprecated. 
  
getExcludeMethodsSet() MethodFilterInterceptor   
getExcludes() ChainingInterceptor 
Deprecated. 
Gets list of parameter names to exclude
 
getExcludes() ChainingInterceptor 
Gets list of parameter names to exclude
 
getExecuteResult() ActionProxy.LegacyAdapter 
Deprecated. 
  
getExecuteResult() DefaultActionProxy   
getExecuteResult() MockActionProxy   
getExecuteResult() ActionProxy 
Gets the status of whether the ActionProxy is set to execute the Result after the Action is executed.
 
getExpectedFoo() MockInterceptor   
getExpression() ConditionalVisitorFieldValidator   
getExpression() ExpressionValidator   
getExpression() FieldExpressionValidator   
getExpressionCacheFactory() ConstantConfig   
getExpressionParser() ConstantConfig   
getExprOverrides() OgnlValueStack   
getExprOverrides() ValueStack.LegacyAdapter 
Deprecated. 
  
getExprOverrides() ValueStack 
Gets the override map if anyone exists.
 
getExtension() ActionMapping   
getExtraParameterProvider() ComponentUrlProvider   
getExtraParameterProvider() UrlProvider   
getExtraParameters() ExtraParameterProvider   
getField(Class, String) OgnlReflectionProvider   
getField(Class, String) ReflectionProvider   
getFielderror() StrutsModels   
getFieldErrorFieldNames() FieldError   
getFieldErrors() ValidationAware.LegacyAdapter 
Deprecated. 
  
getFieldErrors() ValidationAwareSupport   
getFieldErrors() DelegatingValidatorContext   
getFieldErrors() ActionSupport   
getFieldErrors() ValidationAware 
Get the field specific errors associated with this action.
 
getFieldName() FieldValidator 
Gets the field name to be validated
 
getFieldName() FieldValidatorSupport   
getFieldName() Form.FieldVisitorValidatorWrapper   
getFieldNameWithField(String) VisitorFieldValidator.AppendingValidatorContext   
getFields() ClassFinder.ClassInfo   
getFieldValidator() Form.FieldVisitorValidatorWrapper   
getFieldValue(String, Object) ValidatorSupport 
Return the field value named name from object,
 object should have the appropriate getter/setter.
 
getFile() FileRevision   
getFile(String) JakartaMultiPartRequest   
getFile() JakartaStreamMultiPartRequest.FileInfo   
getFile(String) JakartaStreamMultiPartRequest   
getFile(String) MultiPartRequest 
Returns a 
UploadedFile object for the filename specified or 
null  if no files
 are associated with the given field name.
 
getFile() StrutsModels   
getFileManager() FileManagerFactory   
getFileManager() DefaultFileManagerFactory   
getFileNames(String) JakartaMultiPartRequest   
getFileNames(String) JakartaStreamMultiPartRequest   
getFileNames(String) MultiPartRequest 
Returns a String[] of file names for files associated with the specified input field name
 
getFileNames(String) MultiPartRequestWrapper 
Get a String array of the file names for uploaded files
 
getFileParameterNames() JakartaMultiPartRequest   
getFileParameterNames() JakartaStreamMultiPartRequest   
getFileParameterNames() MultiPartRequest 
Returns an enumeration of the parameter names for uploaded files
 
getFileParameterNames() MultiPartRequestWrapper 
Get an enumeration of the parameter names for uploaded files
 
getFiles(String) MultiPartRequestWrapper 
Get a 
File[] for the given input field name.
 
getFilesystemName(String) JakartaMultiPartRequest   
getFilesystemName(String) JakartaStreamMultiPartRequest   
getFilesystemName(String) 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) MultiPartRequestWrapper 
Get the filename(s) of the file(s) uploaded for the given input field name.
 
getFinalDocs(List<Document>) XmlConfigurationProvider   
getFinalTemplateName(Template) BaseTemplateEngine   
getFirst() Counter   
getFlush() ActionTag   
getFoo() MockInterceptor   
getForm() StrutsModels   
getFormat() Date   
getFormatted(String, String) ActionSupport 
Dedicated method to support I10N and conversion errors
 
getFormName() DoubleListUIBean   
getFormName() AbstractDoubleListTag   
getFreemarkerBeanwrapperCache() ConstantConfig   
getFreemarkerManagerClassname() ConstantConfig   
getFreemarkerModels(ValueStack, HttpServletRequest, HttpServletResponse) DefaultTagLibrary   
getFreemarkerMruMaxStrongSize() ConstantConfig   
getFreemarkerTemplatesCacheUpdateDelay() ConstantConfig   
getFreemarkerVersion(ServletContext) FreemarkerManager   
getFreemarkerWrapperAltMap() ConstantConfig   
getFullDefaultActionRef() PackageConfig   
getFullDefaultInterceptorRef() PackageConfig   
getFullDefaultResultType() PackageConfig.Builder   
getFullDefaultResultType() PackageConfig 
 Returns the default result type for this package.
 
getFullFieldName(String) DelegatingValidatorContext   
getFullFieldName(String) ValidatorContext 
Translates a simple field name into a full field name in OGNL syntax.
 
getFullFieldName(String) VisitorFieldValidator.AppendingValidatorContext 
Translates a simple field name into a full field name in Ognl syntax
 
getFullPropertyPath(Map<String, Object>) ReflectionContextState   
getGetMethod(Class, String) OgnlReflectionProvider   
getGetMethod(Class, String) ReflectionProvider   
getGlobalAllowedMethods() PackageConfig.Builder   
getGlobalAllowedMethods() PackageConfig 
gets the GlobalAllowedMethods local to this package
 
getGlobalDateString(ActionContext) DateConverter 
 
getGlobalExceptionMappingConfigs() PackageConfig 
gets the ExceptionMappingConfigs local to this package
 
getGlobalResultConfigs() PackageConfig 
gets the global ResultConfigs local to this package
 
getHandleException() ConstantConfig   
getHasNext() IteratorGenerator   
getHead() StrutsModels   
getHeaderKey() InputTransferSelect   
getHeaderKey() InputTransferSelectTag   
getHeaders() HttpHeaderResult 
Returns a Map of all HTTP headers.
 
getHeaderValue() InputTransferSelect   
getHeaderValue() InputTransferSelectTag   
getHibernateProxyTarget(Object) ProxyUtil   
getHidden() StrutsModels   
getHref() StrutsModels   
getHttpServletRequest() ComponentUrlProvider   
getHttpServletRequest() UrlProvider   
getHttpServletResponse() ComponentUrlProvider   
getHttpServletResponse() UrlProvider   
getI18n() StrutsModels   
getI18nEncoding() ConstantConfig   
getI18nReload() ConstantConfig   
getId() UIBean 
Get's the id for referencing element.
 
getIdParameterName() Restful2ActionMapper   
getIf() StrutsModels   
getInclude() StrutsModels   
getIncludeMethodsSet() MethodFilterInterceptor 
Deprecated. 
  
getIncludeMethodsSet() MethodFilterInterceptor   
getIncludeParams() ComponentUrlProvider   
getIncludeParams() UrlProvider   
getIncludes() ChainingInterceptor 
Deprecated. 
Gets list of parameter names to include
 
getIncludes() ChainingInterceptor 
Gets list of parameter names to include
 
getIndex() IteratorStatus   
getIndexStr() IteratorStatus   
getInitParameter(String) FilterHostConfig   
getInitParameter(String) HostConfig   
getInitParameter(String) ListenerHostConfig   
getInitParameter(String) ServletHostConfig   
getInitParameterNames() FilterHostConfig   
getInitParameterNames() HostConfig   
getInitParameterNames() ListenerHostConfig   
getInitParameterNames() ServletHostConfig   
getInputName() JakartaStreamMultiPartRequest.FileInfo   
getInputName() StrutsUploadedFile   
getInputName() UploadedFile 
Represents a name of the input file, eg.:
 "myFile" in case of 
 
getInputName() StreamResult   
getInputResultName() ValidationWorkflowAware   
getInputtransferselect() StrutsModels   
getInstance(Class<T>) ActionContext 
Deprecated. 
  
getInstance(Class<T>, String) Container 
Gets an instance of the given dependency which was declared in
 
ContainerBuilder.
 
getInstance(Class<T>) Container 
Convenience method. Equivalent to getInstance(type,
 DEFAULT_NAME).
 
getInstance(Class<T>, String) MockContainer   
getInstance(Class<T>) MockContainer   
getInstance() ReflectionProviderFactory 
Deprecated. 
  
getInstance(Class<T>) ActionContext   
getInstance() Dispatcher 
Provide the dispatcher instance for the current thread.
 
getInstance(ServletContext) Dispatcher   
getInstanceNames(Class<?>) Container 
Gets a set of all registered names for the given type
 
getInstanceNames(Class<?>) MockContainer   
getInterceptor() InterceptorMapping   
getInterceptorConfig(String) InterceptorLocator 
Gets an interceptor configuration object.
 
getInterceptorConfig(String) PackageConfig.Builder   
getInterceptorConfig(String) PackageConfig   
getInterceptorConfigs() PackageConfig 
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
 
getInterceptors() ActionConfig   
getInterceptors() InterceptorStackConfig 
Returns a Collection of InterceptorMapping objects.
 
getInterfaces() ClassFinder.ClassInfo   
getInterval() Counter   
getIntHeaders() ResponseBuilder   
getInvocation() ActionProxy 
Deprecated. 
  
getInvocation() ActionProxy.LegacyAdapter 
Deprecated. 
  
getInvocation() DefaultActionProxy   
getInvocation() MockActionProxy   
getInvocation() MockResult   
getInvocation() ActionProxy   
getInvocation() BackgroundProcess   
getInvocation() StrutsBackgroundProcess 
Retrieves the action invocation.
 
getInvocationContext() ActionInvocation 
Deprecated. 
  
getInvocationContext() ActionInvocation.LegacyAdapter 
Deprecated. 
  
getInvocationContext() DefaultActionInvocation   
getInvocationContext() MockActionInvocation   
getInvocationContext() ActionInvocation 
Gets the ActionContext associated with this ActionInvocation.
 
getIsSelected() ListEntry   
getIterator(Object) IteratorFilterSupport   
getIterator() StrutsModels   
getJBossPhysicalUrl(URL) JBossFileManager 
Try to determine physical file location.
 
getKey() ListEntry   
getKeyClass(Class, String) DefaultObjectTypeDeterminer 
Determines the key class by looking for the value of @Key annotation for the given class.
 
getKeyClass(Class, String) ObjectTypeDeterminer   
getKeyClass(Class, String) MockObjectTypeDeterminer   
getKeyClass() MockObjectTypeDeterminer   
getKeyProperty(Class, String) DefaultObjectTypeDeterminer 
Determines the key property for a Collection by getting it from the @KeyProperty annotation.
 
getKeyProperty(Class, String) ObjectTypeDeterminer   
getKeyProperty(Class, String) MockObjectTypeDeterminer   
getKeyProperty() MockObjectTypeDeterminer   
getLabel() StrutsModels   
getLast() Counter   
getLastBeanClassAccessed(Map<String, Object>) ReflectionContextState   
getLastBeanPropertyAccessed(Map<String, Object>) ReflectionContextState   
getLastClassAccessed() ObjectProxy   
getLastFinalLocation() StrutsResultSupport 
Returns the last parsed and encoded location value
 
getLastModified(Object) FreemarkerThemeTemplateLoader getLastPropertyAccessed() ObjectProxy   
getLeftDownLabel() OptionTransferSelect   
getLeftDownLabel() OptionTransferSelectTag   
getLeftTitle() InputTransferSelect   
getLeftTitle() OptionTransferSelect   
getLeftTitle() InputTransferSelectTag   
getLeftTitle() OptionTransferSelectTag   
getLeftUpLabel() OptionTransferSelect   
getLeftUpLabel() OptionTransferSelectTag   
getLength() DateTextFieldInterceptor.DateWord   
getLine(Attributes) LocationAttributes 
Returns the line number of an element (SAX flavor)
 
getLine(Element) LocationAttributes 
Returns the line number of an element (DOM flavor)
 
getLineNumber() Location 
Get the line number of this location
 
getLineNumber() LocationImpl 
Get the line number of this location
 
getLink() StrutsModels   
getList() SortIteratorFilter   
getLoadedFileNames() Configuration   
getLoadedFileNames() DefaultConfiguration   
getLoadedFileNames() MockConfiguration   
getLoadOrder(Document) XmlHelper   
getLocale() ActionContext 
Deprecated. 
  
getLocale(Map<String, Object>) DefaultTypeConverter   
getLocale() DefaultLocaleProvider   
getLocale() LocaleProvider 
Gets the provided locale.
 
getLocale() DelegatingValidatorContext   
getLocale() ActionContext 
Gets the Locale of the current action.
 
getLocale() ActionSupport   
getLocale() ConstantConfig   
getLocale(HttpServletRequest) Dispatcher   
getLocaleFromParam(String) I18nInterceptor 
Creates a Locale object from the request param
 
getLocaleHandler(ActionInvocation) I18nInterceptor 
 
getLocaleProvider() ActionSupport   
getLocaleProviderFactory() ConstantConfig   
getLocalizedTextProvider() ConstantConfig   
getLocation() Locatable 
Get the location of this object
 
getLocation() LocatableProperties   
getLocation() Located 
Get the location of this object
 
getLocation(Attributes, String) LocationAttributes 
Returns the 
Location of an element (SAX flavor).
 
getLocation(Element, String) LocationAttributes 
Returns the 
Location of an element (DOM flavor).
 
getLocation(Element) LocationAttributes 
Same as getLocation(elem, null).
 
getLocation(Object) LocationUtils 
Get the location of an object.
 
getLocation(Object, String) LocationUtils 
Get the location of an object.
 
getLocation(Object, String) LocationUtils.LocationFinder 
Get the location of an object
 
getLocation(String) DefaultSettings   
getLocation(Object) Dispatcher.Locator   
getLocation() StrutsResultSupport 
Gets the location it was created with, mainly for testing
 
getLocation() StrutsException 
Gets the location of the error, if available
 
getLocationObject(Element) DomHelper   
getLocationString(Attributes) LocationAttributes 
Returns the location of an element (SAX flavor).
 
getLocationString(Element) LocationAttributes 
Returns the location of an element that has been processed by this pipe (DOM flavor).
 
getLogCategory() ExceptionMappingInterceptor 
Deprecated. 
  
getLogCategory() ExceptionMappingInterceptor   
getLogLevel() ExceptionMappingInterceptor 
Deprecated. 
  
getLogLevel() ExceptionMappingInterceptor   
getMapperActionPrefixCrossNamespaces() ConstantConfig   
getMapperActionPrefixEnabled() ConstantConfig   
getMapperAlwaysSelectFullNamespace() ConstantConfig   
getMapperClass() ConstantConfig   
getMapperComposite() ConstantConfig   
getMapperIdParameterName() ConstantConfig   
getMapperPrefixMapping() ConstantConfig   
getMapping(Class) TypeConverterHolder 
Target class conversion Mappings.
 
getMapping(Class) StrutsTypeConverterHolder   
getMapping(HttpServletRequest, ConfigurationManager) ActionMapper 
Expose the ActionMapping for the current request
 
getMapping(HttpServletRequest, ConfigurationManager) CompositeActionMapper   
getMapping(HttpServletRequest, ConfigurationManager) DefaultActionMapper   
getMapping(HttpServletRequest, ConfigurationManager) PrefixBasedActionMapper   
getMapping(HttpServletRequest, ConfigurationManager) Restful2ActionMapper   
getMapping(HttpServletRequest, ConfigurationManager) RestfulActionMapper   
getMappingFromActionName(String) ActionMapper 
Expose the ActionMapping for the specified action name
 
getMappingFromActionName(String) CompositeActionMapper   
getMappingFromActionName(String) DefaultActionMapper   
getMappingFromActionName(String) RestfulActionMapper   
getMax() RangeValidatorSupport   
getMaxExclusive() DoubleRangeFieldValidator   
getMaximumFractionDigits() Number   
getMaximumIntegerDigits() Number   
getMaxInclusive() DoubleRangeFieldValidator   
getMaxLength() StringLengthFieldValidator   
getMember() Context   
getMessage(Object) Validator 
Gets the validation failure message for the given object
 
getMessage(Object) ValidatorSupport   
getMessage(Object) Form.FieldVisitorValidatorWrapper   
getMessageKey() Validator 
Gets the resource bundle key used for lookup of validation failure message
 
getMessageKey() ValidatorConfig   
getMessageKey() ValidatorSupport   
getMessageKey() Form.FieldVisitorValidatorWrapper   
getMessageParameters() Validator 
Gets the message parameters to be used when parsing i18n messages
 
getMessageParameters() ValidatorSupport   
getMessageParameters() Form.FieldVisitorValidatorWrapper   
getMessageParams() ValidatorConfig   
getMethod() ActionProxy.LegacyAdapter 
Deprecated. 
  
getMethod() DefaultActionProxy   
getMethod() MockActionProxy   
getMethod() ActionProxy 
Gets the method name to execute, or null  if no method has been specified (meaning execute will be invoked).
 
getMethod() ComponentUrlProvider   
getMethod() UrlProvider   
getMethod() ActionMapping   
getMethodName() ActionConfig 
Returns name of the action method
 
getMethods() ClassFinder.ClassInfo   
getMin() RangeValidatorSupport   
getMinExclusive() DoubleRangeFieldValidator   
getMinimumFractionDigits() Number   
getMinimumIntegerDigits() Number   
getMinInclusive() DoubleRangeFieldValidator   
getMinLength() StringLengthFieldValidator   
getModel() ModelDriven 
Gets the model to be pushed onto the ValueStack instead of the Action itself.
 
getModelFactory(Class) StrutsBeanWrapper   
getModels(ValueStack, HttpServletRequest, HttpServletResponse) DefaultTagLibrary   
getModels(ValueStack, HttpServletRequest, HttpServletResponse) TagLibraryModelProvider 
Gets a Java object that contains getters for the tag library's Freemarker models.
 
getMoveDownLabel() UpDownSelect   
getMoveDownLabel() UpDownSelectTag   
getMoveUpLabel() UpDownSelect   
getMoveUpLabel() UpDownSelectTag   
getMultipartBufferSize() ConstantConfig   
getMultipartEnabled() ConstantConfig   
getMultipartMaxFiles() ConstantConfig   
getMultipartMaxFileSize() ConstantConfig   
getMultipartMaxSize() ConstantConfig   
getMultipartMaxStringLength() ConstantConfig   
getMultipartParser() ConstantConfig   
getMultiPartRequest() 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() ConstantConfig   
getMultipartValidationRegex() ConstantConfig   
getMultiple() InputTransferSelect   
getMultiple() InputTransferSelectTag   
getMultipleValues() Parameter.Empty   
getMultipleValues() Parameter   
getMultipleValues() Parameter.Request   
getMultiTextvalueSeparator() DefaultValidatorFileParser   
getName() ActionConfig   
getName() ExceptionMappingConfig   
getName() InterceptorConfig   
getName() InterceptorMapping   
getName() InterceptorStackConfig 
Get the name of this interceptor stack configuration.
 
getName() PackageConfig.Builder   
getName() PackageConfig   
getName() ResultConfig   
getName() ResultTypeConfig   
getName() UnknownHandlerConfig   
getName() Context   
getName() ClassFinder.AnnotationInfo   
getName() ClassFinder.ClassInfo   
getName() ClassFinder.FieldInfo   
getName() ClassFinder.Info   
getName() ClassFinder.MethodInfo   
getName() ClassFinder.PackageInfo   
getName() Date   
getName() Number   
getName() Template   
getName() BeanConfig   
getName() BeanSelectionConfig   
getName() ActionMapping   
getName() StrutsUploadedFile   
getName() UploadedFile   
getName() Parameter.Empty   
getName() Parameter   
getName() Parameter.Request   
getName() HttpHeader   
getNamePrefix() Form.FieldVisitorValidatorWrapper   
getNamespace() ActionProxy.LegacyAdapter 
Deprecated. 
  
getNamespace() PackageConfig.Builder   
getNamespace() PackageConfig   
getNamespace() DefaultActionProxy   
getNamespace() MockActionProxy   
getNamespace() ActionProxy 
Gets the namespace the ActionConfig for this ActionProxy is mapped to.
 
getNamespace(ValueStack) Component   
getNamespace() ComponentUrlProvider   
getNamespace() UrlProvider   
getNamespace() ActionMapping   
getNewBackgroundProcess(String, ActionInvocation, int) ExecuteAndWaitInterceptor 
Creates a new background process
 
getNext() Counter   
getNext() IteratorGenerator   
getNocache() FreemarkerManager   
getNoCharsetInContentType() FreemarkerManager   
getNonceString(HttpServletRequest) DefaultCspSettings   
getNotExcludedAcceptedPatternsChecker() ConstantConfig   
getNumberFormat(Locale) NumberConverter   
getObject() Parameter.Empty   
getObject() Parameter   
getObject() Parameter.Request   
getObjectFactory() ConstantConfig   
getObjectFactoryActionFactory() ConstantConfig   
getObjectFactoryConverterFactory() ConstantConfig   
getObjectFactoryInterceptorFactory() ConstantConfig   
getObjectFactoryResultFactory() ConstantConfig   
getObjectFactorySpringAutoWire() ConstantConfig   
getObjectFactorySpringAutoWireAlwaysRespect() ConstantConfig   
getObjectFactorySpringEnableAopSupport() ConstantConfig   
getObjectFactorySpringUseClassCache() ConstantConfig   
getObjectFactoryUnknownHandlerFactory() ConstantConfig   
getObjectFactoryValidatorFactory() ConstantConfig   
getObjectTypeDeterminer() ConstantConfig   
getObjectWrapper() FreemarkerResult 
 
getOgnlAllowStaticFieldAccess() ConstantConfig   
getOgnlAutoGrowthCollectionLimit() ConstantConfig   
getOgnlEnableEvalExpression() ConstantConfig   
getOgnlEnableExpressionCache() ConstantConfig   
getOgnlLogMissingProperties() ConstantConfig   
getOperationModel() MessageStoreInterceptor   
getOptgroup() StrutsModels   
getOptiontransferselect() StrutsModels   
getOrderedComparator() ParametersInterceptor 
Gets an instance of the comparator to use for the ordered sorting.
 
getOriginalName() JakartaStreamMultiPartRequest.FileInfo   
getOriginalName() StrutsUploadedFile   
getOriginalName() UploadedFile   
getOverrideAcceptedPatterns() ConstantConfig   
getOverrideExcludedPatterns() ConstantConfig   
getOverrideExpr(ActionInvocation, Object) ConversionErrorInterceptor 
Deprecated. 
  
getOverrideExpr(ActionInvocation, Object) ConversionErrorInterceptor   
getOverrideExpr(ActionInvocation, Object) StrutsConversionErrorInterceptor   
getPackageConfig(String) Configuration   
getPackageConfig(String) DefaultConfiguration   
getPackageConfig(String) MockConfiguration   
getPackageConfigNames() Configuration   
getPackageConfigNames() DefaultConfiguration   
getPackageConfigNames() MockConfiguration   
getPackageConfigs() Configuration   
getPackageConfigs() DefaultConfiguration   
getPackageConfigs() MockConfiguration   
getPackageName() ActionConfig   
getPackageName() ClassFinder.ClassInfo   
getPageContext() ActionContext 
Deprecated. 
  
getPageContext() ActionContext 
Gets PageContext associated with current action
 
getPageContext() ServletActionContext 
Returns the HTTP page context.
 
getParam() StrutsModels   
getParameter(String) JakartaMultiPartRequest   
getParameter(String) JakartaStreamMultiPartRequest   
getParameter(String) MultiPartRequest 
Returns the specified request parameter.
 
getParameter(String) MultiPartRequestWrapper   
getParameterAnnotation(AnnotatedElement) ParametersInterceptor 
Annotation retrieval logic.
 
getParameterAnnotations() ClassFinder.MethodInfo   
getParameterAnnotations(int) ClassFinder.MethodInfo   
getParameterLogMap(HttpParameters) ParametersInterceptor   
getParameterMap() MultiPartRequestWrapper   
getParameterNames() JakartaMultiPartRequest   
getParameterNames() JakartaStreamMultiPartRequest   
getParameterNames() MultiPartRequest 
Returns an enumeration of String parameter names.
 
getParameterNames() MultiPartRequestWrapper   
getParameters() ActionContext 
Deprecated. 
  
getParameters() ActionContext 
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of
 parameters otherwise.
 
getParameters() Component 
 
getParameters() ComponentUrlProvider   
getParameters() TemplateRenderingContext   
getParameters() UrlProvider   
getParameters(ActionInvocation) ServletDispatcherResult   
getParameterValues(String) JakartaMultiPartRequest   
getParameterValues(String) JakartaStreamMultiPartRequest   
getParameterValues(String) MultiPartRequest 
Returns a list of all parameter values associated with a parameter name.
 
getParameterValues(String) MultiPartRequestWrapper   
getParams() ActionConfig   
getParams() ExceptionMappingConfig   
getParams() InterceptorConfig   
getParams() InterceptorMapping   
getParams() Parameterizable   
getParams() ResultConfig   
getParams() ResultTypeConfig   
getParams(Element) XmlHelper 
 This method will find all the parameters under this paramsElement and return them as
 Map<String, String>.
 
getParams() ValidatorConfig   
getParams() ActionMapping   
getParams() RegexPatternMatcherExpression   
getParent() ClassLoaderInterface   
getParent() ClassLoaderInterfaceDelegate   
getParents() PackageConfig   
getParentsAllowedMethods(List<PackageConfig>) PackageConfig.Builder   
getParentTemplateLoader() FreemarkerThemeTemplateLoader   
getPassword() StrutsModels   
getPattern() NamespaceMatch   
getPattern() ClassPathFinder   
getPattern() NamedVariablePatternMatcher.CompiledPattern   
getPattern() RegexPatternMatcherExpression   
getPatternMatcher() ConstantConfig   
getPerformClearTagStateForTagPoolingServers() Component   
getPerformClearTagStateForTagPoolingServers() StrutsBodyTagSupport 
 
getPermittedInjectionDepth(AnnotatedElement) ParametersInterceptor   
getPortletMode() ComponentUrlProvider   
getPortletMode() UrlProvider   
getPortletUrlType() ComponentUrlProvider   
getPortletUrlType() UrlProvider   
getPossibleTemplates(TemplateEngine) Template   
getPrefixedMethod(String[], String, Object) PrefixMethodInvocationUtil 
This method returns a 
Method in 
action.
 
getPrevious() Counter   
getProhibitedResultParams() ServletActionRedirectResult   
getProhibitedResultParams() ServletRedirectResult   
getProperty(Map, Object, Object) CompoundRootAccessor   
getProperty(Map, Object, Object) HttpParametersPropertyAccessor   
getProperty(Map, Object, Object) ObjectAccessor   
getProperty(Map, Object, Object) ObjectProxyPropertyAccessor   
getProperty(Map, Object, Object) ParameterPropertyAccessor   
getProperty(Map, Object, Object) XWorkCollectionPropertyAccessor 
Gets the property of a Collection by indexing the collection
 based on a key property.
 
getProperty(Map, Object, Object) XWorkListPropertyAccessor   
getProperty(Map, Object, Object) XWorkMapPropertyAccessor   
getProperty(Map, Object, Object) XWorkObjectPropertyAccessor   
getProperty() StrutsModels   
getPropertyDescriptor(Class, String) OgnlReflectionProvider   
getPropertyDescriptor(Class, String) ReflectionProvider 
This method returns a PropertyDescriptor for the given class and property name using
 a Map lookup (using getPropertyDescriptorsMap()).
 
getPropertyDescriptors(Object) OgnlReflectionProvider   
getPropertyDescriptors(Object) OgnlUtil 
Gets the java beans property descriptors for the given source.
 
getPropertyDescriptors(Class<?>) OgnlUtil 
Get's the java beans property descriptors for the given class.
 
getPropertyDescriptors(Object) ReflectionProvider 
Get's the java beans property descriptors for the given source.
 
getPropertyDescriptors() AbstractUITagBeanInfo   
getPropertyLocation(String) LocatableProperties   
getPropertyName() PropertiesReader 
Returns the name of the last read property.
 
getPropertyThroughIteration(Map, Collection, String, Object) XWorkCollectionPropertyAccessor   
getPropertyValue() PropertiesReader 
Returns the value of the last read property.
 
getProviderAllowlist() ProviderAllowlist   
getProxy() ActionInvocation 
Deprecated. 
  
getProxy() ActionInvocation.LegacyAdapter 
Deprecated. 
  
getProxy() DefaultActionInvocation   
getProxy() MockActionInvocation   
getProxy() ActionInvocation 
Get the ActionProxy holding this ActionInvocation.
 
getProxy() ActionComponent   
getProxy() ActionChainResult   
getPush() StrutsModels   
getPutStrategy() ReferenceMap   
getQueryFragment() QueryStringParser.Result   
getQueryFragment() StrutsQueryStringParser.StrutsQueryStringParserResult   
getQueryParams() QueryStringParser.Result   
getQueryParams() StrutsQueryStringParser.StrutsQueryStringParserResult   
getRadio() StrutsModels   
getReader(Object, String) FreemarkerThemeTemplateLoader getRealTarget(String, Map<String, Object>, Object) OgnlReflectionProvider   
getRealTarget(String, Map<String, Object>, Object) 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) ReflectionProvider 
Looks for the real target with the specified property given a root Object which may be a
 CompoundRoot.
 
getReflectionContextFactory() ConstantConfig   
getReflectionProvider() ConstantConfig   
getRegex() RegexFieldValidator   
getRemoteUser() PrincipalProxy 
Gets the user id
 
getRemoteUser() ServletPrincipalProxy 
Gets the user id
 
getRemoveAllLabel() InputTransferSelect   
getRemoveAllLabel() InputTransferSelectTag   
getRemoveLabel() InputTransferSelect   
getRemoveLabel() InputTransferSelectTag   
getRequest() ServletActionContext 
Gets the HTTP servlet request object.
 
getRequestOperationMode(ActionInvocation) 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() MessageStoreInterceptor   
getRequestSize(HttpServletRequest) JakartaStreamMultiPartRequest   
getReset() StrutsModels   
getResource(String) ReloadingClassLoader   
getResource(String, Class) ClassLoaderUtil 
Load a given resource.
 
getResource(String) ClassLoaderInterface   
getResource(String) ClassLoaderInterfaceDelegate   
getResourceAsStream(String) ReloadingClassLoader   
getResourceAsStream(String, Class) ClassLoaderUtil 
This is a convenience method to load a resource as a stream.
 
getResourceAsStream(String) ClassLoaderInterface   
getResourceAsStream(String) ClassLoaderInterfaceDelegate   
getResourceBase(HttpServletRequest) ResourceUtil   
getResources(String, Class, boolean) ClassLoaderUtil 
 Load all resources with a given name, potentially aggregating all results 
 from the searched classloaders.
 
getResources(String) ClassLoaderInterface   
getResources(String) ClassLoaderInterfaceDelegate   
getResources() ResolverUtil   
getResourcesMap(String) ResourceFinder   
getResourcesNotLoaded() ResourceFinder 
 Returns a list of resources that could not be loaded in the last invoked findAvailable* or
 mapAvailable* methods.
 
getResponse() ServletActionContext 
Gets the HTTP servlet response object.
 
getResult() ActionInvocation 
Deprecated. 
  
getResult() ActionInvocation.LegacyAdapter 
Deprecated. 
  
getResult() ExceptionMappingConfig   
getResult() 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() MockActionInvocation   
getResult() 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() ActionMapping   
getResult() BackgroundProcess   
getResult() StrutsBackgroundProcess 
Gets the result of the background process.
 
getResultCode() ActionInvocation.LegacyAdapter 
Deprecated. 
  
getResultCode() DefaultActionInvocation   
getResultCode() MockActionInvocation   
getResultCode() ActionInvocation 
Gets the result code returned from this ActionInvocation.
 
getResults() ActionConfig   
getResultType(String) PackageConfig.Builder   
getResultTypeConfigs() PackageConfig 
gets the ResultTypeConfigs local to this package
 
getReturnType() ClassFinder.MethodInfo   
getRightDownLabel() OptionTransferSelect   
getRightDownLabel() OptionTransferSelectTag   
getRightTitle() InputTransferSelect   
getRightTitle() OptionTransferSelect   
getRightTitle() InputTransferSelectTag   
getRightTitle() OptionTransferSelectTag   
getRightUpLabel() OptionTransferSelect   
getRightUpLabel() OptionTransferSelectTag   
getRoot() OgnlValueStack   
getRoot() ValueStack.LegacyAdapter 
Deprecated. 
  
getRoot() ValueStack 
Get the CompoundRoot which holds the objects pushed onto the stack
 
getRoundingMode() Number   
getRuntimeConfiguration() Configuration 
The current runtime configuration.
 
getRuntimeConfiguration() DefaultConfiguration   
getRuntimeConfiguration() MockConfiguration   
getSaveDir() Dispatcher 
Return the path to save uploaded files to (this is configurable).
 
getScheme() ComponentUrlProvider   
getScheme() UrlProvider   
getScope() BeanConfig   
getScopeKey() ScopedModelDriven   
getScopeStrategy() Context   
getScript() StrutsModels   
getSelect() StrutsModels   
getSelectAllLabel() OptionTransferSelect   
getSelectAllLabel() UpDownSelect   
getSelectAllLabel() OptionTransferSelectTag   
getSelectAllLabel() UpDownSelectTag   
getSelectAllOnclick() OptionTransferSelect   
getSelectAllOnclick() OptionTransferSelectTag   
getSelectedIndex() TabbedPane   
getSequence() Form 
Get a incrementing sequence unique to this Form component.
 
getServeStatic() ConstantConfig   
getServeStaticBrowserCache() ConstantConfig   
getServletContext() ActionContext 
Deprecated. 
  
getServletContext() ActionContext 
Gets ServletContext associated with current action
 
getServletContext() FilterHostConfig   
getServletContext() HostConfig   
getServletContext() ListenerHostConfig   
getServletContext() ServletHostConfig   
getServletContext() ServletActionContext 
Gets the servlet context.
 
getServletPath(HttpServletRequest) RequestUtils 
Retrieves the current request servlet path.
 
getServletRequest() ActionContext 
Deprecated. 
  
getServletRequest() CspReportAction   
getServletRequest() ActionContext 
Gets ServletRequest associated with current action
 
getServletResponse() ActionContext 
Deprecated. 
  
getServletResponse() ActionContext 
Gets ServletResponse associated with current action
 
getSession() ActionContext 
Deprecated. 
  
getSession() ActionContext 
Gets the Map of HttpSession values when in a servlet environment or a generic session map otherwise.
 
getSessionReset() ScopeInterceptor   
getSet() StrutsModels   
getSetMap(Map<String, Object>, String) ReflectionContextState   
getSetMethod(Class, String) OgnlReflectionProvider   
getSetMethod(Class, String) ReflectionProvider   
getSize() InputTransferSelect   
getSize() FastByteArrayOutputStream   
getSize() InputTransferSelectTag   
getSnippet(int) Location 
Gets a source code snippet with the default padding
 
getSnippet(int) LocationImpl   
getSourceAccessor(OgnlContext, Object, Object) CompoundRootAccessor 
Used by OGNl to generate bytecode
 
getSourceAccessor(OgnlContext, Object, Object) ObjectProxyPropertyAccessor 
Used by OGNl to generate bytecode
 
getSourceSetter(OgnlContext, Object, Object) CompoundRootAccessor 
Used by OGNl to generate bytecode
 
getSourceSetter(OgnlContext, Object, Object) ObjectProxyPropertyAccessor 
Used by OGNl to generate bytecode
 
getStack() ActionInvocation 
Deprecated. 
  
getStack() ActionInvocation.LegacyAdapter 
Deprecated. 
  
getStack() DefaultActionInvocation   
getStack() MockActionInvocation   
getStack() ActionInvocation 
Gets the ValueStack associated with this ActionInvocation.
 
getStack() Component 
Gets the OGNL value stack associated with this component.
 
getStack() ComponentUrlProvider   
getStack() TemplateRenderingContext   
getStack() UrlProvider   
getStack() StrutsBodyTagSupport   
getStack(PageContext) TagUtils   
getStandardAttributes() Component 
If needed caches all methods annotated by given annotation to avoid further scans
 
getStandardContext(ValueStack, HttpServletRequest, HttpServletResponse) ContextUtil   
getStaticContentLoader() ConstantConfig   
getStaticContentLoader() Dispatcher   
getStaticContentPath() ConstantConfig   
getStatus() HttpHeaderResult   
getStrictMethodInvocationMethodRegex() ConstantConfig   
getStringHeaders() ResponseBuilder   
getSubmit() StrutsModels   
getSuccessResultValue() DefaultActionSupport   
getSuffix() BaseTemplateEngine   
getSuffix() FreemarkerTemplateEngine   
getSuffix() JspTemplateEngine   
getSuperInterfaces() ClassFinder.ClassInfo   
getSuperType() ClassFinder.ClassInfo   
getT(T, String, Class<T>) RangeValidatorSupport   
getTabAlign() TabbedPane   
getTag() TemplateRenderingContext   
getTarget() OgnlTypeConverterWrapper   
getTemplate() TemplateRenderingContext   
getTemplate() UIBean   
getTemplateDir() UIBean   
getTemplateEngine(Template, String) TemplateEngineManager 
 Gets the TemplateEngine for the template name.
 
getTemplatePath() FreemarkerManager   
getTemplateSuffix(Map<String, Object>) ContextUtil 
Returns a String for overriding the default templateSuffix if templateSuffix is on the stack
 
getText(String) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key 
getText(String, String) 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) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key, before returning 
defaultValue
 if every else fails.
 
getText(String, List<?>) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key.
 
getText(String, String[]) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key.
 
getText(String, String, List<?>) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key, before returning 
defaultValue 
getText(String, String, String[]) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key, before returning 
defaultValue.
 
getText(String, String, List<?>, ValueStack) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key, before returning 
defaultValue 
getText(String, String, String[], ValueStack) CompositeTextProvider 
It will consult each 
TextProviders and return the first valid message for this
 
key, before returning 
defaultValue 
getText(String) DefaultTextProvider   
getText(String, String) DefaultTextProvider   
getText(String, List<?>) DefaultTextProvider   
getText(String, String[]) DefaultTextProvider   
getText(String, String, List<?>) DefaultTextProvider   
getText(String, String, String[]) DefaultTextProvider   
getText(String, String, String) DefaultTextProvider   
getText(String, String, List<?>, ValueStack) DefaultTextProvider   
getText(String, String, String[], ValueStack) DefaultTextProvider   
getText(String) TextProvider 
Gets a message based on a message key or if no message is found the provided key
 is returned.
 
getText(String, String) TextProvider 
Gets a message based on a key, or, if the message is not found, a supplied
 default value is returned.
 
getText(String, String, String) 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, List<?>) 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[]) 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, List<?>) 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[]) 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) 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) 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) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, String) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, String, String) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, List<?>) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, String[]) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, String, List<?>) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, String, String[]) TextProviderSupport 
Get a text from the resource bundles associated with this action.
 
getText(String, String, List<?>, ValueStack) 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) 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) DelegatingValidatorContext   
getText(String, String) DelegatingValidatorContext   
getText(String, String, String) DelegatingValidatorContext   
getText(String, List<?>) DelegatingValidatorContext   
getText(String, String[]) DelegatingValidatorContext   
getText(String, String, List<?>) DelegatingValidatorContext   
getText(String, String, String[]) DelegatingValidatorContext   
getText(String, String, List<?>, ValueStack) DelegatingValidatorContext   
getText(String, String, String[], ValueStack) DelegatingValidatorContext   
getText(String) ActionSupport   
getText(String, String) ActionSupport   
getText(String, String, String) ActionSupport   
getText(String, List<?>) ActionSupport   
getText(String, String[]) ActionSupport   
getText(String, String, List<?>) ActionSupport   
getText(String, String, String[]) ActionSupport   
getText(String, String, List<?>, ValueStack) ActionSupport   
getText(String, String, String[], ValueStack) ActionSupport   
getText(String) StrutsUtil   
getText(String, String, List<Object>, ValueStack) TextProviderHelper 
Get a message from the first TextProvider encountered in the stack.
 
getText(String, String, ValueStack) TextProviderHelper 
Get a message from the first TextProvider encountered in the stack.
 
getText() StrutsModels   
getTextarea() StrutsModels   
getTextfield() StrutsModels   
getTextKey() LocalizedMessage   
getTextMessage(String, String[]) AbstractFileUploadInterceptor   
getTextMessage(Object, String, String[]) AbstractFileUploadInterceptor   
getTextProvider(Class) StrutsTextProviderFactory   
getTextProvider(ResourceBundle) StrutsTextProviderFactory   
getTextProvider() DelegatingValidatorContext   
getTextProvider() 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(Object) AbstractFileUploadInterceptor   
getTextProviderFactory() ConstantConfig   
getTexts(String) CompositeTextProvider 
 
getTexts() CompositeTextProvider 
 
getTexts(String) DefaultTextProvider   
getTexts() DefaultTextProvider   
getTexts(String) TextProvider 
Get the named bundle, such as "com/acme/Foo".
 
getTexts() TextProvider 
Get the resource bundle associated with the implementing class (usually an action).
 
getTexts(String) TextProviderSupport 
Get the named bundle.
 
getTexts() TextProviderSupport 
Get the resource bundle associated with this action.
 
getTexts(String) DelegatingValidatorContext   
getTexts() DelegatingValidatorContext   
getTexts() ActionSupport   
getTexts(String) ActionSupport   
getTextValue(Element) DefaultValidatorFileParser 
Extract trimmed text value from the given DOM element, ignoring XML comments.
 
getTheme() Template   
getTheme() UIBean   
getThemePropertiesFileName() BaseTemplateEngine   
getThemeProps(Template) BaseTemplateEngine   
getThemeProps(Template) TemplateEngine 
Get's the properties for the given template.
 
getTime() Timer   
getTimezone() Date   
getToClass() ConversionData   
getToken() TokenHelper 
Gets a transaction token from the params in the ServletActionContext using the default token name.
 
getToken(String) TokenHelper 
Gets the Token value from the params in the ServletActionContext using the given name
 
getToken() StrutsModels   
getTokenName() TokenHelper 
Gets the token name from the Parameters in the ServletActionContext
 
getTooltipConfig(UIBean) UIBean   
getTotal() Timer   
getType() Context   
getType() ClassFinder.FieldInfo   
getType() ValidatorConfig   
getType() Number   
getType() BeanConfig   
getType() ScopeInterceptor   
getType() SubmitTag   
getTypeConverter(Map<String, Object>) DefaultTypeConverter   
getUiTemplateDir() ConstantConfig   
getUiTemplateSuffix() ConstantConfig   
getUiTheme() ConstantConfig   
getUiThemeExpansionToken() ConstantConfig   
getUnknownHandlerManager() ConstantConfig   
getUnknownHandlers() DefaultUnknownHandlerManager   
getUnknownHandlers() UnknownHandlerManager   
getUnknownHandlerStack() Configuration   
getUnknownHandlerStack() DefaultConfiguration   
getUnknownHandlerStack() MockConfiguration   
getUpDownOnLeftOnclick() OptionTransferSelect   
getUpDownOnLeftOnclick() OptionTransferSelectTag   
getUpDownOnRightOnclick() OptionTransferSelect   
getUpDownOnRightOnclick() OptionTransferSelectTag   
getUpdownselect() StrutsModels   
getUpLabel() InputTransferSelect   
getUpLabel() InputTransferSelectTag   
getURI() Location 
Get the URI of this location
 
getURI(Attributes) LocationAttributes 
Returns the URI of an element (SAX flavor)
 
getURI(Element) LocationAttributes 
Returns the URI of an element (DOM flavor)
 
getURI() LocationImpl 
Get the URI of this location
 
getUri(HttpServletRequest) RequestUtils 
Gets the uri from the request
 
getUriFromActionMapping(ActionMapping) ActionMapper 
Convert an ActionMapping into a URI string
 
getUriFromActionMapping(ActionMapping) CompositeActionMapper   
getUriFromActionMapping(ActionMapping) DefaultActionMapper   
getUriFromActionMapping(ActionMapping) PrefixBasedActionMapper   
getUriFromActionMapping(ActionMapping) RestfulActionMapper   
getURL() URLBean   
getURL(String) StrutsClassTemplateLoader   
getUrl() StrutsModels   
getUrlHttpPort() ConstantConfig   
getUrlHttpsPort() ConstantConfig   
getUrlIncludeParams() ComponentUrlProvider   
getUrlIncludeParams() UrlProvider   
getUrlIncludeParams() ConstantConfig   
getUrlPattern() URLValidator   
getUrlProvider() Anchor   
getUrlProvider() URL   
getUrlRegex() 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() ComponentUrlProvider   
getUrlRenderer() ConstantConfig   
getURLs(String) XmlConfigurationProvider   
getUrls() UrlSet   
getUseLRUCache() OgnlCacheFactory 
 
getUserPrincipal() PrincipalProxy 
Gets the user principal
 
getUserPrincipal() ServletPrincipalProxy 
Gets the user principal
 
getValidationAware() DelegatingValidatorContext   
getValidationContext(ActionProxy) ValidationInterceptor 
 
getValidator(ValidatorConfig) DefaultValidatorFactory   
getValidator(ValidatorConfig) ValidatorFactory 
Get a Validator that matches the given configuration.
 
getValidatorContext() Validator 
Gets the validation context used
 
getValidatorContext() ValidatorSupport   
getValidatorContext() Form.FieldVisitorValidatorWrapper   
getValidatorFromValidatorConfig(ValidatorConfig, ValueStack) DefaultActionValidatorManager   
getValidators(Class<?>, String, String) ActionValidatorManager 
Returns a list of validators for the given class, context, and method.
 
getValidators(Class<?>, String) ActionValidatorManager 
Returns a list of validators for the given class and context.
 
getValidators(Class<?>, String, String) DefaultActionValidatorManager   
getValidators(Class<?>, String) DefaultActionValidatorManager   
getValidators(String) Form   
getValidatorType() Validator 
Gets the validator type used (see class javadoc).
 
getValidatorType() FieldValidatorSupport   
getValidatorType() ValidatorSupport   
getValidatorType() Form.FieldVisitorValidatorWrapper   
getValue() ConversionData   
getValue() ObjectProxy   
getValue(String, Map<String, Object>, Object) OgnlReflectionProvider   
getValue(String, Map<String, Object>, Object) OgnlUtil   
getValue(String, Map<String, Object>, Object, Class<?>) OgnlUtil   
getValue(String, Map<String, Object>, Object) ReflectionProvider 
Evaluates the given OGNL expression to extract a value from the given root
 object in a given context
 
getValue() ComponentUrlProvider   
getValue() UrlProvider   
getValue() Parameter.Empty   
getValue() Parameter   
getValue() Parameter.Request   
getValue() HttpHeader   
getValue() ListEntry   
getValueClassType() Checkbox   
getValueClassType() DateTextField   
getValueClassType() ListUIBean   
getValueClassType() UIBean   
getValueStack() ActionContext 
Deprecated. 
  
getValueStack() ActionContext 
Gets the OGNL value stack.
 
getValueStack(HttpServletRequest) ServletActionContext 
Gets the current value stack for this request
 
getValueStack() ValueStackProvider   
getValueStackFactory() ConstantConfig   
getValueStackFactory() Dispatcher   
getVar() ComponentUrlProvider   
getVar() ContextBean   
getVar() UrlProvider   
getVariableNames() NamedVariablePatternMatcher.CompiledPattern   
getVariables() NamespaceMatch   
getVelocityConfigfile() ConstantConfig   
getVelocityContexts() ConstantConfig   
getVelocityManagerClassname() ConstantConfig   
getVelocityToolboxlocation() ConstantConfig   
getVerticesInCycles() CycleDetector   
getViewUrlHelper() ConstantConfig   
getVisitorReturnType(Class, String) Form 
Return type of visited object.
 
getWindowState() ComponentUrlProvider   
getWindowState() UrlProvider   
getWrapper() FreemarkerManager   
getWriter() TemplateRenderingContext   
getWriter() FreemarkerResult 
The default writer writes directly to the response writer.
 
getWriter(Writer, Map) TagModel   
getXsltNocache() ConstantConfig   
getXworkConverter() ConstantConfig   
globalAllowedMethods PackageConfig   
globalExceptionMappingConfigs PackageConfig   
GlobalLocalizedTextProvider com.opensymphony.xwork2.util 
Provides support for localization in the framework, it can be used to read only default bundles.
 
GlobalLocalizedTextProvider() GlobalLocalizedTextProvider   
globalResultConfigs PackageConfig   
guessResultType(String) XmlDocConfigurationProvider   
 
I18n org.apache.struts2.components 
Gets a resource bundle and place it on the value stack.
 
I18n(ValueStack) I18n   
i18n StrutsModels   
I18nInterceptor org.apache.struts2.interceptor 
An interceptor that handles setting the locale specified in a session as the locale for the current action request.
 
I18nInterceptor() I18nInterceptor   
I18nInterceptor.AcceptLanguageLocaleHandler org.apache.struts2.interceptor   
I18nInterceptor.CookieLocaleHandler org.apache.struts2.interceptor   
I18nInterceptor.LocaleHandler org.apache.struts2.interceptor 
Uses to handle reading/storing Locale from/in different locations
 
I18nInterceptor.RequestLocaleHandler org.apache.struts2.interceptor   
I18nInterceptor.SessionLocaleHandler org.apache.struts2.interceptor   
I18nInterceptor.Storage org.apache.struts2.interceptor   
I18nModel org.apache.struts2.views.freemarker.tags   
I18nModel(ValueStack, HttpServletRequest, HttpServletResponse) I18nModel   
I18nTag org.apache.struts2.views.jsp   
I18nTag() I18nTag   
id UIBean   
id AbstractUITag   
If org.apache.struts2.components   
If(ValueStack) If   
IfModel org.apache.struts2.views.freemarker.tags   
IfModel(ValueStack, HttpServletRequest, HttpServletResponse) IfModel   
ifModel StrutsModels   
IfTag org.apache.struts2.views.jsp   
IfTag() IfTag   
ignorableWhitespace(char[], int, int) DomHelper.DOMBuilder   
ignorableWhitespace(char[], int, int) DomHelper.StartHandler   
ignorableWhitespace(char[], int, int) LocationAttributes.Pipe   
ignoreCommitted() 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 ActionComponent   
ignoreContextParams ActionTag   
include(UrlSet) UrlSet   
Include org.apache.struts2.components   
Include(ValueStack, HttpServletRequest, HttpServletResponse) Include   
include(String, Writer, ServletRequest, HttpServletResponse, String) Include 
Include a resource in a response.
 
include(Object) StrutsUtil   
include StrutsModels   
includeClassesUrl(ClassLoaderInterface, UrlSet.FileProtocolNormalizer) UrlSet 
Try to find a classes directory inside a war file add its normalized url to this set
 
includeContext ComponentUrlProvider   
includeContext Form   
includeContext AnchorTag   
includeContext FormTag   
includeContext URLTag   
includeMethods MethodFilterInterceptor 
Deprecated. 
  
includeMethods MethodFilterInterceptor   
IncludeModel org.apache.struts2.views.freemarker.tags   
IncludeModel(ValueStack, HttpServletRequest, HttpServletResponse) IncludeModel   
includeParams ComponentUrlProvider   
includeParams AnchorTag   
includeParams URLTag   
includes ChainingInterceptor 
Deprecated. 
  
includes ChainingInterceptor   
IncludeTag org.apache.struts2.views.jsp   
IncludeTag() IncludeTag   
incrementRecursionCounter(HttpServletRequest, String) PrepareOperations 
Helper method to potentially count recursive executions with a request attribute.
 
indexOfArray(int[], int, int, char[], int) WildcardHelper 
Get the offset of a part of an int array within a char array.
 
init(ActionProxy) ActionInvocation 
Deprecated. 
  
init(ActionProxy) ActionInvocation 
Deprecated. 
  
init(ActionProxy) ActionInvocation.LegacyAdapter 
Deprecated. 
  
init(Configuration) ContainerProvider 
Initializes with the configuration
 
init(Configuration) FileManagerFactoryProvider   
init(Configuration) FileManagerProvider   
init(Configuration) PackageProvider 
Initializes with the configuration
 
init(Configuration) StrutsDefaultConfigurationProvider   
init(Configuration) XmlConfigurationProvider   
init(Configuration) XmlDocConfigurationProvider   
init(ActionProxy) DefaultActionInvocation   
init() Initializable 
Use this method to initialise your bean, the whole dependency graph was already built
 
init() Interceptor.LegacyAdapter 
Deprecated. 
  
init(ActionProxy) MockActionInvocation   
init(Configuration) StubConfigurationProvider   
init() DefaultValidatorFactory   
init(ActionProxy) ActionInvocation   
init(Configuration) AbstractBeanSelectionProvider   
init(Configuration) DefaultPropertiesProvider   
init(Configuration) PropertiesConfigurationProvider   
init(Configuration) StrutsJavaConfigurationProvider   
init() StrutsConversionPropertiesProcessor   
init(ServletContext) DefaultDispatcherErrorHandler   
init() Dispatcher 
Load configurations, including both XML and zero-configuration strategies,
 and update optional settings, including whether to reload configurations and resource files.
 
init(ServletContext) DispatcherErrorHandler 
 
init(FilterConfig) StrutsExecuteFilter   
init(FilterConfig) StrutsPrepareAndExecuteFilter   
init(FilterConfig) StrutsPrepareFilter   
init(ServletConfig) StrutsServlet   
init() PrefixBasedActionProxyFactory   
init() AbstractInterceptor 
Does nothing
 
init() ExecuteAndWaitInterceptor   
init() 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(MessageStoreInterceptor) MessageStorePreResultListener   
init(ServletContext) FreemarkerManager   
init(TemplateLoader) FreemarkerThemeTemplateLoader 
Initialize the loader for the given parent.
 
init(ServletConfig) JspSupportServlet   
initDispatcher(HostConfig) InitOperations 
Creates and initializes the dispatcher
 
initDispatcher(ServletContext, Map<String, String>) StrutsTestCaseHelper   
initialiseConfiguration() ConfigurationManager   
Initializable com.opensymphony.xwork2.inject 
Beans marked with this interface will be always initialised
 after the internal DI mechanism will be created.
 
initNewHttpParameters(HttpParameters) ParametersInterceptor   
InitOperations org.apache.struts2.dispatcher 
Contains initialization operations
 
InitOperations() InitOperations   
INITPARAM_CONTENT_TYPE FreemarkerManager   
INITPARAM_DEBUG FreemarkerManager   
INITPARAM_NOCACHE FreemarkerManager   
INITPARAM_TEMPLATE_PATH FreemarkerManager   
initParameterMap() ParametersInterceptor   
initParams Dispatcher   
initStaticContentLoader(HostConfig, Dispatcher) InitOperations 
Initializes the static content loader with the filter configuration
 
initWithContext(ServletContext) ServletContextAwareConfigurationProvider 
This is a lazy constructor, called just after class was initiated
 
inject(Object) Container 
Injects dependencies into the fields and methods of an existing object.
 
inject(Class<T>) Container 
Creates and injects a new instance of type implementation.
 
Inject com.opensymphony.xwork2.inject 
Annotates members and parameters which should have their value[s]
 injected.
 
inject(Object) MockContainer   
inject(Class<T>) MockContainer   
injectInternalBeans(Object) ObjectFactory   
injectIntoCookiesAwareAction(Object, Map<String, String>) CookieInterceptor 
 
injectParams(Interceptor, Map<String, String>, ActionContext) WithLazyParams.LazyParamInjector   
injectParams(Interceptor, Map<String, String>, ActionContext) WithLazyParams.LazyParamInjector   
injectStatics(Class<?>...) ContainerBuilder 
Upon creation, the 
Container will inject static fields and methods
 into the given classes.
 
INPUT Action 
 The action execution require more input
 in order to succeed.
 
input() ActionSupport   
InputConfig com.opensymphony.xwork2.interceptor.annotations 
Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.
 
inputName StreamResult   
inputStream StreamResult   
InputTransferSelect org.apache.struts2.components   
InputTransferSelect(ValueStack, HttpServletRequest, HttpServletResponse) InputTransferSelect   
inputtransferselect StrutsModels   
InputTransferSelectModel org.apache.struts2.views.freemarker.tags   
InputTransferSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) InputTransferSelectModel   
InputTransferSelectTag org.apache.struts2.views.jsp.ui 
InputTransferSelect jsp tag.
 
InputTransferSelectTag() InputTransferSelectTag   
InstantiatingNullHandler com.opensymphony.xwork2.conversion.impl   
InstantiatingNullHandler() InstantiatingNullHandler   
integrity Script   
integrity ScriptTag   
intercept(ActionInvocation) AbstractInterceptor 
Deprecated. 
Override to handle interception
 
intercept(ActionInvocation) AbstractInterceptor 
Deprecated. 
  
intercept(ActionInvocation) AliasInterceptor 
Deprecated. 
  
intercept(ActionInvocation) AnnotationParameterFilterInterceptor 
Deprecated. 
  
intercept(ActionInvocation) AnnotationWorkflowInterceptor 
Discovers annotated methods on the action and calls them according to the workflow
 
intercept(ActionInvocation) ChainingInterceptor 
Deprecated. 
  
intercept(ActionInvocation) ExceptionMappingInterceptor 
Deprecated. 
  
intercept(ActionInvocation) Interceptor 
Deprecated. 
  
intercept(ActionInvocation) Interceptor 
Deprecated. 
  
intercept(ActionInvocation) Interceptor.LegacyAdapter 
Deprecated. 
  
intercept(ActionInvocation) LoggingInterceptor 
Deprecated. 
  
intercept(ActionInvocation) MethodFilterInterceptor 
Deprecated. 
  
intercept(ActionInvocation) ModelDrivenInterceptor 
Deprecated. 
  
intercept(ActionInvocation) ParameterFilterInterceptor 
Deprecated. 
  
intercept(ActionInvocation) ParameterRemoverInterceptor 
Deprecated. 
Decide if the parameter should be removed from the parameter map based on
 paramNames and paramValues.
 
intercept(ActionInvocation) ScopedModelDrivenInterceptor 
Deprecated. 
  
intercept(ActionInvocation) StaticParametersInterceptor 
Deprecated. 
  
intercept(ActionInvocation) 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.
 
intercept(ActionInvocation) AbstractInterceptor 
Override to handle interception
 
intercept(ActionInvocation) ActionFileUploadInterceptor   
intercept(ActionInvocation) AliasInterceptor   
intercept(ActionInvocation) ChainingInterceptor   
intercept(ActionInvocation) CheckboxInterceptor   
intercept(ActionInvocation) ClearSessionInterceptor   
intercept(ActionInvocation) CoepInterceptor   
intercept(ActionInvocation) CookieInterceptor   
intercept(ActionInvocation) CookieProviderInterceptor   
intercept(ActionInvocation) CoopInterceptor   
intercept(ActionInvocation) CreateSessionInterceptor   
intercept(ActionInvocation) CspInterceptor   
intercept(ActionInvocation) DateTextFieldInterceptor   
intercept(ActionInvocation) DebuggingInterceptor   
intercept(ActionInvocation) ExceptionMappingInterceptor   
intercept(ActionInvocation) FetchMetadataInterceptor   
intercept(ActionInvocation) FileUploadInterceptor 
Deprecated. 
  
intercept(ActionInvocation) HttpMethodInterceptor   
intercept(ActionInvocation) I18nInterceptor   
intercept(ActionInvocation) 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) LoggingInterceptor   
intercept(ActionInvocation) MessageStoreInterceptor   
intercept(ActionInvocation) MethodFilterInterceptor   
intercept(ActionInvocation) ModelDrivenInterceptor   
intercept(ActionInvocation) MultiselectInterceptor 
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.
 
intercept(ActionInvocation) NoOpInterceptor   
intercept(ActionInvocation) ParameterRemoverInterceptor 
Decide if the parameter should be removed from the parameter map based on
 paramNames and paramValues.
 
intercept(ActionInvocation) RolesInterceptor   
intercept(ActionInvocation) ScopedModelDrivenInterceptor   
intercept(ActionInvocation) ScopeInterceptor   
intercept(ActionInvocation) ServletConfigInterceptor 
Sets action properties based on the interfaces an action implements.
 
intercept(ActionInvocation) StaticParametersInterceptor   
Interceptor com.opensymphony.xwork2.interceptor 
 
Interceptor org.apache.struts2.interceptor   
interceptor MessageStorePreResultListener   
Interceptor.LegacyAdapter com.opensymphony.xwork2.interceptor 
Deprecated. 
  
InterceptorBuilder com.opensymphony.xwork2.config.providers 
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
 
InterceptorBuilder() InterceptorBuilder   
InterceptorConfig com.opensymphony.xwork2.config.entities 
Configuration for Interceptors.
 
InterceptorConfig(String, String) InterceptorConfig   
InterceptorConfig(InterceptorConfig) InterceptorConfig   
InterceptorConfig.Builder com.opensymphony.xwork2.config.entities 
The builder for this object.
 
interceptorConfigs PackageConfig   
InterceptorFactory com.opensymphony.xwork2.factory 
 
InterceptorListHolder com.opensymphony.xwork2.config.entities 
InterceptorListHolder
 
InterceptorLocator com.opensymphony.xwork2.config.entities 
Defines an object that can be used to retrieve interceptor configuration
 
InterceptorMapping com.opensymphony.xwork2.config.entities 
InterceptorMapping
 
InterceptorMapping(String, Interceptor) InterceptorMapping   
InterceptorMapping(String, Interceptor, Map<String, String>) InterceptorMapping   
InterceptorMapping(String, Interceptor) InterceptorMapping   
InterceptorMapping(String, Interceptor, Map<String, String>) InterceptorMapping   
interceptors(List<InterceptorMapping>) ActionConfig.Builder   
interceptors ActionConfig   
interceptors InterceptorStackConfig 
A list of InterceptorMapping object
 
interceptors DefaultActionInvocation   
InterceptorStackConfig com.opensymphony.xwork2.config.entities 
Configuration for InterceptorStack.
 
InterceptorStackConfig() InterceptorStackConfig 
Creates an InterceptorStackConfig object.
 
InterceptorStackConfig(InterceptorStackConfig) InterceptorStackConfig 
Creates an InterceptorStackConfig object with a particular name.
 
InterceptorStackConfig.Builder com.opensymphony.xwork2.config.entities 
The builder for this object.
 
internal() FileManager 
User's implementation should return false as then it will be taken in first place
 
internal() DefaultFileManager   
INTERNAL_LIST_UI_BEAN_LIST_PARAMETER_KEY OptGroup   
internalUiBean OptGroup   
IntRangeFieldValidator com.opensymphony.xwork2.validator.annotations 
This validator checks that a numeric field has a value within a specified range.
 
IntRangeFieldValidator com.opensymphony.xwork2.validator.validators 
Field Validator that checks if the integer specified is within a certain range.
 
IntRangeFieldValidator() IntRangeFieldValidator   
INVALID_TOKEN_CODE TokenInterceptor   
invalidate() SessionMap 
Invalidate the http session.
 
invocation DefaultActionProxy   
invocation StrutsBackgroundProcess   
invocation FreemarkerResult   
invocationContext DefaultActionInvocation   
InvocationSessionStore org.apache.struts2.util 
InvocationSessionStore
 
invoke() ActionInvocation.LegacyAdapter 
Deprecated. 
  
invoke() DefaultActionInvocation   
invoke() MockActionInvocation   
invoke() ActionInvocation 
Invokes the next step in processing this ActionInvocation.
 
invokeAction(Object, ActionConfig) DefaultActionInvocation   
invokeActionOnly() ActionInvocation.LegacyAdapter 
Deprecated. 
  
invokeActionOnly() DefaultActionInvocation   
invokeActionOnly() MockActionInvocation   
invokeActionOnly() ActionInvocation 
Invokes only the Action (not Interceptors or Results).
 
invokeAsyncAction(Callable) AsyncManager   
invokePrefixMethod(ActionInvocation, String[]) PrefixMethodInvocationUtil 
 This method will prefix actionInvocation's ActionProxy's
 method with prefixes before invoking the prefixed method.
 
invokePrefixMethod(ActionInvocation, String[]) PrefixMethodInvocationUtil   
IsA(Class) ResolverUtil.IsA 
Constructs an IsA test using the supplied Class as the parent class/interface.
 
isAbstract(boolean) PackageConfig.Builder   
isAbstract PackageConfig   
isAbstract() PackageConfig   
isAcceptableExpression(String) Component 
Checks if expression doesn't contain vulnerable code
 
isAcceptableExpression(String) StreamResult 
Checks if expression doesn't contain vulnerable code
 
isAcceptableName(String) CookieInterceptor 
Checks if name of Cookie doesn't contain vulnerable code
 
isAcceptableName(String) ParametersInterceptor 
Validates the name passed is:
 * Within the max length of a parameter name
 * Is not excluded
 * Is accepted
 
isAcceptableParameter(String, Object) ParametersInterceptor 
Checks if name of parameter can be accepted or thrown away
 
isAcceptableParameterNameAware(String, Object) ParametersInterceptor   
isAcceptableParameterValue(Parameter, Object) ParametersInterceptor 
Checks if parameter value can be accepted or thrown away
 
isAcceptableParameterValueAware(Parameter, Object) ParametersInterceptor   
isAcceptableProperty(String) SecurityMemberAccess   
isAcceptableValue(String, String) ParametersInterceptor 
Validates:
 * Value is null/blank
 * Value is not excluded
 * Value is accepted
 
isAccepted(String) AliasInterceptor 
Deprecated. 
  
isAccepted(String) SecurityMemberAccess   
isAccepted(String) AcceptedPatternsChecker 
Checks if value matches any of patterns on exclude list
 
isAccepted() AcceptedPatternsChecker.IsAccepted   
isAccepted(String) DefaultAcceptedPatternsChecker   
isAccepted(String) DefaultNotExcludedAcceptedPatternsChecker   
isAccepted(String) ReloadingClassLoader   
isAccepted(String) AliasInterceptor   
isAccepted(String) CookieInterceptor 
Checks if name/value of Cookie is acceptable
 
isAccepted(String) ParametersInterceptor   
isAccessible(Map, Object, Member, String) SecurityMemberAccess   
isAllowed(String) AllowedMethods   
isAllowed(String) DefaultNotExcludedAcceptedPatternsChecker   
isAllowed(String) NotExcludedAcceptedPatternsChecker 
Checks if value doesn't match excluded pattern and matches accepted pattern
 
isAllowed() NotExcludedAcceptedPatternsChecker.IsAllowed   
isAllowed(HttpServletRequest, Object) RolesInterceptor 
Determines if the request should be allowed for the action
 
isAllowedMethod(String) ActionConfig   
isAnnotatedBy(AnnotatedElement, Class<? extends Annotation>...) AnnotationUtils 
Varargs version of AnnotatedElement.isAnnotationPresent()
 
isAnnotationPresent(Class<? extends Annotation>) ClassFinder   
isAppendPrefix() VisitorFieldValidator   
isBlocked(String) OgnlGuard 
Determines whether an OGNL expression should be blocked based on validation done on both the raw expression and
 the parsed tree.
 
isCaseSensitive() RegexFieldValidator   
isClassAllowlisted(Class<?>) SecurityMemberAccess   
isClassBelongsToPackages(Class<?>, Set<String>) SecurityMemberAccess   
isClassExcluded(Class<?>) SecurityMemberAccess   
isCommitted() MessageStorePreResultListener   
isCreatingNullObjects(Map<String, Object>) ReflectionContextState   
isDefaultBlock() ParameterFilterInterceptor 
Deprecated. 
  
isDefined() Evaluated   
isDefined() Parameter.Empty   
isDefined() Parameter   
isDefined() Parameter.Request   
isDelete(HttpServletRequest) Restful2ActionMapper   
isDenyMethodExecution(Map<String, Object>) ReflectionContextState   
isDevMode() Dispatcher   
isDisallowDefaultPackageAccess() OgnlUtil 
 
isDisallowProxyMemberAccess() OgnlUtil 
 
isDone() BackgroundProcess   
isDone() StrutsBackgroundProcess 
Returns the status of the background process.
 
isElementIncluded(String, String[]) PostbackResult 
Determines if the specified form input element should be included.
 
isEmpty() DirectedGraph 
Returns whether the graph is empty.
 
isEmpty() ReferenceMap   
isEmpty() AttributeMap   
isEmpty() HttpParameters   
isEmpty() QueryStringParser.Result   
isEmpty() StrutsQueryStringParser.StrutsQueryStringParserResult   
isEncode() ComponentUrlProvider   
isEncode() UrlProvider   
isEscape() PrettyPrintWriter   
isEscapeAmp() ComponentUrlProvider   
isEscapeAmp() UrlProvider   
isEven() IteratorStatus   
isExcluded(String) AliasInterceptor 
Deprecated. 
  
isExcluded(String) SecurityMemberAccess   
isExcluded(String) DefaultExcludedPatternsChecker   
isExcluded(String) DefaultNotExcludedAcceptedPatternsChecker   
isExcluded(String) ExcludedPatternsChecker 
Checks if value matches any of patterns on exclude list
 
isExcluded() ExcludedPatternsChecker.IsExcluded   
isExcluded(String) AliasInterceptor   
isExcluded(String) CookieInterceptor 
Checks if name/value of Cookie is excluded
 
isExcluded(String) ParametersInterceptor   
isExcludedPackageNamePatterns(Class<?>) SecurityMemberAccess   
isExcludedPackageNames(Class<?>) SecurityMemberAccess   
isExecuted() ActionInvocation.LegacyAdapter 
Deprecated. 
  
isExecuted() DefaultActionInvocation   
isExecuted() MockActionInvocation   
isExecuted() MockInterceptor   
isExecuted() ActionInvocation 
Gets whether this ActionInvocation has executed before.
 
isExecutedCalled() MockActionProxy   
isExempted(String) CoopInterceptor   
isExpression(String) ComponentUtils 
Check if object is an expression
 
isFile() StrutsUploadedFile   
isFile() UploadedFile   
isFinal(boolean) PackageConfig.Builder   
isFinal PackageConfig   
isFinal() PackageConfig   
isFirst() IteratorStatus   
isForceAddSchemeHostAndPort() ComponentUrlProvider   
isForceAddSchemeHostAndPort() UrlProvider   
isGet(HttpServletRequest) Restful2ActionMapper   
isGettingByKeyProperty(Map<String, Object>) ReflectionContextState   
isGroupingUsed() Number   
isHandleException() Dispatcher   
isHibernateProxy(Object) ProxyUtil 
Check whether the given object is a Hibernate proxy.
 
isHibernateProxyMember(Member) ProxyUtil 
Check whether the given member is a member of a Hibernate proxy.
 
isIncludeContext() ComponentUrlProvider   
isIncludeContext() UrlProvider   
isInRange(Number, String, Class) NumberConverter   
isInvalidated() MessageStorePreResultListener   
isIterable(Object) MakeIterator 
Determine whether a given object can be made into an Iterator
 
isJarURL(URL) DefaultFileManager 
Check if given URL is matching Jar pattern for different servers
 
isJBossUrl(URL) JBossFileManager 
Check if given URL is pointing to JBoss 5 VFS resource
 
isKnown(Location) LocationUtils 
Checks if a location is known, i.e.
 
isLast() IteratorStatus   
isLiteral(String) NamedVariablePatternMatcher   
isLiteral(String) PatternMatcher 
Determines if the pattern is a simple literal string or contains wildcards that will need to be processed
 
isLiteral(String) WildcardHelper 
Determines if the pattern contains any * characters
 
isLiteral(String) RegexPatternMatcher   
isLogEnabled() ExceptionMappingInterceptor 
Deprecated. 
  
isLogEnabled() ExceptionMappingInterceptor   
isMethodSpecified() ActionProxy.LegacyAdapter 
Deprecated. 
  
isMethodSpecified() DefaultActionProxy   
isMethodSpecified() MockActionProxy   
isMethodSpecified() ActionProxy 
Gets status of the method value's initialization.
 
isMultipartRequest(HttpServletRequest) Dispatcher 
Checks if request is a multipart request (a file upload request)
 
isMultipartSupportEnabled(HttpServletRequest) Dispatcher 
Checks if support to parse multipart requests is enabled
 
isMultiple() Parameter.Empty   
isMultiple() Parameter   
isMultiple() Parameter.Request   
isNeedsRefresh() PackageConfig.Builder   
isNeedsRefresh() PackageConfig   
isNice() Date   
isNoArgConstructorRequired() ObjectFactory 
Allows for ObjectFactory implementations that support
 Actions without no-arg constructors.
 
isNonEmpty(Object[]) AbstractFileUploadInterceptor   
isNotAcceptableExpression(String) AliasInterceptor 
Deprecated. 
Checks if expression contains vulnerable code
 
isNotAcceptableExpression(String) AliasInterceptor 
Checks if expression contains vulnerable code
 
isOdd() IteratorStatus   
isOnlyStatic() BeanConfig   
isOptional() BeanConfig   
isOrdered() ParametersInterceptor 
Whether to order the parameters or not
 
isPackageExcluded(Class<?>) SecurityMemberAccess   
isParameterAnnotatedAndAllowlist(String, Object) ParametersInterceptor 
Checks if the Action class member corresponding to a parameter is appropriately annotated with
 
StrutsParameter and OGNL allowlists any necessary classes.
 
isParamValueAccepted(String) ParametersInterceptor   
isParamValueExcluded(String) ParametersInterceptor   
isParsedTreeBlocked(Object) OgnlGuard 
Determines whether a parsed OGNL tree should be blocked based on some validation rules.
 
isParsedTreeBlocked(Object) StrutsOgnlGuard   
isParseIntegerOnly() Number   
isPathUrl(String) ServletRedirectResult 
Checks if url is simple path or either full url
 
isPost(HttpServletRequest) Restful2ActionMapper   
isProxy(Object) ProxyUtil 
Check whether the given object is a proxy.
 
isProxyMember(Member, Object) ProxyUtil 
Check whether the given member is a proxy member of a proxy object or is a static proxy member.
 
isPut(HttpServletRequest) Restful2ActionMapper   
isPutInContext() ComponentUrlProvider   
isPutInContext() UrlProvider   
isRawExpressionBlocked(String) OgnlGuard 
Determines whether an OGNL expression should be blocked based on validation done on only the raw expression,
 without parsing the tree.
 
isRawExpressionBlocked(String) StrutsOgnlGuard   
isRedirect(ActionInvocation, String) MessageStorePreResultListener   
isRepopulateField() RepopulateConversionErrorFieldValidatorSupport   
isReportingConversionErrors(Map<String, Object>) ReflectionContextState   
isRequestAllowed(HttpServletRequest) ResourceIsolationPolicy   
isRequestAllowed(HttpServletRequest) StrutsResourceIsolationPolicy   
isRequestSecure() PrincipalProxy 
Is the request using https?
 
isRequestSecure() ServletPrincipalProxy 
Is the request using https?
 
isRequestSizePermitted(HttpServletRequest) JakartaStreamMultiPartRequest 
Defines whether the request allowed based on content length.
 
isReset() ScopeInterceptor   
isSameAction(ActionProxy, String, String, String) Dispatcher   
isShortCircuit() ShortCircuitableValidator 
Gets whether this field validator should short circuit the validator queue
 it's in if validation fails.
 
isShortCircuit() ValidatorConfig   
isShortCircuit() ValidatorSupport   
isShouldCreateIfNew() MockObjectTypeDeterminer   
isShutdown() ExecutorProvider   
isShutdown() StrutsExecutorProvider   
isSlashesInActionNames() DefaultActionMapper   
isStrictMethodInvocation() ActionConfig   
isStrictMethodInvocation() AllowedMethods   
isStrictMethodInvocation() PackageConfig.Builder   
isStrictMethodInvocation() PackageConfig   
isTrim() RequiredStringValidator   
isTrim() StringLengthFieldValidator   
isTrimed() RegexFieldValidator   
isTrue(String) StrutsUtil   
isUnknown(Location) LocationUtils 
Checks if a location is unknown, i.e.
 
isUrlExcluded(HttpServletRequest) PrepareOperations 
Check whether the request matches a list of exclude patterns.
 
isUrlExcluded(HttpServletRequest, List<Pattern>) PrepareOperations 
 
isUserInRole(String) PrincipalProxy 
True if the user is in the given role
 
isUserInRole(String) ServletPrincipalProxy 
True if the user is in the given role
 
isValidateAnnotatedMethodOnly() ValidationInterceptor 
Gets if validate() should always be called or only per annotated method.
 
isValidLocale(Locale) DefaultLocaleProvider   
isValidLocale(Locale) LocaleProvider 
Validates if provided 
Locale is value
 
isValidLocale(Locale) DelegatingValidatorContext   
isValidLocale(Locale) ActionSupport   
isValidLocaleString(String) DefaultLocaleProvider   
isValidLocaleString(String) LocaleProvider 
Validates if provided string is a valid 
Locale 
isValidLocaleString(String) DelegatingValidatorContext   
isValidLocaleString(String) ActionSupport   
isValidScheme(String) DefaultUrlHelper   
isValidTagAttribute(String) Component 
Checks if provided name is a valid tag's attribute
 
isWithinLengthLimit(String) ParametersInterceptor   
isWrap() Counter   
isWriteIfCompleted() FreemarkerResult   
iterateChildren(Node, Consumer<Node>) XmlDocConfigurationProvider   
iterateChildrenByTagName(Element, String, Consumer<Element>) XmlDocConfigurationProvider   
iterateElementChildren(Document, Consumer<Element>) XmlDocConfigurationProvider   
iterateElementChildren(Node, Consumer<Element>) XmlDocConfigurationProvider   
iterator() DirectedGraph 
Returns an iterator that can traverse the nodes in the graph.
 
iterator IteratorComponent   
iterator StrutsModels   
IteratorComponent org.apache.struts2.components   
IteratorComponent(ValueStack) IteratorComponent   
IteratorFilterSupport org.apache.struts2.util 
A base class for iterator filters
 
IteratorFilterSupport() IteratorFilterSupport   
IteratorFilterSupport.EnumerationIterator org.apache.struts2.util   
IteratorGenerator org.apache.struts2.util 
A bean that generates an iterator filled with a given object depending on the count,
 separator and converter defined.
 
IteratorGenerator() IteratorGenerator   
IteratorGenerator.Converter org.apache.struts2.util 
Interface for converting each separated token into an Object of choice.
 
IteratorGeneratorTag org.apache.struts2.views.jsp.iterator 
NOTE: JSP-TAG 
 
IteratorGeneratorTag() IteratorGeneratorTag   
IteratorModel org.apache.struts2.views.freemarker.tags   
IteratorModel(ValueStack, HttpServletRequest, HttpServletResponse) IteratorModel   
IteratorStatus 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) IteratorStatus   
IteratorStatus.StatusState org.apache.struts2.views.jsp   
IteratorTag org.apache.struts2.views.jsp   
IteratorTag() IteratorTag   
 
PackageConfig com.opensymphony.xwork2.config.entities 
Configuration for Package.
 
PackageConfig(String) PackageConfig   
PackageConfig(PackageConfig) PackageConfig   
PackageConfig.Builder com.opensymphony.xwork2.config.entities 
The builder for this object.
 
packageContexts DefaultConfiguration   
PackageInfo(Package) ClassFinder.PackageInfo   
PackageInfo(String, ClassFinder) ClassFinder.PackageInfo   
packageName(String) ActionConfig.Builder   
packageName ActionConfig   
PackageProvider com.opensymphony.xwork2.config 
Provides configuration packages.
 
PAGE DispatcherConstants   
PAGE_CONTEXT StrutsStatics 
Constant for the JSP page context.
 
Param org.apache.struts2.components   
Param(ValueStack) Param   
param StrutsModels   
Param.UnnamedParametric org.apache.struts2.components 
 Tags can implement this to support nested param tags without the name  attribute.
 
PARAM_NAME_MAX_LENGTH ParametersInterceptor   
Parameter org.apache.struts2.dispatcher   
Parameter.Empty org.apache.struts2.dispatcher   
Parameter.File org.apache.struts2.dispatcher   
Parameter.Request org.apache.struts2.dispatcher   
ParameterAction org.apache.struts2.dispatcher.mapper 
Defines a parameter action prefix.
 
ParameterAware org.apache.struts2.interceptor 
Deprecated. 
 
ParameterFilterInterceptor com.opensymphony.xwork2.interceptor 
 
ParameterFilterInterceptor() ParameterFilterInterceptor 
Deprecated. 
  
Parameterizable com.opensymphony.xwork2.config.entities   
parameterName I18nInterceptor   
ParameterNameAware com.opensymphony.xwork2.interceptor 
 
ParameterNameAware org.apache.struts2.action 
This interface is implemented by actions that want to declare acceptable parameters.
 
ParameterPropertyAccessor com.opensymphony.xwork2.ognl.accessor   
ParameterPropertyAccessor() ParameterPropertyAccessor   
ParameterRemoverInterceptor com.opensymphony.xwork2.interceptor 
 
ParameterRemoverInterceptor() ParameterRemoverInterceptor 
Deprecated. 
  
ParameterRemoverInterceptor 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() ParameterRemoverInterceptor   
parameters Component 
 
PARAMETERS DispatcherConstants   
parameters JakartaStreamMultiPartRequest 
Map between non-file fields and values.
 
ParametersAware org.apache.struts2.action 
This interface gives actions an alternative way of receiving input parameters.
 
ParametersInterceptor com.opensymphony.xwork2.interceptor 
 
ParametersInterceptor() ParametersInterceptor 
Deprecated. 
  
ParametersInterceptor org.apache.struts2.interceptor.parameter 
This interceptor sets all parameters on the value stack.
 
ParametersInterceptor() ParametersInterceptor   
ParameterValueAware com.opensymphony.xwork2.interceptor 
 
ParameterValueAware org.apache.struts2.action 
This interface is implemented by actions that want to declare acceptable parameter values.
 
ParamModel org.apache.struts2.views.freemarker.tags   
ParamModel(ValueStack, HttpServletRequest, HttpServletResponse) ParamModel   
ParamNameAwareResult com.opensymphony.xwork2.result 
Accept parameter name/value to be set on 
Result 
params ActionConfig   
params ExceptionMappingConfig   
params InterceptorConfig   
params ResultConfig   
params ResultTypeConfig   
params JakartaMultiPartRequest   
ParamTag org.apache.struts2.views.jsp   
ParamTag() ParamTag   
parentNode DomHelper.DOMBuilder 
The parentNode
 
parents PackageConfig   
parse(InputSource) DomHelper 
Creates a W3C Document that remembers the location of each element in
 the source file.
 
parse(InputSource, Map<String, String>) DomHelper 
Creates a W3C Document that remembers the location of each element in
 the source file.
 
parse(String) LocationUtils 
Parse a location string of the form "uri :line :column 
 
parse(String, Class) ValidatorSupport 
Parse expression passed in against value stack.
 
parse(String) DefaultStaticContentLoader 
Create a string array from a comma-delimited list of packages.
 
parse(HttpServletRequest, String) JakartaMultiPartRequest 
Creates a new request wrapper to handle multi-part data using methods adapted from Jason Pell's
 multipart classes (see class description).
 
parse(HttpServletRequest, String) JakartaStreamMultiPartRequest   
parse(HttpServletRequest, String) MultiPartRequest   
parse(String) HttpMethod   
parse(String, boolean) QueryStringParser 
 
parse(String) QueryStringParser   
parse(String, boolean) StrutsQueryStringParser   
parse(String) StrutsQueryStringParser   
parseActionName(ActionMapping) DefaultActionMapper   
parseActionValidatorConfigs(ValidatorFactory, InputStream, String) DefaultValidatorFileParser   
parseActionValidatorConfigs(ValidatorFactory, InputStream, String) ValidatorFileParser 
Parse resource for a list of ValidatorConfig objects (configuring which validator(s) are
 being applied to a particular field etc.)
 
parseExpression(String) OgnlGuard 
 
parseFile(String) XmlConfigurationProvider   
parseIfModifiedSince(String) 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 StrutsResultSupport   
parseNameAndNamespace(String, ActionMapping, ConfigurationManager) DefaultActionMapper 
Parses the name and namespace from the uri
 
parseRequest(HttpServletRequest, String) JakartaMultiPartRequest   
parseValidatorDefinitions(Map<String, String>, InputStream, String) DefaultValidatorFileParser   
parseValidatorDefinitions(Map<String, String>, InputStream, String) ValidatorFileParser 
Parses validator definitions (register various validators with XWork).
 
Password org.apache.struts2.components   
Password(ValueStack, HttpServletRequest, HttpServletResponse) Password   
password StrutsModels   
PasswordModel org.apache.struts2.views.freemarker.tags   
PasswordModel(ValueStack, HttpServletRequest, HttpServletResponse) PasswordModel   
PasswordTag org.apache.struts2.views.jsp.ui   
PasswordTag() PasswordTag   
pathPrefixes DefaultStaticContentLoader 
Store set of path prefixes to use with static resources.
 
PatternMatcher E > - Interface in com.opensymphony.xwork2.util 
Compiles and matches a pattern against a value
 
pause(String) 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() OgnlValueStack   
peek() CompoundRoot   
peek() ValueStack.LegacyAdapter 
Deprecated. 
  
peek() ValueStack 
Get the object on the top of the stack without  changing the stack.
 
performClearTagStateForTagPoolingServers Component   
performFallbackConversion(Map, Object, Class) StrutsTypeConverter 
Hook to perform a fallback conversion if every default options failed.
 
performInitialDelay(BackgroundProcess) ExecuteAndWaitInterceptor 
 Performs the initial delay.
 
PERIOD XWorkConverter   
Pipe() LocationAttributes.Pipe 
Create a filter.
 
Pipe(ContentHandler) LocationAttributes.Pipe 
Create a filter that is chained to another handler.
 
PlainResult org.apache.struts2.result 
This result can only be used in code, as a result of action's method, eg.:
 
PlainTextResult org.apache.struts2.result 
A result that send the content out as plain text.
 
PlainTextResult() PlainTextResult   
PlainTextResult(String) PlainTextResult   
pop() OgnlValueStack   
pop() CompoundRoot   
pop() ValueStack.LegacyAdapter 
Deprecated. 
  
pop() ValueStack 
Get the object on the top of the stack and remove  it from the stack.
 
popComponentStack() Component 
Pops the component stack.
 
populateComponentHtmlId(Form) 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) 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) UIBean 
Create HTML id element for the component and populate this component parameter
 map.
 
populateContext(ScopesHashModel, ValueStack, Object, HttpServletRequest, HttpServletResponse) FreemarkerManager   
populateCookieValueIntoStack(String, String, Map<String, String>, ValueStack) 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() ActionTag   
populateParams() BeanTag   
populateParams() ComponentTagSupport 
Define method to populate component state based on the Tag parameters.
 
populateParams() ContextBeanTag   
populateParams() DateTag   
populateParams() ElseIfTag   
populateParams() I18nTag   
populateParams() IfTag   
populateParams() IncludeTag   
populateParams() IteratorTag   
populateParams() NumberTag   
populateParams() ParamTag   
populateParams() PropertyTag   
populateParams() PushTag   
populateParams() SetTag   
populateParams() TextTag   
populateParams() AbstractClosingTag   
populateParams() AbstractDoubleListTag   
populateParams() AbstractListTag   
populateParams() AbstractRequiredListTag   
populateParams() AbstractUITag   
populateParams() ActionErrorTag   
populateParams() ActionMessageTag   
populateParams() AnchorTag   
populateParams() CheckboxTag   
populateParams() ComboBoxTag   
populateParams() DateTextFieldTag   
populateParams() DoubleSelectTag   
populateParams() FieldErrorTag   
populateParams() FileTag   
populateParams() FormTag   
populateParams() InputTransferSelectTag   
populateParams() LabelTag   
populateParams() LinkTag   
populateParams() OptGroupTag   
populateParams() OptionTransferSelectTag   
populateParams() PasswordTag   
populateParams() ResetTag   
populateParams() ScriptTag   
populateParams() SelectTag   
populateParams() SubmitTag   
populateParams() TextareaTag   
populateParams() TextFieldTag   
populateParams() UpDownSelectTag   
populateParams() URLTag   
populatePerformClearTagStateForTagPoolingServersParam() ComponentTagSupport 
Specialized method to populate the performClearTagStateForTagPoolingServers state of the Component to match the value set in the Tag.
 
portletMode ComponentUrlProvider   
portletMode Form   
portletMode AnchorTag   
portletMode FormTag   
portletMode URLTag   
portletUrlType ComponentUrlProvider   
portletUrlType AnchorTag   
portletUrlType URLTag   
PostbackResult org.apache.struts2.result   
PostbackResult() PostbackResult   
postInit(Dispatcher, FilterConfig) StrutsPrepareAndExecuteFilter 
Callback for post initialization
 
postInit(Dispatcher, FilterConfig) StrutsPrepareFilter 
Callback for post initialization
 
postTemplateProcess(Template, TemplateModel) FreemarkerResult 
the default implementation of postTemplateProcess applies the contentType parameter
 
PREFIX LocationAttributes 
Prefix for the location namespace
 
PREFIX_BASED_MAPPER_CONFIGURATION 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 org.apache.struts2.dispatcher.mapper   
PrefixBasedActionMapper() PrefixBasedActionMapper   
PrefixBasedActionProxyFactory org.apache.struts2.factory   
PrefixBasedActionProxyFactory() PrefixBasedActionProxyFactory   
PrefixMethodInvocationUtil com.opensymphony.xwork2.interceptor 
 A utility class for invoking prefixed methods in action class.
 
PrefixMethodInvocationUtil() PrefixMethodInvocationUtil   
prefixTrie DefaultActionMapper   
PrefixTrie org.apache.struts2.util 
Quickly matches a prefix to an object.
 
PrefixTrie() PrefixTrie   
Preparable com.opensymphony.xwork2 
 
Preparable org.apache.struts2 
Preparable Actions will have their 
prepare() method called if the 
PrepareInterceptor
 is applied to the ActionConfig.
 
prepare(Object, ValueStack) ActionEventListener.LegacyAdapter 
Deprecated. 
  
prepare(Object, ValueStack) ActionEventListener 
Deprecated. 
  
prepare(Object, ValueStack) ActionEventListener 
Deprecated. 
  
prepare() DefaultActionProxy   
prepare() MockActionProxy   
prepare(Object, ValueStack) ActionEventListener 
Called after an action has been created.
 
prepare(HttpServletRequest, HttpServletResponse) Dispatcher 
Prepare a request, including setting the encoding and locale.
 
prepare StrutsExecuteFilter   
prepare StrutsPrepareAndExecuteFilter   
prepare StrutsPrepareFilter   
prepare() StrutsActionProxy   
prepare() BackgroundProcess   
prepare() StrutsBackgroundProcess   
prepare() Preparable 
This method is called to allow the action to prepare itself.
 
prepareActionProxy(Map<String, Object>, String, String, String) Dispatcher   
PrepareInterceptor com.opensymphony.xwork2.interceptor 
 
PrepareInterceptor() PrepareInterceptor 
Deprecated. 
  
PrepareInterceptor org.apache.struts2.interceptor 
This interceptor calls 
prepare() on actions which implement
 
Preparable.
 
PrepareInterceptor() PrepareInterceptor   
prepareLazyParamInjector(ValueStack) DefaultActionInvocation   
prepareNotAllowedErrorMessage() DefaultActionProxy   
PrepareOperations org.apache.struts2.dispatcher 
Contains preparation operations for a request before execution
 
PrepareOperations(Dispatcher) PrepareOperations   
prependServletContext ServletRedirectResult   
PreResultListener com.opensymphony.xwork2.interceptor 
 
PreResultListener 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.
 
PreResultListener.LegacyAdapter com.opensymphony.xwork2.interceptor 
Deprecated. 
  
preResultListeners DefaultActionInvocation   
preTemplateProcess(Template, TemplateModel) FreemarkerResult 
Called before the execution is passed to template.process().
 
PrettyPrintWriter org.apache.struts2.interceptor.debugging   
PrettyPrintWriter(Writer, char[], String) PrettyPrintWriter   
PrettyPrintWriter(Writer, char[]) PrettyPrintWriter   
PrettyPrintWriter(Writer, String, String) PrettyPrintWriter   
PrettyPrintWriter(Writer, String) PrettyPrintWriter   
PrettyPrintWriter(Writer) PrettyPrintWriter   
PrincipalAware org.apache.struts2.action 
Actions that want access to the Principal information from HttpServletRequest object
 should implement this interface.
 
PrincipalAware org.apache.struts2.interceptor 
Deprecated. 
 
PrincipalProxy org.apache.struts2.interceptor 
Proxy interface used together with PrincipalAware interface.
 
printClassLoader() ClassLoaderUtil 
Prints the current classloader hierarchy - useful for debugging.
 
printClassLoader(ClassLoader) ClassLoaderUtil 
Prints the classloader hierarchy from a given classloader - useful for debugging.
 
printContext() DebuggingInterceptor 
Prints the current context to the response in XML format.
 
printContext(PrettyPrintWriter) DebuggingInterceptor 
Prints the current request to the existing writer.
 
process(Map<String, Object>, TypeConversion, String) ConversionAnnotationProcessor 
Process annotation and build 
TypeConverter base on provided annotation
 and assigning it under given key
 
process(Map<String, Object>, Class, String) ConversionFileProcessor 
Process conversion file to create mapping for key (property, type) and corresponding converter
 
process(String) ConversionPropertiesProcessor 
Process given property to load converters as not required (Properties file doesn't have to exist)
 
process(Map<String, Object>, TypeConversion, String) DefaultConversionAnnotationProcessor   
process(Map<String, Object>, Class, String) DefaultConversionFileProcessor   
process(String) StrutsConversionPropertiesProcessor   
process(InputStream, String, HttpServletRequest, HttpServletResponse) DefaultStaticContentLoader   
processFileField(FileItem) JakartaMultiPartRequest   
processFileItemStreamAsFileField(FileItemStream, String) JakartaStreamMultiPartRequest 
Processes the FileItemStream as a file field.
 
processFileItemStreamAsFormField(FileItemStream) JakartaStreamMultiPartRequest 
Processes the FileItemStream as a Form Field.
 
processingInstruction(String, String) DomHelper.DOMBuilder   
processingInstruction(String, String) DomHelper.StartHandler   
processingInstruction(String, String) LocationAttributes.Pipe   
processingTagBody Anchor   
processInputConfig(Object, String, String) DefaultWorkflowInterceptor 
Deprecated. 
 
processInputConfig(Object, String, String) DefaultWorkflowInterceptor 
 
processNormalFormField(FileItem, String) JakartaMultiPartRequest   
processRequired(String) ConversionPropertiesProcessor 
Process given property to load converters as required (Properties file must exist)
 
processRequired(String) StrutsConversionPropertiesProcessor   
processUpload(HttpServletRequest, String) JakartaMultiPartRequest   
processUpload(HttpServletRequest, String) JakartaStreamMultiPartRequest 
Processes the upload.
 
processValidationErrorAware(Object, String) DefaultWorkflowInterceptor 
Deprecated. 
 
processValidationErrorAware(Object, String) DefaultWorkflowInterceptor 
 
PropertiesConfigurationProvider org.apache.struts2.config   
PropertiesConfigurationProvider() PropertiesConfigurationProvider   
PropertiesReader com.opensymphony.xwork2.util 
 This class is used to read properties lines.
 
PropertiesReader(Reader) PropertiesReader 
Constructor.
 
PropertiesReader(Reader, char) PropertiesReader 
Creates a new instance of PropertiesReader and sets
 the underlaying reader and the list delimiter.
 
Property org.apache.struts2.components   
Property(ValueStack) Property   
property StrutsModels   
PropertyModel org.apache.struts2.views.freemarker.tags   
PropertyModel(ValueStack, HttpServletRequest, HttpServletResponse) PropertyModel   
PropertyTag org.apache.struts2.views.jsp   
PropertyTag() PropertyTag   
providerAllowlist XmlDocConfigurationProvider   
ProviderAllowlist 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() ProviderAllowlist   
proxy DefaultActionInvocation   
proxy ActionComponent   
ProxyUtil com.opensymphony.xwork2.util 
ProxyUtil
 
ProxyUtil() ProxyUtil   
publishException(ActionInvocation, ExceptionHolder) ExceptionMappingInterceptor 
Deprecated. 
Default implementation to handle ExceptionHolder publishing.
 
publishException(ActionInvocation, ExceptionHolder) ExceptionMappingInterceptor 
Default implementation to handle ExceptionHolder publishing.
 
push(Object) OgnlValueStack   
push(Object) CompoundRoot   
push(Object) ValueStack.LegacyAdapter 
Deprecated. 
  
Push org.apache.struts2.components   
Push(ValueStack) Push   
push(Object) ValueStack 
Put this object onto the top of the stack
 
push StrutsModels   
pushAction DefaultActionInvocation   
pushed I18n   
pushed Push   
PushModel org.apache.struts2.views.freemarker.tags   
PushModel(ValueStack, HttpServletRequest, HttpServletResponse) PushModel   
PushTag org.apache.struts2.views.jsp   
PushTag() PushTag   
put(String, Object) ActionContext 
Deprecated. 
  
put(K, V) ReferenceMap   
put(Key, Value) OgnlCache   
put(K, V) OgnlCaffeineCache   
put(K, V) OgnlDefaultCache   
put(K, V) OgnlLRUCache   
put(String, Object) ActionContext 
Stores a value in the current ActionContext.
 
put(String, Object) ApplicationMap 
Sets a servlet context attribute given a attribute name and value.
 
put(String, Object) AttributeMap   
put(String, Parameter) HttpParameters   
put(String, Object) RequestMap 
Saves an attribute in the request.
 
put(String, Object) SessionMap 
Saves an attribute in the session.
 
put(String, Object) PrefixTrie   
put(String, boolean) ScopesHashModel   
put(String, Object) ScopesHashModel   
putAll(Map<? extends K, ? extends V>) ReferenceMap   
putAll(Map) AttributeMap   
putAll(Map<? extends String, ? extends Parameter>) HttpParameters   
putIfAbsent(K, V) ReferenceMap   
putIfAbsent(Key, Value) OgnlCache   
putIfAbsent(K, V) OgnlCaffeineCache   
putIfAbsent(K, V) OgnlDefaultCache   
putIfAbsent(K, V) OgnlLRUCache   
putIfAbsentStrategy() ReferenceMap   
putInContext(String) ComponentUrlProvider   
putInContext(Object) ContextBean   
putInContext(String) UrlProvider   
putStrategy() ReferenceMap   
putUnlistedModel(String, TemplateModel) ScopesHashModel 
Stores a model in the hash so that it doesn't show up in keys() 
 and values()  methods.
 
 
saveResult(ActionConfig, Object) DefaultActionInvocation 
Save the result to be used later.
 
scheme ComponentUrlProvider   
scheme AnchorTag   
scheme URLTag   
Scope com.opensymphony.xwork2.inject 
Scope of an injected objects.
 
scope Set   
scope SetTag   
Scope.Strategy com.opensymphony.xwork2.inject 
Pluggable scoping strategy.
 
Scoped com.opensymphony.xwork2.inject 
Annotates a scoped implementation class.
 
ScopedModelDriven T > - Interface in com.opensymphony.xwork2.interceptor 
 
ScopedModelDriven T > - Interface in org.apache.struts2.interceptor 
Adds the ability to set a model, probably retrieved from a given state.
 
ScopedModelDrivenInterceptor com.opensymphony.xwork2.interceptor 
 
ScopedModelDrivenInterceptor() ScopedModelDrivenInterceptor 
Deprecated. 
  
ScopedModelDrivenInterceptor org.apache.struts2.interceptor 
An interceptor that enables scoped model-driven actions.
 
ScopedModelDrivenInterceptor() ScopedModelDrivenInterceptor   
ScopeInterceptor org.apache.struts2.interceptor   
ScopeInterceptor() ScopeInterceptor 
The constructor
 
ScopesHashModel org.apache.struts2.views.freemarker 
 Simple Hash model that also searches other scopes.
 
ScopesHashModel(ObjectWrapper, ServletContext, HttpServletRequest, ValueStack) ScopesHashModel   
ScopesHashModel(ObjectWrapper, ServletContext, HttpServletRequest) ScopesHashModel   
Script org.apache.struts2.components 
 Add nonce propagation feature to implement CSP in script tags
 
Script(ValueStack, HttpServletRequest, HttpServletResponse) Script   
script StrutsModels   
SCRIPT_SRC CspSettings   
ScriptModel org.apache.struts2.views.freemarker.tags   
ScriptModel(ValueStack, HttpServletRequest, HttpServletResponse) ScriptModel   
ScriptTag org.apache.struts2.views.jsp.ui   
ScriptTag() ScriptTag   
SEC_FETCH_DEST_HEADER ResourceIsolationPolicy   
SEC_FETCH_MODE_HEADER ResourceIsolationPolicy   
SEC_FETCH_SITE_HEADER ResourceIsolationPolicy   
SEC_FETCH_USER_HEADER ResourceIsolationPolicy   
securityMemberAccess OgnlValueStack   
SecurityMemberAccess com.opensymphony.xwork2.ognl 
Allows access decisions to be made on the basis of whether a member is static or not.
 
SecurityMemberAccess(ProviderAllowlist, ThreadAllowlist) SecurityMemberAccess   
SecurityMemberAccess(boolean) SecurityMemberAccess 
 
Select org.apache.struts2.components 
Render an HTML input tag of type select.
 
Select(ValueStack, HttpServletRequest, HttpServletResponse) Select   
select StrutsModels   
selectAllLabel OptionTransferSelect   
selectAllLabel UpDownSelect   
selectAllLabel OptionTransferSelectTag   
selectAllLabel UpDownSelectTag   
selectAllOnclick OptionTransferSelect   
selectAllOnclick OptionTransferSelectTag   
selectedIndex TabbedPane   
SelectModel org.apache.struts2.views.freemarker.tags   
SelectModel(ValueStack, HttpServletRequest, HttpServletResponse) SelectModel   
SelectTag org.apache.struts2.views.jsp.ui   
SelectTag() SelectTag   
selfRegister() MockConfiguration   
sendError(HttpServletRequest, HttpServletResponse, int, Exception) Dispatcher 
Send an HTTP error response code.
 
sendErrorResponse(HttpServletRequest, HttpServletResponse, int, Exception) DefaultDispatcherErrorHandler   
sendRedirect(HttpServletResponse, String) ServletRedirectResult 
Sends the redirection.
 
sendStream(PrintWriter, InputStreamReader) PlainTextResult   
serializeIt(Object, String, PrettyPrintWriter, List<Object>) DebuggingInterceptor 
Recursive function to serialize objects to XML.
 
serveStatic DefaultStaticContentLoader 
Store state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
 
serveStaticBrowserCache DefaultStaticContentLoader 
Store state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting.
 
service(HttpServletRequest, HttpServletResponse) StrutsServlet   
serviceAction(HttpServletRequest, HttpServletResponse, ActionMapping) Dispatcher 
 Load Action class for mapping and invoke the appropriate Action method, or go directly to the Result.
 
SERVLET_CONTEXT StrutsStatics 
Constant for the servlet context object.
 
SERVLET_DISPATCHER StrutsStatics 
Constant for an HTTP request dispatcher.
 
ServletActionContext org.apache.struts2 
Web-specific context information for actions.
 
ServletActionRedirectResult org.apache.struts2.result   
ServletActionRedirectResult() ServletActionRedirectResult   
ServletActionRedirectResult(String) ServletActionRedirectResult   
ServletActionRedirectResult(String, String) ServletActionRedirectResult   
ServletActionRedirectResult(String, String, String) ServletActionRedirectResult   
ServletActionRedirectResult(String, String, String, String) ServletActionRedirectResult   
ServletConfigInterceptor org.apache.struts2.interceptor   
ServletConfigInterceptor() ServletConfigInterceptor   
servletContext Dispatcher 
Keeps current reference to external world and must be protected to support class inheritance
 
ServletContextAware org.apache.struts2.action 
For components that have a dependence on the Servlet context.
 
ServletContextAware org.apache.struts2.util 
Deprecated. 
 
ServletContextAwareConfigurationProvider com.opensymphony.xwork2.config 
Dedicated interface to allow inject ServletContext and perform initialisation based in it
 
ServletDispatcherResult org.apache.struts2.result   
ServletDispatcherResult() ServletDispatcherResult   
ServletDispatcherResult(String) ServletDispatcherResult   
ServletHostConfig org.apache.struts2.dispatcher.servlet 
Host configuration that wraps a ServletConfig
 
ServletHostConfig(ServletConfig) ServletHostConfig   
ServletPrincipalProxy org.apache.struts2.interceptor.servlet 
PrincipalProxy implementation for using HttpServletRequest Principal related methods.
 
ServletPrincipalProxy(HttpServletRequest) ServletPrincipalProxy 
Constructs a proxy
 
ServletRedirectResult org.apache.struts2.result 
Calls the sendRedirect
 method to the location specified.
 
ServletRedirectResult() ServletRedirectResult   
ServletRedirectResult(String) ServletRedirectResult   
ServletRedirectResult(String, String) ServletRedirectResult   
ServletRequestAware org.apache.struts2.action 
All Actions that want to have access to the servlet request object must implement this interface.
 
ServletRequestAware org.apache.struts2.interceptor 
Deprecated. 
 
ServletResponseAware org.apache.struts2.action 
All Actions that want to have access to the servlet response object must implement this interface.
 
ServletResponseAware org.apache.struts2.interceptor 
Deprecated. 
 
ServletUrlRenderer org.apache.struts2.components 
Implementation of the 
UrlRenderer interface that creates URLs suitable in a servlet environment.
 
ServletUrlRenderer() ServletUrlRenderer   
SESSION DispatcherConstants   
session SessionMap   
SESSION ContextUtil   
SessionAware org.apache.struts2.action 
Actions that want access to the user's HTTP session attributes should implement this interface.
 
SessionAware org.apache.struts2.interceptor 
Deprecated. 
 
SessionLocaleHandler(ActionInvocation) I18nInterceptor.SessionLocaleHandler   
SessionMap org.apache.struts2.dispatcher 
A simple implementation of the 
Map interface to handle a collection of HTTP session
 attributes.
 
SessionMap(HttpServletRequest) SessionMap 
Creates a new session map given a http servlet request.
 
set(int, Object) XWorkList 
 Replaces the element at the specified position in this list with the specified element.
 
set(String, Object) OgnlValueStack   
set(String, Object) ValueStack.LegacyAdapter 
Deprecated. 
  
Set org.apache.struts2.components   
Set(ValueStack) Set   
set(String, Object) ValueStack 
 
set StrutsModels   
setAccepClasses(Set<Pattern>) ReloadingClassLoader   
setAccept(String) File   
setAccept(String) FileTag   
setAcceptcharset(String) Form   
setAcceptcharset(String) FormTag   
setAcceptCookieNames(String) CookieInterceptor 
Set the acceptCookieNames pattern of allowed names of cookies
 to protect against remote command execution vulnerability.
 
setAcceptedPatterns(AcceptedPatternsChecker) AliasInterceptor 
Deprecated. 
  
setAcceptedPatterns(String) AcceptedPatternsChecker 
Sets excluded patterns during runtime
 
setAcceptedPatterns(String[]) AcceptedPatternsChecker 
Set excluded patterns during runtime
 
setAcceptedPatterns(Set<String>) AcceptedPatternsChecker 
Sets excluded patterns during runtime
 
setAcceptedPatterns(String) DefaultAcceptedPatternsChecker   
setAcceptedPatterns(String[]) DefaultAcceptedPatternsChecker   
setAcceptedPatterns(Set<String>) DefaultAcceptedPatternsChecker   
setAcceptedPatterns(AcceptedPatternsChecker) DefaultNotExcludedAcceptedPatternsChecker   
setAcceptedPatterns(String) DefaultNotExcludedAcceptedPatternsChecker   
setAcceptedPatterns(String[]) DefaultNotExcludedAcceptedPatternsChecker   
setAcceptedPatterns(Set<String>) DefaultNotExcludedAcceptedPatternsChecker   
setAcceptedPatterns(AcceptedPatternsChecker) AliasInterceptor   
setAcceptedPatterns(AcceptedPatternsChecker) ParametersInterceptor   
setAcceptedPatternsChecker(BeanConfig) ConstantConfig   
setAcceptedPatternsChecker(Class<?>) ConstantConfig   
setAcceptedPatternsChecker(AcceptedPatternsChecker) CookieInterceptor   
setAcceptedValuePatterns(String) 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) AliasInterceptor 
Deprecated. 
Sets a comma-delimited list of regular expressions to match
 parameters that are allowed in the parameter map (aka whitelist).
 
setAcceptParamNames(String) AliasInterceptor 
Sets a comma-delimited list of regular expressions to match
 parameters that are allowed in the parameter map (aka whitelist).
 
setAcceptParamNames(String) ParametersInterceptor 
Sets a comma-delimited list of regular expressions to match
 parameters that are allowed in the parameter map (aka whitelist).
 
setAccesskey(String) UIBean   
setAccesskey(String) AbstractUITag   
setAction(Object) MockActionInvocation   
setAction(Object) MockActionProxy   
setAction(String) Anchor   
setAction(String) ComponentUrlProvider   
setAction(String) Form   
setAction(String) FormButton   
setAction(String) URL   
setAction(String) UrlProvider   
setAction(String) AnchorTag   
setAction(String) FormTag   
setAction(String) ResetTag   
setAction(String) SubmitTag   
setAction(String) URLTag   
setActionConfigFallbackToEmptyNamespace(Boolean) ConstantConfig   
setActionErrors(Collection<String>) ValidationAware.LegacyAdapter 
Deprecated. 
  
setActionErrors(Collection<String>) ValidationAwareSupport   
setActionErrors(Collection<String>) DelegatingValidatorContext   
setActionErrors(Collection<String>) ActionSupport   
setActionErrors(Collection<String>) ValidationAware 
Set the Collection of Action-level String error messages.
 
setActionEventListener(ActionEventListener) ActionInvocation.LegacyAdapter 
Deprecated. 
  
setActionEventListener(ActionEventListener) ActionInvocation 
Deprecated. 
  
setActionEventListener(ActionEventListener) ActionInvocation 
Deprecated. 
  
setActionEventListener(ActionEventListener) DefaultActionInvocation   
setActionEventListener(ActionEventListener) DefaultActionProxy   
setActionEventListener(ActionEventListener) MockActionInvocation   
setActionEventListener(ActionEventListener) ActionInvocation 
Sets the action event listener to respond to key action events.
 
setActionExcludedPatterns(String) Dispatcher   
setActionExcludedPatternsSeparator(String) Dispatcher   
setActionExcludePattern(List<Pattern>) ConstantConfig   
setActionExtension(List<String>) ConstantConfig   
setActionFactory(ActionFactory) ObjectFactory   
setActionMapper(ActionMapper) ActionComponent   
setActionMapper(ActionMapper) Component   
setActionMapper(ActionMapper) FormButton   
setActionMapper(ActionMapper) ServletUrlRenderer   
setActionMapper(ActionMapper) UrlRenderer   
setActionMapper(ActionMapper) Dispatcher   
setActionMapper(ActionMapper) PostbackResult   
setActionMapper(ActionMapper) ServletRedirectResult   
setActionMessages(Collection<String>) ValidationAware.LegacyAdapter 
Deprecated. 
  
setActionMessages(Collection<String>) ValidationAwareSupport   
setActionMessages(Collection<String>) DelegatingValidatorContext   
setActionMessages(Collection<String>) ActionSupport   
setActionMessages(Collection<String>) ValidationAware 
Set the Collection of Action-level String messages (not errors).
 
setActionName(String) MockActionProxy   
setActionName(String) ActionChainResult 
Set the action name.
 
setActionName(String) PostbackResult 
Sets the name of the destination action.
 
setActionName(String) ServletActionRedirectResult 
Sets the action name
 
setActionProxyFactory(ActionProxyFactory) ActionComponent   
setActionProxyFactory(BeanConfig) ConstantConfig   
setActionProxyFactory(Class<?>) ConstantConfig   
setActionProxyFactory(ActionProxyFactory) Dispatcher   
setActionProxyFactory(ActionProxyFactory) ActionChainResult   
setActionValidatorManager(ActionValidatorManager) ValidationInterceptor   
setActionValidatorManager(ActionValidatorManager) VisitorFieldValidator   
setActionValidatorManager(ActionValidatorManager) Form   
setActionValidatorManager(BeanConfig) ConstantConfig   
setActionValidatorManager(Class<?>) ConstantConfig   
setAdd(long) Counter   
setAddAllToLeftLabel(String) OptionTransferSelect   
setAddAllToLeftLabel(String) OptionTransferSelectTag   
setAddAllToLeftOnclick(String) OptionTransferSelect   
setAddAllToLeftOnclick(String) OptionTransferSelectTag   
setAddAllToRightLabel(String) OptionTransferSelect   
setAddAllToRightLabel(String) OptionTransferSelectTag   
setAddAllToRightOnclick(String) OptionTransferSelect   
setAddAllToRightOnclick(String) OptionTransferSelectTag   
setAdditionalAcceptedPatterns(String) DefaultAcceptedPatternsChecker   
setAdditionalAcceptedPatterns(Set<Pattern>) ConstantConfig   
setAdditionalExcludedPatterns(Set<Pattern>) ConstantConfig   
setAdditionalExcludePatterns(String) DefaultExcludedPatternsChecker   
setAddLabel(String) InputTransferSelect   
setAddLabel(String) InputTransferSelectTag   
setAddToLeftLabel(String) OptionTransferSelect   
setAddToLeftLabel(String) OptionTransferSelectTag   
setAddToLeftOnclick(String) OptionTransferSelect   
setAddToLeftOnclick(String) OptionTransferSelectTag   
setAddToRightLabel(String) OptionTransferSelect   
setAddToRightLabel(String) OptionTransferSelectTag   
setAddToRightOnclick(String) OptionTransferSelect   
setAddToRightOnclick(String) OptionTransferSelectTag   
setAliasesKey(String) AliasInterceptor 
Deprecated. 
 Sets the name of the action parameter to look for the alias map.
 
setAliasesKey(String) AliasInterceptor 
 Sets the name of the action parameter to look for the alias map.
 
setAllowActionPrefix(String) DefaultActionMapper   
setAllowAddAllToLeft(String) OptionTransferSelect   
setAllowAddAllToLeft(String) OptionTransferSelectTag   
setAllowAddAllToRight(String) OptionTransferSelect   
setAllowAddAllToRight(String) OptionTransferSelectTag   
setAllowAddToLeft(String) OptionTransferSelect   
setAllowAddToLeft(String) OptionTransferSelectTag   
setAllowAddToRight(String) OptionTransferSelect   
setAllowAddToRight(String) OptionTransferSelectTag   
setAllowCaching(boolean) StreamResult 
Set allowCaching to false  to indicate that the client should be requested not to cache the data stream.
 
setAllowDuplicates(boolean) ContainerBuilder   
setAllowDynamicMethodCalls(String) DefaultActionMapper   
setAllowed(String) ParameterFilterInterceptor 
Deprecated. 
  
setAllowedActionNames(Pattern) ConstantConfig   
setAllowedActionNames(String) DefaultActionMapper   
setAllowedCollection(Collection<String>) ParameterFilterInterceptor 
Deprecated. 
  
setAllowedExtensions(String) AbstractFileUploadInterceptor 
Sets the allowed extensions
 
setAllowedMethodNames(Pattern) ConstantConfig   
setAllowedMethodNames(String) DefaultActionMapper   
setAllowedNamespaceNames(String) DefaultActionMapper   
setAllowedRoles(String) RolesInterceptor   
setAllowedTypes(String) AbstractFileUploadInterceptor 
Sets the allowed mimetypes
 
setAllowMoveDown(String) UpDownSelect   
setAllowMoveDown(String) UpDownSelectTag   
setAllowMoveUp(String) UpDownSelect   
setAllowMoveUp(String) UpDownSelectTag   
setAllowRemoveAll(String) InputTransferSelect   
setAllowRemoveAll(String) InputTransferSelectTag   
setAllowRequestParameterSwitch(boolean) MessageStoreInterceptor   
setAllowSelectAll(String) OptionTransferSelect   
setAllowSelectAll(String) UpDownSelect   
setAllowSelectAll(String) OptionTransferSelectTag   
setAllowSelectAll(String) UpDownSelectTag   
setAllowStaticFieldAccess(String) OgnlUtil 
 
setAllowUpDown(String) InputTransferSelect   
setAllowUpDown(String) InputTransferSelectTag   
setAllowUpDownOnLeft(String) OptionTransferSelect   
setAllowUpDownOnLeft(String) OptionTransferSelectTag   
setAllowUpDownOnRight(String) OptionTransferSelect   
setAllowUpDownOnRight(String) OptionTransferSelectTag   
setAlwaysInvokePrepare(String) PrepareInterceptor 
Deprecated. 
Sets if the prepare method should always be executed.
 
setAlwaysInvokePrepare(String) PrepareInterceptor 
Sets if the prepare method should always be executed.
 
setAlwaysInvokeValidate(String) ValidationInterceptor 
Determines if 
Validateable's 
validate() should always
 be invoked.
 
setAlwaysSelectFullNamespace(String) DefaultActionMapper   
setAnchor(String) Anchor   
setAnchor(String) ComponentUrlProvider   
setAnchor(String) URL   
setAnchor(String) UrlProvider   
setAnchor(String) ServletRedirectResult 
Set the optional anchor value.
 
setAnchor(String) AnchorTag   
setAnchor(String) URLTag   
setAppendPrefix(boolean) VisitorFieldValidator   
setApplication(Map<String, Object>) ApplicationAware 
Deprecated. 
  
setApplication(String) ScopeInterceptor 
Sets a list of application scoped properties
 
setAs(String) Link   
setAs(String) LinkTag   
setAsync(String) Script   
setAsync(String) ScriptTag   
setAsyncManager(AsyncManager) DefaultActionInvocation   
setAttributeName(String) I18nInterceptor   
setAutoCreateSession(String) ScopeInterceptor 
Sets if the session should be automatically created
 
setAutoGrowCollectionLimit(String) XWorkListPropertyAccessor   
setBadRequestResultName(String) HttpMethodInterceptor   
setBeaninfoCacheFactory(BeanConfig) ConstantConfig   
setBeaninfoCacheFactory(Class<?>) ConstantConfig   
setBeanInfoCacheMaxSize(String) OgnlUtil 
 
setBegin(String) IteratorComponent   
setBegin(String) IteratorTag   
setBlocked(String) ParameterFilterInterceptor 
Deprecated. 
  
setBlockedCollection(Collection<String>) ParameterFilterInterceptor 
Deprecated. 
  
setBufferSize(String) AbstractMultiPartRequest   
setBufferSize(int) StreamResult   
setBundle(ResourceBundle) ResourceBundleTextProvider 
Set the resource bundle to use.
 
setBundle(ResourceBundle) TextProviderSupport   
setButtonCssClass(String) InputTransferSelect   
setButtonCssClass(String) OptionTransferSelect   
setButtonCssClass(String) InputTransferSelectTag   
setButtonCssClass(String) OptionTransferSelectTag   
setButtonCssStyle(String) InputTransferSelect   
setButtonCssStyle(String) OptionTransferSelect   
setButtonCssStyle(String) InputTransferSelectTag   
setButtonCssStyle(String) OptionTransferSelectTag   
setCache(boolean) PostbackResult 
Stores the option to cache the rendered intermediate page.
 
setCacheBeanWrapper(String) FreemarkerManager   
setCacheMaxSize(String) DefaultOgnlCacheFactory 
 
setCaseSensitive(Boolean) RegexFieldValidator   
setCaseSensitiveExpression(String) RegexFieldValidator   
setCharset(String) Script   
setCharSet(String) PlainTextResult 
Set the character set
 
setCharset(String) ScriptTag   
setClass(String) AbstractUITag 
 
setClassAssertionStatus(String, boolean) ReloadingClassLoader   
setClassLoader(ClassLoader) ObjectFactory   
setClassLoader(ClassLoader) ResolverUtil 
Sets an explicit ClassLoader that should be used when scanning for classes.
 
setClassName(String) ScopedModelDrivenInterceptor 
Deprecated. 
  
setClassName(String) ScopedModelDrivenInterceptor   
setClazz(Class) ResourceBundleTextProvider 
Set the class to use for reading the resource bundle.
 
setClazz(Class) TextProviderSupport   
setCols(String) TextArea   
setCols(String) TextareaTag   
setComparator(Comparator) SortIteratorFilter   
setComparator(String) SortIteratorTag   
setCompoundRootAccessor(RootAccessor) OgnlValueStackFactory   
setConfig(ActionConfig) MockActionProxy   
setConfiguration(Configuration) ConfigurationManager   
setConfiguration(Configuration) DefaultActionProxy   
setConfiguration(Configuration) Form   
setConfigurationXmlReload(Boolean) ConstantConfig   
setContainer(Container) DefaultTypeConverter   
setContainer(Container) XWorkBasicConverter   
setContainer(Container) DefaultActionInvocation   
setContainer(Container) DefaultActionProxyFactory   
setContainer(Container) DefaultUnknownHandlerManager   
setContainer(Container) DefaultUnknownHandlerFactory   
setContainer(Container) StrutsConverterFactory   
setContainer(Container) ObjectFactory   
setContainer(Container) OgnlUtil   
setContainer(Container) 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) DefaultFileManagerFactory   
setContainer(Container) ActionSupport   
setContainer(Container) OptGroup   
setContainer(Container) TemplateEngineManager   
setContainer(Container) DefaultActionMapper   
setContainer(Container) PrefixBasedActionMapper   
setContainer(Container) PrefixBasedActionProxyFactory   
setContainer(Container) AbstractFileUploadInterceptor   
setContainer(Container) ExecuteAndWaitInterceptor   
setContainer(Container) FreemarkerManager   
setContainerProviders(List<ContainerProvider>) ConfigurationManager 
Set the list of configuration providers
 
setContent(Vector) TabbedPane   
setContentCharSet(String) StreamResult   
setContentDisposition(String) StreamResult   
setContentLength(String) StreamResult   
setContentType(String) StreamResult   
setContentType(String) FreemarkerResult   
setContentTypeMatcher(BeanConfig) ConstantConfig   
setContentTypeMatcher(Class<?>) ConstantConfig   
setContext(Container) DefaultConfiguration   
setContext(String) VisitorFieldValidator   
setConversionAnnotationProcessor(ConversionAnnotationProcessor) XWorkConverter   
setConversionFileProcessor(ConversionFileProcessor) XWorkConverter   
setConverter(IteratorGenerator.Converter) IteratorGenerator   
setConverter(String) IteratorGeneratorTag   
setConverterAnnotationProcessor(BeanConfig) ConstantConfig   
setConverterAnnotationProcessor(Class<?>) ConstantConfig   
setConverterArray(BeanConfig) ConstantConfig   
setConverterArray(Class<?>) ConstantConfig   
setConverterCollection(BeanConfig) ConstantConfig   
setConverterCollection(Class<?>) ConstantConfig   
setConverterCreator(BeanConfig) ConstantConfig   
setConverterCreator(Class<?>) ConstantConfig   
setConverterDate(BeanConfig) ConstantConfig   
setConverterDate(Class<?>) ConstantConfig   
setConverterFactory(ConverterFactory) ObjectFactory   
setConverterFileProcessor(BeanConfig) ConstantConfig   
setConverterFileProcessor(Class<?>) ConstantConfig   
setConverterHolder(BeanConfig) ConstantConfig   
setConverterHolder(Class<?>) ConstantConfig   
setConverterNumber(BeanConfig) ConstantConfig   
setConverterNumber(Class<?>) ConstantConfig   
setConverterPropertiesProcessor(BeanConfig) ConstantConfig   
setConverterPropertiesProcessor(Class<?>) ConstantConfig   
setConverterString(BeanConfig) ConstantConfig   
setConverterString(Class<?>) ConstantConfig   
setCookiesMap(Map<String, String>) CookiesAware 
 
setCookiesName(String) CookieInterceptor   
setCookiesValue(String) CookieInterceptor   
setCopyErrors(String) ChainingInterceptor 
Deprecated. 
  
setCopyErrors(String) ChainingInterceptor   
setCopyFieldErrors(String) ChainingInterceptor 
Deprecated. 
  
setCopyFieldErrors(String) ChainingInterceptor   
setCopyMessages(String) ChainingInterceptor 
Deprecated. 
  
setCopyMessages(String) ChainingInterceptor   
setCount(int) IteratorGenerator   
setCount(int) SubsetIteratorFilter   
setCount(String) IteratorGeneratorTag   
setCount(String) SubsetIteratorTag   
setCreatingNullObjects(Map<String, Object>, boolean) ReflectionContextState   
setCrossorigin(String) Link   
setCrossorigin(String) Script   
setCrossorigin(String) LinkTag   
setCrossorigin(String) ScriptTag   
setCspSettingsClassName(String) CspInterceptor 
Sets the class name of the default 
CspSettings implementation to use when the action does not
 set its own values.
 
setCssClass(String) UIBean   
setCssClass(String) AbstractUITag   
setCssErrorClass(String) UIBean   
setCssErrorClass(String) AbstractUITag   
setCssErrorStyle(String) UIBean   
setCssErrorStyle(String) AbstractUITag   
setCssStyle(String) UIBean   
setCssStyle(String) AbstractUITag   
setCurrency(String) Number   
setCurrency(String) NumberTag   
setCurrent(long) Counter   
setCustomI18nResources(List<String>) ConstantConfig   
setCustomProperties(List<String>) ConstantConfig   
setDateFormatter(DateFormatter) Date 
 
setDecider(SubsetIteratorFilter.Decider) SubsetIteratorFilter   
setDecider(String) SubsetIteratorTag   
setDeclarative(boolean) ValidationInterceptor 
Determines if validation based on annotations or xml should be performed.
 
setDecoder(UrlDecoder) Restful2ActionMapper   
setDecoder(UrlDecoder) RestfulActionMapper   
setDefault(String) Property   
setDefault(String) PropertyTag   
setDefaultActionName(String) ConstantConfig   
setDefaultActionName(String) DefaultActionMapper   
setDefaultAssertionStatus(boolean) ReloadingClassLoader   
setDefaultBlock(boolean) ParameterFilterInterceptor 
Deprecated. 
  
setDefaultEncoding(String) Include   
setDefaultEncoding(String) Dispatcher 
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
 
setDefaultEncoding(String) AbstractMultiPartRequest   
setDefaultLocale(String) Dispatcher 
Modify state of StrutsConstants.STRUTS_LOCALE setting.
 
setDefaultMessage(String) Validator 
Sets the default message to use for validation failure
 
setDefaultMessage(String) ValidatorSupport   
setDefaultMessage(String) Form.FieldVisitorValidatorWrapper   
setDefaultMethodName(String) ConstantConfig   
setDefaultMethodName(String) DefaultActionMapper   
setDefaultMethodRegex(String) ActionConfig.Builder   
setDefaultNamespaceName(String) DefaultActionMapper   
setDefaultTemplateDir(String) UIBean   
setDefaultTemplateType(String) TemplateEngineManager   
setDefaultTextProvider(TextProvider) StrutsTextProviderFactory   
setDefaultType(Class) OgnlValueStack   
setDefaultType(Class) ValueStack.LegacyAdapter 
Deprecated. 
  
setDefaultType(Class) ValueStack 
Sets the default type to convert to if no type is provided when getting a value.
 
setDefaultTypeConverter(XWorkBasicConverter) XWorkConverter   
setDefaultUITheme(String) UIBean   
setDefaultValue(String) Property   
setDefaultValue(String) PropertyTag   
setDefer(String) Script   
setDefer(String) ScriptTag   
setDelay(int) ExecuteAndWaitInterceptor 
Sets the initial delay in millis (msec).
 
setDelaySleepInterval(int) ExecuteAndWaitInterceptor 
Sets the sleep interval in millis (msec) when performing the initial delay.
 
setDenyMethodExecution(Map<String, Object>, boolean) ReflectionContextState   
setDevMode(String) AliasInterceptor 
Deprecated. 
  
setDevMode(String) StaticParametersInterceptor 
Deprecated. 
  
setDevMode(String) CompoundRootAccessor   
setDevMode(String) OgnlUtil   
setDevMode(String) OgnlValueStack   
setDevMode(String) Component   
setDevMode(Boolean) ConstantConfig   
setDevMode(String) DefaultDispatcherErrorHandler   
setDevMode(String) DefaultStaticContentLoader   
setDevMode(String) Dispatcher 
Modify state of StrutsConstants.STRUTS_DEVMODE setting.
 
setDevMode(String) AliasInterceptor   
setDevMode(String) DebuggingInterceptor   
setDevMode(String) ParametersInterceptor   
setDevMode(String) StaticParametersInterceptor   
setDevModeExcludedClasses(String) OgnlUtil 
 
setDevModeExcludedClasses(Set<Class<?>>) ConstantConfig   
setDevModeExcludedPackageExemptClasses(String) OgnlUtil 
 
setDevModeExcludedPackageExemptClasses(Set<Class<?>>) ConstantConfig   
setDevModeExcludedPackageNamePatterns(String) OgnlUtil 
 
setDevModeExcludedPackageNamePatterns(List<Pattern>) ConstantConfig   
setDevModeExcludedPackageNames(String) OgnlUtil 
 
setDevModeExcludedPackageNames(Set<String>) ConstantConfig   
setDisabled(String) OptGroup   
setDisabled(String) UIBean   
setDisabled(String) 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) AbstractUITag   
setDisabled(String) OptGroupTag   
setDisableRequestAttributeValueStackLookup(Boolean) ConstantConfig   
setDisableRequestAttributeValueStackLookup(String) Dispatcher 
Modify state of StrutsConstants.DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP setting.
 
setDisallowDefaultPackageAccess(String) OgnlUtil 
 
setDisallowedRoles(String) RolesInterceptor   
setDisallowProxyMemberAccess(String) OgnlUtil 
 
setDisallowProxyMemberAccess(Boolean) ConstantConfig   
setDisallowProxyObjectAccess(Boolean) ConstantConfig   
setDispatcherErrorHandler(BeanConfig) ConstantConfig   
setDispatcherErrorHandler(Class<?>) ConstantConfig   
setDispatcherErrorHandler(DispatcherErrorHandler) Dispatcher   
setDispatcherParametersWorkaround(Boolean) ConstantConfig   
setDispatchersParametersWorkaround(String) Dispatcher   
setDocumentLocator(Locator) DomHelper.DOMBuilder   
setDocumentLocator(Locator) DomHelper.StartHandler   
setDocumentLocator(Locator) LocationAttributes.Pipe   
setDoubleAccesskey(String) DoubleListUIBean   
setDoubleAccesskey(String) AbstractDoubleListTag   
setDoubleCssClass(String) DoubleListUIBean   
setDoubleCssClass(String) AbstractDoubleListTag   
setDoubleCssStyle(String) DoubleListUIBean   
setDoubleCssStyle(String) AbstractDoubleListTag   
setDoubleDisabled(String) DoubleListUIBean   
setDoubleDisabled(String) AbstractDoubleListTag   
setDoubleEmptyOption(String) DoubleListUIBean   
setDoubleEmptyOption(String) AbstractDoubleListTag   
setDoubleHeaderKey(String) DoubleListUIBean   
setDoubleHeaderKey(String) AbstractDoubleListTag   
setDoubleHeaderValue(String) DoubleListUIBean   
setDoubleHeaderValue(String) AbstractDoubleListTag   
setDoubleId(String) DoubleListUIBean   
setDoubleId(String) AbstractDoubleListTag   
setDoubleList(String) DoubleListUIBean   
setDoubleList(String) AbstractDoubleListTag   
setDoubleListCssClass(String) DoubleListUIBean   
setDoubleListCssClass(String) AbstractDoubleListTag   
setDoubleListCssStyle(String) DoubleListUIBean   
setDoubleListCssStyle(String) AbstractDoubleListTag   
setDoubleListKey(String) DoubleListUIBean   
setDoubleListKey(String) AbstractDoubleListTag   
setDoubleListTitle(String) DoubleListUIBean   
setDoubleListTitle(String) AbstractDoubleListTag   
setDoubleListValue(String) DoubleListUIBean   
setDoubleListValue(String) AbstractDoubleListTag   
setDoubleMultiple(String) DoubleListUIBean   
setDoubleMultiple(String) AbstractDoubleListTag   
setDoubleName(String) DoubleListUIBean   
setDoubleName(String) AbstractDoubleListTag   
setDoubleOnblur(String) DoubleListUIBean   
setDoubleOnblur(String) AbstractDoubleListTag   
setDoubleOnchange(String) DoubleListUIBean   
setDoubleOnchange(String) AbstractDoubleListTag   
setDoubleOnclick(String) DoubleListUIBean   
setDoubleOnclick(String) AbstractDoubleListTag   
setDoubleOndblclick(String) DoubleListUIBean   
setDoubleOndblclick(String) AbstractDoubleListTag   
setDoubleOnfocus(String) DoubleListUIBean   
setDoubleOnfocus(String) AbstractDoubleListTag   
setDoubleOnkeydown(String) DoubleListUIBean   
setDoubleOnkeydown(String) AbstractDoubleListTag   
setDoubleOnkeypress(String) DoubleListUIBean   
setDoubleOnkeypress(String) AbstractDoubleListTag   
setDoubleOnkeyup(String) DoubleListUIBean   
setDoubleOnkeyup(String) AbstractDoubleListTag   
setDoubleOnmousedown(String) DoubleListUIBean   
setDoubleOnmousedown(String) AbstractDoubleListTag   
setDoubleOnmousemove(String) DoubleListUIBean   
setDoubleOnmousemove(String) AbstractDoubleListTag   
setDoubleOnmouseout(String) DoubleListUIBean   
setDoubleOnmouseout(String) AbstractDoubleListTag   
setDoubleOnmouseover(String) DoubleListUIBean   
setDoubleOnmouseover(String) AbstractDoubleListTag   
setDoubleOnmouseup(String) DoubleListUIBean   
setDoubleOnmouseup(String) AbstractDoubleListTag   
setDoubleOnselect(String) DoubleListUIBean   
setDoubleOnselect(String) AbstractDoubleListTag   
setDoubleSize(String) DoubleListUIBean   
setDoubleSize(String) AbstractDoubleListTag   
setDoubleValue(String) DoubleListUIBean   
setDoubleValue(String) AbstractDoubleListTag   
setDownLabel(String) InputTransferSelect   
setDownLabel(String) InputTransferSelectTag   
setDtdMappings(Map<String, String>) XmlDocConfigurationProvider   
setDynamicAttribute(String, String, Object) AbstractUITag   
setDynamicAttributes(Map<String, String>) UIBean   
setDynamicMethodInvocation(String) DefaultExcludedPatternsChecker   
setDynamicMethodInvocation(String) ParametersInterceptor   
setElementClass(Class) MockObjectTypeDeterminer   
setElThrowExceptionOnFailure(Boolean) ConstantConfig   
setEmptyOption(String) ComboBox   
setEmptyOption(String) DoubleListUIBean   
setEmptyOption(String) Select   
setEmptyOption(String) AbstractDoubleListTag   
setEmptyOption(String) ComboBoxTag   
setEmptyOption(String) SelectTag   
setEnableDynamicMethodInvocation(Boolean) ConstantConfig   
setEnableEvalExpression(String) OgnlUtil   
setEnableExpressionCache(String) OgnlUtil   
setEnableSlashesInActionNames(Boolean) ConstantConfig   
setEnableXmlWithConsole(boolean) DebuggingInterceptor   
setEncode(boolean) Anchor   
setEncode(boolean) ComponentUrlProvider   
setEncode(boolean) URL   
setEncode(boolean) UrlProvider   
setEncode(boolean) StrutsResultSupport 
Set encode to true  to indicate that the location should be url encoded.
 
setEncode(String) AnchorTag   
setEncode(String) URLTag   
setEncoding(String) Head   
setEncoding(String) JspTemplateEngine   
setEncoding(String) DefaultStaticContentLoader 
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
 
setEncoding(String) StrutsUrlDecoder   
setEncoding(String) StrutsUrlEncoder   
setEncoding(String) FreemarkerManager   
setEncodingAndLocale(HttpServletRequest, HttpServletResponse) PrepareOperations 
Sets the request encoding and locale on the response
 
setEnctype(String) Form   
setEnctype(String) FormTag   
setEnd(String) IteratorComponent   
setEnd(String) IteratorTag   
setEnforcingMode(String) CoepInterceptor   
setEnforcingMode(boolean) CspInterceptor 
Enables enforcing mode, by default all exceptions are only reported
 
setEnforcingMode(boolean) CspSettings 
Sets CSP headers in enforcing mode when true, and report-only when false
 
setEnforcingMode(boolean) DefaultCspSettings   
setError(String) HttpHeaderResult 
Sets the http servlet error code that should be set on the response
 
setErrorMessage(String) HttpHeaderResult 
Sets the error message that should be set on the reponse
 
setErrorPosition(String) UIBean   
setErrorPosition(String) AbstractUITag   
setEscape(boolean) ActionError   
setEscape(boolean) ActionMessage   
setEscape(boolean) FieldError   
setEscape(boolean) PrettyPrintWriter   
setEscape(boolean) ActionErrorTag   
setEscape(boolean) ActionMessageTag   
setEscape(boolean) FieldErrorTag   
setEscapeAmp(boolean) Anchor   
setEscapeAmp(boolean) ComponentUrlProvider   
setEscapeAmp(boolean) URL   
setEscapeAmp(boolean) UrlProvider   
setEscapeAmp(String) AnchorTag   
setEscapeAmp(String) URLTag   
setEscapeCsv(boolean) Property   
setEscapeCsv(boolean) Text   
setEscapeCsv(boolean) PropertyTag   
setEscapeCsv(boolean) TextTag   
setEscapeHtml(boolean) Property   
setEscapeHtml(boolean) Text   
setEscapeHtml(boolean) PropertyTag   
setEscapeHtml(boolean) TextTag   
setEscapeHtmlBody(boolean) Anchor   
setEscapeHtmlBody(String) Component   
setEscapeHtmlBody(boolean) Submit   
setEscapeHtmlBody(String) AnchorTag 
Set via parameter to control if body content should be HTML-escaped.
 
setEscapeHtmlBody(boolean) SubmitTag 
Set via parameter to control if body content should be HTML-escaped.
 
setEscapeJavaScript(boolean) Property   
setEscapeJavaScript(boolean) Text   
setEscapeJavaScript(boolean) PropertyTag   
setEscapeJavaScript(boolean) TextTag   
setEscapeXml(boolean) Property   
setEscapeXml(boolean) Text   
setEscapeXml(boolean) PropertyTag   
setEscapeXml(boolean) TextTag   
setEvictionLimit(int) OgnlCache   
setEvictionLimit(int) OgnlCaffeineCache   
setEvictionLimit(int) OgnlDefaultCache   
setEvictionLimit(int) OgnlLRUCache   
setExcludedClasses(String) OgnlUtil 
 
setExcludedClasses(Set<Class<?>>) ConstantConfig   
setExcludedPackageExemptClasses(String) OgnlUtil 
 
setExcludedPackageExemptClasses(Set<Class<?>>) ConstantConfig   
setExcludedPackageNamePatterns(String) OgnlUtil 
 
setExcludedPackageNamePatterns(List<Pattern>) ConstantConfig   
setExcludedPackageNames(String) OgnlUtil 
 
setExcludedPackageNames(Set<String>) ConstantConfig   
setExcludedPatterns(ExcludedPatternsChecker) AliasInterceptor 
Deprecated. 
  
setExcludedPatterns(String) DefaultExcludedPatternsChecker   
setExcludedPatterns(String[]) DefaultExcludedPatternsChecker   
setExcludedPatterns(Set<String>) DefaultExcludedPatternsChecker   
setExcludedPatterns(ExcludedPatternsChecker) DefaultNotExcludedAcceptedPatternsChecker   
setExcludedPatterns(String) DefaultNotExcludedAcceptedPatternsChecker   
setExcludedPatterns(String[]) DefaultNotExcludedAcceptedPatternsChecker   
setExcludedPatterns(Set<String>) DefaultNotExcludedAcceptedPatternsChecker   
setExcludedPatterns(String) ExcludedPatternsChecker 
Sets excluded patterns during runtime
 
setExcludedPatterns(String[]) ExcludedPatternsChecker 
Sets excluded patterns during runtime
 
setExcludedPatterns(Set<String>) ExcludedPatternsChecker 
Sets excluded patterns during runtime
 
setExcludedPatterns(ExcludedPatternsChecker) AliasInterceptor   
setExcludedPatterns(ExcludedPatternsChecker) ParametersInterceptor   
setExcludedPatternsChecker(BeanConfig) ConstantConfig   
setExcludedPatternsChecker(Class<?>) ConstantConfig   
setExcludedPatternsChecker(ExcludedPatternsChecker) CookieInterceptor   
setExcludedValuePatterns(String) ParametersInterceptor 
Sets a comma-delimited list of regular expressions to match
 values of parameters that should be removed from the parameter map.
 
setExcludeMethods(String) MethodFilterInterceptor 
Deprecated. 
  
setExcludeMethods(String) MethodFilterInterceptor   
setExcludeParams(String) AliasInterceptor 
Deprecated. 
Sets a comma-delimited list of regular expressions to match
 parameters that should be removed from the parameter map.
 
setExcludeParams(String) AliasInterceptor 
Sets a comma-delimited list of regular expressions to match
 parameters that should be removed from the parameter map.
 
setExcludeParams(String) ParametersInterceptor 
Sets a comma-delimited list of regular expressions to match
 parameters that should be removed from the parameter map.
 
setExcludes(String) ChainingInterceptor 
Deprecated. 
Sets the list of parameter names to exclude from copying (all others will be included).
 
setExcludes(String) ChainingInterceptor 
Sets the list of parameter names to exclude from copying (all others will be included).
 
setExcludesCollection(Collection<String>) ChainingInterceptor 
Deprecated. 
Sets the list of parameter names to exclude from copying (all others will be included).
 
setExcludesCollection(Collection<String>) ChainingInterceptor 
Sets the list of parameter names to exclude from copying (all others will be included).
 
setExecuteAfterValidationPass(boolean) ExecuteAndWaitInterceptor 
Whether to start the background process after the second pass (first being validation)
 or not
 
setExecuteResult(boolean) ActionProxy.LegacyAdapter 
Deprecated. 
  
setExecuteResult(boolean) DefaultActionProxy   
setExecuteResult(boolean) MockActionProxy   
setExecuteResult(boolean) ActionProxy 
Sets whether this ActionProxy should also execute the Result after executing the Action.
 
setExecuteResult(boolean) ActionComponent   
setExecuteResult(boolean) ActionTag   
setExecutorProvider(ExecutorProvider) ExecuteAndWaitInterceptor   
setExemptedPaths(String) CoepInterceptor   
setExemptedPaths(String) CoopInterceptor   
setExemptedPaths(String) FetchMetadataInterceptor   
setExpectedFoo(String) MockInterceptor   
setExpression(String) ConditionalVisitorFieldValidator   
setExpression(String) ExpressionValidator   
setExpression(String) FieldExpressionValidator   
setExpressionCacheFactory(BeanConfig) ConstantConfig   
setExpressionCacheFactory(Class<?>) ConstantConfig   
setExpressionCacheMaxSize(String) OgnlUtil 
 
setExpressionParser(BeanConfig) ConstantConfig   
setExpressionParser(Class<?>) ConstantConfig   
setExprOverrides(Map<Object, Object>) OgnlValueStack   
setExprOverrides(Map<Object, Object>) ValueStack.LegacyAdapter 
Deprecated. 
  
setExprOverrides(Map<Object, Object>) ValueStack 
Set a override map containing  key -> values  that takes precedent when doing find operations on the ValueStack.
 
setExtension(String) ActionMapping   
setExtensions(String) DefaultActionMapper   
setExtraParameterProvider(ExtraParameterProvider) Anchor   
setExtraParameterProvider(ExtraParameterProvider) ComponentUrlProvider   
setExtraParameterProvider(ExtraParameterProvider) URL   
setExtraParameterProvider(ExtraParameterProvider) UrlProvider   
setFieldErrors(Map<String, List<String>>) ValidationAware.LegacyAdapter 
Deprecated. 
  
setFieldErrors(Map<String, List<String>>) ValidationAwareSupport   
setFieldErrors(Map<String, List<String>>) DelegatingValidatorContext   
setFieldErrors(Map<String, List<String>>) ActionSupport   
setFieldErrors(Map<String, List<String>>) ValidationAware 
Set the field error map of fieldname (String) to Collection of String error messages.
 
setFieldName(String) FieldValidator 
Sets the field name to validate with this FieldValidator
 
setFieldName(String) FieldValidatorSupport   
setFieldName(String) FieldError   
setFieldName(String) Form.FieldVisitorValidatorWrapper   
setFieldName(String) FieldErrorTag   
setFieldValidator(FieldValidator) Form.FieldVisitorValidatorWrapper   
setFieldValue(String) Checkbox   
setFieldValue(String) CheckboxTag   
setFileManager(FileManager) DefaultFileManagerFactory   
setFileManagerFactory(FileManagerFactory) XmlConfigurationProvider   
setFileManagerFactory(FileManagerFactory) DefaultConversionFileProcessor   
setFileManagerFactory(FileManagerFactory) XWorkConverter   
setFileManagerFactory(FileManagerFactory) DefaultActionValidatorManager   
setFileManagerFactory(FileManagerFactory) FreemarkerManager   
setFirst(long) Counter   
setFirstCallPrepareDo(String) PrepareInterceptor 
Deprecated. 
Sets if the prepareDoXXX method should be called first
 
setFirstCallPrepareDo(String) PrepareInterceptor 
Sets if the prepareDoXXX method should be called first
 
setFlush(boolean) ActionComponent   
setFlush(boolean) ActionTag   
setFocusElement(String) Form   
setFocusElement(String) FormTag   
setFoo(String) MockInterceptor   
setFoo(String) MockResult   
setFor(String) Label   
setFor(String) LabelTag   
setForceAddSchemeHostAndPort(boolean) Anchor   
setForceAddSchemeHostAndPort(boolean) ComponentUrlProvider   
setForceAddSchemeHostAndPort(boolean) URL   
setForceAddSchemeHostAndPort(boolean) UrlProvider   
setForceAddSchemeHostAndPort(String) AnchorTag   
setForceAddSchemeHostAndPort(String) URLTag   
setFormat(String) Date   
setFormat(String) DateTextField   
setFormat(String) DateTag   
setFormat(String) DateTextFieldTag   
setFormName(String) DoubleListUIBean   
setFormName(String) AbstractDoubleListTag   
setFreemarkerBeanwrapperCache(Boolean) ConstantConfig   
setFreemarkerManager(FreemarkerManager) FreemarkerTemplateEngine   
setFreemarkerManager(FreemarkerManager) DefaultDispatcherErrorHandler   
setFreemarkerManager(FreemarkerManager) DebuggingInterceptor   
setFreemarkerManager(FreemarkerManager) FreemarkerResult   
setFreemarkerManagerClassname(BeanConfig) ConstantConfig   
setFreemarkerManagerClassname(Class<?>) ConstantConfig   
setFreemarkerMruMaxStrongSize(Integer) ConstantConfig   
setFreemarkerTemplatesCacheUpdateDelay(String) ConstantConfig   
setFreemarkerWrapperAltMap(Boolean) ConstantConfig   
setFullPropertyPath(Map<String, Object>, String) ReflectionContextState   
setGettingByKeyProperty(Map<String, Object>, boolean) ReflectionContextState   
setGroupingUsed(Boolean) Number   
setGroupingUsed(Boolean) NumberTag   
setHandleException(Boolean) ConstantConfig   
setHandleException(String) Dispatcher   
setHeaderKey(String) ComboBox   
setHeaderKey(String) DoubleListUIBean   
setHeaderKey(String) InputTransferSelect   
setHeaderKey(String) Select   
setHeaderKey(String) AbstractDoubleListTag   
setHeaderKey(String) ComboBoxTag   
setHeaderKey(String) InputTransferSelectTag   
setHeaderKey(String) SelectTag   
setHeaderValue(String) ComboBox   
setHeaderValue(String) DoubleListUIBean   
setHeaderValue(String) InputTransferSelect   
setHeaderValue(String) Select   
setHeaderValue(String) AbstractDoubleListTag   
setHeaderValue(String) ComboBoxTag   
setHeaderValue(String) InputTransferSelectTag   
setHeaderValue(String) SelectTag   
setHostConfig(HostConfig) DefaultStaticContentLoader   
setHostConfig(HostConfig) StaticContentLoader   
setHref(String) Anchor   
setHref(String) Link   
setHref(String) AnchorTag   
setHref(String) LinkTag   
setHreflang(String) Link   
setHreflang(String) LinkTag   
setHttpPort(String) DefaultUrlHelper   
setHttpServletRequest(HttpServletRequest) ComponentUrlProvider   
setHttpServletRequest(HttpServletRequest) UrlProvider   
setHttpServletResponse(HttpServletResponse) ComponentUrlProvider   
setHttpServletResponse(HttpServletResponse) UrlProvider   
setHttpsPort(String) DefaultUrlHelper   
setI18nEncoding(String) ConstantConfig   
setI18nReload(Boolean) ConstantConfig   
setId(String) UIBean   
setId(String) AbstractUITag   
setIdParameterName(String) Restful2ActionMapper   
setIgnoreContextParams(boolean) ActionComponent   
setIgnoreContextParams(boolean) ActionTag   
setIncludeContext(boolean) Anchor   
setIncludeContext(boolean) ComponentUrlProvider   
setIncludeContext(boolean) Form   
setIncludeContext(boolean) URL   
setIncludeContext(boolean) UrlProvider   
setIncludeContext(String) AnchorTag   
setIncludeContext(boolean) FormTag   
setIncludeContext(String) URLTag   
setIncludeMethods(String) MethodFilterInterceptor 
Deprecated. 
  
setIncludeMethods(String) MethodFilterInterceptor   
setIncludeParams(String) Anchor   
setIncludeParams(String) ComponentUrlProvider   
setIncludeParams(String) URL   
setIncludeParams(String) UrlProvider   
setIncludeParams(String) AnchorTag   
setIncludeParams(String) URLTag   
setIncludes(String) ChainingInterceptor 
Deprecated. 
Sets the list of parameter names to include when copying (all others will be excluded).
 
setIncludes(String) ChainingInterceptor 
Sets the list of parameter names to include when copying (all others will be excluded).
 
setIncludesCollection(Collection<String>) ChainingInterceptor 
Deprecated. 
Sets the list of parameter names to include when copying (all others will be excluded).
 
setIncludesCollection(Collection<String>) ChainingInterceptor 
Sets the list of parameter names to include when copying (all others will be excluded).
 
setInputName(String) StreamResult   
setInputResultName(String) DefaultWorkflowInterceptor 
Deprecated. 
Set the inputResultName (result name to be returned when
 a action / field error is found registered).
 
setInputResultName(String) DefaultWorkflowInterceptor 
Set the inputResultName (result name to be returned when
 a action / field error is found registered).
 
setInstance(Dispatcher) Dispatcher 
Store the dispatcher instance for this thread.
 
setIntegrity(String) Script   
setIntegrity(String) ScriptTag   
setInterceptorFactory(InterceptorFactory) ObjectFactory   
setInterval(long) Counter   
setInvocation(ActionInvocation) MockActionProxy   
setInvocationContext(ActionContext) MockActionInvocation   
setJavascriptTooltip(String) UIBean   
setJavascriptTooltip(String) AbstractUITag   
setKey(String) UIBean   
setKey(String) ScopeInterceptor   
setKey(String) AbstractUITag   
setKeyClass(Class) MockObjectTypeDeterminer   
setKeyProperty(String) MockObjectTypeDeterminer   
setLabel(String) OptGroup   
setLabel(String) Reset   
setLabel(String) UIBean   
setLabel(String) AbstractUITag   
setLabel(String) OptGroupTag   
setLabelPosition(String) Checkbox   
setLabelPosition(String) UIBean   
setLabelPosition(String) AbstractUITag   
setLabelSeparator(String) UIBean   
setLabelSeparator(String) AbstractUITag   
setLast(long) Counter   
setLast(boolean) IteratorStatus.StatusState   
setLastBeanClassAccessed(Map<String, Object>, Class) ReflectionContextState   
setLastBeanPropertyAccessed(Map<String, Object>, String) ReflectionContextState   
setLastClassAccessed(Class) ObjectProxy   
setLastPropertyAccessed(String) ObjectProxy   
setLeftDownLabel(String) OptionTransferSelect   
setLeftDownLabel(String) OptionTransferSelectTag   
setLeftTitle(String) InputTransferSelect   
setLeftTitle(String) OptionTransferSelect   
setLeftTitle(String) InputTransferSelectTag   
setLeftTitle(String) OptionTransferSelectTag   
setLeftUpLabel(String) OptionTransferSelect   
setLeftUpLabel(String) OptionTransferSelectTag   
setList(String) ComboBox   
setList(Object) ListUIBean   
setList(Object) OptGroup   
setList(String) AbstractListTag   
setList(String) ComboBoxTag   
setList(String) OptGroupTag   
setListCssClass(String) ListUIBean   
setListCssClass(String) OptGroup   
setListCssClass(String) AbstractListTag   
setListCssClass(String) OptGroupTag   
setListCssStyle(String) ListUIBean   
setListCssStyle(String) OptGroup   
setListCssStyle(String) AbstractListTag   
setListCssStyle(String) OptGroupTag   
setListKey(String) ComboBox   
setListKey(String) ListUIBean   
setListKey(String) OptGroup   
setListKey(String) AbstractListTag   
setListKey(String) ComboBoxTag   
setListKey(String) OptGroupTag   
setListLabelKey(String) ListUIBean   
setListLabelKey(String) AbstractListTag   
setListTitle(String) ListUIBean   
setListTitle(String) OptGroup   
setListTitle(String) AbstractListTag   
setListTitle(String) OptGroupTag   
setListValue(String) ComboBox   
setListValue(String) ListUIBean   
setListValue(String) OptGroup   
setListValue(String) AbstractListTag   
setListValue(String) ComboBoxTag   
setListValue(String) OptGroupTag   
setListValueKey(String) ListUIBean   
setListValueKey(String) AbstractListTag   
setLocale(Locale) ConstantConfig   
setLocale(HttpServletRequest) AbstractMultiPartRequest   
setLocale(HttpServletRequest) MultiPartRequestWrapper   
setLocaleProvider(LocaleProvider) ResourceBundleTextProvider 
Set the LocaleProvider to use.
 
setLocaleProvider(LocaleProvider) TextProviderSupport   
setLocaleProviderFactory(LocaleProviderFactory) StrutsTextProviderFactory   
setLocaleProviderFactory(LocaleProviderFactory) TextProviderSupport   
setLocaleProviderFactory(LocaleProviderFactory) I18n   
setLocaleProviderFactory(BeanConfig) ConstantConfig   
setLocaleProviderFactory(Class<?>) ConstantConfig   
setLocaleProviderFactory(LocaleProviderFactory) Dispatcher   
setLocaleProviderFactory(LocaleProviderFactory) AbstractMultiPartRequest   
setLocaleProviderFactory(LocaleProviderFactory) I18nInterceptor   
setLocaleStorage(String) I18nInterceptor   
setLocalizedTextProvider(LocalizedTextProvider) DefaultActionProxy   
setLocalizedTextProvider(LocalizedTextProvider) DefaultTextProvider   
setLocalizedTextProvider(LocalizedTextProvider) AliasInterceptor 
Deprecated. 
  
setLocalizedTextProvider(LocalizedTextProvider) StaticParametersInterceptor 
Deprecated. 
  
setLocalizedTextProvider(LocalizedTextProvider) StrutsTextProviderFactory   
setLocalizedTextProvider(LocalizedTextProvider) TextProviderSupport   
setLocalizedTextProvider(LocalizedTextProvider) I18n   
setLocalizedTextProvider(BeanConfig) ConstantConfig   
setLocalizedTextProvider(Class<?>) ConstantConfig   
setLocalizedTextProvider(LocalizedTextProvider) AliasInterceptor   
setLocalizedTextProvider(LocalizedTextProvider) StaticParametersInterceptor   
setLocation(Location) Located 
Set the location of this object
 
setLocation(String) StrutsResultSupport 
The location to go to after action execution.
 
setLogCategory(String) ExceptionMappingInterceptor 
Deprecated. 
  
setLogCategory(String) ExceptionMappingInterceptor   
setLogEnabled(boolean) ExceptionMappingInterceptor 
Deprecated. 
  
setLogEnabled(boolean) ExceptionMappingInterceptor   
setLogLevel(String) ExceptionMappingInterceptor 
Deprecated. 
  
setLogLevel(String) ExceptionMappingInterceptor   
setLogMissingProperties(String) OgnlValueStack   
setMapperActionPrefixCrossNamespaces(Boolean) ConstantConfig   
setMapperActionPrefixEnabled(Boolean) ConstantConfig   
setMapperAlwaysSelectFullNamespace(Boolean) ConstantConfig   
setMapperClass(BeanConfig) ConstantConfig   
setMapperClass(Class<?>) ConstantConfig   
setMapperComposite(List<String>) ConstantConfig   
setMapperIdParameterName(String) ConstantConfig   
setMapperPrefixMapping(List<String>) ConstantConfig   
setMatcher(ContentTypeMatcher<Object>) AbstractFileUploadInterceptor   
setMax(T) RangeValidatorSupport   
setMaxExclusive(Double) DoubleRangeFieldValidator   
setMaxExclusiveExpression(String) DoubleRangeFieldValidator   
setMaxExpression(String) RangeValidatorSupport   
setMaxFiles(String) AbstractMultiPartRequest   
setMaxFileSize(String) AbstractMultiPartRequest   
setMaximumFractionDigits(Integer) Number   
setMaximumFractionDigits(Integer) NumberTag   
setMaximumIntegerDigits(Integer) Number   
setMaximumIntegerDigits(Integer) NumberTag   
setMaximumSize(Long) AbstractFileUploadInterceptor 
Sets the maximum size of an uploaded file
 
setMaxInclusive(Double) DoubleRangeFieldValidator   
setMaxInclusiveExpression(String) DoubleRangeFieldValidator   
setMaxLength(int) StringLengthFieldValidator   
setMaxlength(String) TextArea   
setMaxlength(String) TextField   
setMaxlength(String) TextareaTag   
setMaxlength(String) TextFieldTag   
setMaxLengthExpression(String) StringLengthFieldValidator   
setMaxSize(String) AbstractMultiPartRequest   
setMaxStringLength(String) AbstractMultiPartRequest   
setMedia(String) Link   
setMedia(String) LinkTag   
setMerge(String) StaticParametersInterceptor 
Deprecated. 
  
setMerge(String) StaticParametersInterceptor   
setMessageKey(String) Validator 
Sets a resource bundle key to be used for lookup of validation failure message
 
setMessageKey(String) ValidatorSupport   
setMessageKey(String) Form.FieldVisitorValidatorWrapper   
setMessageParameters(String[]) Validator 
Sets the message parameters to be used when parsing i18n messages
 
setMessageParameters(String[]) ValidatorSupport   
setMessageParameters(String[]) Form.FieldVisitorValidatorWrapper   
setMethod(String) MockActionProxy   
setMethod(String) Anchor   
setMethod(String) ComponentUrlProvider   
setMethod(String) Form   
setMethod(String) FormButton   
setMethod(String) URL   
setMethod(String) UrlProvider   
setMethod(String) ActionMapping   
setMethod(HttpMethod) HttpMethodAware 
Notifies action about http method used to perform request
 
setMethod(String) ActionChainResult   
setMethod(String) PostbackResult 
Sets the method of the destination action.
 
setMethod(String) ServletActionRedirectResult 
Sets the method
 
setMethod(String) AnchorTag   
setMethod(String) FormTag   
setMethod(String) ResetTag   
setMethod(String) SubmitTag   
setMethod(String) URLTag   
setMethodAccessor(MethodAccessor) OgnlValueStackFactory   
setMethodSpecified(boolean) MockActionProxy   
setMin(T) RangeValidatorSupport   
setMinExclusive(Double) DoubleRangeFieldValidator   
setMinExclusiveExpression(String) DoubleRangeFieldValidator   
setMinExpression(String) RangeValidatorSupport   
setMinimumFractionDigits(Integer) Number   
setMinimumFractionDigits(Integer) NumberTag   
setMinimumIntegerDigits(Integer) Number   
setMinimumIntegerDigits(Integer) NumberTag   
setMinInclusive(Double) DoubleRangeFieldValidator   
setMinInclusiveExpression(String) DoubleRangeFieldValidator   
setMinLength(int) StringLengthFieldValidator   
setMinlength(String) TextArea   
setMinlength(String) TextareaTag   
setMinLengthExpression(String) StringLengthFieldValidator   
setMode(String) CoopInterceptor   
setModel(T) ScopedModelDriven   
SetModel org.apache.struts2.views.freemarker.tags   
SetModel(ValueStack, HttpServletRequest, HttpServletResponse) SetModel   
setMoveDownLabel(String) UpDownSelect   
setMoveDownLabel(String) UpDownSelectTag   
setMoveUpLabel(String) UpDownSelect   
setMoveUpLabel(String) UpDownSelectTag   
setMruMaxStrongSize(String) FreemarkerManager   
setMultipartBufferSize(Integer) ConstantConfig   
setMultipartEnabled(Boolean) ConstantConfig   
setMultipartHandler(String) Dispatcher 
 
setMultipartMaxFiles(Long) ConstantConfig   
setMultipartMaxFileSize(Long) ConstantConfig   
setMultipartMaxSize(Long) ConstantConfig   
setMultipartMaxStringLength(Long) ConstantConfig   
setMultipartParser(BeanConfig) ConstantConfig   
setMultipartParser(Class<?>) ConstantConfig   
setMultipartSaveDir(String) ConstantConfig   
setMultipartSaveDir(String) Dispatcher 
Modify state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting.
 
setMultipartSupportEnabled(String) Dispatcher   
setMultipartValidationRegex(Pattern) ConstantConfig   
setMultipartValidationRegex(String) Dispatcher   
setMultiple(String) DoubleListUIBean   
setMultiple(String) InputTransferSelect   
setMultiple(String) Select   
setMultiple(String) AbstractDoubleListTag   
setMultiple(String) InputTransferSelectTag   
setMultiple(String) SelectTag   
setMultiTextvalueSeparator(String) DefaultValidatorFileParser   
setName(String) UnknownHandlerConfig   
setName(String) ScopedModelDrivenInterceptor 
Deprecated. 
  
setName(String) ActionComponent   
setName(String) Bean   
setName(String) Date   
setName(String) I18n   
setName(String) Number   
setName(String) Param   
setName(String) Text   
setName(String) UIBean   
setName(String) ActionMapping   
setName(String) ScopedModelDrivenInterceptor   
setName(String) ActionTag   
setName(String) BeanTag   
setName(String) DateTag   
setName(String) I18nTag   
setName(String) NumberTag   
setName(String) ParamTag   
setName(String) SetTag   
setName(String) TextTag   
setName(String) AbstractUITag   
setNamePrefix(String) Form.FieldVisitorValidatorWrapper   
setNamespace(String) MockActionProxy   
setNamespace(String) ActionComponent   
setNamespace(String) Anchor   
setNamespace(String) ComponentUrlProvider   
setNamespace(String) Form   
setNamespace(String) URL   
setNamespace(String) UrlProvider   
setNamespace(String) ActionMapping   
setNamespace(String) ActionChainResult 
sets the namespace of the Action that we're chaining to.
 
setNamespace(String) PostbackResult 
Sets the namespace of the destination action.
 
setNamespace(String) ServletActionRedirectResult 
Sets the namespace
 
setNamespace(String) ActionTag   
setNamespace(String) AnchorTag   
setNamespace(String) FormTag   
setNamespace(String) URLTag   
setNice(boolean) Date   
setNice(boolean) DateTag   
setNomodule(String) Script   
setNomodule(String) ScriptTag   
setNotExcludedAcceptedPatterns(NotExcludedAcceptedPatternsChecker) Component   
setNotExcludedAcceptedPatterns(NotExcludedAcceptedPatternsChecker) StreamResult   
setNotExcludedAcceptedPatternsChecker(BeanConfig) ConstantConfig   
setNotExcludedAcceptedPatternsChecker(Class<?>) ConstantConfig   
setObjectFactory(ObjectFactory) XmlDocConfigurationProvider   
setObjectFactory(ObjectFactory) InstantiatingNullHandler   
setObjectFactory(ObjectFactory) DefaultActionInvocation   
setObjectFactory(ObjectFactory) DefaultActionProxy   
setObjectFactory(ObjectFactory) DefaultActionFactory   
setObjectFactory(ObjectFactory) DefaultInterceptorFactory   
setObjectFactory(ObjectFactory) DefaultResultFactory 
Deprecated. 
  
setObjectFactory(ObjectFactory) DefaultValidatorFactory   
setObjectFactory(ObjectFactory) ScopedModelDrivenInterceptor 
Deprecated. 
  
setObjectFactory(ObjectFactory) XWorkCollectionPropertyAccessor   
setObjectFactory(ObjectFactory) XWorkListPropertyAccessor   
setObjectFactory(ObjectFactory) XWorkMapPropertyAccessor   
setObjectFactory(ObjectFactory) DefaultValidatorFileParser   
setObjectFactory(ObjectFactory) Bean   
setObjectFactory(ObjectFactory) Form   
setObjectFactory(BeanConfig) ConstantConfig   
setObjectFactory(Class<?>) ConstantConfig   
setObjectFactory(ObjectFactory) StrutsTypeConverterCreator   
setObjectFactory(ObjectFactory) Dispatcher   
setObjectFactory(ObjectFactory) StrutsResultFactory   
setObjectFactory(ObjectFactory) ScopedModelDrivenInterceptor   
setObjectFactoryActionFactory(BeanConfig) ConstantConfig   
setObjectFactoryActionFactory(Class<?>) ConstantConfig   
setObjectFactoryConverterFactory(BeanConfig) ConstantConfig   
setObjectFactoryConverterFactory(Class<?>) ConstantConfig   
setObjectFactoryInterceptorFactory(BeanConfig) ConstantConfig   
setObjectFactoryInterceptorFactory(Class<?>) ConstantConfig   
setObjectFactoryResultFactory(BeanConfig) ConstantConfig   
setObjectFactoryResultFactory(Class<?>) ConstantConfig   
setObjectFactorySpringAutoWire(String) ConstantConfig   
setObjectFactorySpringAutoWireAlwaysRespect(Boolean) ConstantConfig   
setObjectFactorySpringEnableAopSupport(Boolean) ConstantConfig   
setObjectFactorySpringUseClassCache(Boolean) ConstantConfig   
setObjectFactoryUnknownHandlerFactory(BeanConfig) ConstantConfig   
setObjectFactoryUnknownHandlerFactory(Class<?>) ConstantConfig   
setObjectFactoryValidatorFactory(BeanConfig) ConstantConfig   
setObjectFactoryValidatorFactory(Class<?>) ConstantConfig   
setObjectTypeDeterminer(ObjectTypeDeterminer) CollectionConverter   
setObjectTypeDeterminer(ObjectTypeDeterminer) InstantiatingNullHandler   
setObjectTypeDeterminer(ObjectTypeDeterminer) XWorkCollectionPropertyAccessor   
setObjectTypeDeterminer(ObjectTypeDeterminer) XWorkListPropertyAccessor   
setObjectTypeDeterminer(ObjectTypeDeterminer) XWorkMapPropertyAccessor   
setObjectTypeDeterminer(BeanConfig) ConstantConfig   
setObjectTypeDeterminer(Class<?>) ConstantConfig   
setOgnlAllowStaticFieldAccess(Boolean) ConstantConfig   
setOgnlAutoGrowthCollectionLimit(Integer) ConstantConfig   
setOgnlEnableEvalExpression(Boolean) ConstantConfig   
setOgnlEnableExpressionCache(Boolean) ConstantConfig   
setOgnlLogMissingProperties(Boolean) ConstantConfig   
setOgnlUtil(OgnlUtil) DefaultActionInvocation   
setOgnlUtil(OgnlUtil) WithLazyParams.LazyParamInjector   
setOgnlUtil(OgnlUtil) XWorkCollectionPropertyAccessor   
setOgnlUtil(OgnlUtil) XWorkListPropertyAccessor   
setOgnlUtil(OgnlUtil) OgnlReflectionProvider   
setOgnlUtil(OgnlUtil) OgnlValueStack   
setOnblur(String) UIBean   
setOnblur(String) AbstractUITag   
setOnchange(String) UIBean   
setOnchange(String) AbstractUITag   
setOnclick(String) UIBean   
setOnclick(String) AbstractUITag   
setOndblclick(String) UIBean   
setOndblclick(String) AbstractUITag   
setOnfocus(String) UIBean   
setOnfocus(String) AbstractUITag   
setOnkeydown(String) UIBean   
setOnkeydown(String) AbstractUITag   
setOnkeypress(String) UIBean   
setOnkeypress(String) AbstractUITag   
setOnkeyup(String) UIBean   
setOnkeyup(String) AbstractUITag   
setOnmousedown(String) UIBean   
setOnmousedown(String) AbstractUITag   
setOnmousemove(String) UIBean   
setOnmousemove(String) AbstractUITag   
setOnmouseout(String) UIBean   
setOnmouseout(String) AbstractUITag   
setOnmouseover(String) UIBean   
setOnmouseover(String) AbstractUITag   
setOnmouseup(String) UIBean   
setOnmouseup(String) AbstractUITag   
setOnreset(String) Form   
setOnreset(String) FormTag   
setOnselect(String) UIBean   
setOnselect(String) AbstractUITag   
setOnsubmit(String) Form   
setOnsubmit(String) FormTag   
setOpenTemplate(String) ClosingUIBean   
setOpenTemplate(String) AbstractClosingTag   
setOperationMode(String) MessageStoreInterceptor   
setOrdered(boolean) ParametersInterceptor 
Set whether to order the parameters by object depth or not
 
setOverrideAcceptedPatterns(String) DefaultAcceptedPatternsChecker   
setOverrideAcceptedPatterns(Set<Pattern>) ConstantConfig   
setOverrideExcludedPatterns(Set<Pattern>) ConstantConfig   
setOverrideExcludePatterns(String) DefaultExcludedPatternsChecker   
setOverwrite(String) StaticParametersInterceptor 
Deprecated. 
Overwrites already existing parameters from other sources.
 
setOverwrite(String) StaticParametersInterceptor 
Overwrites already existing parameters from other sources.
 
setPackageAssertionStatus(String, boolean) ReloadingClassLoader   
setPage(String) URLBean   
setParameter(String, Object) OgnlValueStack   
setParameter(String, Object) ValueStack.LegacyAdapter 
Deprecated. 
  
setParameter(Result, String, String, Map<String, Object>) StrutsResultFactory   
setParameter(String, Object) ValueStack 
Attempts to set a property on a bean in the stack with the given expression using the default search order.
 
setParameterName(String) I18nInterceptor   
setParameters(Map<String, Object>, Result, Map<String, String>) StrutsResultFactory   
setParameters(Map<String, Object>, Object, Map<String, String>) StrutsResultFactory   
setParameters(HttpParameters) HttpParametersAware 
Deprecated. 
  
setParameters(Object, ValueStack, HttpParameters) ParametersInterceptor 
 
setParameters(Map<String, String[]>) ParameterAware 
Deprecated. 
  
setParamNameMaxLength(int) ParametersInterceptor 
If the param name exceeds the configured maximum length it will not be
 accepted.
 
setParamNames(String) ParameterRemoverInterceptor 
Deprecated. 
Allows paramNames attribute to be set as comma-separated-values (csv).
 
setParamNames(String) ParameterRemoverInterceptor 
Allows paramNames attribute to be set as comma-separated-values (csv).
 
setParams(Map<String, String>) Parameterizable   
setParams(Map<String, Object>) ActionMapping   
setParamValues(String) ParameterRemoverInterceptor 
Deprecated. 
Allows paramValues attribute to be set as a comma-separated-values (csv).
 
setParamValues(String) ParameterRemoverInterceptor 
Allows paramValues attribute to be set as a comma-separated-values (csv).
 
setParse(String) StaticParametersInterceptor 
Deprecated. 
  
setParse(String) StaticParametersInterceptor   
setParse(boolean) HttpHeaderResult 
Sets whether or not the HTTP header values should be evaluated against the ValueStack (by default they are).
 
setParse(boolean) StrutsResultSupport 
Set parse to true  to indicate that the location should be parsed as an OGNL expression.
 
setParseIntegerOnly(Boolean) Number   
setParseIntegerOnly(Boolean) NumberTag   
setPattern(String) ClassPathFinder   
setPatternMatcher(PatternMatcher<int[]>) ClassPathFinder   
setPatternMatcher(BeanConfig) ConstantConfig   
setPatternMatcher(Class<?>) ConstantConfig   
setPerformClearTagStateForTagPoolingServers(boolean) 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) ActionTag   
setPerformClearTagStateForTagPoolingServers(boolean) BeanTag   
setPerformClearTagStateForTagPoolingServers(boolean) ContextBeanTag   
setPerformClearTagStateForTagPoolingServers(boolean) DateTag   
setPerformClearTagStateForTagPoolingServers(boolean) ElseIfTag   
setPerformClearTagStateForTagPoolingServers(boolean) ElseTag   
setPerformClearTagStateForTagPoolingServers(boolean) I18nTag   
setPerformClearTagStateForTagPoolingServers(boolean) IfTag   
setPerformClearTagStateForTagPoolingServers(boolean) IncludeTag   
setPerformClearTagStateForTagPoolingServers(boolean) AppendIteratorTag   
setPerformClearTagStateForTagPoolingServers(boolean) IteratorGeneratorTag   
setPerformClearTagStateForTagPoolingServers(boolean) MergeIteratorTag   
setPerformClearTagStateForTagPoolingServers(boolean) SortIteratorTag   
setPerformClearTagStateForTagPoolingServers(boolean) SubsetIteratorTag   
setPerformClearTagStateForTagPoolingServers(boolean) IteratorTag   
setPerformClearTagStateForTagPoolingServers(boolean) NumberTag   
setPerformClearTagStateForTagPoolingServers(boolean) ParamTag   
setPerformClearTagStateForTagPoolingServers(boolean) PropertyTag   
setPerformClearTagStateForTagPoolingServers(boolean) PushTag   
setPerformClearTagStateForTagPoolingServers(boolean) SetTag   
setPerformClearTagStateForTagPoolingServers(boolean) 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) TextTag   
setPerformClearTagStateForTagPoolingServers(boolean) AbstractClosingTag   
setPerformClearTagStateForTagPoolingServers(boolean) AbstractDoubleListTag   
setPerformClearTagStateForTagPoolingServers(boolean) AbstractListTag   
setPerformClearTagStateForTagPoolingServers(boolean) AbstractRequiredListTag   
setPerformClearTagStateForTagPoolingServers(boolean) AbstractUITag   
setPerformClearTagStateForTagPoolingServers(boolean) ActionErrorTag   
setPerformClearTagStateForTagPoolingServers(boolean) ActionMessageTag   
setPerformClearTagStateForTagPoolingServers(boolean) AnchorTag 
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
 
setPerformClearTagStateForTagPoolingServers(boolean) CheckboxListTag   
setPerformClearTagStateForTagPoolingServers(boolean) CheckboxTag 
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
 
setPerformClearTagStateForTagPoolingServers(boolean) ComboBoxTag   
setPerformClearTagStateForTagPoolingServers(boolean) ComponentTag   
setPerformClearTagStateForTagPoolingServers(boolean) DateTextFieldTag   
setPerformClearTagStateForTagPoolingServers(boolean) DebugTag   
setPerformClearTagStateForTagPoolingServers(boolean) DoubleSelectTag   
setPerformClearTagStateForTagPoolingServers(boolean) FieldErrorTag   
setPerformClearTagStateForTagPoolingServers(boolean) FileTag   
setPerformClearTagStateForTagPoolingServers(boolean) FormTag   
setPerformClearTagStateForTagPoolingServers(boolean) HeadTag   
setPerformClearTagStateForTagPoolingServers(boolean) HiddenTag   
setPerformClearTagStateForTagPoolingServers(boolean) InputTransferSelectTag   
setPerformClearTagStateForTagPoolingServers(boolean) LabelTag   
setPerformClearTagStateForTagPoolingServers(boolean) OptGroupTag   
setPerformClearTagStateForTagPoolingServers(boolean) OptionTransferSelectTag   
setPerformClearTagStateForTagPoolingServers(boolean) PasswordTag   
setPerformClearTagStateForTagPoolingServers(boolean) RadioTag   
setPerformClearTagStateForTagPoolingServers(boolean) ResetTag   
setPerformClearTagStateForTagPoolingServers(boolean) SelectTag   
setPerformClearTagStateForTagPoolingServers(boolean) SubmitTag 
Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.
 
setPerformClearTagStateForTagPoolingServers(boolean) TextareaTag   
setPerformClearTagStateForTagPoolingServers(boolean) TextFieldTag   
setPerformClearTagStateForTagPoolingServers(boolean) TokenTag   
setPerformClearTagStateForTagPoolingServers(boolean) UpDownSelectTag   
setPerformClearTagStateForTagPoolingServers(boolean) URLTag   
setPortletMode(String) Anchor   
setPortletMode(String) ComponentUrlProvider   
setPortletMode(String) Form   
setPortletMode(String) URL   
setPortletMode(String) UrlProvider   
setPortletMode(String) AnchorTag   
setPortletMode(String) FormTag   
setPortletMode(String) URLTag   
setPortletUrlType(String) Anchor   
setPortletUrlType(String) ComponentUrlProvider   
setPortletUrlType(String) URL   
setPortletUrlType(String) UrlProvider   
setPortletUrlType(String) AnchorTag   
setPortletUrlType(String) URLTag   
setPrefixBasedActionMappers(String) PrefixBasedActionMapper   
setPrefixBasedActionProxyFactories(String) PrefixBasedActionProxyFactory   
setPrependServletContext(boolean) CspInterceptor 
 
setPrependServletContext(boolean) PostbackResult   
setPrependServletContext(boolean) ServletRedirectResult 
Sets whether or not to prepend the servlet context path to the redirected
 URL.
 
setPrincipalProxy(PrincipalProxy) PrincipalAware 
Deprecated. 
  
setProgrammatic(boolean) ValidationInterceptor 
Determines if 
Validateable's 
validate() should be called,
 as well as methods whose name that start with "validate".
 
setProperties(Map<String, ?>, Object, Map<String, Object>) OgnlReflectionProvider   
setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) OgnlReflectionProvider   
setProperties(Map<String, ?>, Object) OgnlReflectionProvider   
setProperties(Map<String, ?>, Object, Map<String, Object>) 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>, boolean) OgnlUtil 
Sets the object's properties using the default type converter.
 
setProperties(Map<String, ?>, Object) 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, boolean) OgnlUtil 
Sets the properties on the object using the default context.
 
setProperties(Map<String, ?>, Object, Map<String, Object>) 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) ReflectionProvider 
Sets the object's properties using the default type converter.
 
setProperties(Map<String, ?>, Object) ReflectionProvider 
Sets the properties on the object using the default context, defaulting to not throwing
 exceptions for problems setting the properties.
 
setProperty(Map, Object, Object, Object) CompoundRootAccessor   
setProperty(Map, Object, Object, Object) HttpParametersPropertyAccessor   
setProperty(Map, Object, Object, Object) ObjectAccessor   
setProperty(Map, Object, Object, Object) ObjectProxyPropertyAccessor   
setProperty(Map, Object, Object, Object) ParameterPropertyAccessor   
setProperty(Map, Object, Object, Object) XWorkCollectionPropertyAccessor   
setProperty(Map, Object, Object, Object) XWorkEnumerationAccessor   
setProperty(Map, Object, Object, Object) XWorkIteratorPropertyAccessor   
setProperty(Map, Object, Object, Object) XWorkListPropertyAccessor   
setProperty(Map, Object, Object, Object) XWorkMapPropertyAccessor   
setProperty(String, Object, Object, Map<String, Object>) OgnlReflectionProvider   
setProperty(String, Object, Object, Map<String, Object>, boolean) OgnlReflectionProvider   
setProperty(String, Object, Object, Map<String, Object>) 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>, boolean) OgnlUtil 
Sets the named property to the supplied value on the Object.
 
setProperty(String, String, Object) LocatableProperties   
setProperty(String, Object, Object, Map<String, Object>, boolean) ReflectionProvider 
Sets the named property to the supplied value on the Object,
 
setProperty(String, Object, Object, Map<String, Object>) ReflectionProvider 
Sets the named property to the supplied value on the Object, defaults to not throwing
 property exceptions.
 
setProviderAllowlist(ProviderAllowlist) XmlDocConfigurationProvider   
setProxy(ActionProxy) MockActionInvocation   
setQueryStringBuilder(QueryStringBuilder) ServletRedirectResult   
setQueryStringBuilder(QueryStringBuilder) DefaultUrlHelper   
setQueryStringParser(QueryStringParser) ServletUrlRenderer   
setQueryStringParser(QueryStringParser) ServletDispatcherResult   
setReadonly(String) TextArea   
setReadonly(String) TextField   
setReadonly(String) TextareaTag   
setReadonly(String) TextFieldTag   
setReferrerpolicy(String) Link   
setReferrerpolicy(String) Script   
setReferrerpolicy(String) LinkTag   
setReferrerpolicy(String) ScriptTag   
setReflectionContextFactory(BeanConfig) ConstantConfig   
setReflectionContextFactory(Class<?>) ConstantConfig   
setReflectionProvider(ReflectionProvider) InstantiatingNullHandler   
setReflectionProvider(ReflectionProvider) DefaultInterceptorFactory   
setReflectionProvider(ReflectionProvider) DefaultResultFactory 
Deprecated. 
  
setReflectionProvider(ReflectionProvider) DefaultValidatorFactory   
setReflectionProvider(ReflectionProvider) ChainingInterceptor 
Deprecated. 
  
setReflectionProvider(ReflectionProvider) WithLazyParams.LazyParamInjector   
setReflectionProvider(ReflectionProvider) Bean   
setReflectionProvider(ReflectionProvider) Debug   
setReflectionProvider(BeanConfig) ConstantConfig   
setReflectionProvider(Class<?>) ConstantConfig   
setReflectionProvider(ReflectionProvider) StrutsResultFactory   
setReflectionProvider(ReflectionProvider) ChainingInterceptor   
setReflectionProvider(ReflectionProvider) DebuggingInterceptor   
setRefreshModelBeforeResult(boolean) ModelDrivenInterceptor 
Deprecated. 
  
setRefreshModelBeforeResult(boolean) ModelDrivenInterceptor   
setRegex(String) RegexFieldValidator   
setRegexExpression(String) RegexFieldValidator   
setRel(String) Link   
setRel(String) LinkTag   
setReloadingConfigs(String) XWorkConverter   
setReloadingConfigs(boolean) FileManager 
Enables configs reloading when config file changed
 
setReloadingConfigs(String) FileManagerFactory   
setReloadingConfigs(boolean) DefaultFileManager   
setReloadingConfigs(String) DefaultFileManagerFactory   
setReloadingConfigs(String) DefaultActionValidatorManager   
setRemoveAllLabel(String) InputTransferSelect   
setRemoveAllLabel(String) InputTransferSelectTag   
setRemoveLabel(String) InputTransferSelect   
setRemoveLabel(String) InputTransferSelectTag   
setRepopulateField(boolean) RepopulateConversionErrorFieldValidatorSupport   
setReportingConversionErrors(Map<String, Object>, boolean) ReflectionContextState   
setReportTo(String) CspInterceptor 
Sets the report group where csp violation reports will be sent.
 
setReportTo(String) CspSettings 
Sets the report group where csp violation reports will be sent
 
setReportTo(String) DefaultCspSettings   
setReportUri(String) CspInterceptor   
setReportUri(String) CspSettings 
Sets the uri where csp violation reports will be sent
 
setReportUri(String) DefaultCspSettings   
setRequest(Map<String, Object>) RequestAware 
Deprecated. 
  
setRequest(HttpServletRequest) ServletActionContext 
Sets the HTTP servlet request object.
 
setRequest(HttpServletRequest) URLBean   
setRequestCookieParameterName(String) I18nInterceptor   
setRequestOnlyParameterName(String) I18nInterceptor   
setRequestParameterSwitch(String) MessageStoreInterceptor   
setRequireAnnotations(String) ParametersInterceptor   
setRequireAnnotationsTransitionMode(String) ParametersInterceptor 
When 'Transition Mode' is enabled, parameters that are not 'nested' will be accepted without annotations.
 
setRequiredLabel(String) UIBean   
setRequiredLabel(String) AbstractUITag   
setRequiredPosition(String) UIBean   
setRequiredPosition(String) AbstractUITag   
setReset(boolean) ScopeInterceptor   
setResponse(HttpServletResponse) ServletActionContext 
Sets the HTTP servlet response object.
 
setResponse(HttpServletResponse) URLBean   
setResult(Result) MockActionInvocation   
setResult(Result) ActionMapping   
setResultCode(String) ActionInvocation.LegacyAdapter 
Deprecated. 
  
setResultCode(String) DefaultActionInvocation   
setResultCode(String) MockActionInvocation   
setResultCode(String) ActionInvocation 
Sets the result code, possibly overriding the one returned by the
 action.
 
setResultFactory(ResultFactory) ObjectFactory   
setRethrowException(boolean) ActionComponent   
setRethrowException(boolean) ActionTag   
setReturnedResult(String) MockActionProxy   
setRightDownLabel(String) OptionTransferSelect   
setRightDownLabel(String) OptionTransferSelectTag   
setRightTitle(String) InputTransferSelect   
setRightTitle(String) OptionTransferSelect   
setRightTitle(String) InputTransferSelectTag   
setRightTitle(String) OptionTransferSelectTag   
setRightUpLabel(String) OptionTransferSelect   
setRightUpLabel(String) OptionTransferSelectTag   
setRoot(XWorkConverter, RootAccessor, CompoundRoot, SecurityMemberAccess) OgnlValueStack   
setRoot(XWorkConverter, CompoundRootAccessor, CompoundRoot, boolean) OgnlValueStack 
 
setRoundingMode(String) Number   
setRoundingMode(String) NumberTag   
setRows(String) TextArea   
setRows(String) TextareaTag   
setScheme(String) Anchor   
setScheme(String) ComponentUrlProvider   
setScheme(String) URL   
setScheme(String) UrlProvider   
setScheme(String) AnchorTag   
setScheme(String) URLTag   
setScope(String) ScopedModelDrivenInterceptor 
Deprecated. 
  
setScope(String) Set   
setScope(String) ScopedModelDrivenInterceptor   
setScope(String) SetTag   
setScopeKey(String) ScopedModelDriven 
Sets the key under which the model is stored
 
setScopeStrategy(Scope.Strategy) Container 
Sets the scope strategy for the current thread.
 
setScopeStrategy(Scope.Strategy) MockContainer   
setSelectAllLabel(String) OptionTransferSelect   
setSelectAllLabel(String) UpDownSelect   
setSelectAllLabel(String) OptionTransferSelectTag   
setSelectAllLabel(String) UpDownSelectTag   
setSelectAllOnclick(String) OptionTransferSelect   
setSelectAllOnclick(String) OptionTransferSelectTag   
setSelectedIndex(int) TabbedPane   
setSeparator(String) IteratorGenerator   
setSeparator(String) IteratorGeneratorTag 
@s.tagattribute required="true" type="String"
 description="the separator to be used in separating the val  into entries of the iterator"
 
setServeStatic(Boolean) ConstantConfig   
setServeStaticBrowserCache(Boolean) ConstantConfig   
setServeStaticBrowserCache(String) DefaultStaticContentLoader 
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE
 setting.
 
setServeStaticContent(String) DefaultStaticContentLoader 
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
 
setServletContext(ServletContext) ServletActionContext 
Sets the current servlet context object
 
setServletContext(ServletContext) ServletContextAware 
Deprecated. 
  
setServletRequest(HttpServletRequest) CspReportAction   
setServletRequest(HttpServletRequest) RequestAware 
Deprecated. 
  
setServletRequest(HttpServletRequest) ServletRequestAware 
Deprecated. 
  
setServletResponse(HttpServletResponse) ServletResponseAware 
Deprecated. 
  
setSession(String) ScopeInterceptor 
Sets a list of session scoped properties
 
setSession(Map<String, Object>) SessionAware 
Deprecated. 
  
setSessionReset(String) ScopeInterceptor   
setSessionToken(String, String) TokenHelper 
Put a given named token into the session map.
 
setSetMap(Map<String, Object>, Map<Object, Object>, String) ReflectionContextState   
setShortCircuit(boolean) ShortCircuitableValidator 
Sets whether this field validator should short circuit the validator queue
 it's in if validation fails.
 
setShortCircuit(boolean) ValidatorSupport   
setShouldCreateIfNew(boolean) MockObjectTypeDeterminer   
setShouldFallbackToContext(String) OgnlValueStack   
setShow(String) PasswordTag   
setShowPassword(String) Password   
setShowPassword(String) PasswordTag   
setSize(String) DoubleListUIBean   
setSize(String) File   
setSize(String) InputTransferSelect   
setSize(String) Select   
setSize(String) TextField   
setSize(String) AbstractDoubleListTag   
setSize(String) FileTag   
setSize(String) InputTransferSelectTag   
setSize(String) SelectTag   
setSize(String) TextFieldTag   
setSizes(String) Link   
setSizes(String) LinkTag   
setSkipActions(String) ActionChainResult 
Set the list of actions to skip.
 
setSlashesInActionNames(String) DefaultActionMapper   
setSource(Object) AppendIteratorFilter   
setSource(Object) MergeIteratorFilter   
setSource(Object) SortIteratorFilter   
setSource(Object) SubsetIteratorFilter   
setSource(String) SortIteratorTag   
setSource(String) SubsetIteratorTag   
setSrc(String) Reset   
setSrc(String) Script   
setSrc(String) Submit   
setSrc(String) ResetTag   
setSrc(String) ScriptTag   
setSrc(String) SubmitTag   
setStack(ValueStack) MockActionInvocation   
setStart(int) SubsetIteratorFilter   
setStart(String) SubsetIteratorTag 
@s.tagattribute required="false" type="Integer"
 description="Indicate the starting index (eg.
 
setStaticContentLoader(BeanConfig) ConstantConfig   
setStaticContentLoader(Class<?>) ConstantConfig   
setStaticContentLoader(StaticContentLoader) Dispatcher   
setStaticContentPath(String) UIBean   
setStaticContentPath(String) ConstantConfig   
setStaticContentPath(String) DefaultStaticContentLoader   
setStatus(String) IteratorComponent   
setStatus(int) HttpHeaderResult 
Sets the http servlet response status code that should be set on a response.
 
setStatus(String) IteratorTag   
setStatusCode(int) ServletRedirectResult   
setStep(String) IteratorComponent   
setStep(String) IteratorTag   
setStrictMethodInvocation(boolean) ActionConfig.Builder   
setStrictMethodInvocationMethodRegex(String) ConstantConfig   
setStrutsConstant(String, String) XWorkTestCase   
setStrutsConstant(Map<String, String>) XWorkTestCase   
setStyle(String) UIBean   
setStyle(String) AbstractUITag   
setSubmitUnchecked(String) Checkbox   
setSubmitUnchecked(String) CheckboxTag   
setSubmitUncheckedGlobal(String) Checkbox   
setSuccessResultValue(String) DefaultActionSupport   
setSupportedLocale(String) I18nInterceptor 
Sets supported Locales by the application
 
setSuppressEmptyParameters(boolean) Param   
setSuppressEmptyParameters(boolean) ServletRedirectResult 
Sets the suppressEmptyParameters option
 
setSuppressEmptyParameters(boolean) ParamTag   
setTabAlign(String) TabbedPane   
setTabindex(String) UIBean   
setTabindex(String) AbstractUITag   
SetTag org.apache.struts2.views.jsp   
SetTag() SetTag   
setTarget(String) Form   
setTarget(String) FormTag   
setTemplate(String) UIBean   
setTemplate(String) AbstractUITag   
setTemplateDir(String) UIBean   
setTemplateDir(String) AbstractUITag   
setTemplateEngine(TemplateEngine) FreemarkerThemeTemplateLoader   
setTemplateEngineManager(TemplateEngineManager) UIBean   
setTemplateUpdateDelay(String) FreemarkerManager   
setTest(String) ElseIf   
setTest(String) If   
setTest(String) ElseIfTag   
setTest(String) IfTag   
setTextParser(TextParser) WithLazyParams.LazyParamInjector   
setTextProvider(TextProvider) OgnlValueStackFactory   
setTextProvider(TextProvider) DelegatingValidatorContext   
setTextProvider(TextProvider) I18n   
setTextProviderFactory(TextProviderFactory) DefaultActionValidatorManager   
setTextProviderFactory(TextProviderFactory) ValidatorSupport   
setTextProviderFactory(TextProviderFactory) I18n   
setTextProviderFactory(BeanConfig) ConstantConfig   
setTextProviderFactory(Class<?>) ConstantConfig   
setTextProviderFactory(TextProviderFactory) TokenInterceptor   
setTheme(String) UIBean   
setTheme(String) AbstractUITag   
setThemeTemplateLoader(FreemarkerThemeTemplateLoader) FreemarkerManager   
setThreadAllowlist(ThreadAllowlist) IteratorComponent   
setThreadAllowlist(ThreadAllowlist) Dispatcher   
setThreadAllowlist(ThreadAllowlist) ParametersInterceptor   
setThreadPriority(int) ExecuteAndWaitInterceptor 
Sets the thread priority of the background process.
 
setThrowExceptionOnDuplicateBeans(boolean) XmlDocConfigurationProvider   
setThrowExceptionOnDuplicateBeans(boolean) StrutsJavaConfigurationProvider   
setThrowExceptionOnNullValueAttribute(boolean) ListUIBean   
setThrowExceptionsOnELFailure(String) Component   
setTimezone(String) Date   
setTimezone(String) DateTag   
setTitle(String) UIBean   
setTitle(String) AbstractUITag   
setToClass(Class) ConversionData   
setToken() TokenHelper 
Sets a transaction token into the session using the default token name.
 
setToken(String) TokenHelper 
Sets a transaction token into the session based on the provided token name.
 
setTooltip(String) UIBean   
setTooltip(String) AbstractUITag   
setTooltipConfig(String) UIBean   
setTooltipConfig(String) AbstractUITag   
setTooltipCssClass(String) UIBean   
setTooltipCssClass(String) AbstractUITag   
setTooltipDelay(String) UIBean   
setTooltipDelay(String) AbstractUITag   
setTooltipIconPath(String) UIBean   
setTooltipIconPath(String) AbstractUITag   
setTrim(Boolean) RegexFieldValidator   
setTrim(boolean) RequiredStringValidator   
setTrim(boolean) StringLengthFieldValidator   
setTrimBody(boolean) Set   
setTrimBody(boolean) SetTag   
setTrimExpression(String) RegexFieldValidator 
Allows specify trim param as an OGNL expression
 
setTrimExpression(String) RequiredStringValidator   
setTrimExpression(String) StringLengthFieldValidator   
setType(String) FormButton   
setType(String) Link   
setType(String) Number   
setType(String) Script   
setType(String) TextField   
setType(String) ScopeInterceptor 
Sets the type of scope operation
 
setType(String) NumberTag   
setType(String) LinkTag   
setType(String) ResetTag   
setType(String) ScriptTag   
setType(String) SubmitTag   
setType(String) TextFieldTag   
setTypeConverterCreator(TypeConverterCreator) DefaultConversionAnnotationProcessor   
setTypeConverterCreator(TypeConverterCreator) DefaultConversionFileProcessor   
setTypeConverterCreator(TypeConverterCreator) StrutsConversionPropertiesProcessor   
setTypeConverterHolder(TypeConverterHolder) DefaultConversionAnnotationProcessor   
setTypeConverterHolder(TypeConverterHolder) XWorkConverter   
setTypeConverterHolder(TypeConverterHolder) StrutsConversionPropertiesProcessor   
setUiTemplateDir(String) ConstantConfig   
setUiTemplateSuffix(String) ConstantConfig   
setUiTheme(String) ConstantConfig   
setUIThemeExpansionToken(String) UIBean   
setUiThemeExpansionToken(String) ConstantConfig   
setUIThemeExpansionToken(String) FreemarkerThemeTemplateLoader   
setUncheckedValue(String) CheckboxInterceptor 
Overrides the default value for an unchecked checkbox
 
setUnknownHandler(UnknownHandlerManager) DefaultActionProxy   
setUnknownHandlerFactory(UnknownHandlerFactory) ObjectFactory   
setUnknownHandlerManager(UnknownHandlerManager) DefaultActionInvocation   
setUnknownHandlerManager(BeanConfig) ConstantConfig   
setUnknownHandlerManager(Class<?>) ConstantConfig   
setUnknownHandlerStack(List<UnknownHandlerConfig>) Configuration   
setUnknownHandlerStack(List<UnknownHandlerConfig>) DefaultConfiguration   
setUnknownHandlerStack(List<UnknownHandlerConfig>) MockConfiguration   
setup(Map, Object, Member, String) SecurityMemberAccess   
setUp() XWorkTestCaseHelper   
setUp() XWorkJUnit4TestCase   
setUp() XWorkTestCase   
setUpDownOnLeftOnclick(String) OptionTransferSelect   
setUpDownOnLeftOnclick(String) OptionTransferSelectTag   
setUpDownOnRightOnclick(String) OptionTransferSelect   
setUpDownOnRightOnclick(String) OptionTransferSelectTag   
setupExceptionOnFailure(boolean) OgnlValueStack   
setUpLabel(String) InputTransferSelect   
setUpLabel(String) InputTransferSelectTag   
setUrlHelper(UrlHelper) Component   
setUrlHelper(UrlHelper) ServletUrlRenderer   
setUrlHttpPort(Integer) ConstantConfig   
setUrlHttpsPort(Integer) ConstantConfig   
setUrlIncludeParams(String) Anchor   
setUrlIncludeParams(String) ComponentUrlProvider   
setUrlIncludeParams(String) URL   
setUrlIncludeParams(String) UrlProvider   
setUrlIncludeParams(String) ConstantConfig   
setUrlRegex(String) URLValidator   
setUrlRegexExpression(String) URLValidator   
setUrlRenderer(UrlRenderer) Anchor   
setUrlRenderer(UrlRenderer) ComponentUrlProvider   
setUrlRenderer(UrlRenderer) Form   
setUrlRenderer(UrlRenderer) URL   
setUrlRenderer(UrlRenderer) UrlProvider   
setUrlRenderer(BeanConfig) ConstantConfig   
setUrlRenderer(Class<?>) ConstantConfig   
setUseLRUCache(String) DefaultOgnlCacheFactory 
 
setUseResponseEncoding(String) Include   
setVal(String) IteratorGeneratorTag 
@s.tagattribute required="true"
 description="the source to be parsed into an iterator"
 
setValidate(String) Form   
setValidate(String) FormTag   
setValidateAnnotatedMethodOnly(boolean) ValidationInterceptor 
Determine if validate() should always be called or only per annotated method.
 
setValidationAware(ValidationAware) DelegatingValidatorContext   
setValidatorContext(ValidatorContext) Validator 
This method will be called before validate with a non-null ValidatorContext.
 
setValidatorContext(ValidatorContext) ValidatorSupport   
setValidatorContext(ValidatorContext) Form.FieldVisitorValidatorWrapper   
setValidatorFactory(ValidatorFactory) ObjectFactory   
setValidatorFactory(ValidatorFactory) DefaultActionValidatorManager   
setValidatorFileParser(ValidatorFileParser) DefaultActionValidatorManager   
setValidatorType(String) Validator 
Sets the validator type to use (see class javadoc).
 
setValidatorType(String) FieldValidatorSupport   
setValidatorType(String) ValidatorSupport   
setValidatorType(String) Form.FieldVisitorValidatorWrapper   
setValue(Object) ConversionData   
setValue(Object) ObjectProxy   
setValue(String, Map<String, Object>, Object, Object) OgnlReflectionProvider   
setValue(String, Map<String, Object>, Object, Object) OgnlUtil 
Wrapper around Ognl#setValue
 
setValue(String, Object) OgnlValueStack   
setValue(String, Object, boolean) OgnlValueStack   
setValue(String, Map<String, Object>, Object, Object) ReflectionProvider 
Evaluates the given OGNL expression to insert a value into the object graph
 rooted at the given root object given the context.
 
setValue(String, Object) ValueStack.LegacyAdapter 
Deprecated. 
  
setValue(String, Object, boolean) ValueStack.LegacyAdapter 
Deprecated. 
  
setValue(String) Anchor   
setValue(String) ComponentUrlProvider   
setValue(String) File   
setValue(String) Include   
setValue(String) IteratorComponent   
setValue(String) Param   
setValue(String) Property   
setValue(String) Push   
setValue(String) Set   
setValue(String) UIBean   
setValue(String) URL   
setValue(String) UrlProvider   
setValue(String) PrettyPrintWriter   
setValue(String, Object) 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) ValueStack 
Attempts to set a property on a bean in the stack with the given expression using the default search order.
 
setValue(String) IncludeTag   
setValue(String) IteratorTag   
setValue(String) ParamTag   
setValue(String) PropertyTag   
setValue(String) PushTag   
setValue(String) SetTag   
setValue(String) AbstractUITag   
setValue(String) AnchorTag   
setValue(String) URLTag   
setValues(Object) IteratorGenerator   
setValueStack(ValueStack) Validator 
Sets the value stack to use to resolve values and parameters
 
setValueStack(ValueStack) ValidatorSupport   
setValueStack(ValueStack) Form.FieldVisitorValidatorWrapper   
setValueStackFactory(ValueStackFactory) DefaultActionInvocation   
setValueStackFactory(ValueStackFactory) AliasInterceptor 
Deprecated. 
  
setValueStackFactory(ValueStackFactory) StaticParametersInterceptor 
Deprecated. 
  
setValueStackFactory(ValueStackFactory) ActionComponent   
setValueStackFactory(BeanConfig) ConstantConfig   
setValueStackFactory(Class<?>) ConstantConfig   
setValueStackFactory(ValueStackFactory) Dispatcher   
setValueStackFactory(ValueStackFactory) AliasInterceptor   
setValueStackFactory(ValueStackFactory) ParametersInterceptor   
setValueStackFactory(ValueStackFactory) StaticParametersInterceptor   
setValueSubstitutor(ValueSubstitutor) XmlDocConfigurationProvider   
setValueSubstitutor(ValueSubstitutor) StrutsJavaConfigurationProvider   
setVar(String) AppendIterator   
setVar(String) ContextBean   
setVar(String) MergeIterator   
setVar(String) Set   
setVar(String) ContextBeanTag   
setVar(String) IteratorGeneratorTag   
setVar(String) SortIteratorTag   
setVar(String) SubsetIteratorTag   
setVelocityConfigfile(String) ConstantConfig   
setVelocityContexts(List<String>) ConstantConfig   
setVelocityManagerClassname(BeanConfig) ConstantConfig   
setVelocityManagerClassname(Class<?>) ConstantConfig   
setVelocityToolboxlocation(String) ConstantConfig   
setViewUrlHelper(BeanConfig) ConstantConfig   
setViewUrlHelper(Class<?>) ConstantConfig   
setWindowState(String) Anchor   
setWindowState(String) ComponentUrlProvider   
setWindowState(String) Form   
setWindowState(String) URL   
setWindowState(String) UrlProvider   
setWindowState(String) AnchorTag   
setWindowState(String) FormTag   
setWindowState(String) URLTag   
setWrap(String) TextArea   
setWrap(boolean) Counter   
setWrap(String) TextareaTag   
setWrapperAltMap(String) FreemarkerManager   
setWriteIfCompleted(Boolean) FreemarkerResult   
setWriter(Writer) FreemarkerResult   
setXsltNocache(Boolean) ConstantConfig   
setXWorkCollectionPropertyAccessor(PropertyAccessor) XWorkListPropertyAccessor   
setXWorkConverter(XWorkConverter) XWorkCollectionPropertyAccessor   
setXWorkConverter(XWorkConverter) XWorkListPropertyAccessor   
setXWorkConverter(XWorkConverter) XWorkMapPropertyAccessor   
setXWorkConverter(XWorkConverter) OgnlUtil   
setXWorkConverter(XWorkConverter) OgnlValueStack 
 
setXWorkConverter(XWorkConverter) OgnlValueStackFactory   
setXworkConverter(BeanConfig) ConstantConfig   
setXworkConverter(Class<?>) ConstantConfig   
shortCircuit(boolean) ValidatorConfig.Builder   
ShortCircuitableValidator com.opensymphony.xwork2.validator 
This interface should be implemented by validators that can short-circuit the validator queue
 that it is in.
 
ShortRangeFieldValidator com.opensymphony.xwork2.validator.annotations 
This validator checks that a numeric field has a value within a specified range.
 
ShortRangeFieldValidator com.opensymphony.xwork2.validator.validators 
Field Validator that checks if the short specified is within a certain range.
 
ShortRangeFieldValidator() ShortRangeFieldValidator   
shouldAddError(String, Object) ConversionErrorInterceptor 
Deprecated. 
  
shouldAddError(String, Object) ConversionErrorInterceptor   
shouldAddError(String, Object) StrutsConversionErrorInterceptor 
Returns false  if the value is null, "", or {""} (array of size 1 with a blank element).
 
shouldCreateIfNew(Class, String, Object, String, boolean) DefaultObjectTypeDeterminer 
Determines the createIfNull property for a Collection or Map by getting it from the @CreateIfNull annotation.
 
shouldCreateIfNew(Class, String, Object, String, boolean) ObjectTypeDeterminer   
shouldCreateIfNew(Class, String, Object, String, boolean) MockObjectTypeDeterminer   
shouldIntercept(ActionInvocation) AbstractInterceptor 
Deprecated. 
  
shouldIntercept(ActionInvocation) AbstractInterceptor 
Deprecated. 
  
shouldIntercept(ActionInvocation) ConditionalInterceptor.LegacyAdapter 
Deprecated. 
  
shouldIntercept(ActionInvocation) ConditionalInterceptor 
Deprecated. 
  
shouldIntercept(ActionInvocation) ConditionalInterceptor 
Deprecated. 
  
shouldIntercept(ActionInvocation) AbstractInterceptor   
shouldIntercept(ActionInvocation) ConditionalInterceptor 
Determines if a given interceptor should be executed in the current processing of action invocation.
 
shouldLogMissingPropertyWarning(OgnlException) OgnlValueStack   
shouldStore() I18nInterceptor.LocaleHandler   
shouldStore I18nInterceptor.RequestLocaleHandler   
shouldStore() I18nInterceptor.RequestLocaleHandler   
showDebug() Debug   
showPassword Password   
showPassword PasswordTag   
shutdown() ExecutorProvider   
shutdown() StrutsExecutorProvider   
SimpleDateFormatAdapter org.apache.struts2.components.date   
SimpleDateFormatAdapter() SimpleDateFormatAdapter   
SITE_CROSS_SITE ResourceIsolationPolicy   
SITE_NONE ResourceIsolationPolicy   
SITE_SAME_ORIGIN ResourceIsolationPolicy   
SITE_SAME_SITE ResourceIsolationPolicy   
size() DirectedGraph 
Returns the number of nodes in the graph.
 
size() ReferenceMap   
size() OgnlCache   
size() OgnlCaffeineCache   
size() OgnlDefaultCache   
size() OgnlLRUCache   
size() OgnlValueStack   
size() ValueStack.LegacyAdapter 
Deprecated. 
  
size DoubleListUIBean   
size File   
size InputTransferSelect   
size Select   
size TextField   
size() AttributeMap   
size() HttpParameters   
size() ValueStack 
Get the number of objects in the stack
 
size AbstractDoubleListTag   
size FileTag   
size InputTransferSelectTag   
size SelectTag   
size TextFieldTag   
sizes Link   
sizes LinkTag   
skippedEntity(String) DomHelper.DOMBuilder   
skippedEntity(String) DomHelper.StartHandler   
skippedEntity(String) LocationAttributes.Pipe   
skipTreeCheck(Node) StrutsOgnlGuard   
SkipValidation org.apache.struts2.interceptor.validation 
Marks an Action method to not be validated
 
SortIteratorFilter org.apache.struts2.util 
A bean that takes a source and comparator then attempt to sort the source
 utilizing the comparator.
 
SortIteratorFilter() SortIteratorFilter   
SortIteratorTag org.apache.struts2.views.jsp.iterator 
NOTE: JSP-TAG 
 
SortIteratorTag() SortIteratorTag   
src Reset   
src Script   
src Submit   
src ResetTag   
src ScriptTag   
src SubmitTag   
SRC_ATTR LocationAttributes 
Attribute name for the location URI
 
stack DefaultActionInvocation   
stack ValidatorSupport   
stack Component   
stack StrutsUtil   
stack StrutsModels   
stack TagModel   
STACK ContextUtil   
standardAttributesMap Component 
Caches information about common tag's attributes to reduce scanning for annotation @StrutsTagAttribute
 
start(Writer) Anchor   
start(Writer) AppendIterator   
start(Writer) Bean   
start(Writer) ClosingUIBean   
start(Writer) Component 
Callback for the start tag of this component.
 
start(Writer) Debug   
start(Writer) Else   
start(Writer) ElseIf   
start(Writer) I18n   
start(Writer) If   
start(Writer) IteratorComponent   
start(Writer) MergeIterator   
start(Writer) Property   
start(Writer) Push   
start(Writer) URL   
startDocument() DomHelper.DOMBuilder   
startDocument() DomHelper.StartHandler   
startDocument() LocationAttributes.Pipe   
startElement(String, String, String, Attributes) DomHelper.DOMBuilder   
startElement(String, String, String, Attributes) DomHelper.StartHandler   
startElement(String, String, String, Attributes) LocationAttributes.Pipe   
StartHandler(ContentHandler, Map<String, String>) DomHelper.StartHandler 
Create a filter that is chained to another handler.
 
startNode(String) PrettyPrintWriter   
startPrefixMapping(String, String) DomHelper.DOMBuilder   
startPrefixMapping(String, String) DomHelper.StartHandler   
startPrefixMapping(String, String) LocationAttributes.Pipe   
state IteratorStatus   
StaticContentLoader org.apache.struts2.dispatcher 
Interface for loading static resources, based on a path.
 
StaticContentLoader.Validator org.apache.struts2.dispatcher   
StaticParametersInterceptor com.opensymphony.xwork2.interceptor 
 
StaticParametersInterceptor() StaticParametersInterceptor 
Deprecated. 
  
StaticParametersInterceptor org.apache.struts2.interceptor 
This interceptor populates the action with the static parameters defined in the action configuration.
 
StaticParametersInterceptor() StaticParametersInterceptor   
status IteratorComponent   
statusAttr IteratorComponent   
statusAttr IteratorTag   
statusCode ServletRedirectResult   
statusState IteratorComponent   
StatusState() IteratorStatus.StatusState   
step IteratorComponent   
step IteratorTag   
stepStr IteratorComponent   
storage I18nInterceptor   
store(ActionInvocation, Locale) I18nInterceptor.CookieLocaleHandler   
store(ActionInvocation, Locale) I18nInterceptor.LocaleHandler   
store(ActionInvocation, Locale) I18nInterceptor.RequestLocaleHandler   
store(ActionInvocation, Locale) I18nInterceptor.SessionLocaleHandler   
STORE_MODE MessageStoreInterceptor   
storeInvocation(String, String, ActionInvocation) InvocationSessionStore 
 
streamFileToDisk(FileItemStream, File) JakartaStreamMultiPartRequest 
Streams the file upload stream to the specified file.
 
StreamResult org.apache.struts2.result 
A custom Result type for sending raw data (via an InputStream) directly to the
 HttpServletResponse.
 
StreamResult() StreamResult   
StreamResult(InputStream) StreamResult   
STRICT_DYNAMIC CspSettings   
strictMethodInvocation ActionConfig   
strictMethodInvocation(boolean) PackageConfig.Builder   
strictMethodInvocation PackageConfig   
StringConverter com.opensymphony.xwork2.conversion.impl   
StringConverter() StringConverter   
StringLengthFieldValidator com.opensymphony.xwork2.validator.annotations 
This validator checks that a String field is of the right length.
 
StringLengthFieldValidator com.opensymphony.xwork2.validator.validators 
StringLengthFieldValidator checks that a String field is of a certain length.
 
StringLengthFieldValidator() StringLengthFieldValidator   
Strings com.opensymphony.xwork2.inject.util 
Deprecated. 
 
Strings() Strings 
Deprecated. 
  
stringToList(String) RolesInterceptor 
Splits a string into a List
 
stringValue(Object, boolean) DefaultTypeConverter 
Evaluates the given object as a String and trims it if the trim flag is
 true.
 
stringValue(Object) DefaultTypeConverter 
Evaluates the given object as a String.
 
stripExpression(String) Component 
If %{...} is applied, simply strip the "%{" and "}" off.
 
stripExpression(String) ComponentUtils 
Simply strip the "%{" and "}" off.
 
STRUTS ContextUtil   
STRUTS_ACCEPTED_PATTERNS_CHECKER StrutsConstants   
STRUTS_ACTION_CONFIG_FALLBACK_TO_EMPTY_NAMESPACE StrutsConstants 
Fallback to empty namespace when request namespace didn't match any in action configuration
 
STRUTS_ACTION_EXCLUDE_PATTERN StrutsConstants 
Comma separated list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing
 
STRUTS_ACTION_EXCLUDE_PATTERN_SEPARATOR StrutsConstants 
A custom separator used to split list of patterns (java.util.regex.Pattern) to be excluded from Struts2-processing
 
STRUTS_ACTION_EXTENSION StrutsConstants 
The URL extension to use to determine if the request is meant for a Struts action
 
STRUTS_ACTION_TAG_INVOCATION 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 StrutsConstants   
STRUTS_ACTIONVALIDATORMANAGER StrutsConstants 
The com.opensymphony.xwork2.validator.ActionValidatorManager implementation class
 
STRUTS_ADDITIONAL_ACCEPTED_PATTERNS StrutsConstants   
STRUTS_ADDITIONAL_EXCLUDED_PATTERNS StrutsConstants   
STRUTS_ALLOW_STATIC_FIELD_ACCESS StrutsConstants 
The name of the parameter to determine whether static field access will be allowed in OGNL expressions or not
 
STRUTS_ALLOWED_ACTION_NAMES StrutsConstants 
Action names' whitelist
 
STRUTS_ALLOWED_METHOD_NAMES StrutsConstants 
Method names' whitelist
 
STRUTS_ALLOWED_NAMESPACE_NAMES StrutsConstants 
Namespace names' whitelist
 
STRUTS_ALLOWLIST_CLASSES StrutsConstants 
Comma delimited set of allowed classes which CAN be accessed via OGNL expressions.
 
STRUTS_ALLOWLIST_ENABLE StrutsConstants 
Boolean to enable strict allowlist processing of all OGNL expression calls.
 
STRUTS_ALLOWLIST_PACKAGE_NAMES 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 StrutsConstants   
STRUTS_CHAINING_COPY_ERRORS StrutsConstants   
STRUTS_CHAINING_COPY_FIELD_ERRORS StrutsConstants   
STRUTS_CHAINING_COPY_MESSAGES StrutsConstants   
STRUTS_COMPOUND_ROOT_ACCESSOR StrutsConstants 
Extension point for the Struts CompoundRootAccessor
 
STRUTS_CONFIGURATION StrutsConstants 
The org.apache.struts2.config.Configuration implementation class
 
STRUTS_CONFIGURATION_XML_RELOAD StrutsConstants 
Whether to reload the XML configuration or not
 
STRUTS_CONTENT_TYPE_MATCHER StrutsConstants   
STRUTS_CONTINUATIONS_PACKAGE StrutsConstants 
The package containing actions that use Rife continuations
 
STRUTS_CONVERTER_ANNOTATION_PROCESSOR StrutsConstants   
STRUTS_CONVERTER_ARRAY StrutsConstants   
STRUTS_CONVERTER_COLLECTION StrutsConstants 
 
STRUTS_CONVERTER_CREATOR StrutsConstants   
STRUTS_CONVERTER_DATE StrutsConstants   
STRUTS_CONVERTER_FILE_PROCESSOR StrutsConstants   
STRUTS_CONVERTER_HOLDER StrutsConstants   
STRUTS_CONVERTER_NUMBER StrutsConstants   
STRUTS_CONVERTER_PROPERTIES_PROCESSOR StrutsConstants   
STRUTS_CONVERTER_STRING StrutsConstants   
STRUTS_CUSTOM_I18N_RESOURCES StrutsConstants 
Location of additional localization properties files to load
 
STRUTS_CUSTOM_PROPERTIES StrutsConstants 
Location of additional configuration properties files to load
 
STRUTS_DATE_FORMATTER StrutsConstants 
 
STRUTS_DEFAULT_ACTION_NAME StrutsConstants 
Default action name to use when action didn't match the whitelist
 
STRUTS_DEFAULT_METHOD_NAME StrutsConstants 
Default method name to use when method didn't match the whitelist
 
STRUTS_DEFAULT_NAMESPACE_NAME StrutsConstants 
Default namespace name to use when namespace didn't match the whitelist
 
STRUTS_DEV_MODE_EXCLUDED_CLASSES 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 StrutsConstants   
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAME_PATTERNS StrutsConstants   
STRUTS_DEV_MODE_EXCLUDED_PACKAGE_NAMES StrutsConstants   
STRUTS_DEVMODE StrutsConstants 
Whether Struts is in development mode or not
 
STRUTS_DISABLE_REQUEST_ATTRIBUTE_VALUE_STACK_LOOKUP StrutsConstants 
 
STRUTS_DISALLOW_CUSTOM_OGNL_MAP StrutsConstants   
STRUTS_DISALLOW_DEFAULT_PACKAGE_ACCESS StrutsConstants   
STRUTS_DISALLOW_PROXY_MEMBER_ACCESS StrutsConstants   
STRUTS_DISALLOW_PROXY_OBJECT_ACCESS StrutsConstants   
STRUTS_DISPATCHER_ERROR_HANDLER StrutsConstants 
Allows override default DispatcherErrorHandler
 
STRUTS_DISPATCHER_PARAMETERSWORKAROUND StrutsConstants 
Whether to use a Servlet request parameter workaround necessary for some versions of WebLogic
 
STRUTS_EL_THROW_EXCEPTION StrutsConstants 
Throw RuntimeException when a property is not found, or the evaluation of the expression fails
 
STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION StrutsConstants 
Allows one to disable dynamic method invocation from the URL
 
STRUTS_ENABLE_OGNL_EVAL_EXPRESSION StrutsConstants 
 
STRUTS_ENABLE_OGNL_EXPRESSION_CACHE StrutsConstants 
 
STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES StrutsConstants 
Whether slashes in action names are allowed or not
 
STRUTS_EXCLUDED_CLASSES StrutsConstants 
Comma delimited set of excluded classes which cannot be accessed via OGNL expressions.
 
STRUTS_EXCLUDED_PACKAGE_EXEMPT_CLASSES StrutsConstants 
Comma delimited set of exempt classes from matching against excludedPackageNames and excludedPackageNamePatterns.
 
STRUTS_EXCLUDED_PACKAGE_NAME_PATTERNS StrutsConstants 
Comma delimited set of RegEx to match against package names of target and member classes of OGNL expressions.
 
STRUTS_EXCLUDED_PACKAGE_NAMES 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 StrutsConstants 
Dedicated services to check if passed string is excluded/accepted
 
STRUTS_EXECUTOR_PROVIDER StrutsConstants 
 
STRUTS_EXPRESSION_PARSER StrutsConstants   
STRUTS_FILE_MANAGER StrutsConstants 
The com.opensymphony.xwork2.util.fs.FileManager implementation class
 
STRUTS_FILE_MANAGER_FACTORY StrutsConstants 
The com.opensymphony.xwork2.util.FileManager implementation class
 
STRUTS_FREEMARKER_BEANWRAPPER_CACHE StrutsConstants 
Cache model instances at BeanWrapper level
 
STRUTS_FREEMARKER_MANAGER_CLASSNAME StrutsConstants 
The org.apache.struts2.views.freemarker.FreemarkerManager implementation class
 
STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE StrutsConstants 
Maximum strong sizing for MruCacheStorage for freemarker
 
STRUTS_FREEMARKER_TEMPLATES_CACHE_UPDATE_DELAY StrutsConstants 
Update freemarker templates cache in seconds
 
STRUTS_FREEMARKER_WRAPPER_ALT_MAP StrutsConstants   
STRUTS_HANDLE_EXCEPTION StrutsConstants 
Enable handling exceptions by Dispatcher - true by default
 
STRUTS_I18N_ENCODING StrutsConstants 
The encoding to use for localization messages
 
STRUTS_I18N_RELOAD StrutsConstants 
Whether the localization messages should automatically be reloaded
 
STRUTS_I18N_SEARCH_DEFAULTBUNDLES_FIRST StrutsConstants 
Whether the default bundles should be searched for messages first.
 
STRUTS_ID_PARAMETER_NAME StrutsConstants 
The name of the parameter to create when mapping an id (used by some action mappers)
 
STRUTS_LOCALE StrutsConstants 
The default locale for the Struts application
 
STRUTS_LOCALE_PROVIDER_FACTORY StrutsConstants 
 
STRUTS_LOCALIZED_TEXT_PROVIDER StrutsConstants   
STRUTS_LOG_MISSING_PROPERTIES StrutsConstants 
 
STRUTS_MAPPER_ACTION_PREFIX_ENABLED StrutsConstants 
Enables action: prefix
 
STRUTS_MAPPER_CLASS StrutsConstants 
A name of a bean implementing org.apache.struts2.dispatcher.mapper.ActionMapper interface
 
STRUTS_MAPPER_COMPOSITE StrutsConstants 
 
STRUTS_MATCHER_APPEND_NAMED_PARAMETERS StrutsConstants 
See {@link com.opensymphony.xwork2.config.impl.AbstractMatcher#appendNamedParameters
 
STRUTS_MEMBER_ACCESS StrutsConstants   
STRUTS_MESSAGES_BYPASS_REQUEST_KEY AbstractFileUploadInterceptor   
STRUTS_MESSAGES_ERROR_CONTENT_TYPE_NOT_ALLOWED_KEY AbstractFileUploadInterceptor   
STRUTS_MESSAGES_ERROR_FILE_EXTENSION_NOT_ALLOWED_KEY AbstractFileUploadInterceptor   
STRUTS_MESSAGES_ERROR_FILE_TOO_LARGE_KEY AbstractFileUploadInterceptor   
STRUTS_MESSAGES_ERROR_UPLOADING_KEY AbstractFileUploadInterceptor   
STRUTS_MESSAGES_INVALID_CONTENT_TYPE_KEY AbstractFileUploadInterceptor   
STRUTS_MESSAGES_INVALID_FILE_KEY AbstractFileUploadInterceptor   
STRUTS_METHOD_ACCESSOR StrutsConstants 
Extension point for the Struts MethodAccessor
 
STRUTS_MULTIPART_BUFFERSIZE StrutsConstants 
Declares the buffer size to be used during streaming multipart content to disk.
 
STRUTS_MULTIPART_ENABLED StrutsConstants 
A global switch to disable support for multipart requests
 
STRUTS_MULTIPART_MAX_STRING_LENGTH StrutsConstants 
The maximum length of a string parameter in a multipart request.
 
STRUTS_MULTIPART_MAXFILES StrutsConstants 
The maximum number of files allowed in a multipart request
 
STRUTS_MULTIPART_MAXFILESIZE StrutsConstants 
The maximum size per file in a multipart request
 
STRUTS_MULTIPART_MAXSIZE StrutsConstants 
The maximum size of a multipart request (file upload)
 
STRUTS_MULTIPART_PARSER StrutsConstants 
The org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation
 for a multipart request (file upload)
 
STRUTS_MULTIPART_SAVEDIR StrutsConstants 
The directory to use for storing uploaded files
 
STRUTS_MULTIPART_VALIDATION_REGEX StrutsConstants   
STRUTS_NOT_EXCLUDED_ACCEPTED_PATTERNS_CHECKER StrutsConstants   
STRUTS_OBJECT_FACTORY_CLASSLOADER StrutsConstants   
STRUTS_OBJECTFACTORY StrutsConstants 
The com.opensymphony.xwork2.ObjectFactory implementation class
 
STRUTS_OBJECTFACTORY_ACTIONFACTORY StrutsConstants   
STRUTS_OBJECTFACTORY_CONVERTERFACTORY StrutsConstants   
STRUTS_OBJECTFACTORY_INTERCEPTORFACTORY StrutsConstants   
STRUTS_OBJECTFACTORY_RESULTFACTORY StrutsConstants   
STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE StrutsConstants 
How Spring should autowire.
 
STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE_ALWAYS_RESPECT StrutsConstants 
Whether the autowire strategy chosen by STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE is always respected.
 
STRUTS_OBJECTFACTORY_SPRING_ENABLE_AOP_SUPPORT StrutsConstants 
Deprecated. 
 
STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE StrutsConstants 
Whether Spring should use its class cache or not
 
STRUTS_OBJECTFACTORY_UNKNOWNHANDLERFACTORY StrutsConstants   
STRUTS_OBJECTFACTORY_VALIDATORFACTORY StrutsConstants   
STRUTS_OBJECTTYPEDETERMINER StrutsConstants 
The com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class
 
STRUTS_OGNL_AUTO_GROWTH_COLLECTION_LIMIT StrutsConstants   
STRUTS_OGNL_BEANINFO_CACHE_FACTORY StrutsConstants 
Specifies an OGNL BeanInfo cache factory implementation.
 
STRUTS_OGNL_BEANINFO_CACHE_LRU_MODE StrutsConstants 
 
STRUTS_OGNL_BEANINFO_CACHE_MAXSIZE StrutsConstants 
Specifies the maximum cache size for BeanInfo objects.
 
STRUTS_OGNL_BEANINFO_CACHE_TYPE StrutsConstants 
Specifies the type of cache to use for BeanInfo objects.
 
STRUTS_OGNL_ENABLE_EVAL_EXPRESSION StrutsConstants 
Enables evaluation of OGNL expressions
 
STRUTS_OGNL_ENABLE_EXPRESSION_CACHE StrutsConstants 
Enables caching of parsed OGNL expressions
 
STRUTS_OGNL_EXCLUDED_NODE_TYPES StrutsConstants 
Parsed OGNL expressions which contain these node types will be blocked
 
STRUTS_OGNL_EXPRESSION_CACHE_FACTORY StrutsConstants 
Specifies an OGNL expression cache factory implementation.
 
STRUTS_OGNL_EXPRESSION_CACHE_LRU_MODE StrutsConstants 
 
STRUTS_OGNL_EXPRESSION_CACHE_MAXSIZE StrutsConstants 
Specifies the maximum cache size for parsed OGNL expressions.
 
STRUTS_OGNL_EXPRESSION_CACHE_TYPE StrutsConstants 
Specifies the type of cache to use for parsed OGNL expressions.
 
STRUTS_OGNL_EXPRESSION_MAX_LENGTH StrutsConstants 
The maximum length of an expression (OGNL)
 
STRUTS_OGNL_GUARD StrutsConstants   
STRUTS_OGNL_LOG_MISSING_PROPERTIES StrutsConstants 
Logs properties that are not found (very verbose)
 
STRUTS_OGNL_VALUE_STACK_FALLBACK_TO_CONTEXT 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 StrutsConstants   
STRUTS_OVERRIDE_EXCLUDED_PATTERNS StrutsConstants 
Constant is used to override framework's default excluded patterns
 
STRUTS_PARAMETERS_REQUIRE_ANNOTATIONS StrutsConstants   
STRUTS_PARAMETERS_REQUIRE_ANNOTATIONS_TRANSITION StrutsConstants   
STRUTS_PATTERNMATCHER StrutsConstants 
 
STRUTS_PORTLET_CONTEXT StrutsStatics 
Constant for the PortletContext object
 
STRUTS_REFLECTIONCONTEXTFACTORY StrutsConstants 
 
STRUTS_REFLECTIONPROVIDER StrutsConstants 
 
STRUTS_SERVE_STATIC_BROWSER_CACHE StrutsConstants 
If static content served by the Struts filter should set browser caching header properties or not
 
STRUTS_SERVE_STATIC_CONTENT StrutsConstants 
Whether the Struts filter should serve static content or not
 
STRUTS_SMI_METHOD_REGEX StrutsConstants   
STRUTS_STATIC_CONTENT_LOADER StrutsConstants 
 
STRUTS_TAG_INCLUDETAG_USERESPONSEENCODING 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 StrutsConstants   
STRUTS_TEXT_PROVIDER_FACTORY StrutsConstants   
STRUTS_UI_CHECKBOX_SUBMIT_UNCHECKED StrutsConstants 
 
STRUTS_UI_ESCAPE_HTML_BODY StrutsConstants 
A global flag to enable/disable html body escaping in tags, can be overwritten per tag
 
STRUTS_UI_STATIC_CONTENT_PATH StrutsConstants 
A path to static content, by default and from historical point of view it's /static.
 
STRUTS_UI_TEMPLATEDIR StrutsConstants 
The directory containing UI templates.
 
STRUTS_UI_THEME StrutsConstants 
The default UI template theme
 
STRUTS_UI_THEME_EXPANSION_TOKEN StrutsConstants 
Token to use to indicate start of theme to be expanded.
 
STRUTS_UNKNOWN_HANDLER_MANAGER StrutsConstants 
 
STRUTS_URL_DECODER StrutsConstants   
STRUTS_URL_ENCODER StrutsConstants   
STRUTS_URL_HELPER StrutsConstants 
 
STRUTS_URL_HTTP_PORT StrutsConstants 
The HTTP port used by Struts URLs
 
STRUTS_URL_HTTPS_PORT StrutsConstants 
The HTTPS port used by Struts URLs
 
STRUTS_URL_INCLUDEPARAMS StrutsConstants 
The default includeParams method to generate Struts URLs
 
STRUTS_URL_QUERY_STRING_BUILDER StrutsConstants   
STRUTS_URL_QUERY_STRING_PARSER StrutsConstants   
STRUTS_URL_RENDERER StrutsConstants   
STRUTS_VALUESTACK_KEY ServletActionContext   
STRUTS_VALUESTACKFACTORY StrutsConstants 
 
STRUTS_VELOCITY_CONFIGFILE StrutsConstants 
The Velocity configuration file path
 
STRUTS_VELOCITY_CONTEXTS StrutsConstants 
List of Velocity context names
 
STRUTS_VELOCITY_TOOLBOXLOCATION StrutsConstants 
The location of the Velocity toolbox
 
STRUTS_XWORKCONVERTER StrutsConstants 
The name of the xwork converter implementation
 
StrutsActionProxy org.apache.struts2.factory   
StrutsActionProxy(ActionInvocation, String, String, String, boolean, boolean) StrutsActionProxy   
StrutsActionProxyFactory org.apache.struts2.factory   
StrutsActionProxyFactory() StrutsActionProxyFactory   
StrutsBackgroundProcess org.apache.struts2.interceptor.exec 
Background thread to be executed by the ExecuteAndWaitInterceptor.
 
StrutsBackgroundProcess(ActionInvocation, String, int) StrutsBackgroundProcess 
Constructs a background process
 
StrutsBeanSelectionProvider org.apache.struts2.config 
Selects the implementations of key framework extension points, using the loaded
 property constants.
 
StrutsBeanSelectionProvider() StrutsBeanSelectionProvider   
StrutsBeanWrapper org.apache.struts2.views.freemarker   
StrutsBeanWrapper(boolean, Version) StrutsBeanWrapper   
StrutsBodyTagSupport org.apache.struts2.views.jsp 
Contains common functionalities for Struts JSP Tags.
 
StrutsBodyTagSupport() StrutsBodyTagSupport   
StrutsClassTemplateLoader org.apache.struts2.views.freemarker   
StrutsClassTemplateLoader() StrutsClassTemplateLoader   
StrutsConstants org.apache.struts2 
This class provides a central location for framework configuration keys
 used to retrieve and store Struts configuration settings.
 
StrutsConstants() StrutsConstants   
StrutsConversionErrorInterceptor org.apache.struts2.interceptor   
StrutsConversionErrorInterceptor() StrutsConversionErrorInterceptor   
StrutsConversionPropertiesProcessor org.apache.struts2.conversion   
StrutsConversionPropertiesProcessor() StrutsConversionPropertiesProcessor   
StrutsConverterFactory com.opensymphony.xwork2.factory 
Default implementation
 
StrutsConverterFactory() StrutsConverterFactory   
StrutsDefaultConfigurationProvider com.opensymphony.xwork2.config.providers   
StrutsDefaultConfigurationProvider() StrutsDefaultConfigurationProvider   
StrutsException org.apache.struts2 
A generic runtime exception that optionally contains Location information
 
StrutsException() StrutsException 
Constructs a StrutsException with no detail message.
 
StrutsException(String) StrutsException 
Constructs a StrutsException with the specified
 detail message.
 
StrutsException(String, Object) StrutsException 
Constructs a StrutsException with the specified
 detail message and target.
 
StrutsException(Throwable) StrutsException 
Constructs a StrutsException with the root cause
 
StrutsException(Throwable, Object) StrutsException 
Constructs a StrutsException with the root cause and target
 
StrutsException(String, Throwable) StrutsException 
Constructs a StrutsException with the specified
 detail message and exception cause.
 
StrutsException(String, Throwable, Object) StrutsException 
Constructs a StrutsException with the specified
 detail message, cause, and target
 
StrutsExecuteFilter org.apache.struts2.dispatcher.filter 
Executes the discovered request information.
 
StrutsExecuteFilter() StrutsExecuteFilter   
StrutsExecutorProvider org.apache.struts2.interceptor.exec   
StrutsExecutorProvider() StrutsExecutorProvider   
StrutsJavaConfiguration org.apache.struts2.config   
StrutsJavaConfigurationProvider org.apache.struts2.config   
StrutsJavaConfigurationProvider(StrutsJavaConfiguration) StrutsJavaConfigurationProvider   
StrutsListener org.apache.struts2.dispatcher.listener 
Servlet listener for Struts.
 
StrutsListener() StrutsListener   
StrutsLocalizedTextProvider com.opensymphony.xwork2.util 
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() StrutsLocalizedTextProvider   
StrutsModels org.apache.struts2.views.freemarker.tags 
Provides @s.tag access for various tags.
 
StrutsModels(ValueStack, HttpServletRequest, HttpServletResponse) StrutsModels   
StrutsOgnlGuard org.apache.struts2.ognl 
 
StrutsOgnlGuard() StrutsOgnlGuard   
StrutsParameter 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 org.apache.struts2.dispatcher.filter 
Handles both the preparation and execution phases of the Struts dispatching process.
 
StrutsPrepareAndExecuteFilter() StrutsPrepareAndExecuteFilter   
StrutsPrepareFilter org.apache.struts2.dispatcher.filter 
 
StrutsPrepareFilter() StrutsPrepareFilter   
StrutsQueryStringBuilder org.apache.struts2.url   
StrutsQueryStringBuilder(UrlEncoder) StrutsQueryStringBuilder   
StrutsQueryStringParser org.apache.struts2.url   
StrutsQueryStringParser(UrlDecoder) StrutsQueryStringParser   
StrutsQueryStringParser.StrutsQueryStringParserResult org.apache.struts2.url   
StrutsRequestWrapper org.apache.struts2.dispatcher 
All Struts requests are wrapped with this class, which provides simple JSTL accessibility.
 
StrutsRequestWrapper(HttpServletRequest) StrutsRequestWrapper 
The constructor
 
StrutsRequestWrapper(HttpServletRequest, boolean) StrutsRequestWrapper 
The constructor
 
StrutsResourceIsolationPolicy org.apache.struts2.interceptor 
 
StrutsResourceIsolationPolicy() StrutsResourceIsolationPolicy   
StrutsResultFactory org.apache.struts2.factory 
 
StrutsResultFactory() StrutsResultFactory   
StrutsResultSupport org.apache.struts2.result   
StrutsResultSupport() StrutsResultSupport   
StrutsResultSupport(String) StrutsResultSupport   
StrutsResultSupport(String, boolean, boolean) StrutsResultSupport   
StrutsServlet org.apache.struts2.dispatcher.servlet 
Servlet dispatcher for Struts.
 
StrutsServlet() StrutsServlet   
StrutsStatics org.apache.struts2 
 Constants used internally by Struts.
 
StrutsTag org.apache.struts2.views.annotations 
An annotation to document a Struts jsp/freemarker/velocity tag
 
StrutsTagAttribute org.apache.struts2.views.annotations 
Documents an attribute to a Struts tag
 
StrutsTagSkipInheritance 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 org.apache.struts2.util 
Generic test setup methods to be used with any unit testing framework.
 
StrutsTestCaseHelper() StrutsTestCaseHelper   
StrutsTextProviderFactory com.opensymphony.xwork2 
This factory enables users to provide and correctly initialize a custom TextProvider.
 
StrutsTextProviderFactory() StrutsTextProviderFactory   
StrutsTypeConverter org.apache.struts2.util   
StrutsTypeConverter() StrutsTypeConverter   
StrutsTypeConverterCreator org.apache.struts2.conversion 
 
StrutsTypeConverterCreator() StrutsTypeConverterCreator   
StrutsTypeConverterHolder org.apache.struts2.conversion 
 
StrutsTypeConverterHolder() StrutsTypeConverterHolder   
StrutsUploadedFile org.apache.struts2.dispatcher.multipart   
StrutsUploadedFile(File) StrutsUploadedFile 
 
StrutsUploadedFile.Builder org.apache.struts2.dispatcher.multipart   
StrutsUrlDecoder org.apache.struts2.url   
StrutsUrlDecoder() StrutsUrlDecoder   
StrutsUrlEncoder org.apache.struts2.url   
StrutsUrlEncoder() StrutsUrlEncoder   
StrutsUtil org.apache.struts2.util 
Struts base utility class, for use in Velocity and Freemarker templates
 
StrutsUtil(ValueStack, HttpServletRequest, HttpServletResponse) StrutsUtil   
StrutsXmlConfigurationProvider org.apache.struts2.config 
Override Xwork class so we can use an arbitrary config file
 
StrutsXmlConfigurationProvider() StrutsXmlConfigurationProvider 
Constructs the Struts configuration provider using the default struts.xml and no ServletContext
 
StrutsXmlConfigurationProvider(boolean) StrutsXmlConfigurationProvider 
Deprecated. 
 
StrutsXmlConfigurationProvider(String) StrutsXmlConfigurationProvider 
Constructs the configuration provider based on the provided config file
 
StrutsXmlConfigurationProvider(String, ServletContext) StrutsXmlConfigurationProvider 
Constructs the Struts configuration provider
 
StrutsXmlConfigurationProvider(String, boolean, ServletContext) StrutsXmlConfigurationProvider 
 
StubConfigurationProvider com.opensymphony.xwork2.test   
StubConfigurationProvider() StubConfigurationProvider   
Submit org.apache.struts2.components 
Render a submit button.
 
Submit(ValueStack, HttpServletRequest, HttpServletResponse) Submit   
submit StrutsModels   
SubmitModel org.apache.struts2.views.freemarker.tags   
SubmitModel(ValueStack, HttpServletRequest, HttpServletResponse) SubmitModel   
SubmitTag org.apache.struts2.views.jsp.ui   
SubmitTag() SubmitTag   
submitUnchecked Checkbox   
submitUnchecked CheckboxTag   
SubsetIteratorFilter org.apache.struts2.util 
A bean that takes an iterator and outputs a subset of it.
 
SubsetIteratorFilter() SubsetIteratorFilter   
SubsetIteratorFilter.Decider org.apache.struts2.util 
A decider determines if the given element should be added to the list or not.
 
SubsetIteratorTag org.apache.struts2.views.jsp.iterator 
NOTE: JSP-TAG 
 
SubsetIteratorTag() SubsetIteratorTag   
substitute(String) EnvsValueSubstitutor   
substitute(String) ValueSubstitutor   
SUCCESS Action 
The action execution was successful.
 
support() FileManager 
Indicate if given implementation supports current OS File System
 
support() DefaultFileManager   
support() JBossFileManager   
supportsImageType() FormButton 
Indicate whether the concrete button supports the type "image".
 
supportsImageType() Reset 
Indicate whether the concrete button supports the type "image".
 
supportsImageType() Submit 
Indicate whether the concrete button supports the type "image".
 
suppressEmptyParameters Param   
suppressEmptyParameters ServletRedirectResult   
suppressEmptyParameters ParamTag   
sysStrSubstitutor EnvsValueSubstitutor