A B C D E F G H I J K L M N O P Q R S T U V W X _

A

a - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
AbstractAdapterElement - Class in org.apache.struts2.views.xslt
AbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.
AbstractAdapterElement() - Constructor for class org.apache.struts2.views.xslt.AbstractAdapterElement
 
AbstractAdapterNode - Class in org.apache.struts2.views.xslt
AbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node.
AbstractAdapterNode() - Constructor for class org.apache.struts2.views.xslt.AbstractAdapterNode
 
AbstractClosingTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractClosingTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
AbstractDirective - Class in org.apache.struts2.views.velocity.components
 
AbstractDirective() - Constructor for class org.apache.struts2.views.velocity.components.AbstractDirective
 
AbstractDoubleListTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractDoubleListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
AbstractFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
AbstractFieldValidatorDescription
AbstractFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
AbstractFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
AbstractInterceptor - Class in com.opensymphony.xwork2.interceptor
Provides default implementations of optional lifecycle methods
AbstractInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AbstractInterceptor
 
AbstractListTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractListTag
 
AbstractMatcher<E> - Class in com.opensymphony.xwork2.config.impl
Matches patterns against pre-compiled wildcard expressions pulled from target objects.
AbstractMatcher(PatternMatcher<?>) - Constructor for class com.opensymphony.xwork2.config.impl.AbstractMatcher
 
AbstractMatcher.Mapping<E> - Class in com.opensymphony.xwork2.config.impl
Stores a compiled wildcard pattern and the object it came from.
AbstractMatcher.Mapping(String, Object, E) - Constructor for class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
Contructs a read-only Mapping instance.
AbstractRangeValidator - Class in com.opensymphony.xwork2.validator.validators
Base class for range based validators.
AbstractRangeValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
AbstractRequiredListTag - Class in org.apache.struts2.views.jsp.ui
 
AbstractRequiredListTag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
 
AbstractUITag - Class in org.apache.struts2.views.jsp.ui
Abstract base class for all UI tags.
AbstractUITag() - Constructor for class org.apache.struts2.views.jsp.ui.AbstractUITag
 
accept - Variable in class org.apache.struts2.components.File
 
accept - Variable in class org.apache.struts2.views.jsp.ui.FileTag
 
acceptableName(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
acceptableParameterName(String) - Method in interface com.opensymphony.xwork2.interceptor.ParameterNameAware
Tests if the the action will accept the parameter with the given name.
acceptcharset - Variable in class org.apache.struts2.components.Form
 
acceptcharset - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
acceptFile(File, String, String, ValidationAware, Locale) - Method in class org.apache.struts2.interceptor.FileUploadInterceptor
Override for added functionality.
accesskey - Variable in class org.apache.struts2.components.UIBean
 
accesskey - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
Action - Interface in com.opensymphony.xwork2
All actions may implement this interface, which exposes the execute() method.
action - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
action - Variable in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
action - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
action - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
action - Variable in class org.apache.struts2.components.Form
 
action - Variable in class org.apache.struts2.components.FormButton
 
action - Variable in class org.apache.struts2.components.Reset
 
action - Variable in class org.apache.struts2.components.URL
 
action - Variable in class org.apache.struts2.interceptor.BackgroundProcess
 
action - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
action - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
action - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
action - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
action - Variable in class org.apache.struts2.views.jsp.URLTag
 
ACTION - Static variable in class org.apache.struts2.views.util.ContextUtil
 
ACTION_EXECUTION_ERROR - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
ACTION_INVOCATION - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's invocation context.
ACTION_MAPPING - Static variable in class org.apache.struts2.ServletActionContext
 
ACTION_NAME - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the name of the action being executed.
ACTION_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
ActionAutowiringInterceptor - Class in com.opensymphony.xwork2.spring.interceptor
TODO: Give a description of the Interceptor.
ActionAutowiringInterceptor() - Constructor for class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
ActionChainResult - Class in com.opensymphony.xwork2
This result invokes an entire other action, complete with it's own interceptor stack and result.
ActionChainResult() - Constructor for class com.opensymphony.xwork2.ActionChainResult
 
ActionChainResult(String, String, String) - Constructor for class com.opensymphony.xwork2.ActionChainResult
 
ActionChainResult(String, String, String, String) - Constructor for class com.opensymphony.xwork2.ActionChainResult
 
ActionComponent - Class in org.apache.struts2.components
 
ActionComponent(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionComponent
 
ActionConfig - Class in 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) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(ActionConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
Clones an ActionConfig, copying data into new maps and lists
ActionConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
ActionConfig.Builder(ActionConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
ActionConfig.Builder(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
ActionConfigMatcher - Class in com.opensymphony.xwork2.config.impl
Matches paths against pre-compiled wildcard expressions pulled from action configs.
ActionConfigMatcher(Map<String, ActionConfig>) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Deprecated. Since 2.1, use ActionConfigMatcher.ActionConfigMatcher(PatternMatcher, Map, boolean) instead
ActionConfigMatcher(Map<String, ActionConfig>, boolean) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Deprecated. Since 2.1, use ActionConfigMatcher.ActionConfigMatcher(PatternMatcher, Map, boolean) instead
ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
actionConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
ActionContext - Class in com.opensymphony.xwork2
The ActionContext is the context in which an Action is executed.
ActionContext(Map) - Constructor for class com.opensymphony.xwork2.ActionContext
Creates a new ActionContext initialized with another context.
actionContext - Static variable in class com.opensymphony.xwork2.ActionContext
 
ActionContextCleanUp - Class in org.apache.struts2.dispatcher
Special filter designed to work with the FilterDispatcher and allow for easier integration with SiteMesh.
ActionContextCleanUp() - Constructor for class org.apache.struts2.dispatcher.ActionContextCleanUp
 
ActionDirective - Class in org.apache.struts2.views.velocity.components
 
ActionDirective() - Constructor for class org.apache.struts2.views.velocity.components.ActionDirective
 
ActionError - Class in org.apache.struts2.components
Render action errors if they exists the specific layout of the rendering depends on the theme itself.
ActionError(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionError
 
actionerror - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ActionErrorDirective - Class in org.apache.struts2.views.velocity.components
 
ActionErrorDirective() - Constructor for class org.apache.struts2.views.velocity.components.ActionErrorDirective
 
ActionErrorModel - Class in org.apache.struts2.views.freemarker.tags
 
ActionErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionErrorModel
 
actionErrors - Variable in class com.opensymphony.xwork2.ValidationAwareSupport
 
actionErrorsSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
ActionErrorTag - Class in org.apache.struts2.views.jsp.ui
ActionError Tag.
ActionErrorTag() - Constructor for class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
ActionEventListener - Interface in com.opensymphony.xwork2
Provides hooks for handling key action events
actionEventListener - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
actionEventListener - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
actionEventListener - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
ActionInvocation - Interface in com.opensymphony.xwork2
An ActionInvocation represents the execution state of an Action.
actionMapper - Variable in class org.apache.struts2.components.ActionComponent
 
actionMapper - Variable in class org.apache.struts2.components.Component
 
actionMapper - Variable in class org.apache.struts2.components.FormButton
 
actionMapper - Variable in class org.apache.struts2.components.ServletUrlRenderer
 
actionMapper - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Provide ActionMapper instance, set by injection.
ActionMapper - Interface in org.apache.struts2.dispatcher.mapper
The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.
actionMapper - Variable in class org.apache.struts2.dispatcher.ServletRedirectResult
 
actionMappers - Variable in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
ActionMapping - Class in org.apache.struts2.dispatcher.mapper
Simple class that holds the action mapping information used to invoke a Struts action.
ActionMapping() - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
Constructs an ActionMapping
ActionMapping(Result) - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
Constructs an ActionMapping with a default result
ActionMapping(String, String, String, Map) - Constructor for class org.apache.struts2.dispatcher.mapper.ActionMapping
Constructs an ActionMapping with its values
ActionMappingParametersInteceptor - Class in org.apache.struts2.interceptor
This interceptor sets all parameters from the action mapping, for this request, on the value stack.
ActionMappingParametersInteceptor() - Constructor for class org.apache.struts2.interceptor.ActionMappingParametersInteceptor
 
ActionMessage - Class in org.apache.struts2.components
Render action messages if they exists, specific rendering layout depends on the theme itself.
ActionMessage(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ActionMessage
 
actionmessage - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ActionMessageDirective - Class in org.apache.struts2.views.velocity.components
 
ActionMessageDirective() - Constructor for class org.apache.struts2.views.velocity.components.ActionMessageDirective
 
ActionMessageModel - Class in org.apache.struts2.views.freemarker.tags
 
ActionMessageModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionMessageModel
 
actionMessages - Variable in class com.opensymphony.xwork2.ValidationAwareSupport
 
actionMessagesSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
ActionMessageTag - Class in org.apache.struts2.views.jsp.ui
ActionMessage Tag.
ActionMessageTag() - Constructor for class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
ActionModel - Class in org.apache.struts2.views.freemarker.tags
 
ActionModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ActionModel
 
actionName - Variable in class com.opensymphony.xwork2.ActionChainResult
 
actionName - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
actionName - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
actionName - Variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
ActionProxy - Interface in com.opensymphony.xwork2
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
actionProxyFactory - Variable in class com.opensymphony.xwork2.ActionChainResult
 
ActionProxyFactory - Interface in com.opensymphony.xwork2
The ActionProxyFactory is used to create ActionProxys to be executed.
actionProxyFactory - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
actionProxyFactory - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
actionProxyFactory - Variable in class org.apache.struts2.components.ActionComponent
 
ActionSupport - Class in com.opensymphony.xwork2
Provides a default implementation for the most common actions.
ActionSupport() - Constructor for class com.opensymphony.xwork2.ActionSupport
 
ActionTag - Class in org.apache.struts2.views.jsp
 
ActionTag() - Constructor for class org.apache.struts2.views.jsp.ActionTag
 
ActionValidatorManager - Interface in com.opensymphony.xwork2.validator
ActionValidatorManager is the main interface for validation managers (regular and annotation based).
actionValidatorManager - Variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
actionValidatorManager - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
actionValidatorManager - Variable in class org.apache.struts2.components.Form
 
ACTIVATE_PROPERTY - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
System property that controls whether this timer should be used or not.
actualName - Variable in class org.apache.struts2.components.Text
 
adaptDocument(String, Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
Create a top level Document adapter for the specified Java object.
adapterFactory - Variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
AdapterFactory - Class in org.apache.struts2.views.xslt
AdapterFactory produces Node adapters for Java object types.
AdapterFactory() - Constructor for class org.apache.struts2.views.xslt.AdapterFactory
 
adapterFactory - Variable in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
adapterFactory - Variable in class org.apache.struts2.views.xslt.XSLTResult
 
AdapterNode - Interface in org.apache.struts2.views.xslt
 
adapterTypes - Variable in class org.apache.struts2.views.xslt.AdapterFactory
 
adaptNode(AdapterNode, String, Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
Create an Node adapter for a child element.
adaptNullValue(BeanAdapter, String) - Method in class org.apache.struts2.views.xslt.AdapterFactory
Create an appropriate adapter for a null value.
add(int, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 
add(Object) - Method in class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 
add(int, Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Appends the specified element to the end of this list.
addAction(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
addActionConfig(String, ActionConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addActionError(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
addActionError(String) - Method in interface com.opensymphony.xwork2.ValidationAware
Add an Action-level error message to this Action.
addActionError(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
addActionError(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
addActionError(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
addActionError(Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
addActionError(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
addActionMessage(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
addActionMessage(String) - Method in interface com.opensymphony.xwork2.ValidationAware
Add an Action-level message to this Action.
addActionMessage(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
addActionMessage(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
addActionMessage(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
addAll(Collection) - Method in class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 
addAll(int, Collection) - Method in class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 
addAll(Collection) - Method in class com.opensymphony.xwork2.util.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) - Method in class com.opensymphony.xwork2.util.XWorkList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAllFields(Class, Class, List<Field>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Adds all fields with the specified Annotation of class clazz and its superclasses to allFields
addAllInterfaces(Class, List) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
 
addAllMethods(Class, Class, List<Method>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields
addAllowedMethod(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addAllowedMethod(Collection<String>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addAllParameters(Map) - Method in class org.apache.struts2.components.Component
Adds all the given parameters to this component's own parameters.
addAllToLeftLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToLeftLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAllToLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAllToRightLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToRightLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAllToRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addAllToRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addAttribute(String, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
addBuffer() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
addChild(ProfilingTimerBean) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
addConfigurationProvider(ConfigurationProvider) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Deprecated. Since 2.1, use #addContainerProvider()
addContainerProvider(ContainerProvider) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
adds a configuration provider to the List of ConfigurationProviders.
addConverterMapping(Map<String, Object>, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Looks for converter mappings for the specified class and adds it to an existing map.
addDefaultResourceBundle(String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Add's the bundle to the internal list of default bundles.
addDirective(StringBuffer, Class) - Method in class org.apache.struts2.views.velocity.VelocityManager
 
addDispatcherListener(DispatcherListener) - Static method in class org.apache.struts2.dispatcher.Dispatcher
Add a dispatcher lifecycle listener.
addEnumeration(Enumeration<E>) - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
addError(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Adds an error message.
addExceptionMapping(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addExceptionMappingConfig(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addExceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
 
addFieldError(String, String) - Method in interface com.opensymphony.xwork2.ValidationAware
Add an error message for a given field.
addFieldError(String, String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
addFieldError(String, Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
addFinder(LocationUtils.LocationFinder) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Add a LocationUtils.LocationFinder to the list of finders that will be queried for an object's location by LocationUtils.getLocation(Object, String).
addFormParameter(String, Object) - Method in class org.apache.struts2.components.UIBean
 
addGlobalExceptionMappingConfigs(List) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addGlobalResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addGlobalResultConfigs(Map) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addHeader(String, String) - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Adds an HTTP header to the response
addIfMatching(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addInjectors(Class, List<ContainerImpl.Injector>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Recursively adds injectors for fields and methods from the given class to the given list.
addInjectorsForFields(Field[], boolean, List<ContainerImpl.Injector>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
addInjectorsForMembers(List<M>, boolean, List<ContainerImpl.Injector>, ContainerImpl.InjectorFactory<M>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
addInjectorsForMethods(Method[], boolean, List<ContainerImpl.Injector>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addInterceptor(InterceptorMapping) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
 
addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
addInterceptorConfig(InterceptorConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addInterceptors(List<InterceptorMapping>) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
 
addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
addInterceptorStackConfig(InterceptorStackConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
addLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
addLocationAttributes(Locator, Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Add location attributes to a set of SAX attributes.
addMapping(int, String, String[]) - Static method in class org.apache.struts2.views.util.TextUtil
 
addPackage(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Create a PackageConfig from an XML element representing it.
addPackageConfig(String, PackageConfig) - Method in interface com.opensymphony.xwork2.config.Configuration
 
addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
addParam(String, Object) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
 
addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
addParam(String, String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
addParameter(Object) - Method in class org.apache.struts2.components.AppendIterator
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Bean
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Component
Adds the given key and value to this component's own parameter.
addParameter(Object) - Method in class org.apache.struts2.components.FieldError
 
addParameter(String, Object) - Method in class org.apache.struts2.components.Include
 
addParameter(Object) - Method in class org.apache.struts2.components.MergeIterator
 
addParameter(Object) - Method in interface org.apache.struts2.components.Param.UnnamedParametric
Adds the given value as a parameter to the outer tag.
addParameter(String, Object) - Method in class org.apache.struts2.components.Text
 
addParameter(Object) - Method in class org.apache.struts2.components.Text
 
addParameter(String, Object) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
Adds a request parameter to be added to the redirect url
addParameter(String, Object) - Method in class org.apache.struts2.util.URLBean
 
addParameter(String, Object) - Method in class org.apache.struts2.views.jsp.ActionTag
 
addParameterAction(String, ParameterAction) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Adds a parameter action.
addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
addParent(PackageConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addParent(ProfilingTimerBean) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
addParents(List<PackageConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addPattern(String, E, boolean) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
Finds and precompiles the wildcard patterns.
addPreResultListener(PreResultListener) - Method in interface com.opensymphony.xwork2.ActionInvocation
Register a PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
addResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addResultConfigs(Collection<ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addResultConfigs(Map<String, ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
addResultTypeConfig(ResultTypeConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
addResultTypes(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
addToCache(String, Template) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
addToHistory(String, String, String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
addToLeftLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToLeftLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addToLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addToMissingTemplateCache(String) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
addToRightLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToRightLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addToRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
addToRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
addValidatorConfigs(ValidatorFactory, NodeList, Map, List) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
adoptNode(Node) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
After - Annotation Type in 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) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Handle the storing of field errors / action messages / field errors, which is done after action invocation, and the operationMode is in 'STORE'.
after(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
afterBody - Variable in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
afterBody() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
afterInvocation() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Called after the background thread determines the result code from the ActionInvocation, but before the background thread is marked as done.
alias(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to alias(type, Container.DEFAULT_NAME, type).
alias(Class<T>, String, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an existing factory to a new name.
alias(Key<T>, Key<T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an existing dependency.
alias(Class, String, ContainerBuilder, Properties) - Method in class org.apache.struts2.config.BeanSelectionProvider
 
alias(Class, String, ContainerBuilder, Properties, Scope) - Method in class org.apache.struts2.config.BeanSelectionProvider
 
aliasesKey - Variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
AliasInterceptor - Class in com.opensymphony.xwork2.interceptor
The aim of this Interceptor is to alias a named parameter to a different named parameter.
AliasInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
align - Variable in class org.apache.struts2.components.FormButton
 
align - Variable in class org.apache.struts2.components.Reset
 
align - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
align - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
ALL - Static variable in class org.apache.struts2.components.URL
 
allowAddAllToLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddAllToLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAddAllToRight - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddAllToRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAddToLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddToLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowAddToRight - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowAddToRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowDuplicates - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
allowDynamicMethodCalls - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
allowed - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
allowedMethods - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
allowedRoles - Variable in class org.apache.struts2.interceptor.RolesInterceptor
 
allowedTypes - Variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
allowedTypesSet - Variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
allowMoveDown - Variable in class org.apache.struts2.components.UpDownSelect
 
allowMoveDown - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
allowMoveUp - Variable in class org.apache.struts2.components.UpDownSelect
 
allowMoveUp - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
allowRemoveAll - Variable in class org.apache.struts2.components.InputTransferSelect
 
allowRemoveAll - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
allowRequestParameterSwitch - Variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
allowSelectAll - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowSelectAll - Variable in class org.apache.struts2.components.UpDownSelect
 
allowSelectAll - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowSelectAll - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
allowSlashesInActionNames - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
allowStaticMethodAccess - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
allowStaticMethodAccess - Variable in class com.opensymphony.xwork2.ognl.StaticMemberAccess
 
allowUpDown - Variable in class org.apache.struts2.components.InputTransferSelect
 
allowUpDown - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
allowUpDownOnLeft - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowUpDownOnLeft - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
allowUpDownOnRight - Variable in class org.apache.struts2.components.OptionTransferSelect
 
allowUpDownOnRight - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
ALT_PREPARE_PREFIX - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
ALT_VALIDATE_PREFIX - Static variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
altMapWrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
altMapWrapper - Variable in class org.apache.struts2.views.freemarker.StrutsBeanWrapper
 
altSyntax() - Method in class org.apache.struts2.components.Component
Is the altSyntax enabled? [TRUE]

See struts.properties where the altSyntax flag is defined.

altSyntax() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
alwaysInvokePrepare - Variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
alwaysInvokeValidate - Variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
alwaysSelectFullNamespace - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
AMP - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
AMP - Static variable in class org.apache.struts2.views.util.UrlHelper
 
Anchor - Class in org.apache.struts2.components
A tag that creates a HTML <a >.

Examples

Anchor(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Anchor
 
anchor - Variable in class org.apache.struts2.components.URL
 
anchor - Variable in class org.apache.struts2.views.jsp.URLTag
 
AnchorDirective - Class in org.apache.struts2.views.velocity.components
 
AnchorDirective() - Constructor for class org.apache.struts2.views.velocity.components.AnchorDirective
 
AnchorModel - Class in org.apache.struts2.views.freemarker.tags
 
AnchorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.AnchorModel
 
AnchorTag - Class in org.apache.struts2.views.jsp.ui
 
AnchorTag() - Constructor for class org.apache.struts2.views.jsp.ui.AnchorTag
 
annotation - Variable in class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
 
AnnotationActionValidatorManager - Class in com.opensymphony.xwork2.validator
AnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.
AnnotationActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
AnnotationUtils - Class in com.opensymphony.xwork2.util
AnnotationUtils Various utility methods dealing with annotations
AnnotationUtils() - Constructor for class com.opensymphony.xwork2.util.AnnotationUtils
 
AnnotationValidationConfigurationBuilder - Class in com.opensymphony.xwork2.validator
AnnotationValidationConfigurationBuilder
AnnotationValidationConfigurationBuilder(ValidatorFactory) - Constructor for class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
AnnotationValidationInterceptor - Class in org.apache.struts2.interceptor.validation
Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method
AnnotationValidationInterceptor() - Constructor for class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
 
AnnotationWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor.annotations
 
AnnotationWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
AnnotationXWorkConverter - Class in com.opensymphony.xwork2.conversion.impl
Deprecated. Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations.
AnnotationXWorkConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.AnnotationXWorkConverter
Deprecated.  
answer - Variable in class org.apache.struts2.components.ElseIf
 
ANSWER - Static variable in class org.apache.struts2.components.If
 
answer - Variable in class org.apache.struts2.components.If
 
APOS - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
appContext - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
appendChild(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
appendData(String) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
appendData(String) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
AppendIterator - Class in org.apache.struts2.components
 
AppendIterator(ValueStack) - Constructor for class org.apache.struts2.components.AppendIterator
 
appendIteratorFilter - Variable in class org.apache.struts2.components.AppendIterator
 
AppendIteratorFilter - Class in org.apache.struts2.util
A bean that takes several iterators and outputs them in sequence
AppendIteratorFilter() - Constructor for class org.apache.struts2.util.AppendIteratorFilter
 
AppendIteratorTag - Class in org.apache.struts2.views.jsp.iterator
Append a list of iterators.
AppendIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
 
appendPrefix - Variable in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
appendPrefix - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
APPLICATION - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's application context.
application - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
APPLICATION_CONTEXT - Static variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
ApplicationAware - Interface in org.apache.struts2.interceptor
Actions that want to be aware of the application Map object should implement this interface.
ApplicationMap - Class in org.apache.struts2.dispatcher
A simple implementation of the Map interface to handle a collection of attributes and init parameters in a ServletContext object.
ApplicationMap(ServletContext) - Constructor for class org.apache.struts2.dispatcher.ApplicationMap
Creates a new map object given the servlet context.
apply(F) - Method in interface com.opensymphony.xwork2.inject.util.Function
Applies the function to an object of type F, resulting in an object of type T.
applyDefaultConfiguration(ServletContext, Properties) - Method in class org.apache.struts2.views.velocity.VelocityManager
once we've loaded up the user defined configurations, we will want to apply Struts specification configurations.
applyInterceptor(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
applyMethod(Set, Set, String) - Static method in class com.opensymphony.xwork2.interceptor.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) - Static method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
Same as MethodFilterInterceptorUtil.applyMethod(Set, Set, String), except that excludeMethods and includeMethods are supplied as comma separated string.
args - Variable in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
ArrayAdapter - Class in org.apache.struts2.views.xslt
 
ArrayAdapter() - Constructor for class org.apache.struts2.views.xslt.ArrayAdapter
 
ArrayAdapter(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.ArrayAdapter
 
ArrayUtils - Class in com.opensymphony.xwork2.util
 
ArrayUtils() - Constructor for class com.opensymphony.xwork2.util.ArrayUtils
 
asCollection(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
Return a collection from the comma delimited String.
asCollection(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Return a collection from the comma delimited String.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
Returns the validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
Returns the validator XML definition.
asProperty() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Returns the conversion description as property entry.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
Returns the validator XML definition.
asXml() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Returns the validator XML definition.
asXml() - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
asXml() - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Returns the validator XML definition.
attr() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
ATTR_APPLICATION_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
ATTR_JSP_TAGLIBS_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
ATTR_REQUEST_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
ATTR_REQUEST_PARAMETERS_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
attributeAdapters - Variable in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
AttributeMap - Class in org.apache.struts2.util
A Map that holds 4 levels of scope.
AttributeMap(Map) - Constructor for class org.apache.struts2.util.AttributeMap
 
attributeName - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
autoCreateSession - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
AUTOMATIC_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
autoWireBean(Object) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
autoWireBean(Object, AutowireCapableBeanFactory) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
autowireStrategy - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
autowireStrategy - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
autoWiringFactory - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 

B

BackgroundProcess - Class in org.apache.struts2.interceptor
Background thread to be executed by the ExecuteAndWaitInterceptor.
BackgroundProcess(String, ActionInvocation, int) - Constructor for class org.apache.struts2.interceptor.BackgroundProcess
Constructs a background process
BASE - Static variable in class org.apache.struts2.views.util.ContextUtil
 
baseDir - Variable in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
BaseTemplateEngine - Class in org.apache.struts2.components.template
Base class for template engines.
BaseTemplateEngine() - Constructor for class org.apache.struts2.components.template.BaseTemplateEngine
 
Bean - Class in org.apache.struts2.components
 
Bean(ValueStack) - Constructor for class org.apache.struts2.components.Bean
 
bean - Variable in class org.apache.struts2.components.Bean
 
bean(Object) - Method in class org.apache.struts2.util.StrutsUtil
 
bean - Variable in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
bean - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
BeanAdapter - Class in org.apache.struts2.views.xslt
This class is the most general type of adapter, utilizing reflective introspection to present a DOM view of all of the public properties of its value.
BeanAdapter() - Constructor for class org.apache.struts2.views.xslt.BeanAdapter
 
BeanAdapter(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.BeanAdapter
 
BeanDirective - Class in org.apache.struts2.views.velocity.components
 
BeanDirective() - Constructor for class org.apache.struts2.views.velocity.components.BeanDirective
 
beanInfoCache - Variable in class com.opensymphony.xwork2.ognl.OgnlUtil
 
BeanModel - Class in org.apache.struts2.views.freemarker.tags
 
BeanModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.BeanModel
 
BeanSelectionProvider - Class in org.apache.struts2.config
Selects the implementations of key framework extension points, using the loaded property constants.
BeanSelectionProvider() - Constructor for class org.apache.struts2.config.BeanSelectionProvider
 
BeanSelectionProvider.ObjectFactoryDelegateFactory - Class in org.apache.struts2.config
 
BeanSelectionProvider.ObjectFactoryDelegateFactory(String, Class) - Constructor for class org.apache.struts2.config.BeanSelectionProvider.ObjectFactoryDelegateFactory
 
BeanTag - Class in org.apache.struts2.views.jsp
 
BeanTag() - Constructor for class org.apache.struts2.views.jsp.BeanTag
 
Before - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
Marks a action method that needs to be executed before the main action method.
before(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Handle the retrieving of field errors / action messages / field errors, which is done before action invocation, and the operationMode is 'RETRIEVE'.
before(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
beforeInvocation() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Called before the background thread determines the result code from the ActionInvocation.
beforeRenderUrl(URL) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
beforeRenderUrl(URL) - Method in interface org.apache.struts2.components.UrlRenderer
Preprocessing step
beforeResult(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
Invokes any @BeforeResult annotated methods
BeforeResult - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
Marks a action method that needs to be executed before the result.
beforeResult(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
beforeResult(ActionInvocation, String) - Method in interface com.opensymphony.xwork2.interceptor.PreResultListener
This callback method will be called after the Action execution and before the Result execution.
beforeResult(ActionInvocation, String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
bigDecValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a BigDecimal.
bigIntValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a BigInteger.
blocked - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
blockSize - Variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
body - Variable in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
bodyContent - Static variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
booleanValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a boolean: if it is a Boolean object, it's easy; if it's a Number or a Character, returns true for non-zero objects; and otherwise returns true for non-null objects.
BROWSER_MODE - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
buffer - Variable in class org.apache.struts2.components.Include.PageOutputStream
 
buffer - Variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
BUFFER_SIZE - Static variable in class org.apache.struts2.dispatcher.PlainTextResult
 
buffers - Variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
bufferSize - Variable in class org.apache.struts2.dispatcher.StreamResult
 
build() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
build() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
build() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
build() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
build() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
build() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
build() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
build(ContainerBuilder) - Method in interface com.opensymphony.xwork2.inject.ContainerBuilder.Command
Contributes factories to the given builder.
build() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
buildAction(String, String, ActionConfig, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build an instance of the action class to handle a particular request (eg.
buildAliasValidatorConfigs(Class, String, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
buildAliasValidatorConfigs(Class, String, boolean) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
buildAnnotationClassValidatorConfigs(Class) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
buildArray(Collection<String>) - Method in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
buildAttributeAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
buildBean(Class, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map, boolean) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map, boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Looks up beans using Spring's application context before falling back to the method defined in the ObjectFactory.
buildBean(Class, Map) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
buildBean(String, Map) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
subclasses override to produce their children
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.ArrayAdapter
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.BeanAdapter
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.CollectionAdapter
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.MapAdapter
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.MapAdapter.EntryElement
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
buildChildAdapters() - Method in class org.apache.struts2.views.xslt.StringAdapter
 
buildClassValidatorConfigs(Class, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
buildClassValidatorConfigs(Class, boolean) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
buildConverterFilename(Class) - Static method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
buildConverterMapping(Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Looks for converter mappings for the specified class, traversing up its class hierarchy and interfaces and adding any additional mappings it may find.
buildExceptionMappings(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildFullActionConfig(PackageConfig, ActionConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Builds the full runtime actionconfig with all of the defaults and inheritance
buildInterceptor(InterceptorConfig, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
buildInterceptor(InterceptorConfig, Map) - Method in class org.apache.struts2.impl.StrutsObjectFactory
 
buildInterceptorList(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
buildMessageFormat(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
buildNamespace(ActionMapper, ValueStack, HttpServletRequest) - Static method in class org.apache.struts2.views.jsp.TagUtils
 
buildPackageContext(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
This method builds a package context by looking for the parents of this new package.
buildParametersString(Map, StringBuffer) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildParametersString(Map, StringBuffer, String) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildParameterSubstring(String, String) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildParentsFromString(Configuration, String) - Static method in class com.opensymphony.xwork2.config.ConfigurationUtil
 
buildResponse(ValidationAware) - Method in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
buildResult(ResultConfig, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
buildResult(ResultConfig, Map) - Method in class org.apache.struts2.impl.StrutsObjectFactory
 
buildResults(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
This builds the internal runtime configuration used by Xwork for finding and configuring Actions from the programmatic configuration data structures.
buildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
buildScopesHashModel(ServletContext, HttpServletRequest, HttpServletResponse, ObjectWrapper, ValueStack) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
buildTemplateModel(ValueStack, Object, ServletContext, HttpServletRequest, HttpServletResponse, ObjectWrapper) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
buildTemplateName(String, String) - Method in class org.apache.struts2.components.UIBean
 
buildToken(String) - Method in class org.apache.struts2.components.Token
 
buildUrl(String) - Method in class org.apache.struts2.util.StrutsUtil
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildUrl(String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) - Static method in class org.apache.struts2.views.util.UrlHelper
 
buildValidator(String, Map, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a Validator of the given type and set the parameters on it
buildValidatorConfigs(Class, String, boolean, Set) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
This method 'collects' all the validator configurations for a given action invocation.
buildValidatorConfigs(Class, String, boolean, Set) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
This method 'collects' all the validator configurations for a given action invocation.
buildValidatorKey(Class, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
Builds a key for validators - used when caching validators.
buildValidatorKey(Class, String) - Static method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
Builds a key for validators - used when caching validators.
bundle - Variable in class com.opensymphony.xwork2.TextProviderSupport
 
buttonCssClass - Variable in class org.apache.struts2.components.InputTransferSelect
 
buttonCssClass - Variable in class org.apache.struts2.components.OptionTransferSelect
 
buttonCssClass - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
buttonCssClass - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
buttonCssStyle - Variable in class org.apache.struts2.components.InputTransferSelect
 
buttonCssStyle - Variable in class org.apache.struts2.components.OptionTransferSelect
 
buttonCssStyle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
buttonCssStyle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
BUTTONTYPE_BUTTON - Static variable in class org.apache.struts2.components.FormButton
 
BUTTONTYPE_IMAGE - Static variable in class org.apache.struts2.components.FormButton
 
BUTTONTYPE_INPUT - Static variable in class org.apache.struts2.components.FormButton
 

C

cacheBeanWrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
call(InternalContext) - Method in interface com.opensymphony.xwork2.inject.ContainerImpl.ContextualCallable
 
call() - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache.CallableCreate
 
CallbackWriter - Class in org.apache.struts2.views.freemarker.tags
 
CallbackWriter(Component, Writer) - Constructor for class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
callInContext(ContainerImpl.ContextualCallable<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Looks up thread local context.
callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
 
cancel() - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
Cancels the current ReferenceCache.create(Object).
capitalize(String) - Static method in class com.opensymphony.xwork2.inject.util.Strings
Returns a string that is equivalent to the specified string with its first character converted to uppercase as by String.toUpperCase(java.util.Locale).
capitalizeMethodName(String) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
This method capitalized the first character of methodName.
caseSensitive - Variable in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
ccl - Variable in class com.opensymphony.xwork2.ObjectFactory
 
CHAIN_HISTORY - Static variable in class com.opensymphony.xwork2.ActionChainResult
The action context key to save the chain history.
chainedContextNames - Variable in class org.apache.struts2.views.velocity.VelocityManager
Names of contexts that will be chained on every request
chainedContexts - Variable in class org.apache.struts2.views.velocity.StrutsVelocityContext
 
ChainingInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that copies all the properties of every object in the value stack to the currently executing object, except for any object that implements Unchainable.
ChainingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
charSet - Variable in class org.apache.struts2.dispatcher.PlainTextResult
 
Checkbox - Class in org.apache.struts2.components
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack.
Checkbox(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Checkbox
 
checkbox - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
CheckBoxDirective - Class in org.apache.struts2.views.velocity.components
 
CheckBoxDirective() - Constructor for class org.apache.struts2.views.velocity.components.CheckBoxDirective
 
CheckboxInterceptor - Class in org.apache.struts2.interceptor
Looks for a hidden identification field that specifies the original value of the checkbox.
CheckboxInterceptor() - Constructor for class org.apache.struts2.interceptor.CheckboxInterceptor
 
CheckboxList - Class in org.apache.struts2.components
Creates a series of checkboxes from a list.
CheckboxList(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.CheckboxList
 
checkboxlist - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
CheckBoxListDirective - Class in org.apache.struts2.views.velocity.components
 
CheckBoxListDirective() - Constructor for class org.apache.struts2.views.velocity.components.CheckBoxListDirective
 
CheckboxListModel - Class in org.apache.struts2.views.freemarker.tags
 
CheckboxListModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.CheckboxListModel
 
CheckboxListTag - Class in org.apache.struts2.views.jsp.ui
 
CheckboxListTag() - Constructor for class org.apache.struts2.views.jsp.ui.CheckboxListTag
 
CheckboxModel - Class in org.apache.struts2.views.freemarker.tags
 
CheckboxModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.CheckboxModel
 
CheckboxTag - Class in org.apache.struts2.views.jsp.ui
 
CheckboxTag() - Constructor for class org.apache.struts2.views.jsp.ui.CheckboxTag
 
checkCombineLines(String) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Checks if the passed in line should be combined with the following.
checkEntries(String[], File, String) - Method in class com.opensymphony.xwork2.util.ClassPathFinder
 
checkForInvalidProperties(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
This method looks for matching methods/properties in an action to warn the user if they specified a property that doesn't exist.
checkKey(Key<?>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Ensures a key isn't already mapped.
childAdapters - Variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
children - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
classes - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
classes - Variable in class org.apache.struts2.util.StrutsUtil
 
classForName(String, Map) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
classloader - Variable in class com.opensymphony.xwork2.util.ResolverUtil
The ClassLoader to use when looking for classes.
ClassLoaderUtil - Class in 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() - Constructor for class com.opensymphony.xwork2.util.ClassLoaderUtil
 
ClassLoaderUtil.AggregateIterator<E> - Class in com.opensymphony.xwork2.util
Aggregates Enumeration instances into one iterator and filters out duplicates.
ClassLoaderUtil.AggregateIterator() - Constructor for class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
ClassLoaderUtils - Class in org.apache.struts2.util
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtils() - Constructor for class org.apache.struts2.util.ClassLoaderUtils
 
classMatches - Variable in class com.opensymphony.xwork2.util.ResolverUtil
The set of matches being accumulated.
className(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
className - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
className(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
className - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
className(String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
className - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
 
className(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
className - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
className - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
ClassPathFinder - Class in 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() - Constructor for class com.opensymphony.xwork2.util.ClassPathFinder
 
clazz - Variable in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
clazz - Variable in class com.opensymphony.xwork2.TextProviderSupport
 
clazz - Variable in class com.opensymphony.xwork2.util.XWorkList
 
cleanUp(Reference) - Method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
cleanUp(ServletRequest) - Static method in class org.apache.struts2.dispatcher.ActionContextCleanUp
Clean up the request of threadlocals if this is the last execution
cleanup() - Method in class org.apache.struts2.dispatcher.Dispatcher
Releases all instances bound to this dispatcher instance.
cleanupContext - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
clear() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
clear(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
clear() - Method in class org.apache.struts2.dispatcher.ApplicationMap
Removes all entries from the Map and removes all attributes from the servlet context.
clear() - Method in class org.apache.struts2.dispatcher.RequestMap
Removes all attributes from the request as well as clears entries in this map.
clear() - Method in class org.apache.struts2.dispatcher.SessionMap
Removes all attributes from the session as well as clears entries in this map.
clear() - Method in class org.apache.struts2.util.AttributeMap
 
clearActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
Clears action errors.
clearActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
Clears action errors list.
clearConfigurationProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Deprecated. Since 2.1, use ConfigurationManager.clearContainerProviders()
clearContainerProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
 
clearCurrentPropertyPath(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
clearDefaultResourceBundles() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Clears the internal list of resource bundles.
clearErrors() - Method in class com.opensymphony.xwork2.ActionSupport
Clears all errors.
clearErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
Clears all error list/maps.
clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ActionSupport
Clears all errors and messages.
clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
Clears all error and messages list/maps.
clearFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
Clears field errors.
clearFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
Clears field errors map.
clearMap(Class, Object, String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
clearMessages() - Method in class com.opensymphony.xwork2.ActionSupport
Clears messages.
clearMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
Clears messages list.
ClearSessionInterceptor - Class in org.apache.struts2.interceptor
This interceptor clears the HttpSession.
ClearSessionInterceptor() - Constructor for class org.apache.struts2.interceptor.ClearSessionInterceptor
 
clearTomcatCache() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
clone() - Method in class com.opensymphony.xwork2.ActionSupport
 
clone() - Method in class org.apache.struts2.components.template.Template
 
cloneNode(boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
close() - Method in class org.apache.struts2.components.Include.PageOutputStream
 
CLOSE - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
close() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
close() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
close() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
closed - Variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
ClosingUIBean - Class in org.apache.struts2.components
ClosingUIBean is the standard superclass for UI components such as div etc.
ClosingUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ClosingUIBean
 
COL_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute name for the column number
CollectionAdapter - Class in org.apache.struts2.views.xslt
 
CollectionAdapter() - Constructor for class org.apache.struts2.views.xslt.CollectionAdapter
 
CollectionAdapter(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.CollectionAdapter
 
cols - Variable in class org.apache.struts2.components.TextArea
 
cols - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
column - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
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.conversion.metadata - package com.opensymphony.xwork2.conversion.metadata
Type conversion meta data classes.
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.spring - package com.opensymphony.xwork2.spring
Spring ObjectFactory classes.
com.opensymphony.xwork2.spring.interceptor - package com.opensymphony.xwork2.spring.interceptor
Spring specific interceptor classes.
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.location - package com.opensymphony.xwork2.util.location
Classes and utilities used to track location information.
com.opensymphony.xwork2.util.logging - package com.opensymphony.xwork2.util.logging
 
com.opensymphony.xwork2.util.logging.commons - package com.opensymphony.xwork2.util.logging.commons
 
com.opensymphony.xwork2.util.logging.jdk - package com.opensymphony.xwork2.util.logging.jdk
 
com.opensymphony.xwork2.util.profiling - package com.opensymphony.xwork2.util.profiling
Classes to enable profiling of action execution.
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.metadata - package com.opensymphony.xwork2.validator.metadata
Validator meta data classes.
com.opensymphony.xwork2.validator.validators - package com.opensymphony.xwork2.validator.validators
XWork default validator classes.
ComboBox - Class in org.apache.struts2.components
The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality.
ComboBox(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ComboBox
 
comboBox - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ComboBoxDirective - Class in org.apache.struts2.views.velocity.components
 
ComboBoxDirective() - Constructor for class org.apache.struts2.views.velocity.components.ComboBoxDirective
 
ComboBoxModel - Class in org.apache.struts2.views.freemarker.tags
 
ComboBoxModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ComboBoxModel
 
ComboBoxTag - Class in org.apache.struts2.views.jsp.ui
 
ComboBoxTag() - Constructor for class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
commaDelimitedStringToSet(String) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Returns a set from comma delimted Strings.
COMMAND_MODE - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
COMMENT_CHARS - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
Constant for the supported comment characters.
commentLines - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the comment lines for the currently processed property.
CommonsLogger - Class in com.opensymphony.xwork2.util.logging.commons
Simple logger that delegates to commons logging
CommonsLogger(Log) - Constructor for class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
CommonsLoggerFactory - Class in com.opensymphony.xwork2.util.logging.commons
Creates commons-logging-backed loggers
CommonsLoggerFactory() - Constructor for class com.opensymphony.xwork2.util.logging.commons.CommonsLoggerFactory
 
comparator - Variable in class org.apache.struts2.util.SortIteratorFilter
 
comparatorAttr - Variable in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
compared - Variable in class com.opensymphony.xwork2.util.ClassPathFinder
 
compareDocumentPosition(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
comparePriorities(int, int) - Static method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
compareTo(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
compile(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
 
compiledPattern - Variable in class com.opensymphony.xwork2.util.ClassPathFinder
 
compiledPatterns - Variable in class com.opensymphony.xwork2.config.impl.AbstractMatcher
The compiled patterns and their associated target objects
compilePattern(String) - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
Compiles the pattern.
compilePattern(String) - Method in interface com.opensymphony.xwork2.util.PatternMatcher
Translate the given String into an object representing the pattern matchable by this class.
compilePattern(String) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Translate the given String into a int [] representing the pattern matchable by this class.
complexType(Object) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
Component - Class in org.apache.struts2.components
Base class to extend for UI components.
Component(ValueStack) - Constructor for class org.apache.struts2.components.Component
Constructor.
component - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
component - Variable in class org.apache.struts2.views.jsp.ComponentTagSupport
 
COMPONENT_NAME - Static variable in class org.apache.struts2.components.Anchor
 
COMPONENT_NAME - Static variable in class org.apache.struts2.components.Div
 
COMPONENT_STACK - Static variable in class org.apache.struts2.components.Component
 
ComponentDirective - Class in org.apache.struts2.views.velocity.components
 
ComponentDirective() - Constructor for class org.apache.struts2.views.velocity.components.ComponentDirective
 
ComponentModel - Class in org.apache.struts2.views.freemarker.tags
 
ComponentModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ComponentModel
 
ComponentTag - Class in org.apache.struts2.views.jsp.ui
 
ComponentTag() - Constructor for class org.apache.struts2.views.jsp.ui.ComponentTag
 
ComponentTagSupport - Class in org.apache.struts2.views.jsp
 
ComponentTagSupport() - Constructor for class org.apache.struts2.views.jsp.ComponentTagSupport
 
CompositeActionMapper - Class in org.apache.struts2.dispatcher.mapper
A composite action mapper that is capable of delegating to a series of ActionMapper if the former failed to obtained a valid ActionMapping or uri.
CompositeActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
CompoundRoot - Class in com.opensymphony.xwork2.util
A Stack that is implemented using a List.
CompoundRoot() - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
 
CompoundRoot(List) - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
 
CompoundRootAccessor - Class in com.opensymphony.xwork2.ognl.accessor
A stack that is able to call methods on objects in the stack.
CompoundRootAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
compoundRootAccessor - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
CompoundRootAccessor.MethodCall - Class in com.opensymphony.xwork2.ognl.accessor
 
CompoundRootAccessor.MethodCall(Class, String, Class[]) - Constructor for class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
conditionalParse(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
Parse expression passed in against value stack.
conditionalParse(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Parses the parameter for OGNL expressions against the valuestack
conditionalReload() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Reloads the Configuration files if the configuration files indicate that they need to be reloaded.
conditionalReload(Class, Map<String, Object>) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
ConditionalVisitorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
The validator allows you to forward validator to object properties of your action using the objects own validator files.
ConditionalVisitorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
ConditionalVisitorFieldValidator <field name="colleaguePosition"> <field-validator type="fieldexpression" short-circuit="true"> reason == 'colleague' and colleaguePositionID == '_CHOOSE_' <message>You must choose a position where you worked with this person, or choose "Other..."</message> </field-validator> <field-validator type="conditionalvisitor"> reason == 'colleague' and colleaguePositionID == 'OTHER' <message/> </field-validator> </field>
ConditionalVisitorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
 
config - Variable in class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
The original object.
config - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
config - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
CONFIG_SERVLET_CONTEXT_KEY - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
configFileName - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
Configuration - Interface in com.opensymphony.xwork2.config
XWork configuration.
configuration - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
configuration - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
configuration - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
configuration - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
configuration - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
configuration - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
configuration - Variable in class org.apache.struts2.components.Form
 
configuration - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
ConfigurationException - Exception in com.opensymphony.xwork2.config
ConfigurationException
ConfigurationException() - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationManager - Class in com.opensymphony.xwork2.config
ConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.
ConfigurationManager() - Constructor for class com.opensymphony.xwork2.config.ConfigurationManager
 
ConfigurationManager(String) - Constructor for class com.opensymphony.xwork2.config.ConfigurationManager
 
configurationManager - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
configurationManager - Variable in class com.opensymphony.xwork2.XWork
 
configurationManager - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
configurationManager - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store ConfigurationManager instance, set on init.
ConfigurationProvider - Interface in com.opensymphony.xwork2.config
Interface to be implemented by all forms of XWork configuration classes.
ConfigurationUtil - Class in com.opensymphony.xwork2.config
ConfigurationUtil
ConfigurationUtil() - Constructor for class com.opensymphony.xwork2.config.ConfigurationUtil
 
CONSOLE_MODE - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
consoleEnabled - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
constant - Variable in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
constant(String, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, int) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, long) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, double) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, float) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, short) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, char) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, Class) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a class to the given name.
constant(String, E) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an enum to the given name.
constant(Class<T>, String, T) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given type and name.
construct(InternalContext, Class<? super T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
Construct an instance.
constructAdapterInstance(Class, AdapterNode, String, Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
Create an instance of an adapter dynamically and set its context via the AdapterNode interface.
constructing - Variable in class com.opensymphony.xwork2.inject.ConstructionContext
 
constructInterceptorReference(InterceptorLocator, String, Map, Location, ObjectFactory) - Static method in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
ConstructionContext<T> - Class in com.opensymphony.xwork2.inject
Context of a dependency construction.
ConstructionContext() - Constructor for class com.opensymphony.xwork2.inject.ConstructionContext
 
ConstructionContext.DelegatingInvocationHandler<T> - Class in com.opensymphony.xwork2.inject
 
ConstructionContext.DelegatingInvocationHandler() - Constructor for class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
constructionContexts - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
constructor - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
constructors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
constructParameterInjector(Inject, ContainerImpl, Constructor<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
constructParameterizedInterceptorReferences(InterceptorLocator, InterceptorStackConfig, Map, ObjectFactory) - Static method in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig overriding the properties of the referenced interceptor with refParams.
CONTAINER - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the container
container - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
container - Variable in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
container - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
container - Variable in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
Container - Interface in com.opensymphony.xwork2.inject
Injects dependencies into constructors, methods and fields annotated with Inject.
container - Variable in class com.opensymphony.xwork2.inject.ExternalContext
 
container - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
container - Variable in class com.opensymphony.xwork2.ObjectFactory
 
container - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
container - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
container - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
container - Variable in class org.apache.struts2.components.I18n
 
container - Variable in class org.apache.struts2.components.template.TemplateEngineManager
 
container - Variable in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
container - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
CONTAINER_FACTORY - Static variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
ContainerBuilder - Class in com.opensymphony.xwork2.inject
Builds a dependency injection Container.
ContainerBuilder() - Constructor for class com.opensymphony.xwork2.inject.ContainerBuilder
Constructs a new builder.
ContainerBuilder.Command - Interface in com.opensymphony.xwork2.inject
Implemented by classes which participate in building a container.
ContainerImpl - Class in com.opensymphony.xwork2.inject
Default Container implementation.
ContainerImpl(Map<Key<?>, InternalFactory<?>>) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl
 
ContainerImpl.ConstructorInjector<T> - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.ConstructorInjector(ContainerImpl, Class<T>) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
ContainerImpl.ContextualCallable<T> - Interface in com.opensymphony.xwork2.inject
 
ContainerImpl.FieldInjector - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.FieldInjector(ContainerImpl, Field, String) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
ContainerImpl.Injector - Interface in com.opensymphony.xwork2.inject
Injects a field or method in a given object.
ContainerImpl.InjectorFactory<M extends Member & AnnotatedElement> - Interface in com.opensymphony.xwork2.inject
 
ContainerImpl.MethodInjector - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.MethodInjector(ContainerImpl, Method, String) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
ContainerImpl.MissingDependencyException - Exception in com.opensymphony.xwork2.inject
 
ContainerImpl.MissingDependencyException(String) - Constructor for exception com.opensymphony.xwork2.inject.ContainerImpl.MissingDependencyException
 
ContainerImpl.ParameterInjector<T> - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.ParameterInjector(ExternalContext<T>, InternalFactory<? extends T>) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
ContainerProvider - Interface in com.opensymphony.xwork2.config
Provides beans and constants/properties for the Container
containerProviders - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
contains(Class<?>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Returns true if this builder contains a mapping for the given type and name.
contains(Class<?>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to contains(type, Container.DEFAULT_NAME).
contains(String[], String) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
contains(char[], char) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Checks if the object is in the given array.
contains(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
 
contains(Object, Object) - Method in class org.apache.struts2.components.GenericUIBean
 
contains(Object, Object) - Method in class org.apache.struts2.components.ListUIBean
 
contains(Object, Object) - Static method in class org.apache.struts2.util.ContainUtil
Determine if obj2 exists in obj1.
containsItem(Collection, String) - Static method in class org.apache.struts2.interceptor.FileUploadInterceptor
 
containsKey(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
containsKey(Object) - Method in class org.apache.struts2.util.AttributeMap
 
containsValue(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
containsValue(Object) - Method in class org.apache.struts2.util.AttributeMap
 
ContainUtil - Class in org.apache.struts2.util
ContainUtil will check if object 1 contains object 2.
ContainUtil() - Constructor for class org.apache.struts2.util.ContainUtil
 
content - Variable in class org.apache.struts2.util.TabbedPane
 
contentDisposition - Variable in class org.apache.struts2.dispatcher.StreamResult
 
contentLength - Variable in class org.apache.struts2.dispatcher.StreamResult
 
contentType - Variable in class org.apache.struts2.dispatcher.StreamResult
 
context - Variable in class com.opensymphony.xwork2.ActionContext
 
Context - Interface in com.opensymphony.xwork2.inject
Context of the current injection.
context - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
context - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
context - Variable in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
context - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
context - Variable in class org.apache.struts2.dispatcher.ApplicationMap
 
context - Variable in class org.apache.struts2.util.AttributeMap
 
CONTEXT_COLLECTION_MAP - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
ContextBean - Class in org.apache.struts2.components
Base class for control and data tags
ContextBean(ValueStack) - Constructor for class org.apache.struts2.components.ContextBean
 
ContextBeanTag - Class in org.apache.struts2.views.jsp
 
ContextBeanTag() - Constructor for class org.apache.struts2.views.jsp.ContextBeanTag
 
ContextUtil - Class in org.apache.struts2.views.util
Value Stack's Context related Utilities.
ContextUtil() - Constructor for class org.apache.struts2.views.util.ContextUtil
 
conv - Variable in class com.opensymphony.xwork2.util.XWorkList
 
Conversion - Annotation Type in com.opensymphony.xwork2.conversion.annotations

A marker annotation for type conversions at Type level.

CONVERSION_COLLECTION_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
CONVERSION_ERROR_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the map of type conversion errors.
CONVERSION_PROPERTY_FULLNAME - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
ConversionDescription - Class in com.opensymphony.xwork2.conversion.metadata
ConversionDescription
ConversionDescription() - Constructor for class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
ConversionDescription(String) - Constructor for class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Creates an ConversionDescription with the specified property name.
ConversionErrorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks if there are any conversion errors for a field and applies them if they exist.
ConversionErrorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if a conversion error occured for this field.
ConversionErrorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
 
ConversionErrorFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
ConversionErrorFieldValidatorDescription
ConversionErrorFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
 
ConversionErrorFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
ConversionErrorInterceptor - Class in com.opensymphony.xwork2.interceptor
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.
ConversionErrorInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
ConversionRule - Enum in com.opensymphony.xwork2.conversion.annotations
ConversionRule
ConversionRule() - Constructor for enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
 
ConversionType - Enum in com.opensymphony.xwork2.conversion.annotations
ConversionType
ConversionType() - Constructor for enum com.opensymphony.xwork2.conversion.annotations.ConversionType
 
convert(String, E, Map) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
Clones the target object and its children, replacing various properties with the values of the wildcard-matched strings.
convert(String, ActionConfig, Map) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
convert(String, NamespaceMatch, Map) - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatcher
 
convert(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
 
convert(String) - Method in interface org.apache.struts2.util.IteratorGenerator.Converter
 
convert(Object) - Static method in class org.apache.struts2.util.MakeIterator
 
convertCommentsToString(List<String>) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
converter - Variable in class org.apache.struts2.util.IteratorGenerator
 
converterAttr - Variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
convertFromString(String, Class) - Method in class com.opensymphony.xwork2.conversion.impl.EnumTypeConverter
Deprecated. Converts one or more String values to the specified class.
convertFromString(Map, String[], Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
Converts one or more String values to the specified class.
convertParam(String, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
Inserts into a value wildcard-matched strings where specified with the {x} syntax.
convertParams(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
convertToString(Map, Object) - Method in class org.apache.struts2.util.StrutsTypeConverter
Converts the specified object to a String.
convertValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
convertValue(Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Returns the value converted numerically to the given class type This method also detects when arrays are being converted and converts the components of one array to the type of the other.
convertValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.EnumTypeConverter
Deprecated. Converts the given object to a given type.
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
convertValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Convert value from one form to another.
convertValue(Map, Object, Member, String, Object, Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverter
Converts the given value to a given type.
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.ognl.XWorkTypeConverterWrapper
 
convertValue(Map, Object, Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
 
CookieInterceptor - Class in org.apache.struts2.interceptor
The aim of this intercepter is to set values in the stack/action based on cookie name/value of interest.
CookieInterceptor() - Constructor for class org.apache.struts2.interceptor.CookieInterceptor
 
CookiesAware - Interface in org.apache.struts2.interceptor
 
cookiesNameSet - Variable in class org.apache.struts2.interceptor.CookieInterceptor
 
cookiesValueSet - Variable in class org.apache.struts2.interceptor.CookieInterceptor
 
copy(Object, Object, Map, Collection, Collection) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
copy(Object, Object, Map, Collection, Collection) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map, Collection, Collection) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(InputStream, OutputStream) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Copy bytes from the input stream to the output stream.
copyParams(Map) - Method in class org.apache.struts2.components.Component
Pushes this component's parameter Map as well as the component itself on to the stack and then copies the supplied parameters over.
count - Variable in class org.apache.struts2.util.IteratorGenerator
 
count - Variable in class org.apache.struts2.util.SubsetIteratorFilter
 
countAttr - Variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
countAttr - Variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
COUNTER - Static variable in class org.apache.struts2.dispatcher.ActionContextCleanUp
 
Counter - Class in org.apache.struts2.util
A bean that can be used to keep track of a counter.
Counter() - Constructor for class org.apache.struts2.util.Counter
 
create(Context) - Method in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
create(Context) - Method in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
create(boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Creates a Container instance.
create(ContainerImpl, M, String) - Method in interface com.opensymphony.xwork2.inject.ContainerImpl.InjectorFactory
 
create(Context) - Method in interface com.opensymphony.xwork2.inject.Factory
Creates an object to be injected.
create(InternalContext) - Method in interface com.opensymphony.xwork2.inject.InternalFactory
Creates an object to be injected.
create(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
Override to lazy load values.
create() - Method in interface org.apache.struts2.components.template.TemplateEngineManager.EngineFactory
 
create() - Method in class org.apache.struts2.components.template.TemplateEngineManager.LazyEngineFactory
 
create(Context) - Method in class org.apache.struts2.config.BeanSelectionProvider.ObjectFactoryDelegateFactory
 
CREATE_IF_NULL_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
Deprecated. Use ReflectionContextState.CREATE_NULL_OBJECTS instead
CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
createAction(Map) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
createActionProxy(String, String, Map) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
Deprecated. Since 2.1.1, use instead
createActionProxy(String, String, String, Map) - Method in interface com.opensymphony.xwork2.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, Map, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
Deprecated. Since 2.1.1, use ActionProxyFactory.createActionProxy(String,String,String,Map,boolean,boolean) instead
createActionProxy(String, String, String, Map, boolean, boolean) - Method in interface com.opensymphony.xwork2.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) - Method in interface com.opensymphony.xwork2.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) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
createActionProxy(String, String, String, Map) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
createActionProxy(String, String, Map, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
createActionProxy(String, String, String, Map, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
createActionProxy(ActionInvocation, String, String, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class org.apache.struts2.impl.StrutsActionProxyFactory
 
createAndStart() - Static method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
createAttribute(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createBootstrapContainer() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
createCDATASection(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createCollection(Object, String, Class, Class, int) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
Creates a Collection of the specified type.
createComment(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createConfiguration(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
Create the instance of the freemarker Configuration object.
createContext(VelocityManager, ValueStack, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts2.dispatcher.VelocityResult
Creates the VelocityContext that we'll use to render this page.
createContext(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.VelocityManager
This method is responsible for creating the standard VelocityContext used by all WW2 velocity views.
createContextMap() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
createContextMap(HttpServletRequest, HttpServletResponse, ActionMapping, ServletContext) - Method in class org.apache.struts2.dispatcher.Dispatcher
Create a context map containing all the wrapped request objects
createContextMap(Map, Map, Map, Map, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts2.dispatcher.Dispatcher
Merge all application and servlet attributes into a single HashMap to represent the entire Action context.
created - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
createDefaultContext(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionContextFactory
 
createDefaultContext(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionContextFactory
Creates and returns a new standard naming context for evaluating an OGNL expression.
createDispatcher(FilterConfig) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Create a default Dispatcher that subclasses can override with a custom Dispatcher, if needed.
createDocumentFragment() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createElement(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createElementNS(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createEntityReference(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createExtraContext() - Method in class org.apache.struts2.components.ActionComponent
 
CreateIfNull - Annotation Type in com.opensymphony.xwork2.util

Sets the CreateIfNull for type conversion.

createInstance(Class, LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
 
createInstance(ResourceBundle, LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
 
createMissesKey(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Creates a key to used for lookup/storing in the bundle misses cache.
createModel() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Build the instance of the ScopesHashModel, including JspTagLib support

Objects added to the model are

Application - servlet context attributes hash model JspTaglibs - jsp tag lib factory model Request - request attributes hash model Session - session attributes hash model request - the HttpServletRequst object for direct access response - the HttpServletResponse object for direct access stack - the OgnLValueStack instance for direct access ognl - the instance of the OgnlTool action - the action itself exception - optional : the JSP or Servlet exception as per the servlet spec (for JSP Exception pages) struts - instance of the StrutsUtil class

createObject(Class, Object, String, Map) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
createParameterInjector(Key<T>, Member) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
createParametersForContext() - Method in class org.apache.struts2.components.ActionComponent
Creates parameters map using parameters from the value stack and component parameters.
createProcessingInstruction(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createPropertyMap(InternalContextAdapter, Node) - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
create a Map of properties that the user has passed in.
createProxy(Class<? super T>) - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
createRequestContext(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
Creates a RequestContext needed by Jakarta Commons Upload.
createResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
CreateSessionInterceptor - Class in org.apache.struts2.interceptor
This interceptor creates the HttpSession.
CreateSessionInterceptor() - Constructor for class org.apache.struts2.interceptor.CreateSessionInterceptor
 
createTextNode(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
createTypeConverter(String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
createValueStack() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
createValueStack(ValueStack) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
createValueStack() - Method in interface com.opensymphony.xwork2.util.ValueStackFactory
Get a new instance of ValueStack
createValueStack(ValueStack) - Method in interface com.opensymphony.xwork2.util.ValueStackFactory
Get a new instance of ValueStack
cssClass - Variable in class org.apache.struts2.components.UIBean
 
cssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
cssErrorClass - Variable in class org.apache.struts2.components.UIBean
 
cssErrorClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
cssErrorStyle - Variable in class org.apache.struts2.components.UIBean
 
cssErrorStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
cssStyle - Variable in class org.apache.struts2.components.UIBean
 
cssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
ctx - Variable in class org.apache.struts2.util.VelocityStrutsUtil
 
cur - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
current - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
 
current - Variable in class org.apache.struts2.util.Counter
 
current - Variable in class org.apache.struts2.util.Timer
 
CURRENT_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
currentCount - Variable in class org.apache.struts2.util.IteratorGenerator
 
currentCount - Variable in class org.apache.struts2.util.SubsetIteratorFilter
 
currentReference - Variable in class com.opensymphony.xwork2.inject.ConstructionContext
 
customConfigFile - Variable in class org.apache.struts2.views.velocity.VelocityManager
 
CustomValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This annotation can be used for custom validators.
cutStack(int) - Method in class com.opensymphony.xwork2.util.CompoundRoot
 

D

Date - Class in org.apache.struts2.components
Format Date object in different ways.
Date(ValueStack) - Constructor for class org.apache.struts2.components.Date
 
date - Variable in class org.apache.struts2.util.DateFormatter
 
date - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
DateDirective - Class in org.apache.struts2.views.velocity.components
DateDirective
DateDirective() - Constructor for class org.apache.struts2.views.velocity.components.DateDirective
 
DateFormatter - Class in org.apache.struts2.util
A bean that can be used to format dates
DateFormatter() - Constructor for class org.apache.struts2.util.DateFormatter
 
DateModel - Class in org.apache.struts2.views.freemarker.tags
DateModel
DateModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DateModel
 
DateRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a date field has a value within a specified range.
DateRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the date supplied is within a specific range.
DateRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
DateRangeFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
DateRangeFieldValidatorDescription
DateRangeFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
DateRangeFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
DateTag - Class in org.apache.struts2.views.jsp
 
DateTag() - Constructor for class org.apache.struts2.views.jsp.DateTag
 
DATETAG_DEFAULT_DAYS - Static variable in class org.apache.struts2.components.Date
 
DATETAG_DEFAULT_FUTURE - Static variable in class org.apache.struts2.components.Date
 
DATETAG_DEFAULT_HOURS - Static variable in class org.apache.struts2.components.Date
 
DATETAG_DEFAULT_MINUTES - Static variable in class org.apache.struts2.components.Date
 
DATETAG_DEFAULT_PAST - Static variable in class org.apache.struts2.components.Date
 
DATETAG_DEFAULT_SECONDS - Static variable in class org.apache.struts2.components.Date
 
DATETAG_DEFAULT_YEARS - Static variable in class org.apache.struts2.components.Date
 
DATETAG_PROPERTY - Static variable in class org.apache.struts2.components.Date
Property name to fall back when no format is specified
DATETAG_PROPERTY_DAYS - Static variable in class org.apache.struts2.components.Date
Property name that defines the days notation (default: {0,choice,1#one day|1<{0} days}{1,choice,0#|1#, one hour|1<, {1} hours})
DATETAG_PROPERTY_FUTURE - Static variable in class org.apache.struts2.components.Date
Property name that defines the future notation (default: in {0})
DATETAG_PROPERTY_HOURS - Static variable in class org.apache.struts2.components.Date
Property name that defines the hours notation (default: {0,choice,1#one hour|1<{0} hours}{1,choice,0#|1#, one minute|1<, {1} minutes})
DATETAG_PROPERTY_MINUTES - Static variable in class org.apache.struts2.components.Date
Property name that defines the minutes notation (default: {0,choice,1#one minute|1<{0} minutes})
DATETAG_PROPERTY_PAST - Static variable in class org.apache.struts2.components.Date
Property name that defines the past notation (default: {0} ago)
DATETAG_PROPERTY_SECONDS - Static variable in class org.apache.struts2.components.Date
Property name that defines the seconds notation (default: in instant)
DATETAG_PROPERTY_YEARS - Static variable in class org.apache.struts2.components.Date
Property name that defines the years notation (default: {0,choice,1#one year|1<{0} years}{1,choice,0#|1#, one day|1<, {1} days})
debug(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
debug(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
debug(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
debug(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
debug(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
debug(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
Debug - Class in org.apache.struts2.components
 
Debug(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Debug
 
Debug.DebugMapEntry - Class in org.apache.struts2.components
 
Debug.DebugMapEntry(Object, Object) - Constructor for class org.apache.struts2.components.Debug.DebugMapEntry
 
DEBUG_PARAM - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
DebuggingInterceptor - Class in org.apache.struts2.interceptor.debugging
Provides several different debugging screens to provide insight into the data behind the page.
DebuggingInterceptor() - Constructor for class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
DebugTag - Class in org.apache.struts2.views.jsp.ui
 
DebugTag() - Constructor for class org.apache.struts2.views.jsp.ui.DebugTag
 
decide(Object) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
decide(Object) - Method in interface org.apache.struts2.util.SubsetIteratorFilter.Decider
Should the object be added to the list?
decider - Variable in class org.apache.struts2.util.SubsetIteratorFilter
 
deciderAttr - Variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
declarative - Variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
decodeAndWrite(Writer, ByteBuffer, CharBuffer, CharsetDecoder, boolean) - Static method in class org.apache.struts2.util.FastByteArrayOutputStream
 
decodeAndWriteBuffered(Writer, ByteBuffer, CharBuffer, CharsetDecoder, boolean) - Static method in class org.apache.struts2.util.FastByteArrayOutputStream
 
decodeAndWriteOut(Writer, byte[], int, ByteBuffer, CharBuffer, CharsetDecoder, boolean) - Static method in class org.apache.struts2.util.FastByteArrayOutputStream
 
DECORATE_PARAM - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
deduceLocale() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Returns the locale used for the Configuration.getTemplate(String, Locale) call.
DEFAULT_ALIAS_KEY - Static variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
DEFAULT_BEAN_NAME - Static variable in class org.apache.struts2.config.BeanSelectionProvider
 
DEFAULT_BLOCK_SIZE - Static variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
DEFAULT_CONFIGURATION_PATHS - Static variable in class org.apache.struts2.dispatcher.Dispatcher
Provide list of default configuration files.
DEFAULT_DELIMITER - Static variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
DEFAULT_FOO_VALUE - Static variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
DEFAULT_HTTP_PORT - Static variable in class org.apache.struts2.views.util.UrlHelper
Default HTTP port (80).
DEFAULT_HTTPS_PORT - Static variable in class org.apache.struts2.views.util.UrlHelper
Default HTTPS port (443).
DEFAULT_INVALID_FIELDVALUE - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
DEFAULT_INVOCATION_METHODNAME - Static variable in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
 
DEFAULT_MESSAGE - Static variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
DEFAULT_NAME - Static variable in interface com.opensymphony.xwork2.inject.Container
Default dependency name.
DEFAULT_PARAM - Static variable in class com.opensymphony.xwork2.ActionChainResult
The result parameter name to set the name of the action to chain to.
DEFAULT_PARAM - Static variable in class org.apache.struts2.dispatcher.HttpHeaderResult
The default parameter
DEFAULT_PARAM - Static variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
The default parameter
DEFAULT_PARAM - Static variable in class org.apache.struts2.dispatcher.StreamResult
 
DEFAULT_PARAM - Static variable in class org.apache.struts2.dispatcher.StrutsResultSupport
The default parameter
DEFAULT_PARAM - Static variable in class org.apache.struts2.views.xslt.XSLTResult
'stylesheetLocation' parameter.
DEFAULT_PARAMETER - Static variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
DEFAULT_RESOURCE_BUNDLES - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
DEFAULT_SEPARATOR - Static variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
DEFAULT_SESSION_ATTRIBUTE - Static variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
DEFAULT_TEMPLATE_TYPE - Static variable in class org.apache.struts2.components.template.TemplateEngineManager
The default template extenstion is ftl.
DEFAULT_TEMPLATE_TYPE_CONFIG_KEY - Static variable in class org.apache.struts2.components.template.TemplateEngineManager
 
DEFAULT_THEME_PROPERTIES_FILE_NAME - Static variable in class org.apache.struts2.components.template.BaseTemplateEngine
The default theme properties file name.
DEFAULT_TOKEN_NAME - Static variable in class org.apache.struts2.util.TokenHelper
The default name to map the token value
DefaultActionInvocation - Class in com.opensymphony.xwork2
The Default ActionInvocation implementation
DefaultActionInvocation(Map, boolean) - Constructor for class com.opensymphony.xwork2.DefaultActionInvocation
 
DefaultActionMapper - Class in org.apache.struts2.dispatcher.mapper
Default action mapper implementation, using the standard *.[ext] (where ext usually "action") pattern.
DefaultActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
DefaultActionProxy - Class in com.opensymphony.xwork2
The Default ActionProxy implementation
DefaultActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Constructor for class com.opensymphony.xwork2.DefaultActionProxy
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
DefaultActionProxyFactory - Class in com.opensymphony.xwork2
Default factory for ActionProxyFactory.
DefaultActionProxyFactory() - Constructor for class com.opensymphony.xwork2.DefaultActionProxyFactory
 
defaultActionRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
defaultActionRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
DefaultActionSupport - Class in org.apache.struts2.dispatcher
A simple action support class that sets properties to be able to serve
DefaultActionSupport() - Constructor for class org.apache.struts2.dispatcher.DefaultActionSupport
Constructor
DefaultActionValidatorManager - Class in com.opensymphony.xwork2.validator
This is the entry point into XWork's rule-based validation framework.
DefaultActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
defaultBlock - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
defaultClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
defaultClassRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
defaultClassRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
DefaultConfiguration - Class in com.opensymphony.xwork2.config.impl
DefaultConfiguration
DefaultConfiguration() - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
DefaultConfiguration(String) - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
DefaultConfiguration.ContainerProperties - Class in com.opensymphony.xwork2.config.impl
 
DefaultConfiguration.ContainerProperties() - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
DefaultConfiguration.RuntimeConfigurationImpl - Class in com.opensymphony.xwork2.config.impl
 
DefaultConfiguration.RuntimeConfigurationImpl(Map<String, Map<String, ActionConfig>>, Map<String, String>) - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
defaultConverter - Variable in class com.opensymphony.xwork2.ognl.OgnlUtil
 
defaultEncoding - Static variable in class org.apache.struts2.components.Include
 
defaultEncoding - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store state of StrutsConstants.STRUTS_I18N_ENCODING setting.
defaultEncoding - Variable in class org.apache.struts2.dispatcher.VelocityResult
 
defaultFrameworkBeanName - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
defaultFrameworkBeanName - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
defaultImpl - Static variable in class org.apache.struts2.config.Settings
Deprecated. An instance of DefaultSettings to use when another implementation is not provided (plugged in).
defaultInterceptorRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
defaultInterceptorRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
defaultLocale - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store state of StrutsConstants.STRUTS_LOCALE setting.
defaultMappings - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Record class and its type converter mapping.
defaultMessage(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
defaultMessage - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
defaultMessage - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
DefaultObjectTypeDeterminer - Class in 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) - Constructor for class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
DefaultPropertiesProvider - Class in org.apache.struts2.config
Loads the default properties, separate from the usual struts.properties loading
DefaultPropertiesProvider() - Constructor for class org.apache.struts2.config.DefaultPropertiesProvider
 
defaultPutStrategy - Static variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
defaultResultParam(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
defaultResultParam - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
defaultResultType(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
sets the default Result type for this package
defaultResultType - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
DefaultSettings - Class in org.apache.struts2.config
DefaultSettings implements optional methods of Settings.
DefaultSettings() - Constructor for class org.apache.struts2.config.DefaultSettings
Constructs an instance by loading the standard property files, any custom property files (struts.custom.properties), and any custom message resources ().
DefaultTagLibrary - Class in org.apache.struts2.views
The default Struts tag library
DefaultTagLibrary() - Constructor for class org.apache.struts2.views.DefaultTagLibrary
 
defaultTemplateDir - Variable in class org.apache.struts2.components.UIBean
 
defaultTemplateType - Variable in class org.apache.struts2.components.template.TemplateEngineManager
 
DefaultTextProvider - Class in com.opensymphony.xwork2
DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
DefaultTextProvider() - Constructor for class com.opensymphony.xwork2.DefaultTextProvider
 
defaultType - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
DefaultTypeConverter - Class in com.opensymphony.xwork2.conversion.impl
Default type conversion.
DefaultTypeConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
defaultTypeConverter - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
defaultUITheme - Variable in class org.apache.struts2.components.UIBean
 
DefaultValidatorFactory - Class in com.opensymphony.xwork2.validator
Default validator factory
DefaultValidatorFactory(ObjectFactory, ValidatorFileParser) - Constructor for class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
DefaultValidatorFileParser - Class in com.opensymphony.xwork2.validator
Parse the validation file.
DefaultValidatorFileParser() - Constructor for class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
defaultValue - Variable in class org.apache.struts2.components.Property
 
defaultValue - Variable in class org.apache.struts2.views.jsp.PropertyTag
 
DefaultWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.
DefaultWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
delay - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
delaySleepInterval - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
delegate - Variable in class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
delegate - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
delegate - Variable in class org.apache.struts2.config.DefaultSettings
The Settings object that handles API calls.
delegates - Variable in class org.apache.struts2.config.DelegatingSettings
The Settings objects.
DelegatingSettings - Class in org.apache.struts2.config
DelegatingSettings stores an internal list of Settings objects to update settings or retrieve settings values.
DelegatingSettings(Settings[]) - Constructor for class org.apache.struts2.config.DelegatingSettings
Creates a new DelegatingSettings object utilizing the list of Settings objects.
DelegatingValidatorContext - Class in com.opensymphony.xwork2.validator
A default implementation of the ValidatorContext interface.
DelegatingValidatorContext(ValidationAware, TextProvider, LocaleProvider) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
Creates a new validation context given a ValidationAware object, and a text and locale provider.
DelegatingValidatorContext(Object) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
Creates a new validation context given an object - usually an Action.
DelegatingValidatorContext(Class) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
Create a new validation context given a Class definition.
DelegatingValidatorContext.ActionContextLocaleProvider - Class in com.opensymphony.xwork2.validator
An implementation of LocaleProvider which gets the locale from the action context.
DelegatingValidatorContext.ActionContextLocaleProvider() - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext.ActionContextLocaleProvider
 
DelegatingValidatorContext.LoggingValidationAware - Class in com.opensymphony.xwork2.validator
An implementation of ValidationAware which logs errors and messages.
DelegatingValidatorContext.LoggingValidationAware(Class) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
DelegatingValidatorContext.LoggingValidationAware(Object) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
deleteData(int, int) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
deleteData(int, int) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
delimiter - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the list delimiter character.
deliverBadNews(Throwable) - Method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
DENY_INDEXED_ACCESS_EXECUTION - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
Deprecated. Use ReflectionContextState.DENY_INDEXED_ACCESS_EXECUTION instead
DENY_INDEXED_ACCESS_EXECUTION - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
DENY_METHOD_EXECUTION - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
Deprecated. Use ReflectionContextState.DENY_METHOD_EXECUTION instead
DENY_METHOD_EXECUTION - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
DependencyException - Exception in com.opensymphony.xwork2.inject
Thrown when a dependency is misconfigured.
DependencyException(String) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
 
DependencyException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
 
DependencyException(Throwable) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
 
DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
depth - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
dereference(ReferenceType, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns the refererent for reference given its reference type.
dereferenceCollection(ReferenceType, T, T) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences elements in in using referenceType and puts them in out.
dereferenceEntry(Map.Entry<Object, Object>) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences an entry.
dereferenceKey(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Converts a reference to a key.
dereferenceKeySet(Set) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences a set of key references.
dereferenceValue(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Converts a reference to a value.
dereferenceValues(Collection) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences a collection of value references.
description - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
destroy() - Method in interface com.opensymphony.xwork2.config.Configuration
Allow the Configuration to clean up any resources that have been used.
destroy() - Method in interface com.opensymphony.xwork2.config.ContainerProvider
Called before removed from the configuration manager
destroy() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Allows the configuration to clean up any resources used
destroy() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
destroy() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
destroy() - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
 
destroy() - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Does nothing
destroy() - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
destroy() - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
Called to let an interceptor clean up any resources it has allocated.
destroy() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
Called to let an interceptor clean up any resources it has allocated.
destroy() - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
 
destroy() - Method in class org.apache.struts2.config.BeanSelectionProvider
 
destroy() - Method in class org.apache.struts2.config.DefaultPropertiesProvider
 
destroy() - Method in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
destroy() - Method in class org.apache.struts2.dispatcher.ActionContextCleanUp
 
destroy() - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Calls dispatcher.cleanup, which in turn releases local threads and destroys any DispatchListeners.
destroy() - Method in class org.apache.struts2.interceptor.CheckboxInterceptor
 
destroy() - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Unused.
destroy() - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
destroy() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
destroy() - Method in interface org.apache.struts2.util.ObjectFactoryDestroyable
 
destroyConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Destroy its managing Configuration instance
determineActionURL(String, String, String, HttpServletRequest, HttpServletResponse, Map, String, boolean, boolean, boolean, boolean) - Method in class org.apache.struts2.components.Component
Renders an action URL by consulting the ActionMapper.
determineCurrentEnumeration() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
determineNamespace(String, ValueStack, HttpServletRequest) - Method in class org.apache.struts2.components.Component
Determines the namespace of the current page being renderdd.
devMode - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
devMode - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
devMode - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store state of StrutsConstants.STRUTS_DEVMODE setting.
devMode - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
devMode - Variable in class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
dir - Variable in class org.apache.struts2.components.template.Template
 
disabled - Variable in class org.apache.struts2.components.UIBean
 
disabled - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
disabled - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
disallowedRoles - Variable in class org.apache.struts2.interceptor.RolesInterceptor
 
Dispatcher - Class in org.apache.struts2.dispatcher
A utility class the actual dispatcher delegates most of its tasks to.
Dispatcher(ServletContext, Map<String, String>) - Constructor for class org.apache.struts2.dispatcher.Dispatcher
Create the Dispatcher instance for a given ServletContext and set of initialization parameters.
dispatcher - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Expose Dispatcher instance to subclass.
Dispatcher.Locator - Class in org.apache.struts2.dispatcher
Provide an accessor class for static XWork utility.
Dispatcher.Locator() - Constructor for class org.apache.struts2.dispatcher.Dispatcher.Locator
 
dispatcherDestroyed(Dispatcher) - Method in interface org.apache.struts2.dispatcher.DispatcherListener
Called when the dispatcher is destroyed
dispatcherInitialized(Dispatcher) - Method in interface org.apache.struts2.dispatcher.DispatcherListener
Called when the dispatcher is initialized
DispatcherListener - Interface in org.apache.struts2.dispatcher
A interface to tag those that want to execute code on the init and destory of a Dispatcher.
dispatcherListeners - Static variable in class org.apache.struts2.dispatcher.Dispatcher
Store list of DispatcherListeners.
Div - Class in org.apache.struts2.components
Creates an HTML <div>
Div(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Div
 
div - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
DivDirective - Class in org.apache.struts2.views.velocity.components
 
DivDirective() - Constructor for class org.apache.struts2.views.velocity.components.DivDirective
 
DivModel - Class in org.apache.struts2.views.freemarker.tags
 
DivModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DivModel
 
DivTag - Class in org.apache.struts2.views.jsp.ui
 
DivTag() - Constructor for class org.apache.struts2.views.jsp.ui.DivTag
 
doAfterBody() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
doBeforeInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Gets the current action and its context and delegates to ActionValidatorManager proper validate method.
doConvertFromNumberToString(Map, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
Converts the input as a number using java's number formatter to a string output.
doConvertToArray(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToBoolean(Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToCharacter(Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToClass(Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToCollection(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToDate(Map, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToNumber(Map, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
doConvertToString(Map, Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
documents - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
doDefault() - Method in class com.opensymphony.xwork2.ActionSupport
 
doEndTag() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
doEndTag() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
doesMatchClass() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
 
doesMatchClass() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
 
doesMatchClass() - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
 
doesMatchResource() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
 
doesMatchResource() - Method in class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
 
doesMatchResource() - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.PlainTextResult
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.ServletDispatcherResult
Dispatches to the given location.
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.ServletRedirectResult
Redirects to the location specified by calling HttpServletResponse.sendRedirect(String).
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.StreamResult
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Executes the result given a final location (jsp page, action, etc) and the action invocation (the state in which the action was executed).
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.dispatcher.VelocityResult
Creates a Velocity context from the action, loads a Velocity template and executes the template.
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Execute this result, using the specified template locationArg.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.ActionContextCleanUp
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Process an action or handle a request a static resource.
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
Intercept ActionInvocation and returns a inputResultName when action / field errors is found registered.
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
Subclasses must override to implement the interceptor logic.
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
 
doIntercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
doLog(Logger, Exception) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Performs the actual logging.
doLog(Logger, String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Performs the actual logging.
DomHelper - Class in com.opensymphony.xwork2.util
Helper class to create and retrieve information from location-enabled DOM-trees.
DomHelper() - Constructor for class com.opensymphony.xwork2.util.DomHelper
 
DomHelper.DOMBuilder - Class in com.opensymphony.xwork2.util
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DomHelper.DOMBuilder() - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.DOMBuilder(SAXTransformerFactory) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.DOMBuilder(Node) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Constructs a new instance that appends nodes to the given parent node.
DomHelper.DOMBuilder(SAXTransformerFactory, Node) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.StartHandler - Class in com.opensymphony.xwork2.util
 
DomHelper.StartHandler(ContentHandler, Map) - Constructor for class com.opensymphony.xwork2.util.DomHelper.StartHandler
Create a filter that is chained to another handler.
done - Variable in class org.apache.struts2.interceptor.BackgroundProcess
 
doProfiling() - Method in interface com.opensymphony.xwork2.util.profiling.UtilTimerStack.ProfilingBlock
Method that execute the code subjected to profiling.
doStartTag() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
doStartTag() - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
doTrim - Variable in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
doTrim - Variable in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
doubleAccesskey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleAccesskey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleCssClass - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleCssStyle - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleCssStyle - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleDisabled - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleDisabled - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleEmptyOption - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleEmptyOption - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleHeaderKey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleHeaderKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleHeaderValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleHeaderValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleId - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleId - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleList - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleList - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleListKey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
DoubleListUIBean - Class in org.apache.struts2.components
DoubleListUIBean is the standard superclass of all Struts double list handling components.
DoubleListUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DoubleListUIBean
 
doubleListValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleListValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleMultiple - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleMultiple - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleName - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleName - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnblur - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnblur - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnchange - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnchange - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnclick - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOndblclick - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOndblclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnfocus - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnfocus - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnkeydown - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnkeydown - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnkeypress - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnkeypress - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnkeyup - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnkeyup - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmousedown - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmousedown - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmousemove - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmousemove - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmouseout - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmouseout - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmouseover - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmouseover - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnmouseup - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnmouseup - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleOnselect - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleOnselect - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
DoubleRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a double field has a value within a specified range.
DoubleRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the double specified is within a certain range.
DoubleRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
DoubleRangeFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
DoubleRangeFieldValidatorDescription
DoubleRangeFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
DoubleRangeFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
Creates an DoubleRangeFieldValidatorDescription with the specified field name.
DoubleSelect - Class in org.apache.struts2.components
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
DoubleSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.DoubleSelect
 
doubleselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
DoubleSelectDirective - Class in org.apache.struts2.views.velocity.components
 
DoubleSelectDirective() - Constructor for class org.apache.struts2.views.velocity.components.DoubleSelectDirective
 
DoubleSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
DoubleSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.DoubleSelectModel
 
DoubleSelectTag - Class in org.apache.struts2.views.jsp.ui
 
DoubleSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
doubleSize - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleSize - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doubleValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a double-precision floating-point number.
doubleValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
doubleValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
doValidate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
doValidate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
downLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
downLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
dropExtension(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Deprecated. Since 2.1, use DefaultActionMapper.dropExtension(java.lang.String,org.apache.struts2.dispatcher.mapper.ActionMapping) instead
dropExtension(String, ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Drops the extension from the action name, storing it in the mapping for later use
dtdMappings - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
dtdMappings - Variable in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
dynamicAttributes - Variable in class org.apache.struts2.components.UIBean
 
dynamicAttributes - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 

E

Element - Annotation Type in com.opensymphony.xwork2.util

Sets the Element for type conversion.

element() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
Get the proxied Element
ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
elementClass - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
elementStack - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
Else - Class in org.apache.struts2.components
 
Else(ValueStack) - Constructor for class org.apache.struts2.components.Else
 
ElseIf - Class in org.apache.struts2.components
 
ElseIf(ValueStack) - Constructor for class org.apache.struts2.components.ElseIf
 
ElseIfModel - Class in org.apache.struts2.views.freemarker.tags
 
ElseIfModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ElseIfModel
 
elseIfModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ElseIfTag - Class in org.apache.struts2.views.jsp
 
ElseIfTag() - Constructor for class org.apache.struts2.views.jsp.ElseIfTag
 
ElseModel - Class in org.apache.struts2.views.freemarker.tags
 
ElseModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ElseModel
 
elseModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ElseTag - Class in org.apache.struts2.views.jsp
 
ElseTag() - Constructor for class org.apache.struts2.views.jsp.ElseTag
 
emailAddressPattern - Static variable in class com.opensymphony.xwork2.validator.validators.EmailValidator
 
EmailValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a field is a valid e-mail address if it contains a non-empty String.
EmailValidator - Class in com.opensymphony.xwork2.validator.validators
EmailValidator checks that a given String field, if not empty, is a valid email address.
EmailValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.EmailValidator
 
EmailValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
EmailValidatorDescription
EmailValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
 
EmailValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
EMPTY_ARGS - Static variable in class com.opensymphony.xwork2.DefaultTextProvider
 
EMPTY_NAMEDNODEMAP - Static variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
emptyOption - Variable in class org.apache.struts2.components.ComboBox
 
emptyOption - Variable in class org.apache.struts2.components.DoubleListUIBean
 
emptyOption - Variable in class org.apache.struts2.components.Select
 
emptyOption - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
emptyOption - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
emptyOption - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
enableAncestorFormCustomOnsubmit() - Method in class org.apache.struts2.components.UIBean
 
enableXmlWithConsole - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
encode - Variable in class org.apache.struts2.components.URL
 
encode - Variable in class org.apache.struts2.dispatcher.StrutsResultSupport
 
encode - Variable in class org.apache.struts2.views.jsp.URLTag
 
encoding - Variable in class org.apache.struts2.components.Head
 
encoding - Static variable in class org.apache.struts2.components.Include
 
encoding - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Store state of StrutsConstants.STRUTS_I18N_ENCODING setting.
encoding - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
encodingDefined - Static variable in class org.apache.struts2.components.Include
 
enctype - Variable in class org.apache.struts2.components.Form
 
enctype - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
end(Writer, String) - Method in class org.apache.struts2.components.ActionComponent
 
end(Writer, String) - Method in class org.apache.struts2.components.AppendIterator
 
end(Writer, String) - Method in class org.apache.struts2.components.Bean
 
end(Writer, String) - Method in class org.apache.struts2.components.Component
Callback for the end tag of this component.
end(Writer, String, boolean) - Method in class org.apache.struts2.components.Component
Callback for the start tag of this component.
end(Writer, String) - Method in class org.apache.struts2.components.Date
 
end(Writer, String) - Method in class org.apache.struts2.components.ElseIf
 
end(Writer, String) - Method in class org.apache.struts2.components.I18n
 
end(Writer, String) - Method in class org.apache.struts2.components.If
 
end(Writer, String) - Method in class org.apache.struts2.components.Include
 
end(Writer, String) - Method in class org.apache.struts2.components.IteratorComponent
 
end(Writer, String) - Method in class org.apache.struts2.components.MergeIterator
 
end(Writer, String) - Method in class org.apache.struts2.components.OptGroup
 
end(Writer, String) - Method in class org.apache.struts2.components.Param
 
end(Writer, String) - Method in class org.apache.struts2.components.Push
 
end(Writer, String) - Method in class org.apache.struts2.components.Set
 
end(Writer, String) - Method in class org.apache.struts2.components.Submit
Overrides to be able to render body in a template rather than always before the template
end(Writer, String) - Method in class org.apache.struts2.components.Text
 
end(Writer, String) - Method in class org.apache.struts2.components.UIBean
 
end(Writer, String) - Method in class org.apache.struts2.components.URL
 
endDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
endDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
endDocument() - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
endNode() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
endOfLine() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
ensureAttributeSafelyNotEscaped(String) - Method in class org.apache.struts2.components.UIBean
Ensures an unescaped attribute value cannot be vulnerable to XSS attacks
ensureNotCreated() - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Currently we only support creating one Container instance per builder.
ensureNotNull(Object) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
ensureNotNull(Object...) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
entries - Variable in class org.apache.struts2.dispatcher.ApplicationMap
 
entries - Variable in class org.apache.struts2.dispatcher.RequestMap
 
entries - Variable in class org.apache.struts2.dispatcher.SessionMap
 
entrySet() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns an unmodifiable set view of the entries in this map.
entrySet() - Method in class org.apache.struts2.dispatcher.ApplicationMap
Creates a Set of all servlet context attributes as well as context init parameters.
entrySet() - Method in class org.apache.struts2.dispatcher.RequestMap
Returns a Set of attributes from the http request.
entrySet() - Method in class org.apache.struts2.dispatcher.SessionMap
Returns a Set of attributes from the http session.
entrySet() - Method in class org.apache.struts2.util.AttributeMap
 
enumeration - Variable in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
enums - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
EnumTypeConverter - Class in com.opensymphony.xwork2.conversion.impl
Deprecated. Since Struts 2.1.0 as enum support is now built into XWork
EnumTypeConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.EnumTypeConverter
Deprecated.  
enumValue(Class, Object) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
equals(Object) - Method in class com.opensymphony.xwork2.ActionChainResult
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.Key
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
equals(Object) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
equals(Object) - Method in class com.opensymphony.xwork2.mock.MockResult
 
equals(Object) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
equals(Object) - Method in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
equals(Object) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
equals(Object) - Method in class org.apache.struts2.interceptor.ScopeInterceptor.NULLClass
 
ERROR - Static variable in interface com.opensymphony.xwork2.Action
The action execution was a failure.
error(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
error(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
error(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
error(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
error(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
error(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
error(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
error - Variable in class org.apache.struts2.dispatcher.HttpHeaderResult
 
errorFieldNames - Variable in class org.apache.struts2.components.FieldError
 
errorIfMissing - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
errorMessage - Variable in class org.apache.struts2.dispatcher.HttpHeaderResult
 
errors - Variable in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
errors - Variable in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
escape - Variable in class org.apache.struts2.components.Property
 
escape(String) - Method in class org.apache.struts2.components.UIBean
 
escape - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
escape - Variable in class org.apache.struts2.views.jsp.PropertyTag
 
escapeAmp - Variable in class org.apache.struts2.components.URL
 
escapeAmp - Variable in class org.apache.struts2.views.jsp.URLTag
 
escapeHTML(String) - Static method in class org.apache.struts2.views.util.TextUtil
Call escapeHTML(s, false)
escapeHTML(String, boolean) - Static method in class org.apache.struts2.views.util.TextUtil
Escape HTML.
escapeJSON(Object) - Method in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
evaluate(Object) - Method in interface com.opensymphony.xwork2.util.TextParseUtil.ParsedValueEvaluator
Evaluated the value parsed by Ognl value stack.
evaluate(String) - Method in class org.apache.struts2.util.VelocityStrutsUtil
 
evaluateClientSideJsEnablement(String, String, String) - Method in class org.apache.struts2.components.Form
Evaluate client side JavaScript Enablement.
evaluateExtraParams() - Method in class org.apache.struts2.components.Anchor
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Checkbox
 
evaluateExtraParams() - Method in class org.apache.struts2.components.ComboBox
 
evaluateExtraParams() - Method in class org.apache.struts2.components.DoubleListUIBean
 
evaluateExtraParams() - Method in class org.apache.struts2.components.DoubleSelect
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Form
 
evaluateExtraParams() - Method in class org.apache.struts2.components.FormButton
 
evaluateExtraParams() - Method in class org.apache.struts2.components.InputTransferSelect
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Label
 
evaluateExtraParams() - Method in class org.apache.struts2.components.ListUIBean
 
evaluateExtraParams() - Method in class org.apache.struts2.components.OptionTransferSelect
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Password
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Select
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Submit
 
evaluateExtraParams() - Method in class org.apache.struts2.components.TextArea
 
evaluateExtraParams() - Method in class org.apache.struts2.components.TextField
 
evaluateExtraParams() - Method in class org.apache.struts2.components.Token
First looks for the token in the PageContext using the supplied name (or TokenHelper.DEFAULT_TOKEN_NAME if no name is provided) so that the same token can be re-used for the scope of a request for the same name.
evaluateExtraParams() - Method in class org.apache.struts2.components.UIBean
 
evaluateNameValue() - Method in class org.apache.struts2.components.Form
 
evaluateNameValue() - Method in class org.apache.struts2.components.UIBean
 
evaluateParams() - Method in class org.apache.struts2.components.File
 
evaluateParams() - Method in class org.apache.struts2.components.Head
 
evaluateParams() - Method in class org.apache.struts2.components.Reset
 
evaluateParams() - Method in class org.apache.struts2.components.Submit
 
evaluateParams() - Method in class org.apache.struts2.components.UIBean
 
evaluateParams() - Method in class org.apache.struts2.components.UpDownSelect
 
exception - Variable in class com.opensymphony.xwork2.interceptor.ExceptionHolder
 
exception - Variable in class org.apache.struts2.interceptor.BackgroundProcess
 
exceptionClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
exceptionClassName - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionHolder - Class in com.opensymphony.xwork2.interceptor
A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as a way to get a handle on the exception itself.
ExceptionHolder(Exception) - Constructor for class com.opensymphony.xwork2.interceptor.ExceptionHolder
Holds the given exception
ExceptionMappingConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for exception mapping.
ExceptionMappingConfig(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig(ExceptionMappingConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
ExceptionMappingConfig.Builder(ExceptionMappingConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
ExceptionMappingConfig.Builder(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
ExceptionMappingInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor forms the core functionality of the exception handling feature.
ExceptionMappingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
exceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
exceptionMappings - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
excludeMethods - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
excludeParams - Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
excludes - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
excludingPattern - Variable in class org.apache.struts2.views.xslt.XSLTResult
Indicates the property name patterns which should be excluded from the xml.
execute() - Method in interface com.opensymphony.xwork2.Action
Where the logic of the action is executed.
execute(ActionInvocation) - Method in class com.opensymphony.xwork2.ActionChainResult
 
execute() - Method in interface com.opensymphony.xwork2.ActionProxy
Execute this ActionProxy.
execute() - Method in class com.opensymphony.xwork2.ActionSupport
A default implementation that does nothing an returns "success".
execute() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
execute(ReferenceMap.Strategy, K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
execute(ReferenceMap, Object, Object) - Method in interface com.opensymphony.xwork2.inject.util.ReferenceMap.Strategy
 
execute() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
execute(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockResult
 
execute(ActionInvocation) - Method in interface com.opensymphony.xwork2.Result
Represents a generic interface for all action execution results.
execute(ActionInvocation) - Method in class org.apache.struts2.config.NullResult
 
execute() - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
 
execute(ActionInvocation) - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Sets the optional HTTP response status code and also re-sets HTTP headers after they've been optionally evaluated against the ValueStack.
execute(String, ActionMapping) - Method in interface org.apache.struts2.dispatcher.mapper.ParameterAction
 
execute(ActionInvocation) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
execute(ActionInvocation) - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Implementation of the execute method from the Result interface.
execute() - Method in class org.apache.struts2.impl.StrutsActionProxy
 
execute() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
execute() - Method in class org.apache.struts2.util.IteratorGenerator
 
execute() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
execute() - Method in class org.apache.struts2.util.SortIteratorFilter
 
execute() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
execute(ActionInvocation) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
executeAction(String, String, String) - Method in class com.opensymphony.xwork2.XWork
Executes an action
executeAction(String, String, String, Map) - Method in class com.opensymphony.xwork2.XWork
Executes an action with extra context information
executeAction() - Method in class org.apache.struts2.components.ActionComponent
Execute the requested action.
executeAfterValidationPass - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
ExecuteAndWaitInterceptor - Class in org.apache.struts2.interceptor
The ExecuteAndWaitInterceptor is great for running long-lived actions in the background while showing the user a nice progress meter.
ExecuteAndWaitInterceptor() - Constructor for class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
executed - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
executed - Variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
executedCalled - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
executeResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
Uses getResult to get the final Result and executes it
executeResult - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
executeResult - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
executeResult - Variable in class org.apache.struts2.components.ActionComponent
 
executeResult - Variable in class org.apache.struts2.views.jsp.ActionTag
 
expectedFoo - Variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
explicitResult - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
exposedValue - Variable in class org.apache.struts2.views.xslt.XSLTResult
Indicates the ognl expression respresenting the bean which is to be exposed as xml.
expression - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
expression - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
EXPRESSION_PARAM - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
expressions - Variable in class com.opensymphony.xwork2.ognl.OgnlUtil
 
ExpressionValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This non-field level validator validates a supplied regular expression.
ExpressionValidator - Class in com.opensymphony.xwork2.validator.validators
A Non-Field Level validator that validates based on regular expression supplied.
ExpressionValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
ExpressionValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
ExpressionValidatorDescription
ExpressionValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
extension - Variable in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
extensions - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
externalContext - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
externalContext - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
ExternalContext<T> - Class in com.opensymphony.xwork2.inject
An immutable snapshot of the current context which is safe to expose to client code.
ExternalContext(Member, Key<T>, ContainerImpl) - Constructor for class com.opensymphony.xwork2.inject.ExternalContext
 
externalContext - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
extraContext - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
extractQueryString(URL) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
extraParameterProvider - Variable in class org.apache.struts2.components.URL
 

F

factories - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
factories - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
factory(Key<T>, InternalFactory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a dependency.
factory(Class<T>, String, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a factory to a given dependency type and name.
factory(Class<T>, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, factory, scope).
factory(Class<T>, String, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, name, factory, Scope.DEFAULT).
factory(Class<T>, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, factory, Scope.DEFAULT).
factory(Class<T>, String, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an implementation class to a given dependency type and name.
factory(Class<T>, String, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an implementation class to a given dependency type and name.
factory(Class<T>, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, implementation).
factory(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, type).
factory(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, name, type).
factory(Class<T>, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, implementation, scope).
factory(Class<T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, Container.DEFAULT_NAME, type, scope).
factory(Class<T>, String, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method. Equivalent to factory(type, name, type, scope).
factory - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
factory - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
Factory<T> - Interface in com.opensymphony.xwork2.inject
A custom factory.
factory - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
FACTORY - Static variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The default transformer factory shared by all instances
factory - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The transformer factory
factory - Static variable in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
FACTORY - Static variable in class org.apache.struts2.views.freemarker.StrutsBeanWrapper.FriendlyMapModel
 
factoryNamesByType - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
FastByteArrayOutputStream - Class in org.apache.struts2.util
A speedy implementation of ByteArrayOutputStream.
FastByteArrayOutputStream() - Constructor for class org.apache.struts2.util.FastByteArrayOutputStream
 
FastByteArrayOutputStream(int) - Constructor for class org.apache.struts2.util.FastByteArrayOutputStream
 
fatal(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
fatal(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
fatal(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
fatal(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
fatal(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
fatal(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
fatalError(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
field - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
field - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
fieldError(String, String, Exception) - Method in class org.apache.struts2.components.Component
Constructs a RuntimeException based on the given information.
FieldError - Class in org.apache.struts2.components
Render field errors if they exists.
FieldError(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.FieldError
 
fielderror - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
FieldErrorDirective - Class in org.apache.struts2.views.velocity.components
 
FieldErrorDirective() - Constructor for class org.apache.struts2.views.velocity.components.FieldErrorDirective
 
FieldErrorModel - Class in org.apache.struts2.views.freemarker.tags
 
FieldErrorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FieldErrorModel
 
fieldErrors - Variable in class com.opensymphony.xwork2.ValidationAwareSupport
 
fieldErrorsSessionKey - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
FieldErrorTag - Class in org.apache.struts2.views.jsp.ui
FieldError Tag.
FieldErrorTag() - Constructor for class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
FieldExpressionValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator uses an OGNL expression to perform its validator.
FieldExpressionValidator - Class in com.opensymphony.xwork2.validator.validators
Validates a field using an OGNL expression.
FieldExpressionValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
FieldExpressionValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
FieldExpressionValidatorDescription
FieldExpressionValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
FieldExpressionValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
fieldName - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
fieldName - Variable in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
FieldValidator - Interface in com.opensymphony.xwork2.validator
The FieldValidator interface defines the methods to be implemented by FieldValidators.
FieldValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
Base class for field validators.
FieldValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
fieldValue - Variable in class org.apache.struts2.components.Checkbox
 
fieldValue - Variable in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
file - Variable in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
File - Class in org.apache.struts2.components
Renders an HTML file input element.
File(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.File
 
file - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
FileDirective - Class in org.apache.struts2.views.velocity.components
 
FileDirective() - Constructor for class org.apache.struts2.views.velocity.components.FileDirective
 
FileManager - Class in com.opensymphony.xwork2.util
FileManager This class was brought in from oscore trunk revision 147.
FileManager() - Constructor for class com.opensymphony.xwork2.util.FileManager
 
FileManager.FileRevision - Class in com.opensymphony.xwork2.util
 
FileManager.FileRevision() - Constructor for class com.opensymphony.xwork2.util.FileManager.FileRevision
 
FileManager.FileRevision(File, long) - Constructor for class com.opensymphony.xwork2.util.FileManager.FileRevision
 
FileModel - Class in org.apache.struts2.views.freemarker.tags
 
FileModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FileModel
 
filename - Variable in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
fileNeedsReloading(String) - Static method in class com.opensymphony.xwork2.util.FileManager
 
files - Static variable in class com.opensymphony.xwork2.util.FileManager
 
files - Variable in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
FileTag - Class in org.apache.struts2.views.jsp.ui
 
FileTag() - Constructor for class org.apache.struts2.views.jsp.ui.FileTag
 
FileUploadInterceptor - Class in org.apache.struts2.interceptor
Interceptor that is based off of MultiPartRequestWrapper, which is automatically applied for any request that includes a file.
FileUploadInterceptor() - Constructor for class org.apache.struts2.interceptor.FileUploadInterceptor
 
filterConfig - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Provide FilterConfig instance, set on init.
FilterDispatcher - Class in org.apache.struts2.dispatcher
Master filter for Struts that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note) Serving static content Kicking off XWork's interceptor chain for the request lifecycle

IMPORTANT: this filter must be mapped to all requests.

FilterDispatcher() - Constructor for class org.apache.struts2.dispatcher.FilterDispatcher
 
FilterDispatcherCompatWeblogic61 - Class in org.apache.struts2.dispatcher
When running Weblogic Server 6.1, this class should be specified in web.xml instead of FilterDispatcher.
FilterDispatcherCompatWeblogic61() - Constructor for class org.apache.struts2.dispatcher.FilterDispatcherCompatWeblogic61
 
filterValueStack(Map) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
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) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizablePhantomReference
 
FinalizableReference - Interface in com.opensymphony.xwork2.inject.util
Package-private interface implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue - Class in com.opensymphony.xwork2.inject.util
Starts a background thread that cleans up after reclaimed referents.
FinalizableReferenceQueue() - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
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) - Constructor for class com.opensymphony.xwork2.inject.util.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) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableWeakReference
 
finalizeReferent() - Method in interface com.opensymphony.xwork2.inject.util.FinalizableReference
Invoked on a background thread after the referent has been garbage collected.
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
find(Class, String) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Retrieves all classes within a packages.
find(ResolverUtil.Test, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes that pass the test.
findActionConfigInNamespace(String, String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
findAncestor(Class) - Method in class org.apache.struts2.components.Component
Finds the nearest ancestor of this component stack.
findAnnotated(Class<? extends Annotation>, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes that are annotated with to the annotation.
findAnnotatedMethods(Class, Class<? extends Annotation>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Deprecated. since 2.0.4 use getAnnotatedMethods
findAutoWiringBeanFactory(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
If the given context is assignable to AutowireCapbleBeanFactory or contains a parent or a factory that is, then set the autoWiringFactory appropriately.
findAvailableProperties(Class, String, Set, String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
Look for available properties on an existing class.
findConstructorIn(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
findDefaultText(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Returns a localized message for the specified key, aTextName.
findDefaultText(String, Locale, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Returns a localized message for the specified key, aTextName, substituting variables from the array of params into the message.
finders - Static variable in class com.opensymphony.xwork2.util.location.LocationUtils
 
findImplementations(Class, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes that are assignable to the type provided.
findInCache(String) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
findInContext(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
findInFileSystem(String) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
findInject(Annotation[]) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Finds the Inject annotation in an array of annotations.
findInPackage(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Scans for classes starting at the package provided and descending into subpackages.
findInputStream(String, String) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Look for a static resource in the classpath.
findInRequest(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
Finds an object for the given type and name in the request scope.
findInSession(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
Finds an object for the given type and name in the session scope.
findInWizard(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
Finds an object for the given type and name in the wizard scope.
findListValue() - Method in class org.apache.struts2.components.ComboBox
 
findMatches() - Method in class com.opensymphony.xwork2.util.ClassPathFinder
Builds a Vector containing Strings which each name a file who's name matches the pattern set by setPattern(String).
findMessage(Class, String, String, Locale, Object[], Set, ValueStack) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Traverse up class hierarchy looking for message.
findNamedResource(String, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
 
findProviderInStack() - Method in class org.apache.struts2.components.Date
 
findRecursively(Class, Class<? extends Annotation>, List<Method>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Deprecated. since 2.0.4 use getAnnotatedMethods
findResourceBundle(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds the given resorce bundle by it's name.
findResultFromExceptions(List, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
findStaticResource(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Locate a static resource and copy directly to the response, setting the appropriate caching headers.
findString(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
findString(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
 
findString(String) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find a String value.
findString(String, String, String) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find a String value.
findString(String) - Method in class org.apache.struts2.util.StrutsUtil
 
findString(String) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
findSuffix(String, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes who's name ends with the provided suffix.
findText(Class, String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Calls LocalizedTextUtil.findText(Class aClass, String aTextName, Locale locale, String defaultMessage, Object[] args) with aTextName as the default message.
findText(Class, String, Locale, String, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName.
findText(Class, String, Locale, String, Object[], ValueStack) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName.
findText(ResourceBundle, String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
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[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findText(ResourceBundle, String, Locale, String, Object[], ValueStack) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findValue(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
findValue(String, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
findValue(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
Find a value by evaluating the given expression against the stack in the default search order.
findValue(String, Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
Find a value by evaluating the given expression against the stack in the default search order.
findValue(String) - Method in class org.apache.struts2.components.Component
Finds a value from the OGNL stack based on the given expression.
findValue(String, String, String) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find an Object value.
findValue(String, Class) - Method in class org.apache.struts2.components.Component
Evaluates the OGNL stack to find an Object of the given type.
findValue(String, String) - Method in class org.apache.struts2.util.StrutsUtil
 
findValue(String) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
findValue(String, Class) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
findValue(String, Object) - Method in class org.apache.struts2.views.jsp.ui.OgnlTool
 
FINISH_MESSAGE - Static variable in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
finishConstruction() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
finishTag() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
first - Variable in class org.apache.struts2.util.Counter
 
flush - Variable in class org.apache.struts2.components.ActionComponent
 
flush() - Method in class org.apache.struts2.components.Include.PageOutputStream
 
flush() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
flush() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
flush - Variable in class org.apache.struts2.views.jsp.ActionTag
 
focusElement - Variable in class org.apache.struts2.components.Form
 
focusElement - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
foo - Variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
forAttr - Variable in class org.apache.struts2.components.Label
 
forAttr - Variable in class org.apache.struts2.views.jsp.ui.LabelTag
 
forceAddSchemeHostAndPort - Variable in class org.apache.struts2.components.URL
 
forceAddSchemeHostAndPort - Variable in class org.apache.struts2.views.jsp.URLTag
 
Form - Class in org.apache.struts2.components

Renders HTML an input form.

The remote form allows the form to be submitted without the page being refreshed.

Form(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Form
 
form - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
format(String, String...) - Static method in class com.opensymphony.xwork2.util.logging.LoggerUtils
Formats messages using parameters.
format - Variable in class org.apache.struts2.components.Date
 
format - Variable in class org.apache.struts2.util.DateFormatter
 
format - Variable in class org.apache.struts2.views.jsp.DateTag
 
formatTime(TextProvider, Date) - Method in class org.apache.struts2.components.Date
Calculates the difference in time from now to the given date, and outputs it nicely.
FormButton - Class in org.apache.struts2.components
FormButton.
FormButton(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.FormButton
 
FormDirective - Class in org.apache.struts2.views.velocity.components
 
FormDirective() - Constructor for class org.apache.struts2.views.velocity.components.FormDirective
 
FormModel - Class in org.apache.struts2.views.freemarker.tags
 
FormModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.FormModel
 
formName - Variable in class org.apache.struts2.components.DoubleListUIBean
 
formName - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
FormTag - Class in org.apache.struts2.views.jsp.ui
 
FormTag() - Constructor for class org.apache.struts2.views.jsp.ui.FormTag
 
foundInBundle - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.GetDefaultMessageReturnArg
 
freemarkerCaching - Variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
freemarkerManager - Variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
freemarkerManager - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
FreemarkerManager - Class in org.apache.struts2.views.freemarker
Static Configuration Manager for the FreemarkerResult's configuration

Possible extension points are :- createConfiguration method loadSettings method getTemplateLoader method populateContext method

createConfiguration method
Create a freemarker Configuration.

FreemarkerManager() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerManager
 
freemarkerManager - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
FreemarkerResult - Class in org.apache.struts2.views.freemarker
Renders a view using the Freemarker template engine.
FreemarkerResult() - Constructor for class org.apache.struts2.views.freemarker.FreemarkerResult
 
FreemarkerResult(String) - Constructor for class org.apache.struts2.views.freemarker.FreemarkerResult
 
FreemarkerTemplateEngine - Class in org.apache.struts2.components.template
Freemarker based template engine.
FreemarkerTemplateEngine() - Constructor for class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
freeze() - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
 
FULL_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
fullQualifiedClassName - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
Function<F,T> - Interface in com.opensymphony.xwork2.inject.util
A Function provides a transformation on an object and returns the resulting object.
futures - Variable in class com.opensymphony.xwork2.inject.util.ReferenceCache
 

G

generateGUID() - Static method in class org.apache.struts2.util.TokenHelper
 
GenericsObjectTypeDeterminer - Class in com.opensymphony.xwork2.conversion.impl
Deprecated. Use DefaultObjectTypeDeterminer instead. Since XWork 2.0.4 the DefaultObjectTypeDeterminer handles the annotation processing.
GenericsObjectTypeDeterminer(XWorkConverter, XWorkBasicConverter, ReflectionProvider) - Constructor for class com.opensymphony.xwork2.conversion.impl.GenericsObjectTypeDeterminer
Deprecated.  
GenericUIBean - Class in org.apache.struts2.components
Renders an custom UI widget using the specified templates.
GenericUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.GenericUIBean
 
get(Object) - Method in class com.opensymphony.xwork2.ActionContext
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
get(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
If this map does not contain an entry for the given key and ReferenceCache.create(Object) has been overridden, this method will create a new value, put it in the map, and return it.
get(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
get(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationImpl
Obtain a LocationImpl from a Location.
get(int) - Method in class com.opensymphony.xwork2.util.XWorkList
Returns the element at the specified position in this list.
GET - Static variable in class org.apache.struts2.components.URL
 
get(String) - Static method in class org.apache.struts2.config.Settings
Deprecated. Provides a setting value as a String.
get(Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
Returns the servlet context attribute or init parameter based on the given key.
get(Object) - Method in class org.apache.struts2.dispatcher.RequestMap
Returns the request attribute associated with the given key or null if it doesn't exist.
get(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Returns the session attribute associated with the given key or null if it doesn't exist.
get(Object) - Method in class org.apache.struts2.util.AttributeMap
 
get(String) - Method in class org.apache.struts2.util.PrefixTrie
 
get(String) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
 
GET_MODEL - Static variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
getA() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getAction() - Method in interface com.opensymphony.xwork2.ActionInvocation
Get the Action associated with this ActionInvocation.
getAction() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the Action instance for this Proxy.
getAction() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getAction() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getAction() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getAction() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getAction() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Retrieves the action.
getAction() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getActionConfig(String, String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
Gets the configuration information for an action name, or returns null if the name is not recognized.
getActionConfig(String, String) - Method in interface com.opensymphony.xwork2.config.RuntimeConfiguration
get the fully expanded ActionConfig for a specified namespace and (action) name
getActionConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getActionConfigs() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
Gets the configuration settings for every action.
getActionConfigs() - Method in interface com.opensymphony.xwork2.config.RuntimeConfiguration
returns a Map of all the registered ActionConfigs.
getActionContext(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
Gets the current action context
getActionerror() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
getActionErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Get the Collection of Action-level error messages for this action.
getActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
getActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
getActionEventListener() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getActionInvocation() - Method in class com.opensymphony.xwork2.ActionContext
Gets the action invocation (the execution state).
getActionMapping() - Static method in class org.apache.struts2.ServletActionContext
Gets the action mapping for this context
getActionmessage() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getActionMessages() - Method in class com.opensymphony.xwork2.ActionSupport
 
getActionMessages() - Method in interface com.opensymphony.xwork2.ValidationAware
Get the Collection of Action-level messages for this action.
getActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
getActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
getActionMethod(Class, String) - Method in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
 
getActionName() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the alias name this ActionProxy is mapped to.
getActionName() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getActionName() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getAdapterFactory() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getAdapterFactory() - Method in interface org.apache.struts2.views.xslt.AdapterNode
The adapter factory that created this node.
getAdapterFactory() - Method in class org.apache.struts2.views.xslt.XSLTResult
 
getAdapterForValue(Object) - Method in class org.apache.struts2.views.xslt.AdapterFactory
 
getAddAllToLeftLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToLeftLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddAllToLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddAllToRightLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToRightLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddAllToRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddAllToRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getAddLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getAddToLeftLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToLeftLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddToLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddToRightLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToRightLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAddToRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAddToRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllActionConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all the ActionConfigs available in the current package.
getAllExceptionMappingConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the List of all the ExceptionMappingConfigs available in the current package.
getAllGlobalResults() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all the global ResultConfigs available in the current package.
getAllInterceptorConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
getAllowAddAllToLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddAllToLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowAddAllToRight() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddAllToRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowAddToLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddToLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowAddToRight() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowAddToRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
getAllowedMethods() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getAllowMoveDown() - Method in class org.apache.struts2.components.UpDownSelect
 
getAllowMoveDown() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getAllowMoveUp() - Method in class org.apache.struts2.components.UpDownSelect
 
getAllowMoveUp() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getAllowRemoveAll() - Method in class org.apache.struts2.components.InputTransferSelect
 
getAllowRemoveAll() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getAllowRequestParameterSwitch() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
getAllowSelectAll() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowSelectAll() - Method in class org.apache.struts2.components.UpDownSelect
 
getAllowSelectAll() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowSelectAll() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getAllowStaticMethodAccess() - Method in class com.opensymphony.xwork2.ognl.StaticMemberAccess
 
getAllowUpDown() - Method in class org.apache.struts2.components.InputTransferSelect
 
getAllowUpDown() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getAllowUpDownOnLeft() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowUpDownOnLeft() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllowUpDownOnRight() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getAllowUpDownOnRight() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getAllResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all the ResultTypeConfigs available in the current package.
getAnnotatedMethods(Class, Class<? extends Annotation>...) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
For the given Class get a collection of the the AnnotatedElements that match the given annotations or if no annotations are specified then return all of the annotated elements of the given Class.
getAnnotation(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Retrieves an annotation for the specified property of field, setter or getter.
getAnnotationFromGetter(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Retrieves an annotation for the specified field of getter.
getAnnotationFromSetter(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Retrieves an annotation for the specified field of setter.
getApplication() - Method in class com.opensymphony.xwork2.ActionContext
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
getApplicationContext() - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
getApplicationContext(Map) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
Subclasses may override this to return a different application context.
getArgTypes(Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
getAttribute(String) - Method in class org.apache.struts2.dispatcher.StrutsRequestWrapper
Gets the object, looking in the value stack if not found
getAttribute(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
No attributes, return empty attributes if asked.
getAttribute(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getAttributeAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getAttributeNode(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getAttributeNode(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getAttributeNodeNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getAttributeNodeNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getAttributes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getAttributes() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getAutowireStrategy() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
getBackgroundProcessName(ActionProxy) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Returns the name to associate the background process.
getBaseURI() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionErrorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionMessageModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ActionModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.AnchorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.BeanModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.CheckboxListModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.CheckboxModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ComboBoxModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ComponentModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.DateModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.DivModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.DoubleSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ElseIfModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ElseModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.FieldErrorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.FileModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.FormModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.HeadModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.HiddenModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.I18nModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.IfModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.IncludeModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.InputTransferSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.IteratorModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.LabelModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.OptGroupModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.OptionTransferSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ParamModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.PasswordModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.PropertyModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.PushModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.RadioModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.ResetModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.SelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.SetModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.SubmitModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextAreaModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextFieldModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TextModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.TokenModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.UpDownSelectModel
 
getBean() - Method in class org.apache.struts2.views.freemarker.tags.URLModel
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ActionTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.BeanTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.DateTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ElseTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.I18nTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IfTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IncludeTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ParamTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.PushTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.SetTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.TextTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.CheckboxListTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ComponentTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DebugTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DivTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.HeadTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.HiddenTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.RadioTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.TokenTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.jsp.URLTag
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ActionDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ActionErrorDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ActionMessageDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.AnchorDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.BeanDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.CheckBoxDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.CheckBoxListDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ComboBoxDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ComponentDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.DateDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.DivDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.DoubleSelectDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.FieldErrorDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.FileDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.FormDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.HeadDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.HiddenDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.I18nDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.IncludeDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.InputTransferSelectDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.LabelDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.OptGroupDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ParamDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.PasswordDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.PropertyDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.PushDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.RadioDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.ResetDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.SelectDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.SetDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.SubmitDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.TextAreaDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.TextDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.TextFieldDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.TokenDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.UpDownSelectDirective
 
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.velocity.components.URLDirective
 
getBeanInfo(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Get's the java bean info for the given source object.
getBeanInfo(Class) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Get's the java bean info for the given source.
getBeanMap(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getBeanMap(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Creates a Map with read properties for the given source object.
getBeanMap(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Creates a Map with read properties for the given source object.
getBeanName() - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ActionDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ActionErrorDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ActionMessageDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.AnchorDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.BeanDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.CheckBoxDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.CheckBoxListDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ComboBoxDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ComponentDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.DateDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.DivDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.DoubleSelectDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.FieldErrorDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.FileDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.FormDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.HeadDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.HiddenDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.I18nDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.IncludeDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.InputTransferSelectDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.LabelDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.OptGroupDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ParamDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.PasswordDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.PropertyDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.PushDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.RadioDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.ResetDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.SelectDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.SetDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.SubmitDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.TextAreaDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.TextDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.TextFieldDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.TokenDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.UpDownSelectDirective
 
getBeanName() - Method in class org.apache.struts2.views.velocity.components.URLDirective
 
getBlockedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
getBody() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
getBooleanProperty(String, Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
getBuffer() - Method in class org.apache.struts2.components.Include.PageOutputStream
Return all data that has been written to this OutputStream.
getBufferSize() - Method in class org.apache.struts2.dispatcher.StreamResult
 
getButtonCssClass() - Method in class org.apache.struts2.components.InputTransferSelect
 
getButtonCssClass() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getButtonCssClass() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getButtonCssClass() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getButtonCssStyle() - Method in class org.apache.struts2.components.InputTransferSelect
 
getButtonCssStyle() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getButtonCssStyle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getButtonCssStyle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getCanonicalName(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
Returns the canonical name of the given file.
getChainHistory() - Static method in class com.opensymphony.xwork2.ActionChainResult
Get the XWork chain history.
getCharSet() - Method in class org.apache.struts2.dispatcher.PlainTextResult
Set the character set
getCheckbox() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getCheckboxlist() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getChildAdapters() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
Lazily initialize child childAdapters
getChildAdapters() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getChildAfter(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getChildAfter(Node) - Method in interface org.apache.struts2.views.xslt.AdapterNode
The child node after the specified sibling
getChildAfter(Node) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getChildBefore(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getChildBefore(Node) - Method in interface org.apache.struts2.views.xslt.AdapterNode
The child node before the specified sibling
getChildBefore(Node) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getChildBeforeOrAfter(Node, boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getChildNodes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getChildNodes() - Method in class org.apache.struts2.views.xslt.BeanAdapter
 
getChildNodes() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getClass(Class, String, boolean) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Returns the class for the given field via generic type check.
getClasses() - Method in class com.opensymphony.xwork2.util.ResolverUtil
Provides access to the classes discovered so far.
getClassInstance(String) - Method in class com.opensymphony.xwork2.ObjectFactory
Utility method to obtain the class matched to className.
getClassInstance(String) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
getClassLoader() - Method in class com.opensymphony.xwork2.util.ResolverUtil
Returns the classloader that will be used for scanning for classes.
getClassName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getClassName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getClassProperty(Map) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
getClazz() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
Deprecated. Since 2.1, use ResultTypeConfig.getClassName() instead
getColumn(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the column number of an element (SAX flavor)
getColumn(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the column number of an element (DOM flavor)
getColumnNumber() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the column number of this location
getColumnNumber() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the column number of this location
getCombobox() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getCommentLines() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Returns the comment lines that have been read for the last property.
getComplexParams(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
getComponent() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getComponent() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
getComponentName() - Method in class org.apache.struts2.components.Component
Gets the name of this component.
getComponentStack() - Method in class org.apache.struts2.components.Component
Gets the component stack of this component.
getConfig() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the ActionConfig this ActionProxy is built from.
getConfig() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getConfig() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Get the current XWork configuration object.
getConfiguration(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getConfiguration() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
This method is called from FreemarkerResult.doExecute(String, ActionInvocation) to obtain the FreeMarker configuration object that this result will use for template loading.
getConfigurationManager() - Method in class org.apache.struts2.dispatcher.Dispatcher
Expose the ConfigurationManager instance.
getConfigurationProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Deprecated. Since 2.1, use ConfigurationManager.getContainerProviders()
getConfigurationUrls(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
getConfigurationUrls(String) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
Look for the configuration file on the classpath and in the file system
getConstructionContext(Object) - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getConstructor(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Gets a constructor function for a given implementation class.
getContainer() - Method in class com.opensymphony.xwork2.ActionContext
Sets the container for this request
getContainer() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getContainer() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getContainer() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getContainer() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the Container.
getContainer() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getContainer() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getContainer() - Method in class org.apache.struts2.dispatcher.Dispatcher
Expose the dependency injection container.
getContainerImpl() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getContainerProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Get the current list of ConfigurationProviders.
getContent() - Method in class org.apache.struts2.components.Include.PageResponse
Return the content buffered inside the Include.PageOutputStream.
getContent() - Method in class org.apache.struts2.util.TabbedPane
 
getContentDisposition() - Method in class org.apache.struts2.dispatcher.StreamResult
 
getContentLength() - Method in class org.apache.struts2.dispatcher.StreamResult
 
getContentType(String) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Determine the content type for the resource name.
getContentType(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getContentType(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns the content type(s) of the file(s) associated with the specified field name (as supplied by the client browser), or null if no files are associated with the given field name.
getContentType() - Method in class org.apache.struts2.dispatcher.StreamResult
 
getContentType(String) - Method in class org.apache.struts2.dispatcher.VelocityResult
Retrieve the content type for this template.
getContentType() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
allow parameterization of the contentType the default being text/html
getContentTypes(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get an array of content encoding for the specified input field name or null if no content type was specified.
getContext() - Static method in class com.opensymphony.xwork2.ActionContext
Returns the ActionContext specific to the current thread.
getContext() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
getContext() - Method in interface com.opensymphony.xwork2.util.ValueStack
Gets the context for this value stack.
getContext() - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
getContext() - Method in class org.apache.struts2.util.StrutsUtil
 
getContextMap() - Method in class com.opensymphony.xwork2.ActionContext
Gets the context map.
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.struts2.components.Include
 
getConversionErrorMessage(String, ValueStack) - Static method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
getConversionErrors() - Method in class com.opensymphony.xwork2.ActionContext
Gets the map of conversion errors which occurred when executing the action.
getConverter(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
getCount() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
getCurrent() - Method in class org.apache.struts2.util.Counter
 
getCurrentPropertyPath(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
Gets the current property path but not completely.
getCurrentReference() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
getData() - Method in class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
getData() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
getData() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getDate() - Method in class org.apache.struts2.util.DateFormatter
 
getDate() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getDecoder(String) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
getDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getDefaultExtension() - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Returns null if no extension is specified.
getDefaultInstance() - Static method in class org.apache.struts2.config.Settings
Deprecated. Creates a default Settings object.
getDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getDefaultMessage(String, Locale, ValueStack, Object[], String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Gets the default message.
getDefaultMessage() - Method in interface com.opensymphony.xwork2.validator.Validator
Gets the default message used for validation failures
getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Anchor
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.ClosingUIBean
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Div
 
getDefaultOpenTemplate() - Method in class org.apache.struts2.components.Form
 
getDefaultResultParam() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
Returns the default result type for this package.
getDefaultTemplate() - Method in class org.apache.struts2.components.ActionError
 
getDefaultTemplate() - Method in class org.apache.struts2.components.ActionMessage
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Anchor
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Checkbox
 
getDefaultTemplate() - Method in class org.apache.struts2.components.CheckboxList
 
getDefaultTemplate() - Method in class org.apache.struts2.components.ComboBox
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Debug
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Div
 
getDefaultTemplate() - Method in class org.apache.struts2.components.DoubleSelect
 
getDefaultTemplate() - Method in class org.apache.struts2.components.FieldError
 
getDefaultTemplate() - Method in class org.apache.struts2.components.File
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Form
 
getDefaultTemplate() - Method in class org.apache.struts2.components.GenericUIBean
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Head
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Hidden
 
getDefaultTemplate() - Method in class org.apache.struts2.components.InputTransferSelect
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Label
 
getDefaultTemplate() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Password
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Radio
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Reset
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Select
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Submit
 
getDefaultTemplate() - Method in class org.apache.struts2.components.TextArea
 
getDefaultTemplate() - Method in class org.apache.struts2.components.TextField
 
getDefaultTemplate() - Method in class org.apache.struts2.components.Token
 
getDefaultTemplate() - Method in class org.apache.struts2.components.UIBean
A contract that requires each concrete UI Tag to specify which template should be used as a default.
getDefaultTemplate() - Method in class org.apache.struts2.components.UpDownSelect
 
getDelimitedValues(String) - Static method in class org.apache.struts2.interceptor.FileUploadInterceptor
 
getDepth(String, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Return the depth to the superclass matching.
getDepth(String, Class, int) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
getDescription() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the description of this location
getDescription() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the description of this location
getDir() - Method in class org.apache.struts2.components.template.Template
 
getDiv() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getDoctype() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Return the newly built Document.
getDocumentElement() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getDocumentURI() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getDomConfig() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getDOMSourceForStack(Object) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
getDoubleCssClass() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleCssClass() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleCssStyle() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleCssStyle() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleDisabled() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleDisabled() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleEmptyOption() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleEmptyOption() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleHeaderKey() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleHeaderKey() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleHeaderValue() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleHeaderValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleId() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleId() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleList() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleList() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleListKey() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleListKey() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleListValue() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleListValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleMultiple() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleMultiple() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleName() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleName() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnblur() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnblur() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnchange() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnchange() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnclick() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnclick() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOndblclick() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOndblclick() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnfocus() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnfocus() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnkeydown() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnkeydown() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnkeypress() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnkeypress() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnkeyup() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnkeyup() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmousedown() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmousedown() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmousemove() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmousemove() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmouseout() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmouseout() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmouseover() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmouseover() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnmouseup() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnmouseup() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleOnselect() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleOnselect() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getDoubleSize() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleSize() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDoubleValue() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getDoubleValue() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getDownLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getDownLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getDtdMappings() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Returns an unmodifiable map of DTD mappings
getElementById(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Determines the element class by looking for the value of @Element annotation for the given class.
getElementClass(Class, String, Object) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
 
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getElementClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getElementsByTagName(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getElementsByTagName(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getElementsByTagName(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getElementsByTagNameNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getElementsByTagNameNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getElementsByTagNameNS(String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getElse() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getElseif() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getEncoding() - Static method in class org.apache.struts2.components.Include
Get the encoding specified by the property 'struts.i18n.encoding' in struts.properties, or return the default platform encoding if not specified.
getEncoding(String) - Method in class org.apache.struts2.dispatcher.VelocityResult
Retrieve the encoding for this template.
getEncodingFromConfiguration() - Static method in class org.apache.struts2.views.util.UrlHelper
 
getErrorMessages() - Method in class com.opensymphony.xwork2.ActionSupport
Deprecated. Use ActionSupport.getActionErrors().
getErrors() - Method in class com.opensymphony.xwork2.ActionSupport
Deprecated. Use ActionSupport.getFieldErrors().
getErrors() - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getErrors() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a list of error messages that may have occurred while processing the request.
getErrors() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Returns a collection of any errors generated when parsing the multipart request.
getException() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
Gets the holded exception
getException() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Gets the exception if any was thrown during the execution of the background process.
getExceptionClassName() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getExceptionMappings() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getExceptionStack() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
Gets the holded exception stacktrace using Throwable.printStackTrace().
getExcludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
getExcludeParamsSet() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Gets a set of regular expressions of parameters to remove from the parameter map
getExcludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
Gets list of parameter names to exclude
getExcludingPattern() - Method in class org.apache.struts2.views.xslt.XSLTResult
Deprecated. Since 2.1.1
getExecuteResult() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the status of whether the ActionProxy is set to execute the Result after the Action is executed.
getExecuteResult() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getExecuteResult() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getExpectedFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
getExposedValue() - Method in class org.apache.struts2.views.xslt.XSLTResult
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
getExprOverrides() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
getExprOverrides() - Method in interface com.opensymphony.xwork2.util.ValueStack
Gets the override map if anyone exists.
getExtension() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getExternalContext() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getExtraParameters() - Method in interface org.apache.struts2.components.URL.ExtraParameterProvider
 
getFactory(Key<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getFeature(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getField(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getField(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
 
getFielderror() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getFieldErrorFieldNames() - Method in class org.apache.struts2.components.FieldError
 
getFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
getFieldErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Get the field specific errors associated with this action.
getFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
getFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
getFieldName() - Method in interface com.opensymphony.xwork2.validator.FieldValidator
Gets the field name to be validated
getFieldName() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the field name for this validator rule.
getFieldName() - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
Returns the field name to create the validation rule for.
getFieldName() - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Returns the field name to create the validation rule for.
getFieldName() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
getFieldValue(String, Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
Return the field value named name from object, object should have the appropriate getter/setter.
getFile() - Method in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
getFile(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getFile(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a File object for the filename specified or null if no files are associated with the given field name.
getFile() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getFileNames(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a String[] of file names for files associated with the specified input field name
getFileNames(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get a String array of the file names for uploaded files
getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getFileParameterNames() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns an enumeration of the parameter names for uploaded files
getFileParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get an enumeration of the parameter names for uploaded files
getFiles(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get a File[] for the given input field name.
getFilesystemName(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getFilesystemName(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns the file system name(s) of files associated with the given field name or null if no files are associated with the given field name.
getFileSystemNames(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Get the filename(s) of the file(s) uploaded for the given input field name.
getFilterConfig() - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Expose the FilterConfig instance.
getFilterConfig() - Method in class org.apache.struts2.dispatcher.FilterDispatcherCompatWeblogic61
This method is required by Weblogic 6.1 SP4 because they defined this as a required method just before the Servlet 2.3 specification was finalized.
getFinalTemplateName(Template) - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getFirst() - Method in class org.apache.struts2.util.Counter
 
getFirstChild() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getFirstChild() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getFlush() - Method in class org.apache.struts2.views.jsp.ActionTag
 
getFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
getForm() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getFormat() - Method in class org.apache.struts2.components.Date
 
getFormattedDate() - Method in class org.apache.struts2.util.DateFormatter
 
getFormName() - Method in class org.apache.struts2.components.DoubleListUIBean
 
getFormName() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
getFreemarkerModels(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.DefaultTagLibrary
 
getFreemarkerModels(ValueStack, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.struts2.views.TagLibrary
Gets a Java object that contains getters for the tag library's Freemarker models.
getFullDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the default action-ref name.
getFullDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the default interceptor-ref name.
getFullDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
getFullDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
Returns the default result type for this package.
getFullFieldName(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getFullFieldName(String) - Method in interface com.opensymphony.xwork2.validator.ValidatorContext
Translates a simple field name into a full field name in OGNL syntax.
getFullFieldName(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
Translates a simple field name into a full field name in Ognl syntax
getFullFieldNameFromParent(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
getFullPropertyPath(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
getFullQualifiedClassName() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Returns the fullQualifiedClassName attribute is used to create the special conversion.properties file name.
getGetMethod(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getGetMethod(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
 
getGlobalExceptionMappingConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the ExceptionMappingConfigs local to this package
getGlobalResultConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the global ResultConfigs local to this package
getHasNext() - Method in class org.apache.struts2.util.IteratorGenerator
 
getHead() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getHeaderKey() - Method in class org.apache.struts2.components.InputTransferSelect
 
getHeaderKey() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getHeaders() - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Returns a Map of all HTTP headers.
getHeaderValue() - Method in class org.apache.struts2.components.InputTransferSelect
 
getHeaderValue() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getHidden() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getHref() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getI18n() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getId() - Method in class org.apache.struts2.components.UIBean
Get's the id for referencing element.
getIdParameterName() - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
getIf() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getImpl(String) - Method in class org.apache.struts2.config.DefaultSettings
 
getImpl(String) - Method in class org.apache.struts2.config.DelegatingSettings
 
getImpl(String) - Method in class org.apache.struts2.config.PropertiesSettings
Gets a property from the properties file.
getImpl(String) - Method in class org.apache.struts2.config.Settings
Deprecated. Implements the Settings.get(String) method.
getImplementation() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getInclude() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getIncludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
getIncludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
Gets list of parameter names to include
getIncludesExcludesMap() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
getIndex() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
getInputEncoding() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getInputName() - Method in class org.apache.struts2.dispatcher.StreamResult
 
getInputtransferselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getInstance(Class<T>) - Method in class com.opensymphony.xwork2.ActionContext
 
getInstance(Class<T>, String) - Method in interface com.opensymphony.xwork2.inject.Container
Gets an instance of the given dependency which was declared in ContainerBuilder.
getInstance(Class<T>) - Method in interface com.opensymphony.xwork2.inject.Container
Convenience method. Equivalent to getInstance(type, DEFAULT_NAME).
getInstance(Class<T>, String, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance(Class<T>, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance() - Static method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
Gets instance.
getInstance() - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionProviderFactory
 
getInstance() - Static method in class org.apache.struts2.config.ServletContextSingleton
Answers the singleton.
getInstance() - Static method in class org.apache.struts2.config.Settings
Deprecated. Provides the Settings object.
getInstance() - Static method in class org.apache.struts2.dispatcher.Dispatcher
Provide the dispatcher instance for the current thread.
getInstanceNames(Class<?>) - Method in interface com.opensymphony.xwork2.inject.Container
Gets a set of all registered names for the given type
getInstanceNames(Class<?>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInterceptor() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
getInterceptorConfig(String) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorLocator
Gets an interceptor configuration object.
getInterceptorConfig(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
getInterceptorConfig(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getInterceptorConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
getInterceptors() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getInterceptors() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
getInterval() - Method in class org.apache.struts2.util.Counter
 
getInvocation() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the ActionInvocation associated with this ActionProxy.
getInvocation() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getInvocation() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getInvocation() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Retrieves the action invocation.
getInvocationContext() - Method in interface com.opensymphony.xwork2.ActionInvocation
Gets the ActionContext associated with this ActionInvocation.
getInvocationContext() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getInvocationContext() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getInvocationMap() - Static method in class org.apache.struts2.util.InvocationSessionStore
 
getIsSelected() - Method in class org.apache.struts2.util.ListEntry
 
getIterator(Object) - Method in class org.apache.struts2.util.IteratorFilterSupport
 
getIterator() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getKey() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
getKey(Map, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
getKey() - Method in class org.apache.struts2.components.Debug.DebugMapEntry
 
getKey(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
getKey() - Method in class org.apache.struts2.util.ListEntry
 
getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Determines the key class by looking for the value of @Key annotation for the given class.
getKeyClass(Class, String) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
 
getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Determines the key property for a Collection by getting it from the @KeyProperty annotation.
getKeyProperty(Class, String) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyProperty() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getLabel() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getLast() - Method in class org.apache.struts2.util.Counter
 
getLastBeanClassAccessed(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
getLastBeanPropertyAccessed(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
getLastChild() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getLastChild() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getLastClassAccessed() - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
 
getLastFinalLocation() - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Returns the last parsed and encoded location value
getLastModified() - Method in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
getLastPropertyAccessed() - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
 
getLeftDownLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getLeftDownLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getLeftTitle() - Method in class org.apache.struts2.components.InputTransferSelect
 
getLeftTitle() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getLeftTitle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getLeftTitle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getLeftUpLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getLeftUpLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getLength() - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
getLength() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
getLength() - Method in class org.apache.struts2.views.xslt.SimpleNodeList
 
getLength() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getLine(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the line number of an element (SAX flavor)
getLine(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the line number of an element (DOM flavor)
getLineNumber() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the line number of this location
getLineNumber() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the line number of this location
getList() - Method in class org.apache.struts2.util.SortIteratorFilter
 
getLoadedFileNames() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getLoadedFileNames() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getLoadedFileNames() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getLocale() - Method in class com.opensymphony.xwork2.ActionContext
Gets the Locale of the current action.
getLocale() - Method in class com.opensymphony.xwork2.ActionSupport
 
getLocale(Map) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
getLocale() - Method in interface com.opensymphony.xwork2.LocaleProvider
Gets the provided locale.
getLocale() - Method in class com.opensymphony.xwork2.TextProviderSupport
Get's the locale from the localeProvider.
getLocale() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.ActionContextLocaleProvider
 
getLocale() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getLocale() - Static method in class org.apache.struts2.config.Settings
Deprecated. Provides the Struts default locale.
getLocalName() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getLocalName() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getLocation() - Method in interface com.opensymphony.xwork2.util.location.Locatable
Get the location of this object
getLocation() - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
getLocation() - Method in class com.opensymphony.xwork2.util.location.Located
Get the location of this object
getLocation(Attributes, String) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the Location of an element (SAX flavor).
getLocation(Element, String) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the Location of an element (DOM flavor).
getLocation(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Same as getLocation(elem, null).
getLocation(Object) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Method in interface com.opensymphony.xwork2.util.location.LocationUtils.LocationFinder
Get the location of an object
getLocation() - Method in exception com.opensymphony.xwork2.XWorkException
Gets the location of the error, if available
getLocation(String) - Static method in class org.apache.struts2.config.Settings
Deprecated. Provides the Location of a setting.
getLocation(Object) - Method in class org.apache.struts2.dispatcher.Dispatcher.Locator
 
getLocation() - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Gets the location it was created with, mainly for testing
getLocationImpl(String) - Method in class org.apache.struts2.config.PropertiesSettings
Gets the location of a property from the properties file.
getLocationImpl(String) - Method in class org.apache.struts2.config.Settings
Deprecated. Implements the Settings.getLocation(String) method.
getLocationObject(Element) - Static method in class com.opensymphony.xwork2.util.DomHelper
 
getLocationString(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the location of an element (SAX flavor).
getLocationString(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the location of an element that has been processed by this pipe (DOM flavor).
getLogCategory() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
getLogCategory() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
getLogger(Class<?>) - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
getLogger(String) - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
getLoggerFactory() - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLoggerFactory
 
getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLoggerFactory
 
getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory
 
getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory
 
getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
getLoggerToUse() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Get's the logger to use.
getLogLevel() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
getLogLevel() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Expose the ActionMapping for the current request
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
getMapping(HttpServletRequest, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
getMappingFromActionName(String) - Method in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Expose the ActionMapping for the specified action name
getMappingFromActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
getMappingFromActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getMappingFromActionName(String) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
getMatchingPattern() - Method in class org.apache.struts2.views.xslt.XSLTResult
Deprecated. Since 2.1.1
getMax() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMax() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMax() - Method in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
getMax() - Method in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
getMaxExclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMaxInclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMaxLength() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
getMember() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the field, method or constructor which is being injected.
getMember() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getMessage(String, Locale, String, ValueStack, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Gets the message from the named resource bundle.
getMessage(Object) - Method in interface com.opensymphony.xwork2.validator.Validator
Gets the validation failure message for the given object
getMessage(Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getMessageKey() - Method in interface com.opensymphony.xwork2.validator.Validator
Gets the resource bundle key used for lookup of validation failure message
getMessageKey() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getMessageKey() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getMethod() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the method name to execute, or null if no method has been specified (meaning execute will be invoked).
getMethod() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getMethod() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getMethod() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getMethodName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
Returns name of the action method
getMin() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMin() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMin() - Method in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
getMin() - Method in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
getMinExclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMinInclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMinLength() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
getMinTime() - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Get the min time for this profiling, it searches for a System property 'xwork.profile.mintime' and default to 0.
getModel() - Method in interface com.opensymphony.xwork2.ModelDriven
Gets the model to be pushed onto the ValueStack instead of the Action itself.
getMoveDownLabel() - Method in class org.apache.struts2.components.UpDownSelect
 
getMoveDownLabel() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getMoveUpLabel() - Method in class org.apache.struts2.components.UpDownSelect
 
getMoveUpLabel() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getMultiple() - Method in class org.apache.struts2.components.InputTransferSelect
 
getMultiple() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getName() - Method in class com.opensymphony.xwork2.ActionContext
Gets the name of the current Action.
getName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
getName() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getName() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the name of the injection specified by Inject.value().
getName() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getName() - Method in class com.opensymphony.xwork2.inject.Key
 
getName() - Method in class org.apache.struts2.components.Date
 
getName() - Method in class org.apache.struts2.components.template.Template
 
getName() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getName() - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
 
getName() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
getNamedItem(String) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
getNamedItemNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
getNamespace() - Method in interface com.opensymphony.xwork2.ActionProxy
Gets the namespace the ActionConfig for this ActionProxy is mapped to.
getNamespace() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
getNamespace() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getNamespace() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getNamespace() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getNamespace() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getNamespaceURI() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getNamespaceURI() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getNewBackgroundProcess(String, ActionInvocation, int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Creates a new background process
getNext() - Method in class org.apache.struts2.util.Counter
 
getNext() - Method in class org.apache.struts2.util.IteratorGenerator
 
getNextSibling() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getNodeName() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getNodeName() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getNodeName() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getNodeName() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getNodeName() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getNodeType() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getNodeType() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getNodeType() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getNodeType() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getNodeType() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getNodeValue() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getNodeValue() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getNodeValue() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getObjectFactory() - Static method in class com.opensymphony.xwork2.ObjectFactory
Deprecated. Since 2.1
getObjectWrapper() - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
getObjectWrapper() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
This method is called from FreemarkerResult.doExecute(String, ActionInvocation) to obtain the FreeMarker object wrapper object that this result will use for adapting objects into template models.
getOperationModel() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
getOptgroup() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getOptiontransferselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getOrderedComparator() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Gets an instance of the comparator to use for the ordered sorting.
getOriginalPattern() - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
Gets the original wildcard pattern.
getOutputStream() - Method in class org.apache.struts2.components.Include.PageResponse
Return instance of Include.PageOutputStream allowing all data written to stream to be stored in temporary buffer.
getOutputStream() - Method in class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
getOverrideExpr(ActionInvocation, Object) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
getOverrideExpr(ActionInvocation, Object) - Method in class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
 
getOwnerDocument() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getOwnerElement() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
getPackageConfig(String) - Method in interface com.opensymphony.xwork2.config.Configuration
 
getPackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getPackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getPackageConfigNames() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getPackageConfigs() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getPackageConfigs() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getPackageConfigs() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getPackageName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getPageContext() - Static method in class org.apache.struts2.ServletActionContext
Returns the HTTP page context.
getPageContext() - Method in class org.apache.struts2.util.AttributeMap
 
getParam() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getParameter(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getParameter(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns the specified request parameter.
getParameter(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParameter(String) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Gets a single string from the request parameters
getParameterLogMap(Map) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
getParameterMap() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getParameterNames() - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns an enumeration of String parameter names.
getParameterNames() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParameters() - Method in class com.opensymphony.xwork2.ActionContext
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of parameters otherwise.
getParameters(Member, InternalContext, ContainerImpl.ParameterInjector[]) - Static method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getParameters() - Method in class org.apache.struts2.components.Component
Gets the parameters.
getParameters() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getParametersInjectors(M, Annotation[][], Class[], String) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Gets parameter injectors.
getParameterValues(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
getParameterValues(String) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
Returns a list of all parameter values associated with a parameter name.
getParameterValues(String) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
getParams() - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getParams(Element) - Static method in class com.opensymphony.xwork2.config.providers.XmlHelper
 
getParams() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getParams() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getParent() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
getParent() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getParent() - Method in interface org.apache.struts2.views.xslt.AdapterNode
The parent adapter node of this node.
getParentNode() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getParents() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getParse() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getParseStringAsXML() - Method in class org.apache.struts2.views.xslt.StringAdapter
Is this StringAdapter to interpret its string values as containing XML Text?
getPassword() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getPattern() - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
Gets the compiled wildcard pattern.
getPattern() - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatch
 
getPattern() - Method in class com.opensymphony.xwork2.util.ClassPathFinder
retrieves the pattern in use
getPattern() - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
 
getPossibleTemplates(TemplateEngine) - Method in class org.apache.struts2.components.template.Template
 
getPrefix() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getPrefix() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
getPrefixedMethod(String[], String, Object) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
This method returns a Method in action.
getPrevious() - Method in class org.apache.struts2.util.Counter
 
getPreviousSibling() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getPrintable(long) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
Get a formatted string representing all the methods that took longer than a specified time.
getPrintable(String, long) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
getProfiledObject(Class, Object) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
Given a class, and an interface that it implements, return a proxied version of the class that implements the interface.
getProfilingKey() - Method in class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
Gets the property of a Collection by indexing the collection based on a key property.
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkObjectPropertyAccessor
 
getProperty() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getPropertyDescriptor(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getPropertyDescriptor(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
This method returns a PropertyDescriptor for the given class and property name using a Map lookup (using getPropertyDescriptorsMap()).
getPropertyDescriptors(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getPropertyDescriptors(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Get's the java beans property descriptors for the given source.
getPropertyDescriptors(Class) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Get's the java beans property descriptors for the given class.
getPropertyDescriptors(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Get's the java beans property descriptors for the given source.
getPropertyDescriptors(Object) - Method in class org.apache.struts2.views.xslt.BeanAdapter
Caching facade method to Introspector.getBeanInfo(Class, Class).getPropertyDescriptors();
getPropertyLocation(String) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
getPropertyName() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Returns the name of the last read property.
getPropertyName() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getPropertyName() - Method in interface org.apache.struts2.views.xslt.AdapterNode
The name of the Java object (property) that we are adapting
getPropertyThroughIteration(Map, Collection, String, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
getPropertyValue() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Returns the value of the last read property.
getPropertyValue() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getPropertyValue() - Method in interface org.apache.struts2.views.xslt.AdapterNode
The Java object (property) that we are adapting
getProxy() - Method in class com.opensymphony.xwork2.ActionChainResult
 
getProxy() - Method in interface com.opensymphony.xwork2.ActionInvocation
Get the ActionProxy holding this ActionInvocation.
getProxy() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getProxy() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getProxy() - Method in class org.apache.struts2.components.ActionComponent
 
getPush() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getPutStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
getRadio() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getRealTarget(String, Map, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getRealTarget(String, Map, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
getRealTarget(String, Map, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
getRealValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
getRemoteUser() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Gets the user id
getRemoteUser() - Method in class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
Gets the user id
getRemoveAllLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getRemoveAllLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getRemoveLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getRemoveLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getRepopulateField() - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
getRequest() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Deprecated. To obtain the HttpServletRequest in your action, use org.apache.struts2.servlet.ServletRequestAware, since this method will be dropped in future.
getRequest() - Method in class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
Deprecated. To obtain the HttpServletRequest in your action, use org.apache.struts2.servlet.ServletRequestAware, since this method will be dropped in future.
getRequest() - Static method in class org.apache.struts2.ServletActionContext
Gets the HTTP servlet request object.
getRequestOperationMode(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Get the operationMode through request paramter, if allowRequestParameterSwitch is 'true', else it simply returns 'NONE', meaning its neither in the 'STORE_MODE' nor 'RETRIEVE_MODE'.
getRequestParameterSwitch() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
getReset() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getResource(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
Load a given resource.
getResource() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
getResource(String, Class) - Static method in class org.apache.struts2.util.ClassLoaderUtils
Load a given resource.
getResourceAsStream(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
This is a convenience method to load a resource as a stream.
getResourceAsStream(String, Class) - Static method in class org.apache.struts2.util.ClassLoaderUtils
This is a convenience method to load a resource as a stream.
getResourceBase(HttpServletRequest) - Static method in class org.apache.struts2.views.util.ResourceUtil
 
getResources(String, Class, boolean) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
Load all resources with a given name, potentially aggregating all results from the searched classloaders.
getResources() - Method in class com.opensymphony.xwork2.util.ResolverUtil
 
getResourceStream(String) - Method in class org.apache.struts2.views.velocity.StrutsResourceLoader
 
getResponse() - Static method in class org.apache.struts2.ServletActionContext
Gets the HTTP servlet response object.
getResult() - Method in interface com.opensymphony.xwork2.ActionInvocation
If the ActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
getResult() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
getResult() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getResult() - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
getResult() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Gets the result of the background process.
getResultCode() - Method in interface com.opensymphony.xwork2.ActionInvocation
Gets the result code returned from this ActionInvocation.
getResultCode() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getResultCode() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getResults() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getResultType(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
getResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the ResultTypeConfigs local to this package
getRightDownLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getRightDownLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getRightTitle() - Method in class org.apache.struts2.components.InputTransferSelect
 
getRightTitle() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getRightTitle() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getRightTitle() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getRightUpLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getRightUpLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getRoot() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
getRoot() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the CompoundRoot which holds the objects pushed onto the stack
getRootElement() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
Lazily construct the root element adapter from the value object.
getRuntimeConfiguration() - Method in interface com.opensymphony.xwork2.config.Configuration
The current runtime configuration.
getRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getSaveDir(ServletContext) - Method in class org.apache.struts2.dispatcher.Dispatcher
Return the path to save uploaded files to (this is configurable).
getSchemaTypeInfo() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getSchemaTypeInfo() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
getSchemaTypeInfo() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getScopeKey() - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
Gets the key under which the model is stored
getScopeStrategy() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the current scope strategy.
getScopeStrategy() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getScopeStrategy() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getSelect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSelectAllLabel() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getSelectAllLabel() - Method in class org.apache.struts2.components.UpDownSelect
 
getSelectAllLabel() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getSelectAllLabel() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
getSelectAllOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getSelectAllOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getSelectedIndex() - Method in class org.apache.struts2.util.TabbedPane
 
getSequence() - Method in class org.apache.struts2.components.Form
Get a incrementing sequence unique to this Form component.
getServletContext() - Method in class org.apache.struts2.config.ServletContextSingleton
Gets the servlet context
getServletContext() - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Provide a workaround for some versions of WebLogic.
getServletContext(HttpSession) - Method in class org.apache.struts2.dispatcher.FilterDispatcherCompatWeblogic61
answers the servlet context.
getServletContext() - Static method in class org.apache.struts2.ServletActionContext
Gets the servlet context.
getServletPath(HttpServletRequest) - Static method in class org.apache.struts2.RequestUtils
Retrieves the current request servlet path.
getSession() - Method in class com.opensymphony.xwork2.ActionContext
Gets the Map of HttpSession values when in a servlet environment or a generic session map otherwise.
getSessionReset() - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
getSet() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSetMap(Map, Collection, String, Class) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
getSetMap(Map, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
getSetMethod(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getSetMethod(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
 
getSize() - Method in class org.apache.struts2.components.InputTransferSelect
 
getSize() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
getSize() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getSnippet(int) - Method in interface com.opensymphony.xwork2.util.location.Location
Gets a source code snippet with the default padding
getSnippet(int) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Gets a source code snippet with the default padding
getSpecified() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
getStack() - Method in interface com.opensymphony.xwork2.ActionInvocation
Gets the ValueStack associated with this ActionInvocation.
getStack() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getStack() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getStack() - Method in class org.apache.struts2.components.Component
Gets the OGNL value stack assoicated with this component.
getStack() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getStack() - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
getStack(PageContext) - Static method in class org.apache.struts2.views.jsp.TagUtils
 
getStandardContext(ValueStack, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.struts2.views.util.ContextUtil
 
getStrictErrorChecking() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getStringValue() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getStringValue() - Method in class org.apache.struts2.views.xslt.StringAdapter
Get the object to be adapted as a String value.
getStylesheetLocation() - Method in class org.apache.struts2.views.xslt.XSLTResult
 
getSubmit() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getSuccessResultValue() - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
 
getSuffix() - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getSuffix() - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
getSuffix() - Method in class org.apache.struts2.components.template.JspTemplateEngine
 
getSuffix() - Method in class org.apache.struts2.components.template.VelocityTemplateEngine
 
getTabAlign() - Method in class org.apache.struts2.util.TabbedPane
 
getTag() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getTagName() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
getTagName() - Method in class org.apache.struts2.views.xslt.BeanAdapter
 
getTagName() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
getTarget() - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
Gets the object that contains the pattern.
getTarget() - Method in class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
 
getTemplate() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getTemplate() - Method in class org.apache.struts2.components.UIBean
 
getTemplate(ValueStack, VelocityEngine, ActionInvocation, String, String) - Method in class org.apache.struts2.dispatcher.VelocityResult
Given a value stack, a Velocity engine, and an action invocation, this method returns the appropriate Velocity template to render.
getTemplateDir() - Method in class org.apache.struts2.components.UIBean
 
getTemplateEngine(Template, String) - Method in class org.apache.struts2.components.template.TemplateEngineManager
Gets the TemplateEngine for the template name.
getTemplateLoader(ServletContext) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
The default template loader is a MultiTemplateLoader which includes a ClassTemplateLoader and a WebappTemplateLoader (and a FileTemplateLoader depending on the init-parameter 'TemplatePath').
getTemplates(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
getTemplateSuffix(Map) - Static method in class org.apache.struts2.views.util.ContextUtil
Returns a String for overriding the default templateSuffix if templateSuffix is on the stack
GETTER_PATTERN - Static variable in class com.opensymphony.xwork2.util.AnnotationUtils
 
GETTER_PATTERN - Static variable in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
getText(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, List) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String[]) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, List) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, List) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String[]) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, List) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a message key, or null if no message is found.
getText(String, String) - Method in interface com.opensymphony.xwork2.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) - Method in interface com.opensymphony.xwork2.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) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or null if no message is found.
getText(String, String[]) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or null if no message is found.
getText(String, String, List) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[]) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, List, ValueStack) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[], ValueStack) - Method in interface com.opensymphony.xwork2.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) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, List) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String[]) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.TextProviderSupport
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.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) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, List) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String[]) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, List) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String) - Method in class org.apache.struts2.util.StrutsUtil
 
getText(String, String, List<String>, ValueStack) - Static method in class org.apache.struts2.util.TextProviderHelper
Get a message from the first TextProvider encountered in the stack.
getText(String, String, ValueStack) - Static method in class org.apache.struts2.util.TextProviderHelper
Get a message from the first TextProvider encountered in the stack.
getText() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getTextarea() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getTextContent() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getTextfield() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getTextMessage(String, Object[], Locale) - Method in class org.apache.struts2.interceptor.FileUploadInterceptor
 
getTextProvider() - Method in class com.opensymphony.xwork2.TextProviderFactory
 
getTextProvider() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTexts() - Method in class com.opensymphony.xwork2.ActionSupport
 
getTexts(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getTexts(String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getTexts() - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getTexts(String) - Method in interface com.opensymphony.xwork2.TextProvider
Get the named bundle, such as "com/acme/Foo".
getTexts() - Method in interface com.opensymphony.xwork2.TextProvider
Get the resource bundle associated with the implementing class (usually an action).
getTexts(String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get the named bundle.
getTexts() - Method in class com.opensymphony.xwork2.TextProviderSupport
Get the resource bundle associated with this action.
getTexts(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTexts() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTextValue(Element) - Static method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
Extract trimmed text value from the given DOM element, ignoring XML comments.
getTheme() - Method in class org.apache.struts2.components.template.Template
 
getTheme() - Method in class org.apache.struts2.components.UIBean
 
getThemePropertiesFileName() - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getThemeProps(Template) - Method in class org.apache.struts2.components.template.BaseTemplateEngine
 
getThemeProps(Template) - Method in interface org.apache.struts2.components.template.TemplateEngine
Get's the properties for the given template.
getThrowable() - Method in exception com.opensymphony.xwork2.XWorkException
Deprecated. Use Throwable.getCause()
getTime() - Method in class org.apache.struts2.util.Timer
 
GETTING_BY_KEY_PROPERTY - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
getToken() - Static method in class org.apache.struts2.util.TokenHelper
Gets a transaction token into the session using the default token name.
getToken(String) - Static method in class org.apache.struts2.util.TokenHelper
Gets the Token value from the params in the ServletActionContext using the given name
getToken() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getTokenName() - Static method in class org.apache.struts2.util.TokenHelper
Gets the token name from the Parameters in the ServletActionContext
getTokenNameField() - Method in class org.apache.struts2.components.Token
Deprecated. Templates should use $parameters from now on, not $tag.
getTooltipConfig(UIBean) - Method in class org.apache.struts2.components.UIBean
 
getTotal() - Method in class org.apache.struts2.util.Timer
 
getTrim() - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
getTrim() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
getTrimmedClassName(Method) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
Given a method, get the Method name, with no package information.
getType() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
getType() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the type of the field or parameter which is being injected.
getType() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getType() - Method in class com.opensymphony.xwork2.inject.Key
 
getType() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getType() - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
getType() - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
getType() - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
All components, unless otherwise stated, are LINE-level directives.
getType() - Method in class org.apache.struts2.views.velocity.components.AnchorDirective
 
getType() - Method in class org.apache.struts2.views.velocity.components.ComponentDirective
 
getType() - Method in class org.apache.struts2.views.velocity.components.DivDirective
 
getType() - Method in class org.apache.struts2.views.velocity.components.FormDirective
 
getTypeConverter(Map) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
getTypeConverterFromContext(Map) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
 
getUpDownOnLeftOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getUpDownOnLeftOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getUpDownOnRightOnclick() - Method in class org.apache.struts2.components.OptionTransferSelect
 
getUpDownOnRightOnclick() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
getUpdownselect() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getUpLabel() - Method in class org.apache.struts2.components.InputTransferSelect
 
getUpLabel() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
getURI() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the URI of this location
getURI(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the URI of an element (SAX flavor)
getURI(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the URI of an element (DOM flavor)
getURI() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the URI of this location
getUri(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Gets the uri from the request
getUriFromActionMapping(ActionMapping) - Method in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Convert an ActionMapping into a URI string
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
getUriFromActionMapping(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
getURIResolver() - Method in class org.apache.struts2.views.xslt.XSLTResult
Get the URI Resolver to be called by the processor when it encounters an xsl:include, xsl:import, or document() function.
getURL() - Method in class org.apache.struts2.util.URLBean
 
getURL(String) - Method in class org.apache.struts2.views.freemarker.StrutsClassTemplateLoader
 
getUrl() - Method in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
getURLClassLoader() - Method in class com.opensymphony.xwork2.util.ClassPathFinder
 
getUserData(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
getUserPrincipal() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Gets the user principal
getUserPrincipal() - Method in class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
Gets the user principal
getValidationAware() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getValidator(ValidatorConfig) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
getValidator(ValidatorConfig) - Method in interface com.opensymphony.xwork2.validator.ValidatorFactory
Get a Validator that matches the given configuration.
getValidatorContext() - Method in interface com.opensymphony.xwork2.validator.Validator
Gets the validation context used
getValidatorContext() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getValidators(Class, String, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Returns a list of validators for the given class, context, and method.
getValidators(Class, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Returns a list of validators for the given class and context.
getValidators(Class, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
getValidators(Class, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
getValidators(Class, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
getValidators(Class, String, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
getValidators(String) - Method in class org.apache.struts2.components.Form
 
getValidatorType() - Method in interface com.opensymphony.xwork2.validator.Validator
Gets the vaildator type used (see class javadoc).
getValidatorType() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
getValidatorType() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getValue() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
getValue() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
getValue(Map, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
getValue() - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
 
getValue(String, Map, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
getValue(String, Map, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
 
getValue(String, Map, Object, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
 
getValue(String, Map, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Evaluates the given OGNL expression to extract a value from the given root object in a given context
getValue() - Method in class org.apache.struts2.components.Debug.DebugMapEntry
 
getValue() - Method in class org.apache.struts2.util.ListEntry
 
getValue() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
getValueClassType() - Method in class org.apache.struts2.components.Checkbox
 
getValueClassType() - Method in class org.apache.struts2.components.ListUIBean
 
getValueClassType() - Method in class org.apache.struts2.components.UIBean
 
getValueStack() - Method in class com.opensymphony.xwork2.ActionContext
Gets the OGNL value stack.
getValueStack(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
Gets the current value stack for this request
getVar() - Method in class org.apache.struts2.components.ContextBean
 
getVariableNames() - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
 
getVariables() - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatch
 
getVelocityDirectiveClasses() - Method in class org.apache.struts2.views.DefaultTagLibrary
 
getVelocityDirectiveClasses() - Method in interface org.apache.struts2.views.TagLibrary
Gets a list of Velocity directive classes for the tag library.
getVelocityEngine() - Method in class org.apache.struts2.views.velocity.VelocityManager
 
getVelocityProperties() - Method in class org.apache.struts2.views.velocity.VelocityManager
 
getWholeText() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
getWholeText() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
getWriter() - Method in class org.apache.struts2.components.Include.PageResponse
Return PrintWriter wrapper around PageOutputStream.
getWriter() - Method in class org.apache.struts2.components.template.TemplateRenderingContext
 
getWriter() - Method in class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
getWriter() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
The default writer writes directly to the response writer.
getWriter(Writer, Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
getXmlEncoding() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getXmlStandalone() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
getXmlVersion() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
globalExceptionMappingConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
globalResultConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
GT - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 

H

handle(ReflectionException) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionExceptionHandler
 
handle(ReflectionException) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
handleConversionException(Map, String, Object, Object) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
handleException(Throwable, ValueStack) - Method in interface com.opensymphony.xwork2.ActionEventListener
Called when an exception is thrown by the action
handleInvalidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
Determines what to do if an invalid token is provided.
handleInvalidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
 
handleLogging(Exception) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Handles the logging of the exception.
handleRejection(ActionInvocation, HttpServletResponse) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Handles a rejection by sending a 403 HTTP error
handleSpecialParameters(HttpServletRequest, ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Special parameters, as described in the class-level comment, are searched for and handled.
handleUnknownAction(String, String) - Method in interface com.opensymphony.xwork2.UnknownHandler
Handles the case when an action configuration is unknown.
handleUnknownActionMethod(Object, String) - Method in interface com.opensymphony.xwork2.UnknownHandler
Handles the case when an action method cannot be found.
handleUnknownResult(ActionContext, String, ActionConfig, String) - Method in interface com.opensymphony.xwork2.UnknownHandler
Handles the case when a result cannot be found for an action and result code.
handleValidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenInterceptor
Called when a valid token is found.
handleValidToken(ActionInvocation) - Method in class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
 
handleWildCardIncludes(String, List<Document>, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
hasActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasActionErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Check whether there are any Action-level error messages.
hasActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hasActionMessages() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasActionMessages() - Method in interface com.opensymphony.xwork2.ValidationAware
Checks whether there are any Action-level messages.
hasActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hasAttribute(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
hasAttribute(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
hasAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
hasAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
hasAttributes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
hasAttributes() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
hasChildNodes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
hasChildNodes() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
hasChildNodes() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
hasChildNodes() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
hasErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Checks whether there are any action errors or field errors.
hasErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hasErrors() - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Returns true if any errors occured when parsing the HTTP multipart request, false otherwise.
hasFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasFieldErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Check whether there are any field errors associated with this action.
hasFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hash - Variable in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
hashCode() - Method in class com.opensymphony.xwork2.ActionChainResult
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
hashCode - Variable in class com.opensymphony.xwork2.inject.Key
 
hashCode() - Method in class com.opensymphony.xwork2.inject.Key
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.KeyReferenceAwareWrapper
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
hashCode - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
hashCode - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
hashCode() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
hashCode() - Method in class com.opensymphony.xwork2.mock.MockResult
 
hashCode() - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
hashCode() - Method in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
hashCode() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
hasNext() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
hasNext() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
hasNext() - Method in class org.apache.struts2.util.Counter
 
hasNext() - Method in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
hasNext() - Method in class org.apache.struts2.util.IteratorGenerator
 
hasNext() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
hasNext() - Method in class org.apache.struts2.util.SortIteratorFilter
 
hasNext() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
Head - Class in org.apache.struts2.components
Renders parts of the HEAD section for an HTML file.
Head(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Head
 
head - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
HeadDirective - Class in org.apache.struts2.views.velocity.components
 
HeadDirective() - Constructor for class org.apache.struts2.views.velocity.components.HeadDirective
 
headerKey - Variable in class org.apache.struts2.components.ComboBox
 
headerKey - Variable in class org.apache.struts2.components.DoubleListUIBean
 
headerKey - Variable in class org.apache.struts2.components.InputTransferSelect
 
headerKey - Variable in class org.apache.struts2.components.Select
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
headerKey - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
headers - Variable in class org.apache.struts2.dispatcher.HttpHeaderResult
 
headerValue - Variable in class org.apache.struts2.components.ComboBox
 
headerValue - Variable in class org.apache.struts2.components.DoubleListUIBean
 
headerValue - Variable in class org.apache.struts2.components.InputTransferSelect
 
headerValue - Variable in class org.apache.struts2.components.Select
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
headerValue - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
HeadModel - Class in org.apache.struts2.views.freemarker.tags
 
HeadModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.HeadModel
 
HeadTag - Class in org.apache.struts2.views.jsp.ui
 
HeadTag() - Constructor for class org.apache.struts2.views.jsp.ui.HeadTag
 
hex - Static variable in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
HEX_RADIX - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
Constant for the radix of hex numbers.
Hidden - Class in org.apache.struts2.components
Renders an HTML input element of type hidden, populated by the specified property from the ValueStack.
Hidden(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Hidden
 
hidden - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
HiddenDirective - Class in org.apache.struts2.views.velocity.components
 
HiddenDirective() - Constructor for class org.apache.struts2.views.velocity.components.HiddenDirective
 
HiddenModel - Class in org.apache.struts2.views.freemarker.tags
 
HiddenModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.HiddenModel
 
HiddenTag - Class in org.apache.struts2.views.jsp.ui
 
HiddenTag() - Constructor for class org.apache.struts2.views.jsp.ui.HiddenTag
 
href - Variable in class org.apache.struts2.components.Anchor
 
href - Variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
htmlEncode(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
 
htmlEncode(String, boolean) - Static method in class com.opensymphony.xwork2.util.TextUtils
Escape html entity characters and high characters (eg "curvy" Word quotes).
htmlEncode(Object) - Method in class org.apache.struts2.util.StrutsUtil
 
HTTP_METHOD_PARAM - Static variable in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
HTTP_REQUEST - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the HTTP request object.
HTTP_RESPONSE - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the HTTP response object.
HttpHeaderResult - Class in org.apache.struts2.dispatcher
A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack.
HttpHeaderResult() - Constructor for class org.apache.struts2.dispatcher.HttpHeaderResult
 
HttpHeaderResult(int) - Constructor for class org.apache.struts2.dispatcher.HttpHeaderResult
 

I

I18n - Class in org.apache.struts2.components
Gets a resource bundle and place it on the value stack.
I18n(ValueStack) - Constructor for class org.apache.struts2.components.I18n
 
i18n - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
I18nDirective - Class in org.apache.struts2.views.velocity.components
 
I18nDirective() - Constructor for class org.apache.struts2.views.velocity.components.I18nDirective
 
I18nInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that handles setting the locale specified in a session as the locale for the current action request.
I18nInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
I18nModel - Class in org.apache.struts2.views.freemarker.tags
 
I18nModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.I18nModel
 
I18nTag - Class in org.apache.struts2.views.jsp
 
I18nTag() - Constructor for class org.apache.struts2.views.jsp.I18nTag
 
id - Variable in class org.apache.struts2.components.UIBean
 
id - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
idParameterName - Variable in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
idx - Variable in class org.apache.struts2.util.MergeIteratorFilter
 
If - Class in org.apache.struts2.components
 
If(ValueStack) - Constructor for class org.apache.struts2.components.If
 
IfModel - Class in org.apache.struts2.views.freemarker.tags
 
IfModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.IfModel
 
ifModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
IfTag - Class in org.apache.struts2.views.jsp
 
IfTag() - Constructor for class org.apache.struts2.views.jsp.IfTag
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
ignoreContextParams - Variable in class org.apache.struts2.components.ActionComponent
 
ignoreContextParams - Variable in class org.apache.struts2.views.jsp.ActionTag
 
ignoreKeys - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
ignorePrefixes - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
implementation - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
implementation - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
importNode(Node, boolean) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
Include - Class in org.apache.struts2.components
 
Include(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Include
 
include(String, Writer, ServletRequest, HttpServletResponse) - Static method in class org.apache.struts2.components.Include
 
include(Object) - Method in class org.apache.struts2.util.StrutsUtil
 
include(Object, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.util.StrutsUtil
Deprecated. the request and response are stored in this util class, please use include(string)
include - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Include.PageOutputStream - Class in org.apache.struts2.components
Implementation of ServletOutputStream that stores all data written to it in a temporary buffer accessible from Include.PageOutputStream.getBuffer() .
Include.PageOutputStream() - Constructor for class org.apache.struts2.components.Include.PageOutputStream
 
Include.PageResponse - Class in org.apache.struts2.components
Simple wrapper to HTTPServletResponse that will allow getWriter() and getResponse() to be called as many times as needed without causing conflicts.
Include.PageResponse(HttpServletResponse) - Constructor for class org.apache.struts2.components.Include.PageResponse
Create PageResponse wrapped around an existing HttpServletResponse.
includeContext - Variable in class org.apache.struts2.components.URL
 
includeContext - Variable in class org.apache.struts2.views.jsp.URLTag
 
includedFileNames - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
IncludeDirective - Class in org.apache.struts2.views.velocity.components
 
IncludeDirective() - Constructor for class org.apache.struts2.views.velocity.components.IncludeDirective
 
includeExtraParameters(URL) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
includeGetParameters(URL) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
includeMethods - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
IncludeModel - Class in org.apache.struts2.views.freemarker.tags
 
IncludeModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.IncludeModel
 
includeParams - Variable in class org.apache.struts2.components.URL
 
includeParams - Variable in class org.apache.struts2.views.jsp.URLTag
 
includes - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
includesExcludesMap - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
IncludeTag - Class in org.apache.struts2.views.jsp
 
IncludeTag() - Constructor for class org.apache.struts2.views.jsp.IncludeTag
 
index - Variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
index - Variable in class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
INDEX_ACCESS_PROPS - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
indexOfArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Get the offset of a part of an int array within a char array.
info(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
info(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
info(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
info(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
info(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
info(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
init(ActionProxy) - Method in interface com.opensymphony.xwork2.ActionInvocation
 
init(Configuration) - Method in interface com.opensymphony.xwork2.config.ContainerProvider
Initializes with the configuration
init(Configuration) - Method in interface com.opensymphony.xwork2.config.PackageProvider
Initializes with the configuration
init(Configuration) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
init(Configuration) - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
 
init(ActionProxy) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
init() - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Does nothing
init() - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
init() - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
Called after an interceptor is created, but before any requests are processed using intercept , giving the Interceptor a chance to initialize any needed resources.
init(ActionProxy) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
init() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName.
init(Configuration) - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
 
init(Configuration) - Method in class org.apache.struts2.config.BeanSelectionProvider
 
init(Configuration) - Method in class org.apache.struts2.config.DefaultPropertiesProvider
 
init(Configuration) - Method in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
init(FilterConfig) - Method in class org.apache.struts2.dispatcher.ActionContextCleanUp
 
init() - Method in class org.apache.struts2.dispatcher.Dispatcher
Load configurations, including both XML and zero-configuration strategies, and update optional settings, including whether to reload configurations and resource files.
init(FilterConfig) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Initializes the filter by creating a default dispatcher and setting the default packages for static resources.
init() - Method in class org.apache.struts2.interceptor.CheckboxInterceptor
 
init() - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Unused.
init() - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
init() - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
init(ServletConfig) - Method in class org.apache.struts2.views.JspSupportServlet
 
init(ServletContext) - Method in class org.apache.struts2.views.velocity.VelocityManager
initializes the VelocityManager.
init_AliasStandardObjects() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_CheckConfigurationReloading(Container) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_CheckWebLogicWorkaround(Container) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_CustomConfigurationProviders() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_DefaultProperties() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_FilterInitParameters() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_LegacyStrutsProperties() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_MethodConfigurationProvider() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_PreloadConfiguration() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
init_TraditionalXmlConfigurations() - Method in class org.apache.struts2.dispatcher.Dispatcher
 
initDispatcher(ServletContext, Map<String, String>) - Static method in class org.apache.struts2.util.StrutsTestCaseHelper
 
initialized - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
initLogging() - Method in class org.apache.struts2.dispatcher.FilterDispatcher
 
initMapping() - Static method in class org.apache.struts2.views.util.TextUtil
 
initObjectFactory() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Deprecated. Since 2.1 as it isn't necessary
initParams - Variable in class org.apache.struts2.dispatcher.Dispatcher
 
initToolbox(ServletContext) - Method in class org.apache.struts2.views.velocity.VelocityManager
Initializes the ServletToolboxManager for this servlet's toolbox (if any).
inject(Object) - Method in interface com.opensymphony.xwork2.inject.Container
Injects dependencies into the fields and methods of an existing object.
inject(Class<T>) - Method in interface com.opensymphony.xwork2.inject.Container
Creates and injects a new instance of type implementation.
inject(InternalContext, Object) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
inject(Object, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(Class<T>, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(Object) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(InternalContext, Object) - Method in interface com.opensymphony.xwork2.inject.ContainerImpl.Injector
 
inject(InternalContext, Object) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
inject(Member, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
Inject - Annotation Type in com.opensymphony.xwork2.inject
Annotates members and parameters which should have their value[s] injected.
injectInternalBeans(Object) - Method in class com.opensymphony.xwork2.ObjectFactory
 
injectIntoCookiesAwareAction(Object, Map) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Hook that set the cookiesMap into action that implements CookiesAware.
injectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
injectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
Field and method injectors.
injectStatics(Class<?>...) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Upon creation, the Container will inject static fields and methods into the given classes.
injectStatics(List<Class<?>>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
INPUT - Static variable in interface com.opensymphony.xwork2.Action
The action execution require more input in order to succeed.
input() - Method in class com.opensymphony.xwork2.ActionSupport
 
inputName - Variable in class org.apache.struts2.dispatcher.StreamResult
 
inputResultName - Variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
inputStream - Variable in class org.apache.struts2.dispatcher.StreamResult
 
InputTransferSelect - Class in org.apache.struts2.components
Create a input transfer select component which is basically an text input and <select ...> tag with buttons in the middle of them allowing text to be added to the transfer select.
InputTransferSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.InputTransferSelect
 
inputtransferselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
InputTransferSelectDirective - Class in org.apache.struts2.views.velocity.components
 
InputTransferSelectDirective() - Constructor for class org.apache.struts2.views.velocity.components.InputTransferSelectDirective
 
InputTransferSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
InputTransferSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.InputTransferSelectModel
 
InputTransferSelectTag - Class in org.apache.struts2.views.jsp.ui
InputTransferSelect jsp tag.
InputTransferSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
insertBefore(Node, Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
insertData(int, String) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
insertData(int, String) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
instance - Static variable in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
instance - Static variable in class org.apache.struts2.dispatcher.Dispatcher
Provide a thread local instance.
InstantiatingNullHandler - Class in com.opensymphony.xwork2.conversion.impl
Provided that the key ReflectionContextState.CREATE_NULL_OBJECTS is in the action context with a value of true (this key is set only during the execution of the ParametersInterceptor), OGNL expressions that have caused a NullPointerException will be temporarily stopped for evaluation while the system automatically tries to solve the null references by automatically creating the object.
InstantiatingNullHandler() - Constructor for class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Override to handle interception
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
Discovers annotated methods on the action and calls them according to the workflow
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
intercept(ActionInvocation) - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the ActionInvocation or to short-circuit the processing and just return a String return code.
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
Decide if the parameter should be removed from the parameter map based on paramNames and paramValues.
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the DefaultActionInvocation or to short-circuit the processing and just return a String return code.
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
Looks for the ApplicationContext under the attribute that the Spring listener sets in the servlet context.
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CheckboxInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ClearSessionInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CookieInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.CreateSessionInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.FileUploadInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.RolesInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
intercept(ActionInvocation) - Method in class org.apache.struts2.interceptor.ServletConfigInterceptor
Sets action properties based on the interfaces an action implements.
interceptor - Variable in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
Interceptor - Interface in com.opensymphony.xwork2.interceptor
An interceptor is a stateless class that follows the interceptor pattern, as found in Filter and in AOP languages.
InterceptorBuilder - Class in com.opensymphony.xwork2.config.providers
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
InterceptorBuilder() - Constructor for class com.opensymphony.xwork2.config.providers.InterceptorBuilder
 
InterceptorConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for Interceptors.
InterceptorConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
InterceptorConfig(InterceptorConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
InterceptorConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
InterceptorConfig.Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
InterceptorConfig.Builder(InterceptorConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
interceptorConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
InterceptorListHolder - Interface in com.opensymphony.xwork2.config.entities
InterceptorListHolder
InterceptorLocator - Interface in com.opensymphony.xwork2.config.entities
Defines an object that can be used to retrieve interceptor configuration
InterceptorMapping - Class in com.opensymphony.xwork2.config.entities
InterceptorMapping
InterceptorMapping(String, Interceptor) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
interceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
interceptors - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
interceptors - Variable in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
interceptors - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
InterceptorStackConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for InterceptorStack.
InterceptorStackConfig() - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
InterceptorStackConfig(InterceptorStackConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
InterceptorStackConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
InterceptorStackConfig.Builder(String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
INTERNAL_LIST_UI_BEAN_LIST_PARAMETER_KEY - Static variable in class org.apache.struts2.components.OptGroup
 
internalContainsKey(Object) - Method in class org.apache.struts2.views.velocity.StrutsVelocityContext
 
InternalContext - Class in com.opensymphony.xwork2.inject
Internal context.
InternalContext(ContainerImpl) - Constructor for class com.opensymphony.xwork2.inject.InternalContext
 
internalCreate(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
InternalFactory<T> - Interface in com.opensymphony.xwork2.inject
Creates objects which will be injected.
internalGet(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
internalGet(String) - Method in class org.apache.struts2.views.velocity.StrutsVelocityContext
 
internalGetActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
internalGetActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
internalGetFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
internalSetProperty(String, Object, Object, Map, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
 
internalUiBean - Variable in class org.apache.struts2.components.OptGroup
 
interval - Variable in class org.apache.struts2.util.Counter
 
IntRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a numeric field has a value within a specified range.
IntRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the integer specified is within a certain range.
IntRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
IntRangeFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
IntRangeFieldValidatorDescription
IntRangeFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
IntRangeFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
INVALID_TOKEN_CODE - Static variable in class org.apache.struts2.interceptor.TokenInterceptor
 
invalidate() - Method in class org.apache.struts2.dispatcher.SessionMap
Invalidate the http session.
InvalidMetadataException - Exception in com.opensymphony.xwork2
InvalidMetadataException
InvalidMetadataException(String) - Constructor for exception com.opensymphony.xwork2.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
invalidMethods - Static variable in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
invocation - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
invocation - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
invocation - Variable in class org.apache.struts2.interceptor.BackgroundProcess
 
invocation - Variable in class org.apache.struts2.util.InvocationSessionStore.InvocationContext
 
invocation - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
INVOCATION_MAP_KEY - Static variable in class org.apache.struts2.util.InvocationSessionStore
 
invocationContext - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
invocationContext - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
invocationHandlers - Variable in class com.opensymphony.xwork2.inject.ConstructionContext
 
InvocationSessionStore - Class in org.apache.struts2.util
InvocationSessionStore
InvocationSessionStore() - Constructor for class org.apache.struts2.util.InvocationSessionStore
 
InvocationSessionStore.InvocationContext - Class in org.apache.struts2.util
 
InvocationSessionStore.InvocationContext(ActionInvocation, String) - Constructor for class org.apache.struts2.util.InvocationSessionStore.InvocationContext
 
invoke() - Method in interface com.opensymphony.xwork2.ActionInvocation
Invokes the next step in processing this ActionInvocation.
invoke() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
invoke(Object, Method, Object[]) - Method in class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
invoke() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
invoke(Object, Method, Object[]) - Method in class com.opensymphony.xwork2.util.profiling.TimerInvocationHandler
 
invokeAction(Object, ActionConfig) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
invokeActionOnly() - Method in interface com.opensymphony.xwork2.ActionInvocation
Invokes only the Action (not Interceptors or Results).
invokeActionOnly() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
invokeActionOnly() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
invokePrefixMethod(ActionInvocation, String[]) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
This method will prefix actionInvocation's ActionProxy's method with prefixes before invoking the prefixed method.
invokeUnderTiming(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Is called to invoke the action invocation and time the execution time.
isAbstract(boolean) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
isAbstract - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
isAbstract() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
isAccessible(Map, Object, Member, String) - Method in class com.opensymphony.xwork2.ognl.StaticMemberAccess
 
isActive() - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Determine if profiling is being activated, by searching for a system property 'xwork.profile.activate', default to false (profiling is off).
isAllowed(HttpServletRequest, Object) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Determines if the request should be allowed for the action
isAllowedMethod(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
isAnnotatedBy(AnnotatedElement, Class<? extends Annotation>...) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Varargs version of AnnotatedElement.isAnnotationPresent()
isAppendPrefix() - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
Flags whether the field name of this field validator should be prepended to the field name of the visited field to determine the full field name when an error occurs.
isCaseSensitive() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
isCommentLine(String) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Tests whether a line is a comment, i.e.
isConstructing() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
isCreatingNullObjects(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
isDebugEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
isDebugEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
isDebugEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
isDefaultBlock() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
isDefaultNamespace(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
isDelete(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isDenyMethodExecution(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
isDone() - Method in class org.apache.struts2.interceptor.BackgroundProcess
Returns the status of the background process.
isElementContentWhitespace() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
isElementContentWhitespace() - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
isEmpty() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
isEmpty(Object[]) - Static method in class com.opensymphony.xwork2.util.ArrayUtils
 
isEmpty() - Method in class org.apache.struts2.util.AttributeMap
 
isEmpty() - Method in class org.apache.struts2.views.freemarker.StrutsBeanWrapper.FriendlyMapModel
 
isEmptyCollection(Object) - Method in class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
Some collections might throw an exception when isEmpty() is called
isEmptyMap(Object) - Method in class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
Some maps, like AttributeMap will throw an exception when isEmpty() is called
isEqualNode(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
isErrorEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
isErrorEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
isErrorEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
isEscape() - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
isEven() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isExcluded(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
isExecuted() - Method in interface com.opensymphony.xwork2.ActionInvocation
Gets whether this ActionInvocation has executed before.
isExecuted() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
isExecutedCalled() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
isFatalEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
isFatalEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
isFatalEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
isFirst() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isGet(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isGettingByKeyProperty(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
isId() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
isInChainHistory(String, String, String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
isInfoEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
isInfoEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
isInfoEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
isIntegerType(Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
isIterable(Object) - Static method in class org.apache.struts2.util.MakeIterator
Determine whether a given object can be made into an Iterator
isKnown(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Checks if a location is known, i.e.
isLast() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isLiteral(String) - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
 
isLiteral(String) - Method in interface com.opensymphony.xwork2.util.PatternMatcher
Determines if the pattern is a simple literal string or contains wildcards that will need to be processed
isLiteral(String) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Determines if the pattern contains any * characters
isLogEnabled() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
isLoggerEnabled(Logger, String) - Static method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Is the given logger enalbed at the given level?
isNeedsRefresh() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
isNeedsRefresh() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
isNice() - Method in class org.apache.struts2.components.Date
 
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork2.ObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isNonEmpty(Object[]) - Static method in class org.apache.struts2.interceptor.FileUploadInterceptor
 
isNotEmpty(Object[]) - Static method in class com.opensymphony.xwork2.util.ArrayUtils
 
isOdd() - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
isOrdered() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Whether to order the parameters or not
isPathUrl(String) - Static method in class org.apache.struts2.dispatcher.ServletRedirectResult
 
isPost(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isPropSeperator(char) - Static method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
Tests if the given char is a property seperator char .([.
isPut(HttpServletRequest) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
isReloadingConfigs() - Static method in class com.opensymphony.xwork2.util.FileManager
 
isReportingConversionErrors(Map) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
isRequestSecure() - Method in interface org.apache.struts2.interceptor.PrincipalProxy
Is the request using https?
isRequestSecure() - Method in class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
Is the request using https?
isReset() - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
isSameNode(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
isSelected - Variable in class org.apache.struts2.util.ListEntry
 
isSet(String) - Static method in class org.apache.struts2.config.Settings
Deprecated. Determines whether or not a setting has a registered value.
isSetImpl(String) - Method in class org.apache.struts2.config.DefaultSettings
 
isSetImpl(String) - Method in class org.apache.struts2.config.DelegatingSettings
 
isSetImpl(String) - Method in class org.apache.struts2.config.PropertiesSettings
Tests to see if a property exists in the properties file.
isSetImpl(String) - Method in class org.apache.struts2.config.Settings
Deprecated. Implements the Settings.isSet(String) method.
isShortCircuit() - Method in interface com.opensymphony.xwork2.validator.ShortCircuitableValidator
Gets whether this field validator should short circuit the validator queue it's in if validation fails.
isShortCircuit() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
isShortCircuit() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
isShouldCreateIfNew() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
isSimpleValidator() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
isSimpleValidator() - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
isSimpleValidator() - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
 
isSlashesInActionNames() - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
isStatic(Member) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
isSupported(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
isSupported(String, String) - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
isTemplateMissing(String) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
isTestApplicable(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
 
isTraceEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
isTraceEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
isTraceEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
isTrimed() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
isTrue(String) - Method in class org.apache.struts2.util.StrutsUtil
 
isUnknown(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Checks if a location is unknown, i.e.
isUseAltSyntax(Map) - Static method in class org.apache.struts2.views.util.ContextUtil
Return true if either Configuration's altSyntax is on or the stack context's useAltSyntax is on
isUserInRole(String) - Method in interface org.apache.struts2.interceptor.PrincipalProxy
True if the user is in the given role
isUserInRole(String) - Method in class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
True if the user is in the given role
isValidateAnnotatedMethodOnly() - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Gets if validate() should always be called or only per annotated method.
isWarnEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
isWarnEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
isWarnEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
isWrap() - Method in class org.apache.struts2.util.Counter
 
isWriteIfCompleted() - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
item(int) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
item(int) - Method in class org.apache.struts2.views.xslt.SimpleNodeList
 
iterator - Variable in class org.apache.struts2.components.IteratorComponent
 
iterator - Variable in class org.apache.struts2.util.SortIteratorFilter
 
iterator - Variable in class org.apache.struts2.util.SubsetIteratorFilter
 
iterator - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
IteratorComponent - Class in org.apache.struts2.components
 
IteratorComponent(ValueStack) - Constructor for class org.apache.struts2.components.IteratorComponent
 
IteratorFilterSupport - Class in org.apache.struts2.util
A base class for iterator filters
IteratorFilterSupport() - Constructor for class org.apache.struts2.util.IteratorFilterSupport
 
IteratorFilterSupport.EnumerationIterator - Class in org.apache.struts2.util
 
IteratorFilterSupport.EnumerationIterator(Enumeration) - Constructor for class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
IteratorGenerator - Class in org.apache.struts2.util
A bean that generates an iterator filled with a given object depending on the count, separator and converter defined.
IteratorGenerator() - Constructor for class org.apache.struts2.util.IteratorGenerator
 
iteratorGenerator - Variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
IteratorGenerator.Converter - Interface in org.apache.struts2.util
Interface for converting each separated token into an Object of choice.
IteratorGeneratorTag - Class in org.apache.struts2.views.jsp.iterator
NOTE: JSP-TAG
IteratorGeneratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
IteratorModel - Class in org.apache.struts2.views.freemarker.tags
 
IteratorModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.IteratorModel
 
iterators - Variable in class org.apache.struts2.util.AppendIteratorFilter
 
iterators - Variable in class org.apache.struts2.util.MergeIteratorFilter
 
IteratorStatus - Class in org.apache.struts2.views.jsp
The iterator tag can export an IteratorStatus object so that one can get information about the status of the iteration, such as: index: current iteration index, starts on 0 and increments in one on every iteration count: iterations so far, starts on 1.
IteratorStatus(IteratorStatus.StatusState) - Constructor for class org.apache.struts2.views.jsp.IteratorStatus
 
IteratorStatus.StatusState - Class in org.apache.struts2.views.jsp
 
IteratorStatus.StatusState() - Constructor for class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
IteratorTag - Class in org.apache.struts2.views.jsp
 
IteratorTag() - Constructor for class org.apache.struts2.views.jsp.IteratorTag
 

J

JakartaMultiPartRequest - Class in org.apache.struts2.dispatcher.multipart
Multipart form data request adapter for Jakarta Commons Fileupload package.
JakartaMultiPartRequest() - Constructor for class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
javascriptTooltip - Variable in class org.apache.struts2.components.UIBean
 
javascriptTooltip - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
JdkLogger - Class in com.opensymphony.xwork2.util.logging.jdk
Delegates to jdk logger.
JdkLogger(Logger) - Constructor for class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
JdkLoggerFactory - Class in com.opensymphony.xwork2.util.logging.jdk
Creates jdk loggers
JdkLoggerFactory() - Constructor for class com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory
 
join(String, Iterator) - Static method in class com.opensymphony.xwork2.util.TextUtils
Join an Iteration of Strings together.
join(String, String[]) - Static method in class com.opensymphony.xwork2.util.TextUtils
Join an array of Strings together.
join(String, Collection) - Static method in class com.opensymphony.xwork2.util.TextUtils
Join a Collection of Strings together.
JSONValidationInterceptor - Class in org.apache.struts2.interceptor.validation
Serializes validation and action errors into JSON.
JSONValidationInterceptor() - Constructor for class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
JspSupportServlet - Class in org.apache.struts2.views
 
JspSupportServlet() - Constructor for class org.apache.struts2.views.JspSupportServlet
 
jspSupportServlet - Static variable in class org.apache.struts2.views.JspSupportServlet
 
JspTemplateEngine - Class in org.apache.struts2.components.template
JSP based template engine.
JspTemplateEngine() - Constructor for class org.apache.struts2.components.template.JspTemplateEngine
 

K

key - Variable in class com.opensymphony.xwork2.inject.ExternalContext
 
Key<T> - Class in com.opensymphony.xwork2.inject
Dependency mapping key.
Key(Class<T>, String) - Constructor for class com.opensymphony.xwork2.inject.Key
 
key - Variable in class com.opensymphony.xwork2.inject.util.ReferenceCache.CallableCreate
 
key - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
Key - Annotation Type in com.opensymphony.xwork2.util

Sets the Key for type conversion.

key - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
key - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
key - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
key - Variable in class org.apache.struts2.components.Debug.DebugMapEntry
 
key - Variable in class org.apache.struts2.components.UIBean
 
KEY - Static variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
key - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
key - Variable in class org.apache.struts2.util.ListEntry
 
key - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
key - Variable in class org.apache.struts2.views.xslt.MapAdapter.EntryElement
 
KEY_APPLICATION - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_EXCEPTION - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_JSP_TAGLIBS - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
KEY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
KEY_PROPERTY_FOR_CREATION - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
KEY_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
KEY_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
KEY_REQUEST_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_REQUEST_PARAMETER_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
KEY_SESSION_MODEL - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
keyClass - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
keyHashCode(Object) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
keyProperty - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
KeyProperty - Annotation Type in com.opensymphony.xwork2.util

Sets the KeyProperty for type conversion.

keyReference - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
keyReference - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
keyReferenceType - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
keySet() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns an unmodifiable set view of the keys in this map.
keySet() - Method in class org.apache.struts2.util.AttributeMap
 
keySet() - Method in class org.apache.struts2.views.freemarker.StrutsBeanWrapper.FriendlyMapModel
 

L

Label - Class in org.apache.struts2.components
Renders an HTML LABEL that will allow you to output label:name combination that has the same format treatment as the rest of your UI controls.
Label(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Label
 
label - Variable in class org.apache.struts2.components.UIBean
 
label - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
label - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
label - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
LabelDirective - Class in org.apache.struts2.views.velocity.components
 
LabelDirective() - Constructor for class org.apache.struts2.views.velocity.components.LabelDirective
 
LabelModel - Class in org.apache.struts2.views.freemarker.tags
 
LabelModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.LabelModel
 
labelPosition - Variable in class org.apache.struts2.components.UIBean
 
labelPosition - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
labelSeparator - Variable in class org.apache.struts2.components.UIBean
 
labelSeparator - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
LabelTag - Class in org.apache.struts2.views.jsp.ui
 
LabelTag() - Constructor for class org.apache.struts2.views.jsp.ui.LabelTag
 
last - Variable in class org.apache.struts2.util.Counter
 
last - Variable in class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
LAST_BEAN_CLASS_ACCESSED - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
LAST_BEAN_PROPERTY_ACCESSED - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
lastClassAccessed - Variable in class com.opensymphony.xwork2.ognl.ObjectProxy
 
lastFinalLocation - Variable in class org.apache.struts2.dispatcher.StrutsResultSupport
 
lastIndexOfArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Get the offset of a last occurance of an int array within a char array.
lastModified - Variable in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
lastModifiedCal - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Provide a formatted date for setting heading information when caching static content.
lastPropertyAccessed - Variable in class com.opensymphony.xwork2.ognl.ObjectProxy
 
leftDownlabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
leftDownLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
leftTitle - Variable in class org.apache.struts2.components.InputTransferSelect
 
leftTitle - Variable in class org.apache.struts2.components.OptionTransferSelect
 
leftTitle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
leftTitle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
leftUpLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
leftUpLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
LegacyPropertiesConfigurationProvider - Class in org.apache.struts2.config
 
LegacyPropertiesConfigurationProvider() - Constructor for class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
line - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
LINE_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute name for the line number
lineIndenter - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
link(Map, Class, String) - Static method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
list - Variable in class org.apache.struts2.components.ComboBox
 
list - Variable in class org.apache.struts2.components.ListUIBean
 
list() - Static method in class org.apache.struts2.config.Settings
Deprecated. Provides an Iterator of all properties names.
list - Variable in class org.apache.struts2.util.SortIteratorFilter
 
list - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
list - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
list - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
ListEntry - Class in org.apache.struts2.util
Entry in a list.
ListEntry(Object, Object, boolean) - Constructor for class org.apache.struts2.util.ListEntry
 
listImpl() - Method in class org.apache.struts2.config.DefaultSettings
 
listImpl() - Method in class org.apache.struts2.config.DelegatingSettings
 
listImpl() - Method in class org.apache.struts2.config.PropertiesSettings
Lists all keys in the properties file.
listImpl() - Method in class org.apache.struts2.config.Settings
Deprecated. Implements the Settings.list() method.
listKey - Variable in class org.apache.struts2.components.ComboBox
 
listKey - Variable in class org.apache.struts2.components.ListUIBean
 
listKey - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listKey - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
listKey - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
ListUIBean - Class in org.apache.struts2.components
DoubleListUIBean is the standard superclass of all Struts list handling components.
ListUIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.ListUIBean
 
listValue - Variable in class org.apache.struts2.components.ComboBox
 
listValue - Variable in class org.apache.struts2.components.ListUIBean
 
listValue - Variable in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
listValue - Variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
listValue - Variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
load(InputStream) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
loadButAdd(Class<?>, Object) - Method in class com.opensymphony.xwork2.XWorkTestCase
 
loadButAdd(Class<?>, String, Object) - Method in class com.opensymphony.xwork2.XWorkTestCase
 
loadClass(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
Load a class with a given name.
loadClass(String, Class) - Static method in class org.apache.struts2.util.ClassLoaderUtils
Load a class with a given name.
loadConfiguration(ServletContext) - Method in class org.apache.struts2.views.velocity.VelocityManager
load optional velocity properties using the following loading strategy relative to the servlet context path relative to the WEB-INF directory on the classpath
loadConfigurationFiles(String, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadConfigurationProviders(ConfigurationProvider...) - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
loadConfigurationProviders(ConfigurationManager, ConfigurationProvider...) - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
loadConfigurationProviders(ConfigurationProvider...) - Method in class com.opensymphony.xwork2.XWorkTestCase
 
loadConversionProperties(String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
loadDefaultActionRef(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadDefaultClassRef(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadDefaultInterceptorRef(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadDocuments(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loaded - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
loadedFileNames - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
loadedFiles - Variable in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
loadedFileUrls - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadExtraConfiguration(Document) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Allows subclasses to load extra information from the document
loadFile(String, Class) - Static method in class com.opensymphony.xwork2.util.FileManager
Loads opens the named file and returns the InputStream
loadFile(URL) - Static method in class com.opensymphony.xwork2.util.FileManager
Loads opens the named file and returns the InputStream
loadFile(String, Class, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
loadFile(String, Class, boolean) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
loadGlobalResults(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Load all of the global results for this package from the XML element.
loadGobalExceptionMappings(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Load all of the global results for this package from the XML element.
loadImplementationsInDirectory(ResolverUtil.Test, String, File) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Finds matches in a physical directory on a filesystem.
loadImplementationsInJar(ResolverUtil.Test, String, File) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Finds matching classes within a jar files that contains a folder structure matching the package structure.
loadInterceptors(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadInterceptorStack(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadInterceptorStacks(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadInvocation(String, String) - Static method in class org.apache.struts2.util.InvocationSessionStore
Checks the Map in the Session for the key and the token.
loadNext() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
loadPackages() - Method in interface com.opensymphony.xwork2.config.PackageProvider
Loads the packages for the configuration.
loadPackages() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadPackages() - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
 
loadPackages() - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.BeanSelectionProvider
 
loadPackages() - Method in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
loadPackages() - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
loadSettings(LocatableProperties, Settings) - Method in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
loadSettings(ServletContext, Configuration) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
Load the settings from the /freemarker.properties file on the classpath
localContext - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
LOCALE - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's locale.
locale - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
locale - Static variable in class org.apache.struts2.config.Settings
Deprecated. An instance of the default locale as specified by the struts.locale setting.
localeFromString(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Builds a Locale from a String of the form en_US_foo into a Locale with language "en", country "US" and variant "foo".
LocaleProvider - Interface in com.opensymphony.xwork2
Indicates that the implementing class can provide its own Locale.
localeProvider - Variable in class com.opensymphony.xwork2.TextProviderSupport
 
localeProvider - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
localFuture - Variable in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
LocalizedTextUtil - Class in com.opensymphony.xwork2.util
Provides support for localization in XWork.
LocalizedTextUtil() - Constructor for class com.opensymphony.xwork2.util.LocalizedTextUtil
 
LocalizedTextUtil.GetDefaultMessageReturnArg - Class in com.opensymphony.xwork2.util
 
LocalizedTextUtil.GetDefaultMessageReturnArg(String, boolean) - Constructor for class com.opensymphony.xwork2.util.LocalizedTextUtil.GetDefaultMessageReturnArg
 
LocalizedTextUtil.MessageFormatKey - Class in com.opensymphony.xwork2.util
 
LocalizedTextUtil.MessageFormatKey(String, Locale) - Constructor for class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
localScopeStrategy - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
Locatable - Interface in com.opensymphony.xwork2.util.location
A interface that should be implemented by objects knowning their location (i.e.
LocatableConstantFactory<T> - Class in com.opensymphony.xwork2.config.impl
Factory that remembers where a constant came from
LocatableConstantFactory(T, Object) - Constructor for class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
LocatableFactory<T> - Class in com.opensymphony.xwork2.config.impl
Attaches location information to the factory.
LocatableFactory(String, Class, Class, Scope, Object) - Constructor for class com.opensymphony.xwork2.config.impl.LocatableFactory
 
LocatableProperties - Class in com.opensymphony.xwork2.util.location
Properties implementation that remembers the location of each property.
LocatableProperties() - Constructor for class com.opensymphony.xwork2.util.location.LocatableProperties
 
LocatableProperties(Location) - Constructor for class com.opensymphony.xwork2.util.location.LocatableProperties
 
Located - Class in com.opensymphony.xwork2.util.location
Base class for location aware objects
Located() - Constructor for class com.opensymphony.xwork2.util.location.Located
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
location(Location) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
location - Variable in class com.opensymphony.xwork2.util.location.LocatableProperties
 
location - Variable in class com.opensymphony.xwork2.util.location.Located
 
Location - Interface in com.opensymphony.xwork2.util.location
A location in a resource.
location(Location) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
location - Variable in exception com.opensymphony.xwork2.XWorkException
 
location - Variable in class org.apache.struts2.dispatcher.StrutsResultSupport
 
location - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
LocationAttributes - Class in com.opensymphony.xwork2.util.location
A class to handle location information stored in attributes.
LocationAttributes() - Constructor for class com.opensymphony.xwork2.util.location.LocationAttributes
 
LocationAttributes.Pipe - Class in com.opensymphony.xwork2.util.location
A SAX filter that adds the information available from the Locator as attributes.
LocationAttributes.Pipe() - Constructor for class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
Create a filter.
LocationAttributes.Pipe(ContentHandler) - Constructor for class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
Create a filter that is chained to another handler.
LocationImpl - Class in com.opensymphony.xwork2.util.location
A simple immutable and serializable implementation of Location.
LocationImpl(String, String) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Build a location for a given URI, with unknown line and column numbers.
LocationImpl(String, String, int, int) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Build a location for a given URI and line and column numbers.
LocationImpl(Location) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Copy constructor.
LocationImpl(String, Location) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Create a location from an existing one, but with a different description
LocationUtils - Class in com.opensymphony.xwork2.util.location
Location-related utility methods.
LocationUtils() - Constructor for class com.opensymphony.xwork2.util.location.LocationUtils
 
LocationUtils.LocationFinder - Interface in com.opensymphony.xwork2.util.location
An finder or object locations
locator - Variable in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
lock - Static variable in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
lock(Object, ActionInvocation) - Static method in class org.apache.struts2.interceptor.ScopeInterceptor
 
locks - Static variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.ActionChainResult
 
LOG - Static variable in class com.opensymphony.xwork2.ActionSupport
 
LOG - Static variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
LOG - Static variable in class com.opensymphony.xwork2.config.ConfigurationUtil
 
LOG - Static variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
log - Static variable in class com.opensymphony.xwork2.config.impl.AbstractMatcher
The logging instance
LOG - Static variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
LOG - Static variable in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
 
LOG - Static variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
LOG - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
LOG - Static variable in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
LOG - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
log - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Jakarta commons-logging reference.
LOG - Static variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
LOG - Static variable in class com.opensymphony.xwork2.DefaultActionProxy
 
log - Static variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
log - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.ObjectFactory
 
LOG - Static variable in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
LOG - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
LOG - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
LOG - Static variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
 
LOG - Static variable in class com.opensymphony.xwork2.ognl.OgnlUtil
 
LOG - Static variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
LOG - Static variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
LOG - Static variable in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
LOG - Static variable in class com.opensymphony.xwork2.util.DomHelper
 
LOG - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
log - Variable in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
log - Variable in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
LOG - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
 
LOG - Static variable in class com.opensymphony.xwork2.util.ResolverUtil
An instance of Log to use for logging in this class.
LOG - Static variable in class com.opensymphony.xwork2.util.XWorkList
 
LOG - Static variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
LOG - Variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
LOG - Static variable in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
log - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
log - Static variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Jakarta commons-logging reference.
LOG - Static variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
log - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
LOG - Static variable in class org.apache.struts2.components.ActionComponent
 
LOG - Static variable in class org.apache.struts2.components.AppendIterator
 
LOG - Static variable in class org.apache.struts2.components.Bean
 
LOG - Static variable in class org.apache.struts2.components.ClosingUIBean
 
LOG - Static variable in class org.apache.struts2.components.Date
 
LOG - Static variable in class org.apache.struts2.components.File
 
LOG - Static variable in class org.apache.struts2.components.I18n
 
LOG - Static variable in class org.apache.struts2.components.Include
 
LOG - Static variable in class org.apache.struts2.components.InputTransferSelect
 
LOG - Static variable in class org.apache.struts2.components.MergeIterator
 
LOG - Static variable in class org.apache.struts2.components.OptGroup
 
LOG - Static variable in class org.apache.struts2.components.OptionTransferSelect
 
LOG - Static variable in class org.apache.struts2.components.Property
 
LOG - Static variable in class org.apache.struts2.components.ServletUrlRenderer
Provide a logging instance.
LOG - Static variable in class org.apache.struts2.components.Submit
 
LOG - Static variable in class org.apache.struts2.components.template.BaseTemplateEngine
 
LOG - Static variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
LOG - Static variable in class org.apache.struts2.components.template.JspTemplateEngine
 
LOG - Static variable in class org.apache.struts2.components.template.VelocityTemplateEngine
 
LOG - Static variable in class org.apache.struts2.components.Text
 
LOG - Static variable in class org.apache.struts2.components.UIBean
 
LOG - Static variable in class org.apache.struts2.components.UpDownSelect
 
LOG - Static variable in class org.apache.struts2.components.URL
 
LOG - Static variable in class org.apache.struts2.config.BeanSelectionProvider
 
log - Variable in class org.apache.struts2.config.DefaultSettings
The logging instance for this class.
LOG - Static variable in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
The Logging instance for this class.
LOG - Static variable in class org.apache.struts2.config.PropertiesSettings
 
LOG - Static variable in class org.apache.struts2.config.Settings
Deprecated. The Logging instance for this class.
LOG - Static variable in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
LOG - Static variable in class org.apache.struts2.dispatcher.ActionContextCleanUp
 
LOG - Static variable in class org.apache.struts2.dispatcher.Dispatcher
Provide a logging instance.
log - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Provide a logging instance.
LOG - Static variable in class org.apache.struts2.dispatcher.FilterDispatcherCompatWeblogic61
 
LOG - Static variable in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
LOG - Static variable in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
LOG - Static variable in class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
LOG - Static variable in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
LOG - Static variable in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
LOG - Static variable in class org.apache.struts2.dispatcher.PlainTextResult
 
LOG - Static variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
LOG - Static variable in class org.apache.struts2.dispatcher.ServletDispatcherResult
 
LOG - Static variable in class org.apache.struts2.dispatcher.ServletRedirectResult
 
LOG - Static variable in class org.apache.struts2.dispatcher.StreamResult
 
LOG - Static variable in class org.apache.struts2.dispatcher.StrutsResultSupport
 
LOG - Static variable in class org.apache.struts2.dispatcher.VelocityResult
 
LOG - Static variable in class org.apache.struts2.interceptor.ClearSessionInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.CookieInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.CreateSessionInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
LOG - Static variable in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
LOG - Static variable in class org.apache.struts2.util.IteratorGenerator
 
LOG - Static variable in class org.apache.struts2.util.StrutsUtil
 
LOG - Static variable in class org.apache.struts2.util.SubsetIteratorFilter
 
LOG - Static variable in class org.apache.struts2.util.TextProviderHelper
 
LOG - Static variable in class org.apache.struts2.util.TokenHelper
 
LOG - Static variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
LOG - Static variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
LOG - Static variable in class org.apache.struts2.views.jsp.BeanTag
 
LOG - Static variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
LOG - Static variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
LOG - Static variable in class org.apache.struts2.views.util.UrlHelper
 
LOG - Static variable in class org.apache.struts2.views.velocity.VelocityManager
 
log - Variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
log - Variable in class org.apache.struts2.views.xslt.ArrayAdapter
 
log - Variable in class org.apache.struts2.views.xslt.BeanAdapter
 
log - Variable in class org.apache.struts2.views.xslt.CollectionAdapter
 
log - Variable in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
log - Variable in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
log - Variable in class org.apache.struts2.views.xslt.ServletURIResolver
 
log - Variable in class org.apache.struts2.views.xslt.SimpleNodeList
 
log - Variable in class org.apache.struts2.views.xslt.StringAdapter
 
LOG - Static variable in class org.apache.struts2.views.xslt.XSLTResult
Log instance for this result.
logCategory - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
logCategory - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
logEnabled - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
logger - Static variable in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
Logger - Interface in com.opensymphony.xwork2.util.logging
Main logger interface for logging things
LOGGER_FACTORY - Static variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
LoggerFactory - Class in com.opensymphony.xwork2.util.logging
Creates loggers.
LoggerFactory() - Constructor for class com.opensymphony.xwork2.util.logging.LoggerFactory
 
LoggerUtils - Class in com.opensymphony.xwork2.util.logging
Logging utility methods
LoggerUtils() - Constructor for class com.opensymphony.xwork2.util.logging.LoggerUtils
 
LoggingInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor logs the start and end of the execution an action (in English-only, not internationalized).
LoggingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
LOGIN - Static variable in interface com.opensymphony.xwork2.Action
The action could not execute, since the user most was not logged in.
logLevel - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
logLevel - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
logLookupFailure(String, Exception) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
Log a failed lookup, being more verbose when devMode=true.
logMessage(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
LongRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the long specified is within a certain range.
LongRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
longValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a long integer.
lookup(String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookup(Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookupInterceptorReference(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Looks up the Interceptor Class from the interceptor-ref name and creates an instance, which is added to the provided List, or, if this is a ref to a stack, it adds the Interceptor instances from the List to this stack.
lookupNamespaceURI(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
lookupPrefix(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
lookupRegisteredValidatorType(String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
lookupRegisteredValidatorType(String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFactory
Lookup to get the FQ classname of the given validator name.
lookupSuper(Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Recurses through a class' interfaces and class hierarchy looking for a TypeConverter in the default mapping that can handle the specified class.
LT - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 

M

MakeIterator - Class in org.apache.struts2.util
MakeIterator.
MakeIterator() - Constructor for class org.apache.struts2.util.MakeIterator
 
makeKey(String, String, String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
makeKeyReferenceAware(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Wraps key so it can be compared to a referenced key for equality.
makeLocaleProvider(Object) - Static method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
makeSelectList(String, String, String, String) - Method in class org.apache.struts2.util.StrutsUtil
the selectedList objects are matched to the list.listValue

listKey and listValue are optional, and if not provided, the list item is used

makeTextProvider(Object, LocaleProvider) - Static method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
makeValidationAware(Object) - Static method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
makeValueReferenceAware(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Wraps value so it can be compared to a referenced value for equality.
map() - Method in class org.apache.struts2.views.xslt.MapAdapter
 
MAP_IDENTIFIER_KEY - Static variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
MAP_PREFIX - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Key used for type conversion of maps.
MapAdapter - Class in org.apache.struts2.views.xslt
MapAdapter adapters a java.util.Map type to an XML DOM with the following structure:
MapAdapter() - Constructor for class org.apache.struts2.views.xslt.MapAdapter
 
MapAdapter(AdapterFactory, AdapterNode, String, Map) - Constructor for class org.apache.struts2.views.xslt.MapAdapter
 
MapAdapter.EntryElement - Class in org.apache.struts2.views.xslt
 
MapAdapter.EntryElement(AdapterFactory, AdapterNode, String, Object, Object) - Constructor for class org.apache.struts2.views.xslt.MapAdapter.EntryElement
 
mappings - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Target class conversion Mappings.
match(String) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
Matches the path against the compiled wildcard patterns.
match(Map<String, String>, String, NamedVariablePatternMatcher.CompiledPattern) - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
Tries to process the data against the compiled expression.
match(Map<String, String>, String, E) - Method in interface com.opensymphony.xwork2.util.PatternMatcher
Match a pattern against a string
match(Map, String, int[]) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Match a pattern agains a string and isolates wildcard replacement into a Stack.
MATCH_BEGIN - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing begin in the pattern int [].
MATCH_END - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int value that terminates the pattern int [].
MATCH_FILE - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing '*' in the pattern int [].
MATCH_PATH - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing '**' in the pattern int [].
MATCH_THEEND - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing end in pattern int [].
matchArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Matches elements of array r from rpos to rend with array d, starting from dpos.
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
Returns true if the type is annotated with the class provided to the constructor.
matches(URL) - Method in class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
 
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.IsA
Returns true if type is assignable to the parent type supplied in the constructor.
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
Returns true if type name ends with the suffix supplied in the constructor.
matches(URL) - Method in class com.opensymphony.xwork2.util.ResolverUtil.NameIs
 
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
 
matches(Class) - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
Will be called repeatedly with candidate classes.
matches(URL) - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
 
matchingPattern - Variable in class org.apache.struts2.views.xslt.XSLTResult
Indicates the property name patterns which should be exposed to the xml.
max - Variable in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
max - Variable in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
max - Variable in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
max - Variable in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
max - Variable in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
max - Variable in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
max - Variable in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
MAX_LENGTH - Static variable in class org.apache.struts2.views.util.TextUtil
 
MAX_RECURSION - Static variable in class com.opensymphony.xwork2.util.TextParseUtil
 
maxExclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxExclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maximumSize - Variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
maxInclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxInclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxLength - Variable in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
maxLength - Variable in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
maxlength - Variable in class org.apache.struts2.components.TextField
 
maxlength - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
maxSize - Variable in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
member - Variable in class com.opensymphony.xwork2.inject.ExternalContext
 
mergeCollection(Collection, Collection) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Merge col1 and col2 and return the composite Collection.
MergeIterator - Class in org.apache.struts2.components
 
MergeIterator(ValueStack) - Constructor for class org.apache.struts2.components.MergeIterator
 
mergeIteratorFilter - Variable in class org.apache.struts2.components.MergeIterator
 
MergeIteratorFilter - Class in org.apache.struts2.util
A bean that takes several iterators and outputs the merge of them.
MergeIteratorFilter() - Constructor for class org.apache.struts2.util.MergeIteratorFilter
 
MergeIteratorTag - Class in org.apache.struts2.views.jsp.iterator
Append a list of iterators.
MergeIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
 
mergeMap(Map, Map) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
Merge map1 and map2 and return the composite Map
mergeParams(Enumeration, Enumeration) - Method in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Merges 2 enumeration of parameters as one.
mergeRequestParameters(String, Map, Map) - Method in class org.apache.struts2.components.ServletUrlRenderer
Merge request parameters into current parameters.
mergeTemplate(Writer, Template) - Method in class org.apache.struts2.components.UIBean
 
message - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.GetDefaultMessageReturnArg
 
message - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
message - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
message - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
message - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
messageFormats - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
messageKey(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
messageKey - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
messageKey - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
MessageStoreInterceptor - Class in org.apache.struts2.interceptor
An interceptor to store a ValidationAware action's messages / errors and field errors into HTTP Session, such that it will be retrieveable at a later stage.
MessageStoreInterceptor() - Constructor for class org.apache.struts2.interceptor.MessageStoreInterceptor
 
method - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
method - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
method - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
method - Variable in class org.apache.struts2.components.Form
 
method - Variable in class org.apache.struts2.components.FormButton
 
method - Variable in class org.apache.struts2.components.Reset
 
method - Variable in class org.apache.struts2.components.URL
 
method - Variable in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
method - Variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
method - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
method - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
method - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
method - Variable in class org.apache.struts2.views.jsp.URLTag
 
METHOD_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
MethodFilterInterceptor - Class in com.opensymphony.xwork2.interceptor
MethodFilterInterceptor is an abstract Interceptor used as a base class for interceptors that will filter execution based on method names according to specified included/excluded method lists.
MethodFilterInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
MethodFilterInterceptorUtil - Class in com.opensymphony.xwork2.interceptor
Utility class contains common methods used by MethodFilterInterceptor.
MethodFilterInterceptorUtil() - Constructor for class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
 
methodName - Variable in class com.opensymphony.xwork2.ActionChainResult
 
methodName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
methodName - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
MILLISECOND_FORMAT - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
min - Variable in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
min - Variable in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
min - Variable in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
min - Variable in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
min - Variable in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
min - Variable in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
min - Variable in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
MIN_TIME - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
System property that controls the min time, that if exceeded will cause a log (at INFO level) to be created.
minExclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minExclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minInclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minInclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minLength - Variable in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
minLength - Variable in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
misses - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
MISSING_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
MISSING_PACKAGE_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
missingTemplates - Variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
MockActionInvocation - Class in com.opensymphony.xwork2.mock
Mock for an ActionInvocation.
MockActionInvocation() - Constructor for class com.opensymphony.xwork2.mock.MockActionInvocation
 
MockActionInvocation - Class in com.opensymphony.xwork2
Deprecated. Please use @see com.opensymphony.xwork2.mock.MockActionInvocation instead
MockActionInvocation() - Constructor for class com.opensymphony.xwork2.MockActionInvocation
Deprecated.  
MockActionProxy - Class in com.opensymphony.xwork2.mock
Mock for an ActionProxy.
MockActionProxy() - Constructor for class com.opensymphony.xwork2.mock.MockActionProxy
 
MockConfiguration - Class in com.opensymphony.xwork2.config.impl
Simple configuration used for unit testing
MockConfiguration() - Constructor for class com.opensymphony.xwork2.config.impl.MockConfiguration
 
MockInterceptor - Class in com.opensymphony.xwork2.mock
Mock for an Interceptor.
MockInterceptor() - Constructor for class com.opensymphony.xwork2.mock.MockInterceptor
 
MockObjectTypeDeterminer - Class in com.opensymphony.xwork2.mock
Mocks the function of an ObjectTypeDeterminer for testing purposes.
MockObjectTypeDeterminer() - Constructor for class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
MockObjectTypeDeterminer(Class, Class, String, boolean) - Constructor for class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
MockResult - Class in com.opensymphony.xwork2.mock
Mock for a Result.
MockResult() - Constructor for class com.opensymphony.xwork2.mock.MockResult
 
ModelDriven<T> - Interface in com.opensymphony.xwork2
ModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts.
ModelDrivenInterceptor - Class in com.opensymphony.xwork2.interceptor
Watches for ModelDriven actions and adds the action's model on to the value stack.
ModelDrivenInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
 
ModelDrivenInterceptor.RefreshModelBeforeResult - Class in com.opensymphony.xwork2.interceptor
Refreshes the model instance on the value stack, if it has changed
ModelDrivenInterceptor.RefreshModelBeforeResult(ModelDriven, Object) - Constructor for class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
modulus(int) - Method in class org.apache.struts2.views.jsp.IteratorStatus
 
moveDownLabel - Variable in class org.apache.struts2.components.UpDownSelect
 
moveDownLabel - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
moveUpLabel - Variable in class org.apache.struts2.components.UpDownSelect
 
moveUpLabel - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
mruMaxStrongSize - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
multi - Variable in class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
 
MULTI_TEXTVALUE_SEPARATOR - Static variable in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
MultiPartRequest - Interface in org.apache.struts2.dispatcher.multipart
Abstract wrapper class HTTP requests to handle multi-part data.
MultiPartRequestWrapper - Class in org.apache.struts2.dispatcher.multipart
Parse a multipart request and provide a wrapper around the request.
MultiPartRequestWrapper(MultiPartRequest, HttpServletRequest, String) - Constructor for class org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper
Process file downloads and log any errors.
multipartSaveDir - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting.
multiple - Variable in class org.apache.struts2.components.DoubleListUIBean
 
multiple - Variable in class org.apache.struts2.components.InputTransferSelect
 
multiple - Variable in class org.apache.struts2.components.Select
 
multiple - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
multiple - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
multiple - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 

N

name(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
name(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
name(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
name - Variable in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
name(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
name(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
name(String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
 
name(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
name - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
name - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
name - Variable in class com.opensymphony.xwork2.inject.Key
 
name - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
name - Variable in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.MethodCall
 
name - Variable in class com.opensymphony.xwork2.util.ResolverUtil.NameIs
 
name - Variable in class org.apache.struts2.components.ActionComponent
 
name - Variable in class org.apache.struts2.components.Bean
 
name - Variable in class org.apache.struts2.components.Date
 
name - Variable in class org.apache.struts2.components.I18n
 
name - Variable in class org.apache.struts2.components.Param
 
name - Variable in class org.apache.struts2.components.template.Template
 
name - Variable in class org.apache.struts2.components.template.TemplateEngineManager.LazyEngineFactory
 
name - Variable in class org.apache.struts2.components.Text
 
name - Variable in class org.apache.struts2.components.UIBean
 
name - Variable in class org.apache.struts2.config.BeanSelectionProvider.ObjectFactoryDelegateFactory
 
name - Variable in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
name - Variable in class org.apache.struts2.views.jsp.ActionTag
 
name - Variable in class org.apache.struts2.views.jsp.BeanTag
 
name - Variable in class org.apache.struts2.views.jsp.DateTag
 
name - Variable in class org.apache.struts2.views.jsp.I18nTag
 
name - Variable in class org.apache.struts2.views.jsp.ParamTag
 
name - Variable in class org.apache.struts2.views.jsp.TextTag
 
name - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
NamedVariablePatternMatcher - Class in com.opensymphony.xwork2.util
An implementation of a pattern matcher that uses simple named wildcards.
NamedVariablePatternMatcher() - Constructor for class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
 
NamedVariablePatternMatcher.CompiledPattern - Class in com.opensymphony.xwork2.util
Stores the compiled pattern and the variable names matches will correspond to.
NamedVariablePatternMatcher.CompiledPattern(Pattern, List<String>) - Constructor for class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
 
namespace - Variable in class com.opensymphony.xwork2.ActionChainResult
 
namespace(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
namespace - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
namespace - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
namespace - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
namespace - Variable in class org.apache.struts2.components.ActionComponent
 
namespace - Variable in class org.apache.struts2.components.Form
 
namespace - Variable in class org.apache.struts2.components.URL
 
namespace - Variable in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
namespace - Variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
namespace - Variable in class org.apache.struts2.views.jsp.ActionTag
 
namespace - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
namespace - Variable in class org.apache.struts2.views.jsp.URLTag
 
namespaceActionConfigMatchers - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
namespaceActionConfigs - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
namespaceConfigs - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
NamespaceMatch - Class in com.opensymphony.xwork2.config.impl
Represents a match from a namespace pattern matching.
NamespaceMatch(String, Map<String, String>) - Constructor for class com.opensymphony.xwork2.config.impl.NamespaceMatch
 
namespaceMatcher - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
NamespaceMatcher - Class in com.opensymphony.xwork2.config.impl
Matches namespace strings against a wildcard pattern matcher
NamespaceMatcher(PatternMatcher<?>, Set<String>) - Constructor for class com.opensymphony.xwork2.config.impl.NamespaceMatcher
 
needsRefresh(boolean) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
needsRefresh - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
needsReload() - Method in interface com.opensymphony.xwork2.config.ContainerProvider
Tells whether the ContainerProvider should reload its configuration
needsReload() - Method in interface com.opensymphony.xwork2.config.PackageProvider
Tells whether the PackageProvider should reload its configuration
needsReload() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Tells whether the ConfigurationProvider should reload its configuration.
needsReload() - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
 
needsReload() - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
 
needsReload() - Method in class org.apache.struts2.config.BeanSelectionProvider
 
needsReload() - Method in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
needsReload() - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
Overrides needs reload to ensure it is only checked once per request
newInstance(Member, Key<T>, ContainerImpl) - Static method in class com.opensymphony.xwork2.inject.ExternalContext
 
newInstance(Class<T>, String) - Static method in class com.opensymphony.xwork2.inject.Key
 
newLine - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
newVelocityEngine(ServletContext) - Method in class org.apache.struts2.views.velocity.VelocityManager

Instantiates a new VelocityEngine.

next - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
next() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
next() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
next() - Method in class org.apache.struts2.util.Counter
 
next() - Method in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
next() - Method in class org.apache.struts2.util.IteratorGenerator
 
next() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
next - Variable in class org.apache.struts2.util.PrefixTrie.Node
 
next() - Method in class org.apache.struts2.util.SortIteratorFilter
 
next() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
next() - Method in class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
nextHandler - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
nextHandler - Variable in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
nextHandler - Variable in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
nextProperty() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Parses the next property from the input stream and stores the found name and value in internal fields.
nice - Variable in class org.apache.struts2.components.Date
 
nice - Variable in class org.apache.struts2.views.jsp.DateTag
 
NO_CONVERSION_POSSIBLE - Static variable in interface com.opensymphony.xwork2.conversion.TypeConverter
 
noCache - Variable in class org.apache.struts2.views.xslt.XSLTResult
Determines whether or not the result should allow caching.
node() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
Get the proxied Node value
nodes - Variable in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
nodes - Variable in class org.apache.struts2.views.xslt.SimpleNodeList
 
noMapping - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Unavailable target class conversion mappings, serves as a simple cache.
NONE - Static variable in interface com.opensymphony.xwork2.Action
The action execution was successful but do not show a view.
NONE - Static variable in class org.apache.struts2.components.URL
The includeParams attribute may have the value 'none', 'get' or 'all'.
NONE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
noNull(String, String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Return string, or defaultString if string is null or "".
noNull(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Return string, or "" if string is null.
NoParameters - Interface in com.opensymphony.xwork2.interceptor
Marker interface to incidate no auto setting of parameters.
NoParameters - Interface in org.apache.struts2.interceptor
This marker interface should be implemented by actions that do not want any parameters set on them automatically.
normalize() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
normalizeDocument() - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
NULL - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
NULL - Static variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
NULL_STRING - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
nullConvert(Object) - Static method in class org.apache.struts2.interceptor.ScopeInterceptor
 
NullHandler - Interface in com.opensymphony.xwork2.conversion
Interface for handling null results from Chains.
nullMethodResult(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
nullMethodResult(Map, Object, String, Object[]) - Method in interface com.opensymphony.xwork2.conversion.NullHandler
Method called on target returned null.
nullMethodResult(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.OgnlNullHandlerWrapper
 
NULLPARAMS - Static variable in class org.apache.struts2.views.xslt.BeanAdapter
 
nullPropertyValue(Map, Object, Object) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
nullPropertyValue(Map, Object, Object) - Method in interface com.opensymphony.xwork2.conversion.NullHandler
Property in target evaluated to null.
nullPropertyValue(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlNullHandlerWrapper
 
NullResult - Class in org.apache.struts2.config
Null result to get around annotation defaults that can't be null
NullResult() - Constructor for class org.apache.struts2.config.NullResult
 

O

OBJECT_PARAM - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
ObjectAccessor - Class in com.opensymphony.xwork2.ognl.accessor
 
ObjectAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
 
objectFactory - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
objectFactory - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
objectFactory - Variable in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
objectFactory - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
objectFactory - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
objectFactory - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
objectFactory - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
objectFactory - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
ObjectFactory - Class in com.opensymphony.xwork2
ObjectFactory is responsible for building the core framework objects.
ObjectFactory() - Constructor for class com.opensymphony.xwork2.ObjectFactory
 
ObjectFactory(ReflectionProvider) - Constructor for class com.opensymphony.xwork2.ObjectFactory
 
objectFactory - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
objectFactory - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
objectFactory - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
objectFactory - Variable in class com.opensymphony.xwork2.util.XWorkList
 
objectFactory - Variable in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
objectFactory - Variable in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
objectFactory - Variable in class org.apache.struts2.components.Bean
 
objectFactory - Variable in class org.apache.struts2.components.Form
 
objectFactory - Variable in class org.apache.struts2.views.velocity.VelocityManager
 
ObjectFactory.ContinuationsClassLoader - Class in com.opensymphony.xwork2
 
ObjectFactory.ContinuationsClassLoader() - Constructor for class com.opensymphony.xwork2.ObjectFactory.ContinuationsClassLoader
 
ObjectFactoryDestroyable - Interface in org.apache.struts2.util
An interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to be destroyed.
ObjectProfiler - Class in com.opensymphony.xwork2.util.profiling
 
ObjectProfiler() - Constructor for class com.opensymphony.xwork2.util.profiling.ObjectProfiler
 
ObjectProxy - Class in com.opensymphony.xwork2.ognl
An Object to use within OGNL to proxy other Objects usually Collections that you set in a different place on the ValueStack but want to retain the context information about where they previously were.
ObjectProxy() - Constructor for class com.opensymphony.xwork2.ognl.ObjectProxy
 
ObjectProxyPropertyAccessor - Class in com.opensymphony.xwork2.ognl.accessor
Is able to access (set/get) properties on a given object.
ObjectProxyPropertyAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
 
ObjectToHTMLWriter - Class in org.apache.struts2.interceptor.debugging
Writes an object as a table, where each field can be expanded if it is an Object/Collection/Array
ObjectToHTMLWriter(Writer) - Constructor for class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
 
objectTypeDeterminer - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
ObjectTypeDeterminer - Interface in com.opensymphony.xwork2.conversion
Determines what the key and and element class of a Map or Collection should be.
objectTypeDeterminer - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
objectTypeDeterminer - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
objectTypeDeterminer - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
of(ReferenceType, ReferenceType, Function<? super K, ? extends V>) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceCache
Returns a ReferenceCache delegating to the specified function.
ognl - Variable in class org.apache.struts2.util.StrutsUtil
 
OGNL - Static variable in class org.apache.struts2.views.util.ContextUtil
 
OgnlNullHandlerWrapper - Class in com.opensymphony.xwork2.ognl
 
OgnlNullHandlerWrapper(NullHandler) - Constructor for class com.opensymphony.xwork2.ognl.OgnlNullHandlerWrapper
 
OgnlReflectionContextFactory - Class in com.opensymphony.xwork2.ognl
 
OgnlReflectionContextFactory() - Constructor for class com.opensymphony.xwork2.ognl.OgnlReflectionContextFactory
 
OgnlReflectionProvider - Class in com.opensymphony.xwork2.ognl
 
OgnlReflectionProvider() - Constructor for class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
OgnlTool - Class in org.apache.struts2.views.jsp.ui
 
OgnlTool() - Constructor for class org.apache.struts2.views.jsp.ui.OgnlTool
 
OgnlTypeConverterWrapper - Class in com.opensymphony.xwork2.ognl
Wraps an XWork type conversion class for as an OGNL TypeConverter
OgnlTypeConverterWrapper(TypeConverter) - Constructor for class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
 
ognlUtil - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
ognlUtil - Variable in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
OgnlUtil - Class in com.opensymphony.xwork2.ognl
Utility class that provides common access to the Ognl APIs for setting and getting properties from objects (usually Actions).
OgnlUtil() - Constructor for class com.opensymphony.xwork2.ognl.OgnlUtil
 
ognlUtil - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
ognlUtil - Variable in class org.apache.struts2.views.jsp.ui.OgnlTool
 
OgnlValueStack - Class in com.opensymphony.xwork2.ognl
Ognl implementation of a value stack that allows for dynamic Ognl expressions to be evaluated against it.
OgnlValueStack(XWorkConverter, CompoundRootAccessor, TextProvider, boolean) - Constructor for class com.opensymphony.xwork2.ognl.OgnlValueStack
 
OgnlValueStack(ValueStack, XWorkConverter, CompoundRootAccessor, boolean) - Constructor for class com.opensymphony.xwork2.ognl.OgnlValueStack
 
OgnlValueStackFactory - Class in com.opensymphony.xwork2.ognl
Creates an Ognl value stack
OgnlValueStackFactory() - Constructor for class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
oldStatus - Variable in class org.apache.struts2.components.IteratorComponent
 
onblur - Variable in class org.apache.struts2.components.UIBean
 
onblur - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onchange - Variable in class org.apache.struts2.components.UIBean
 
onchange - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onclick - Variable in class org.apache.struts2.components.UIBean
 
onclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
ondblclick - Variable in class org.apache.struts2.components.UIBean
 
ondblclick - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onError(Throwable) - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
onfocus - Variable in class org.apache.struts2.components.UIBean
 
onfocus - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onkeydown - Variable in class org.apache.struts2.components.UIBean
 
onkeydown - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onkeypress - Variable in class org.apache.struts2.components.UIBean
 
onkeypress - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onkeyup - Variable in class org.apache.struts2.components.UIBean
 
onkeyup - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmousedown - Variable in class org.apache.struts2.components.UIBean
 
onmousedown - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmousemove - Variable in class org.apache.struts2.components.UIBean
 
onmousemove - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmouseout - Variable in class org.apache.struts2.components.UIBean
 
onmouseout - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmouseover - Variable in class org.apache.struts2.components.UIBean
 
onmouseover - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onmouseup - Variable in class org.apache.struts2.components.UIBean
 
onmouseup - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onselect - Variable in class org.apache.struts2.components.UIBean
 
onselect - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
onStart() - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
onsubmit - Variable in class org.apache.struts2.components.Form
 
onsubmit - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
opa - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkEnumerationAccessor
 
opa - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkIteratorPropertyAccessor
 
OPEN_TEMPLATE - Static variable in class org.apache.struts2.components.Anchor
 
OPEN_TEMPLATE - Static variable in class org.apache.struts2.components.Form
 
openTemplate - Variable in class org.apache.struts2.components.ClosingUIBean
 
openTemplate - Variable in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
operationMode - Variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
operationNotSupported() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
OptGroup - Class in org.apache.struts2.components
Create a optgroup component which needs to resides within a select tag.
OptGroup(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.OptGroup
 
OptGroupDirective - Class in org.apache.struts2.views.velocity.components
OptGroup velocity directive.
OptGroupDirective() - Constructor for class org.apache.struts2.views.velocity.components.OptGroupDirective
 
OptGroupModel - Class in org.apache.struts2.views.freemarker.tags
Freemarker's TransformModel for OptGroup component.
OptGroupModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.OptGroupModel
 
optGroupModel - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
OptGroupTag - Class in org.apache.struts2.views.jsp.ui
 
OptGroupTag() - Constructor for class org.apache.struts2.views.jsp.ui.OptGroupTag
 
OptionTransferSelect - Class in org.apache.struts2.components
Create a option transfer select component which is basically two <select ...> tag with buttons in the middle of them allowing options in each of the <select ...> to be moved between themselves.
OptionTransferSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.OptionTransferSelect
 
optiontransferselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
OptionTransferSelectDirective - Class in org.apache.struts2.views.velocity.components
 
OptionTransferSelectDirective() - Constructor for class org.apache.struts2.views.velocity.components.OptionTransferSelectDirective
 
OptionTransferSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
OptionTransferSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.OptionTransferSelectModel
 
OptionTransferSelectTag - Class in org.apache.struts2.views.jsp.ui
OptionTransferSelect jsp tag.
OptionTransferSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
ordered - Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
org.apache.struts2 - package org.apache.struts2
Main Struts interfaces and classes.
org.apache.struts2.components - package org.apache.struts2.components
 
org.apache.struts2.components.template - package org.apache.struts2.components.template
 
org.apache.struts2.config - package org.apache.struts2.config
Classes for Struts configuration and property handling.
org.apache.struts2.dispatcher - package org.apache.struts2.dispatcher
Classes for action dispatching in Struts (the Controller part of MVC).
org.apache.struts2.dispatcher.mapper - package org.apache.struts2.dispatcher.mapper
 
org.apache.struts2.dispatcher.multipart - package org.apache.struts2.dispatcher.multipart
Classes to help dispatch multipart HTTP requests.
org.apache.struts2.impl - package org.apache.struts2.impl
 
org.apache.struts2.interceptor - package org.apache.struts2.interceptor
Web specific interceptor classes.
org.apache.struts2.interceptor.debugging - package org.apache.struts2.interceptor.debugging
 
org.apache.struts2.interceptor.validation - package org.apache.struts2.interceptor.validation
 
org.apache.struts2.servlet.interceptor - package org.apache.struts2.servlet.interceptor
 
org.apache.struts2.util - package org.apache.struts2.util
Miscellaneous helper classes.
org.apache.struts2.views - package org.apache.struts2.views
 
org.apache.struts2.views.annotations - package org.apache.struts2.views.annotations
 
org.apache.struts2.views.freemarker - package org.apache.struts2.views.freemarker
Classes for views using FreeMarker.
org.apache.struts2.views.freemarker.tags - package org.apache.struts2.views.freemarker.tags
 
org.apache.struts2.views.jsp - package org.apache.struts2.views.jsp
Struts's JSP tag library.
org.apache.struts2.views.jsp.iterator - package org.apache.struts2.views.jsp.iterator
Struts's JSP tag library for iterator handling.
org.apache.struts2.views.jsp.ui - package org.apache.struts2.views.jsp.ui
Struts' JSP UI tags.
org.apache.struts2.views.util - package org.apache.struts2.views.util
Miscellaneous helper classes for all views.
org.apache.struts2.views.velocity - package org.apache.struts2.views.velocity
Classes for views using Velocity.
org.apache.struts2.views.velocity.components - package org.apache.struts2.views.velocity.components
 
org.apache.struts2.views.xslt - package org.apache.struts2.views.xslt
The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output.
original - Variable in class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
The original pattern.
ORIGINAL_PROPERTY_OVERRIDE - Static variable in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
originalModel - Variable in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
 
outputStream - Variable in class org.apache.struts2.components.Include.PageResponse
 
overrides - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 

P

PackageConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for Package.
PackageConfig(String) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
 
PackageConfig(PackageConfig) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
 
PackageConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
PackageConfig.Builder(String) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
PackageConfig.Builder(PackageConfig) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
packageContexts - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
packageName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
packageName - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
PackageProvider - Interface in com.opensymphony.xwork2.config
Provides configuration packages.
packageProviders - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
packages - Variable in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
page - Variable in class org.apache.struts2.util.URLBean
 
PAGE_CONTEXT - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the JSP page context.
pageOutputStream - Variable in class org.apache.struts2.components.Include.PageResponse
 
pagePrintWriter - Variable in class org.apache.struts2.components.Include.PageResponse
 
Param - Class in org.apache.struts2.components
 
Param(ValueStack) - Constructor for class org.apache.struts2.components.Param
 
param - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
Param.UnnamedParametric - Interface in org.apache.struts2.components
Tags can implement this to support nested param tags without the name attribute.
ParamDirective - Class in org.apache.struts2.views.velocity.components
 
ParamDirective() - Constructor for class org.apache.struts2.views.velocity.components.ParamDirective
 
ParameterAction - Interface in org.apache.struts2.dispatcher.mapper
Defines a parameter action prefix.
ParameterAware - Interface in org.apache.struts2.interceptor
This interface gives actions an alternative way of receiving input parameters.
ParameterFilterInterceptor - Class in com.opensymphony.xwork2.interceptor
The Parameter Filter Interceptor blocks parameters from getting to the rest of the stack or your action.
ParameterFilterInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
parameterInjectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
parameterInjectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
Parameterizable - Interface in com.opensymphony.xwork2.config.entities

Actions implementing Parameterizable will receive a map of the static parameters defined in the action configuration.

parameterName - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
ParameterNameAware - Interface in com.opensymphony.xwork2.interceptor
This interface is implemented by actions that want to declare acceptable parameters.
ParameterRemoverInterceptor - Class in com.opensymphony.xwork2.interceptor
This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be removed from the parameter map if they match a certain value (matching one of the paramValues attribute csv value), before they are set on the action.
ParameterRemoverInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
 
PARAMETERS - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's parameters.
parameters - Variable in class org.apache.struts2.components.Component
 
parameters - Variable in class org.apache.struts2.components.template.TemplateRenderingContext
 
ParametersInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor sets all parameters on the value stack.
ParametersInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
ParamModel - Class in org.apache.struts2.views.freemarker.tags
 
ParamModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ParamModel
 
paramNames - Variable in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
 
params - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
params - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
params - Variable in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
params - Variable in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
params - Variable in class org.apache.struts2.util.URLBean
 
paramsWorkaroundEnabled - Variable in class org.apache.struts2.dispatcher.Dispatcher
Store state of STRUTS_DISPATCHER_PARAMETERSWORKAROUND.
ParamTag - Class in org.apache.struts2.views.jsp
 
ParamTag() - Constructor for class org.apache.struts2.views.jsp.ParamTag
 
paramValues - Variable in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
 
parent - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
parent - Variable in class com.opensymphony.xwork2.util.ResolverUtil.IsA
 
parent - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
PARENT - Static variable in class org.apache.struts2.views.velocity.VelocityManager
the parent JSP tag
parent - Variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
parent - Variable in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
parentNode - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The parentNode
parents - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
parse - Variable in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
parse(InputSource) - Static method in class com.opensymphony.xwork2.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parse(InputSource, Map) - Static method in class com.opensymphony.xwork2.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parse(String) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Parse a location string of the form "uri:line:column" (e.g.
parse - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
parse(String) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Create a string array from a comma-delimited list of packages.
parse - Variable in class org.apache.struts2.dispatcher.HttpHeaderResult
 
parse(HttpServletRequest, String) - Method in class org.apache.struts2.dispatcher.multipart.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) - Method in interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
 
parse - Variable in class org.apache.struts2.dispatcher.StrutsResultSupport
 
parse - Variable in class org.apache.struts2.views.xslt.XSLTResult
 
parseActionName(ActionMapping) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
parseActionValidatorConfigs(ValidatorFactory, InputStream, String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
parseActionValidatorConfigs(ValidatorFactory, InputStream, String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFileParser
Parse resource for a list of ValidatorConfig objects.
parseDateString(String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
parseDouble(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
parseNameAndNamespace(String, ActionMapping, ConfigurationManager) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
Parses the name and namespace from the uri
parseParameterValues() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
parseProperty(String) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Parse a property line and return the key and the value in an array.
parseQueryString(String) - Static method in class org.apache.struts2.views.util.UrlHelper
 
parser - Variable in class org.apache.struts2.util.DateFormatter
 
parseStringAsXML - Variable in class org.apache.struts2.views.xslt.StringAdapter
 
parseValidatorDefinitions(Map<String, String>, InputStream, String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
parseValidatorDefinitions(Map<String, String>, InputStream, String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFileParser
Parses validator definitions
parseValidators() - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
Password - Class in org.apache.struts2.components
Render an HTML input tag of type password.
Password(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Password
 
password - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
PasswordDirective - Class in org.apache.struts2.views.velocity.components
 
PasswordDirective() - Constructor for class org.apache.struts2.views.velocity.components.PasswordDirective
 
PasswordModel - Class in org.apache.struts2.views.freemarker.tags
 
PasswordModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.PasswordModel
 
PasswordTag - Class in org.apache.struts2.views.jsp.ui
 
PasswordTag() - Constructor for class org.apache.struts2.views.jsp.ui.PasswordTag
 
pathPrefixes - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Store set of path prefixes to use with static resources.
pattern - Variable in class com.opensymphony.xwork2.config.impl.AbstractMatcher.Mapping
The compiled pattern.
pattern - Variable in class com.opensymphony.xwork2.config.impl.NamespaceMatch
 
pattern - Variable in class com.opensymphony.xwork2.util.ClassPathFinder
The String pattern to test against.
pattern - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
pattern - Variable in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
 
patternMatcher - Variable in class com.opensymphony.xwork2.util.ClassPathFinder
The PatternMatcher implementation to use
PatternMatcher<E> - Interface in com.opensymphony.xwork2.util
Compiles and matches a pattern against a value
pause(String) - Method in class com.opensymphony.xwork2.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.
pContentType - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
peek() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
peek() - Method in class com.opensymphony.xwork2.util.CompoundRoot
 
peek() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the object on the top of the stack without changing the stack.
performFallbackConversion(Map, Object, Class) - Method in class org.apache.struts2.util.StrutsTypeConverter
Hook to perform a fallback conversion if every default options failed.
performInitialDelay(BackgroundProcess) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Performs the initial delay.
PlainTextResult - Class in org.apache.struts2.dispatcher
A result that send the content out as plain text.
PlainTextResult() - Constructor for class org.apache.struts2.dispatcher.PlainTextResult
 
PlainTextResult(String) - Constructor for class org.apache.struts2.dispatcher.PlainTextResult
 
pop() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
pop() - Method in class com.opensymphony.xwork2.util.CompoundRoot
 
pop(String) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
End a preformance profiling with the name given.
pop() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the object on the top of the stack and remove it from the stack.
popComponentStack() - Method in class org.apache.struts2.components.Component
Pops the component stack.
populateComponentHtmlId(Form) - Method in class org.apache.struts2.components.Form
Form component determine the its HTML element id as follows:- if an 'id' attribute is specified. if an 'action' attribute is specified, it will be used as the id.
populateComponentHtmlId(Form) - Method in class org.apache.struts2.components.FormButton
Override UIBean's implementation, such that component Html id is determined in the following order :- This component id attribute [containing_form_id]_[this_component_name] [containing_form_id]_[this_component_action]_[this_component_method] [containing_form_id]_[this_component_method] [this_component_name] [this_component_action]_[this_component_method] [this_component_method] [an increasing sequential number unique to the form starting with 0]
populateComponentHtmlId(Form) - Method in class org.apache.struts2.components.UIBean
Create HTML id element for the component and populate this component parmaeter map.
populateContext(ScopesHashModel, ValueStack, Object, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
populateCookieValueIntoStack(String, String, Map, ValueStack) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Hook that populate cookie value into value stack (hence the action) if the criteria is satisfied (if the cookie value matches with those configured).
populateParams() - Method in class org.apache.struts2.views.jsp.ActionTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.BeanTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ComponentTagSupport
 
populateParams() - Method in class org.apache.struts2.views.jsp.ContextBeanTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.DateTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.I18nTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.IfTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.IncludeTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.IteratorTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ParamTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.PropertyTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.PushTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.SetTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.TextTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
populateParams() - Method in class org.apache.struts2.views.jsp.URLTag
 
portletMode - Variable in class org.apache.struts2.components.Form
 
portletMode - Variable in class org.apache.struts2.components.URL
 
portletMode - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
portletMode - Variable in class org.apache.struts2.views.jsp.URLTag
 
portletUrlType - Variable in class org.apache.struts2.components.URL
 
portletUrlType - Variable in class org.apache.struts2.views.jsp.URLTag
 
postTemplateProcess(Template, TemplateModel) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
the default implementation of postTemplateProcess applies the contentType parameter
PREFIX - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Prefix for the location namespace
PrefixMethodInvocationUtil - Class in com.opensymphony.xwork2.interceptor
A utility class for invoking prefixed methods in action class.
PrefixMethodInvocationUtil() - Constructor for class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
 
prefixTrie - Variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
PrefixTrie - Class in org.apache.struts2.util
Quickly matches a prefix to an object.
PrefixTrie() - Constructor for class org.apache.struts2.util.PrefixTrie
 
PrefixTrie.Node - Class in org.apache.struts2.util
 
PrefixTrie.Node() - Constructor for class org.apache.struts2.util.PrefixTrie.Node
 
Preparable - Interface in com.opensymphony.xwork2
Preparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig.
prepare(Object, ValueStack) - Method in interface com.opensymphony.xwork2.ActionEventListener
Called after an action has been created.
prepare() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
prepare() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
prepare() - Method in interface com.opensymphony.xwork2.Preparable
This method is called to allow the action to prepare itself.
prepare(String) - Method in class org.apache.struts2.components.Property
 
prepare(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.Dispatcher
Prepare a request, including setting the encoding and locale.
prepare() - Method in class org.apache.struts2.impl.StrutsActionProxy
 
PREPARE_PREFIX - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
prepareChainedContexts(HttpServletRequest, HttpServletResponse, Map) - Method in class org.apache.struts2.views.velocity.VelocityManager
constructs contexts for chaining on this request.
prepareDispatcherAndWrapRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Wrap and return the given request, if needed, so as to to transparently handle multipart data as a wrapped class around the given request.
PrepareInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor calls prepare() on actions which implement Preparable.
PrepareInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
prependServletContext - Variable in class org.apache.struts2.dispatcher.ServletRedirectResult
 
PreResultListener - Interface in com.opensymphony.xwork2.interceptor
PreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the Result is executed.
preResultListeners - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
preResultListeners - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
preTemplateProcess(Template, TemplateModel) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Called before the execution is passed to template.process().
PrettyPrintWriter - Class in org.apache.struts2.interceptor.debugging
 
PrettyPrintWriter(Writer, char[], String) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, char[]) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String, String) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
PrettyPrintWriter(Writer) - Constructor for class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
prettyWriter - Variable in class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
 
primitiveDefaults - Variable in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
 
PrincipalAware - Interface in org.apache.struts2.interceptor
Actions that want access to the Principal information from HttpServletRequest object should implement this interface.
PrincipalProxy - Interface in org.apache.struts2.interceptor
Proxy interface used together with PrincipalAware interface.
printClassLoader() - Static method in class org.apache.struts2.util.ClassLoaderUtils
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class org.apache.struts2.util.ClassLoaderUtils
Prints the classloader hierarchy from a given classloader - useful for debugging.
printContext() - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Prints the current context to the response in XML format.
printContext(PrettyPrintWriter) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Prints the current request to the existing writer.
printTimes(ProfilingTimerBean) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Do a log (at INFO level) of the time taken for this particular profiling.
processAnnotations(Object) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processConditionalVisitorFieldValidatorAnnotation(ConditionalVisitorFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processConversionErrorFieldValidatorAnnotation(ConversionErrorFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processCustomValidatorAnnotation(CustomValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processDateRangeFieldValidatorAnnotation(DateRangeFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processDoubleRangeFieldValidatorAnnotation(DoubleRangeFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processEmailValidatorAnnotation(EmailValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processExpressionValidatorAnnotation(ExpressionValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processFieldExpressionValidatorAnnotation(FieldExpressionValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
processIntRangeFieldValidatorAnnotation(IntRangeFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processRegexFieldValidatorAnnotation(RegexFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processRequiredFieldValidatorAnnotation(RequiredFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processRequiredStringValidatorAnnotation(RequiredStringValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processStringLengthFieldValidatorAnnotation(StringLengthFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processUrlValidatorAnnotation(UrlValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processValidationAnnotation(Annotation, String, String, List<ValidatorConfig>) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processVisitorFieldValidatorAnnotation(VisitorFieldValidator, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
profile(String, UtilTimerStack.ProfilingBlock<T>) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
A convenience method that allows block of code subjected to profiling to be executed and avoid the need of coding boiler code that does pushing (UtilTimeBean.push(...)) and poping (UtilTimerBean.pop(...)) in a try ...
profiledInvoke(Method, Object, Object[]) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
A profiled call Method.invoke(java.lang.Object, java.lang.Object[]).
ProfilingActivationInterceptor - Class in org.apache.struts2.interceptor
Allows profiling to be enabled or disabled via request parameters, when devMode is enabled.
ProfilingActivationInterceptor() - Constructor for class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
profilingKey - Variable in class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
ProfilingTimerBean - Class in com.opensymphony.xwork2.util.profiling
Bean to contain information about the pages profiled
ProfilingTimerBean(String) - Constructor for class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
programmatic - Variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
prohibitedResultParam - Variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
PropertiesReader - Class in com.opensymphony.xwork2.util
This class is used to read properties lines.
PropertiesReader(Reader) - Constructor for class com.opensymphony.xwork2.util.PropertiesReader
Constructor.
PropertiesReader(Reader, char) - Constructor for class com.opensymphony.xwork2.util.PropertiesReader
Creates a new instance of PropertiesReader and sets the underlaying reader and the list delimiter.
PropertiesSettings - Class in org.apache.struts2.config
A class to handle settings via a properties file.
PropertiesSettings(String) - Constructor for class org.apache.struts2.config.PropertiesSettings
Creates a new properties config given the name of a properties file.
property - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
Property - Class in org.apache.struts2.components
Used to get the property of a value, which will default to the top of the stack if none is specified.
Property(ValueStack) - Constructor for class org.apache.struts2.components.Property
 
property - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
propertyDescriptorCache - Static variable in class org.apache.struts2.views.xslt.BeanAdapter
Cache can savely be static because the cached information is the same for all instances of this class.
PropertyDirective - Class in org.apache.struts2.views.velocity.components
 
PropertyDirective() - Constructor for class org.apache.struts2.views.velocity.components.PropertyDirective
 
PropertyModel - Class in org.apache.struts2.views.freemarker.tags
 
PropertyModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.PropertyModel
 
propertyName - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the name of the last read property.
propertyName - Variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
PropertyTag - Class in org.apache.struts2.views.jsp
 
PropertyTag() - Constructor for class org.apache.struts2.views.jsp.PropertyTag
 
propertyValue - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the value of the last read property.
propertyValue - Variable in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
propLocations - Variable in class com.opensymphony.xwork2.util.location.LocatableProperties
 
PROTOCOL - Static variable in class org.apache.struts2.views.xslt.ServletURIResolver
 
providerLock - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
proxy - Variable in class com.opensymphony.xwork2.ActionChainResult
 
proxy - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
proxy - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
proxy - Variable in class org.apache.struts2.components.ActionComponent
 
ProxyAttrAdapter - Class in org.apache.struts2.views.xslt
ProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface.
ProxyAttrAdapter(AdapterFactory, AdapterNode, Attr) - Constructor for class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
ProxyElementAdapter - Class in org.apache.struts2.views.xslt
ProxyElementAdapter is a pass-through adapter for objects which already implement the Element interface.
ProxyElementAdapter(AdapterFactory, AdapterNode, Element) - Constructor for class org.apache.struts2.views.xslt.ProxyElementAdapter
 
proxyNamedNodeMap(AdapterNode, NamedNodeMap) - Method in class org.apache.struts2.views.xslt.AdapterFactory
 
ProxyNamedNodeMap - Class in org.apache.struts2.views.xslt
A NamedNodeMap that wraps the Nodes returned in their proxies.
ProxyNamedNodeMap(AdapterFactory, AdapterNode, NamedNodeMap) - Constructor for class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
proxyNode(AdapterNode, Node) - Method in class org.apache.struts2.views.xslt.AdapterFactory
Construct a proxy adapter for a value that is an existing DOM Node.
ProxyNodeAdapter - Class in org.apache.struts2.views.xslt
ProxyNodeAdapter is a read-only delegating adapter for objects which already implement the Node interface.
ProxyNodeAdapter(AdapterFactory, AdapterNode, Node) - Constructor for class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
ProxyTextNodeAdapter - Class in org.apache.struts2.views.xslt
ProxyTextNodeAdapter is a pass-through adapter for objects which already implement the Text interface.
ProxyTextNodeAdapter(AdapterFactory, AdapterNode, Text) - Constructor for class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
publishException(ActionInvocation, ExceptionHolder) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Default implementation to handle ExceptionHolder publishing.
push(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
push(Object) - Method in class com.opensymphony.xwork2.util.CompoundRoot
 
push(String) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Create and start a performance profiling with the name given.
push(Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
Put this object onto the top of the stack
Push - Class in org.apache.struts2.components
 
Push(ValueStack) - Constructor for class org.apache.struts2.components.Push
 
push - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
pushAction - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
PushDirective - Class in org.apache.struts2.views.velocity.components
 
PushDirective() - Constructor for class org.apache.struts2.views.velocity.components.PushDirective
 
pushed - Variable in class org.apache.struts2.components.I18n
 
pushed - Variable in class org.apache.struts2.components.Push
 
PushModel - Class in org.apache.struts2.views.freemarker.tags
 
PushModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.PushModel
 
PushTag - Class in org.apache.struts2.views.jsp
 
PushTag() - Constructor for class org.apache.struts2.views.jsp.PushTag
 
put(Object, Object) - Method in class com.opensymphony.xwork2.ActionContext
Stores a value in the current ActionContext.
put(K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
put(Object, Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
Sets a servlet context attribute given a attribute name and value.
put(Object, Object) - Method in class org.apache.struts2.dispatcher.RequestMap
Saves an attribute in the request.
put(Object, Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Saves an attribute in the session.
put(Object, Object) - Method in class org.apache.struts2.util.AttributeMap
 
put(String, Object) - Method in class org.apache.struts2.util.PrefixTrie
 
put(String, boolean) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
 
put(String, Object) - Method in class org.apache.struts2.views.freemarker.ScopesHashModel
 
putAll(Map<? extends K, ? extends V>) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
putAll(Map) - Method in class org.apache.struts2.util.AttributeMap
 
putIfAbsent(K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
putIfAbsentStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
putInContext(Object) - Method in class org.apache.struts2.components.ContextBean
 
putProperty(Map, InternalContextAdapter, Node) - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
adds a given Node's key/value pair to the propertyMap.
putStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 

Q

Q_COL_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute qualified name for the column number
Q_LINE_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute qualified name for the line number
Q_SRC_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute qualified name for the location URI
QUOT - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 

R

Radio - Class in org.apache.struts2.components
Render a radio button input field.
Radio(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Radio
 
radio - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
RadioDirective - Class in org.apache.struts2.views.velocity.components
 
RadioDirective() - Constructor for class org.apache.struts2.views.velocity.components.RadioDirective
 
RadioModel - Class in org.apache.struts2.views.freemarker.tags
 
RadioModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.RadioModel
 
RadioTag - Class in org.apache.struts2.views.jsp.ui
 
RadioTag() - Constructor for class org.apache.struts2.views.jsp.ui.RadioTag
 
RANDOM - Static variable in class org.apache.struts2.util.TokenHelper
 
rbCollator - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Compares based on number of '.' characters (fewer is higher)
readObject(ObjectInputStream) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
readObject(ObjectInputStream) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
readonly - Variable in class org.apache.struts2.components.TextArea
 
readonly - Variable in class org.apache.struts2.components.TextField
 
readonly - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
readonly - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
readProperty() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Reads a property line.
readResolve() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
readResolve() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Ensure serialized unknown location resolve to Location.UNKNOWN.
readyForNewLine - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
rebuildRuntimeConfiguration() - Method in interface com.opensymphony.xwork2.config.Configuration
 
rebuildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
rebuildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
REDIRECT_ACTION_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
REDIRECT_PREFIX - Static variable in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
ReferenceCache<K,V> - Class in com.opensymphony.xwork2.inject.util
Extends ReferenceMap to support lazy loading values by overriding ReferenceCache.create(Object).
ReferenceCache(ReferenceType, ReferenceType) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceCache
 
ReferenceCache() - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceCache
Equivalent to new ReferenceCache(STRONG, STRONG).
ReferenceCache.CallableCreate - Class in com.opensymphony.xwork2.inject.util
 
ReferenceCache.CallableCreate(K) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceCache.CallableCreate
 
referenceEquals(Reference, Object) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Tests weak and soft references for identity equality.
referenceKey(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Creates a reference for a key.
ReferenceMap<K,V> - Class in com.opensymphony.xwork2.inject.util
Concurrent hash map that wraps keys and/or values in soft or weak references.
ReferenceMap(ReferenceType, ReferenceType) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap
Concurrent hash map that wraps keys and/or values based on specified reference types.
ReferenceMap.Entry - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.Entry(K, V) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
ReferenceMap.InternalReference - Interface in com.opensymphony.xwork2.inject.util
Marker interface to differentiate external and internal references.
ReferenceMap.KeyReferenceAwareWrapper - Class in com.opensymphony.xwork2.inject.util
Used for keys.
ReferenceMap.KeyReferenceAwareWrapper(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.KeyReferenceAwareWrapper
 
ReferenceMap.PutStrategy - Enum in com.opensymphony.xwork2.inject.util
 
ReferenceMap.PutStrategy() - Constructor for enum com.opensymphony.xwork2.inject.util.ReferenceMap.PutStrategy
 
ReferenceMap.ReferenceAwareWrapper - Class in com.opensymphony.xwork2.inject.util
Big hack.
ReferenceMap.ReferenceAwareWrapper(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
ReferenceMap.SoftKeyReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.SoftKeyReference(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
ReferenceMap.SoftValueReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.SoftValueReference(Object, Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
ReferenceMap.Strategy - Interface in com.opensymphony.xwork2.inject.util
 
ReferenceMap.WeakKeyReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.WeakKeyReference(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
ReferenceMap.WeakValueReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.WeakValueReference(Object, Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
ReferenceResolverException - Exception in com.opensymphony.xwork2.config
Exception when a reference can't be resolved.
ReferenceResolverException() - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceResolverException(String) - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceResolverException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceResolverException(Throwable) - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceType - Enum in com.opensymphony.xwork2.inject.util
Reference type.
ReferenceType() - Constructor for enum com.opensymphony.xwork2.inject.util.ReferenceType
 
referenceValue(Object, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Creates a reference for a value.
ReflectionContextFactory - Interface in com.opensymphony.xwork2.util.reflection
 
ReflectionContextState - Class in com.opensymphony.xwork2.util.reflection
Manages variables in the reflection context and returns values to be used by the application.
ReflectionContextState() - Constructor for class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
ReflectionException - Exception in com.opensymphony.xwork2.util.reflection
 
ReflectionException() - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionException(String) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionException(String, Object) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
 
ReflectionExceptionHandler - Interface in com.opensymphony.xwork2.util.reflection
 
reflectionProvider - Variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
reflectionProvider - Variable in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
reflectionProvider - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
reflectionProvider - Variable in class com.opensymphony.xwork2.ObjectFactory
 
ReflectionProvider - Interface in com.opensymphony.xwork2.util.reflection
 
reflectionProvider - Variable in class org.apache.struts2.components.Bean
 
reflectionProvider - Variable in class org.apache.struts2.components.Debug
 
reflectionProvider - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
ReflectionProviderFactory - Class in com.opensymphony.xwork2.util.reflection
 
ReflectionProviderFactory() - Constructor for class com.opensymphony.xwork2.util.reflection.ReflectionProviderFactory
 
refreshModelBeforeResult - Variable in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
 
RegexFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
Validates a string field using a regular expression.
RegexFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Validates a string field using a regular expression.
RegexFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
register(ContainerBuilder, LocatableProperties) - Method in interface com.opensymphony.xwork2.config.ContainerProvider
Registers beans and properties for the Container
register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.BeanSelectionProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.DefaultPropertiesProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.LegacyPropertiesConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
registerAdapterType(Class, Class) - Method in class org.apache.struts2.views.xslt.AdapterFactory
Register an adapter type for a Java class type.
registerConverter(String, TypeConverter) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
registerConverterNotFound(String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
registerTemplateEngine(String, TemplateEngine) - Method in class org.apache.struts2.components.template.TemplateEngineManager
Registers the given template engine.
registerValidator(String, String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
registerValidator(String, String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFactory
Registers the given validator to the existing map of validators.
reload(List<ConfigurationProvider>) - Method in interface com.opensymphony.xwork2.config.Configuration
Deprecated. Since 2.1
reload() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
 
reload(List<ConfigurationProvider>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
reload(List<ConfigurationProvider>) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
reloadBundles - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
reloadBundles() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
reloadContainer(List<ContainerProvider>) - Method in interface com.opensymphony.xwork2.config.Configuration
 
reloadContainer(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
reloadContainer(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
reloadingConfigs - Static variable in class com.opensymphony.xwork2.util.FileManager
 
reloadKey - Variable in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
reloadRequiredPackages(List<Element>) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
remove(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
remove(Object, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
remove() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
remove(Element, boolean) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Remove the location attributes from a DOM element.
remove(Object) - Method in class org.apache.struts2.dispatcher.ApplicationMap
Removes the specified servlet context attribute.
remove(Object) - Method in class org.apache.struts2.dispatcher.RequestMap
Removes the specified request attribute.
remove(Object) - Method in class org.apache.struts2.dispatcher.SessionMap
Removes the specified session attribute.
remove() - Method in class org.apache.struts2.util.AppendIteratorFilter
 
remove(Object) - Method in class org.apache.struts2.util.AttributeMap
 
remove() - Method in class org.apache.struts2.util.Counter
 
remove() - Method in class org.apache.struts2.util.IteratorFilterSupport.EnumerationIterator
 
remove() - Method in class org.apache.struts2.util.IteratorGenerator
 
remove() - Method in class org.apache.struts2.util.MergeIteratorFilter
 
remove() - Method in class org.apache.struts2.util.SortIteratorFilter
 
remove() - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
removeAllLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
removeAllLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
removeAttribute(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
removeAttribute(String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
removeAttributeNode(Attr) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
removeAttributeNode(Attr) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
removeAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
removeAttributeNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
removeChild(Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
removeCurrentReference() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
removeDispatcherListener(DispatcherListener) - Static method in class org.apache.struts2.dispatcher.Dispatcher
Remove a specific dispatcher lifecycle listener.
removeLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
removeLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
removeNamedItem(String) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
removePackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
removeParam(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
removeScopeStrategy() - Method in interface com.opensymphony.xwork2.inject.Container
Removes the scope strategy for the current thread.
removeScopeStrategy() - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
renameNode(Node, String, String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.struts2.views.velocity.components.AbstractDirective
 
renderFormUrl(Form) - Method in class org.apache.struts2.components.ServletUrlRenderer
Render a Form URL.
renderFormUrl(Form) - Method in interface org.apache.struts2.components.UrlRenderer
Render a Form URL.
renderTemplate(TemplateRenderingContext) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
renderTemplate(TemplateRenderingContext) - Method in class org.apache.struts2.components.template.JspTemplateEngine
 
renderTemplate(TemplateRenderingContext) - Method in interface org.apache.struts2.components.template.TemplateEngine
Renders the template
renderTemplate(TemplateRenderingContext) - Method in class org.apache.struts2.components.template.VelocityTemplateEngine
 
renderUrl(Writer, URL) - Method in class org.apache.struts2.components.ServletUrlRenderer
Render a URL.
renderUrl(Writer, URL) - Method in interface org.apache.struts2.components.UrlRenderer
Render a URL.
replace(K, V, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
replace(K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
replace(String, String, String) - Static method in class org.apache.struts2.views.velocity.VelocityManager
 
replaceChild(Node, Node) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
replaceData(int, int, String) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
replaceData(int, int, String) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
replaceParameters(Map<String, String>, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
Replaces parameter values
replaceStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
replaceWholeText(String) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
replaceWholeText(String) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
RepopulateConversionErrorFieldValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
An abstract base class that adds in the capability to populate the stack with a fake parameter map when a conversion error has occurred and the 'repopulateField' property is set to "true".
RepopulateConversionErrorFieldValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateField(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateFieldAsBoolean - Variable in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateFieldAsString - Variable in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
REPORT_CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
REPORT_ERRORS_ON_NO_PROP - Static variable in interface com.opensymphony.xwork2.util.ValueStack
 
req - Variable in class org.apache.struts2.components.ActionComponent
 
req - Variable in class org.apache.struts2.components.Include
 
req - Variable in class org.apache.struts2.components.OptGroup
 
req - Variable in class org.apache.struts2.components.URL
 
req - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
req - Variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
request - Variable in class org.apache.struts2.components.UIBean
 
request - Variable in class org.apache.struts2.dispatcher.RequestMap
 
request - Variable in class org.apache.struts2.dispatcher.SessionMap
 
request - Variable in class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
 
request - Variable in class org.apache.struts2.util.StrutsUtil
 
request - Variable in class org.apache.struts2.util.URLBean
 
request - Variable in class org.apache.struts2.views.freemarker.ScopesHashModel
 
REQUEST - Static variable in class org.apache.struts2.views.util.ContextUtil
 
REQUEST2 - Static variable in class org.apache.struts2.views.util.ContextUtil
 
RequestAware - Interface in org.apache.struts2.interceptor
Actions that want access to the current serlvet request attributes should implement this interface.

This interface is only relevant if the Action is used in a servlet environment.

RequestMap - Class in org.apache.struts2.dispatcher
A simple implementation of the Map interface to handle a collection of request attributes.
RequestMap(HttpServletRequest) - Constructor for class org.apache.struts2.dispatcher.RequestMap
Saves the request to use as the backing for getting and setting values
requestParameters - Variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
requestParameterSwitch - Variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
RequestUtils - Class in org.apache.struts2
Request handling utility class.
RequestUtils() - Constructor for class org.apache.struts2.RequestUtils
 
required - Variable in class org.apache.struts2.components.UIBean
 
required - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
RequiredFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a field is non-null.
RequiredFieldValidator - Class in com.opensymphony.xwork2.validator.validators
RequiredFieldValidator checks if the specified field is not null.
RequiredFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RequiredFieldValidator
 
RequiredFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
RequiredFieldValidatorDescription
RequiredFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
 
RequiredFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
requiredposition - Variable in class org.apache.struts2.components.UIBean
 
requiredposition - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
RequiredStringValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a String field is not empty (i.e.
RequiredStringValidator - Class in com.opensymphony.xwork2.validator.validators
RequiredStringValidator checks that a String field is non-null and has a length > 0.
RequiredStringValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
RequiredStringValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
RequiredStringValidatorDescription
RequiredStringValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
 
RequiredStringValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
res - Variable in class org.apache.struts2.components.ActionComponent
 
res - Variable in class org.apache.struts2.components.Include
 
res - Variable in class org.apache.struts2.components.OptGroup
 
res - Variable in class org.apache.struts2.components.URL
 
res - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
res - Variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
reset() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Clears all the internal lists.
Reset - Class in org.apache.struts2.components
Render a reset button.
Reset(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Reset
 
reset() - Static method in class org.apache.struts2.config.Settings
Deprecated. Resets the default and any plugin Setting instance to null.
reset - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
reset - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
ResetDirective - Class in org.apache.struts2.views.velocity.components
 
ResetDirective() - Constructor for class org.apache.struts2.views.velocity.components.ResetDirective
 
ResetModel - Class in org.apache.struts2.views.freemarker.tags
 
ResetModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.ResetModel
 
ResetTag - Class in org.apache.struts2.views.jsp.ui
 
ResetTag() - Constructor for class org.apache.struts2.views.jsp.ui.ResetTag
 
resolve(String, String) - Method in class org.apache.struts2.views.xslt.ServletURIResolver
 
resolveEntity(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
resolveMethod() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
resolveModel(ObjectFactory, ActionContext, String, String, String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
resolveParamsFromStack(ValueStack) - Method in class org.apache.struts2.dispatcher.StreamResult
Tries to lookup the parameters on the stack.
resolvePropertyName(Method) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Returns the property name for a method.
resolvePropertyName(Method) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
Returns the property name for a method.
ResolverUtil<T> - Class in com.opensymphony.xwork2.util
ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
ResolverUtil() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil
 
ResolverUtil.AnnotatedWith - Class in com.opensymphony.xwork2.util
A Test that checks to see if each class is annotated with a specific annotation.
ResolverUtil.AnnotatedWith(Class<? extends Annotation>) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
Construts an AnnotatedWith test for the specified annotation type.
ResolverUtil.ClassTest - Class in com.opensymphony.xwork2.util
 
ResolverUtil.ClassTest() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
 
ResolverUtil.IsA - Class in com.opensymphony.xwork2.util
A Test that checks to see if each class is assignable to the provided class.
ResolverUtil.IsA(Class) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.IsA
Constructs an IsA test using the supplied Class as the parent class/interface.
ResolverUtil.NameEndsWith - Class in com.opensymphony.xwork2.util
A Test that checks to see if each class name ends with the provided suffix.
ResolverUtil.NameEndsWith(String) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
Constructs a NameEndsWith test using the supplied suffix.
ResolverUtil.NameIs - Class in com.opensymphony.xwork2.util
 
ResolverUtil.NameIs(String) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.NameIs
 
ResolverUtil.ResourceTest - Class in com.opensymphony.xwork2.util
 
ResolverUtil.ResourceTest() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
 
ResolverUtil.Test - Interface in com.opensymphony.xwork2.util
A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.
resource - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
ResourceBundleTextProvider - Interface in com.opensymphony.xwork2
Extension Interface for TextProvider to help supporting ResourceBundles.
resourceMatches - Variable in class com.opensymphony.xwork2.util.ResolverUtil
The set of matches being accumulated.
ResourceUtil - Class in org.apache.struts2.views.util
 
ResourceUtil() - Constructor for class org.apache.struts2.views.util.ResourceUtil
 
response - Variable in class org.apache.struts2.components.UIBean
 
response - Variable in class org.apache.struts2.util.StrutsUtil
 
response - Variable in class org.apache.struts2.util.URLBean
 
RESPONSE - Static variable in class org.apache.struts2.views.util.ContextUtil
 
RESPONSE2 - Static variable in class org.apache.struts2.views.util.ContextUtil
 
Restful2ActionMapper - Class in org.apache.struts2.dispatcher.mapper
Improved restful action mapper that adds several ReST-style improvements to action mapping, but supports fully-customized URL's via XML.
Restful2ActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
RestfulActionMapper - Class in org.apache.struts2.dispatcher.mapper
A custom action mapper using the following format:

http://HOST/ACTION_NAME/PARAM_NAME1/PARAM_VALUE1/PARAM_NAME2/PARAM_VALUE2

You can have as many parameters you'd like to use.

RestfulActionMapper() - Constructor for class org.apache.struts2.dispatcher.mapper.RestfulActionMapper
 
result(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
result - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
result - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
result - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
Result - Interface in com.opensymphony.xwork2
All results (except for Action.NONE) of an Action are mapped to a View implementation.
result - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The result
result - Variable in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
result - Variable in class org.apache.struts2.interceptor.BackgroundProcess
 
resultCode - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
resultCode - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
ResultConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for Result.
ResultConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
 
ResultConfig(ResultConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
 
ResultConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
ResultConfig.Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
ResultConfig.Builder(ResultConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
results - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
ResultTypeConfig - Class in com.opensymphony.xwork2.config.entities
Configuration class for result types.
ResultTypeConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
ResultTypeConfig(ResultTypeConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
ResultTypeConfig.Builder - Class in com.opensymphony.xwork2.config.entities
The builder for this object.
ResultTypeConfig.Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
ResultTypeConfig.Builder(ResultTypeConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
resultTypeConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
RETRIEVE_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
retrieveParametersFromContext(ActionContext) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Gets the parameter map to apply from the context
retrieveParametersFromContext(ActionContext) - Method in class org.apache.struts2.interceptor.ActionMappingParametersInteceptor
 
retrieveValidatorConfiguration(String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
returnedResult - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
rightDownLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
rightDownLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
rightTitle - Variable in class org.apache.struts2.components.InputTransferSelect
 
rightTitle - Variable in class org.apache.struts2.components.OptionTransferSelect
 
rightTitle - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
rightTitle - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
rightUpLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
rightUpLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
RolesInterceptor - Class in org.apache.struts2.interceptor
This interceptor ensures that the action will only be executed if the user has the correct role.
RolesInterceptor() - Constructor for class org.apache.struts2.interceptor.RolesInterceptor
 
root - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
root - Variable in class org.apache.struts2.util.PrefixTrie
 
rootElement - Variable in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
rows - Variable in class org.apache.struts2.components.TextArea
 
rows - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
rule - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
runtimeConfiguration - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
RuntimeConfiguration - Interface in com.opensymphony.xwork2.config
RuntimeConfiguration

S

saveLocale(ActionInvocation, Locale) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
Save the given locale to the ActionInvocation.
sc - Variable in class org.apache.struts2.views.xslt.ServletURIResolver
 
scheme - Variable in class org.apache.struts2.components.URL
 
scheme - Variable in class org.apache.struts2.views.jsp.URLTag
 
scope - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
Scope - Enum in com.opensymphony.xwork2.inject
Scope of an injected objects.
Scope() - Constructor for enum com.opensymphony.xwork2.inject.Scope
 
scope - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
scope - Variable in class org.apache.struts2.components.Set
 
scope - Variable in class org.apache.struts2.views.jsp.SetTag
 
Scope.Strategy - Interface in com.opensymphony.xwork2.inject
Pluggable scoping strategy.
Scoped - Annotation Type in com.opensymphony.xwork2.inject
Annotates a scoped implementation class.
ScopedModelDriven<T> - Interface in com.opensymphony.xwork2.interceptor
Adds the ability to set a model, probably retrieved from a given state.
ScopedModelDrivenInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that enables scoped model-driven actions.
ScopedModelDrivenInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
scopeFactory(Class<T>, String, InternalFactory<? extends T>) - Method in enum com.opensymphony.xwork2.inject.Scope
Wraps factory with scoping logic.
ScopeInterceptor - Class in org.apache.struts2.interceptor
This is designed to solve a few simple issues related to wizard-like functionality in Struts.
ScopeInterceptor() - Constructor for class org.apache.struts2.interceptor.ScopeInterceptor
The constructor
ScopeInterceptor.NULLClass - Class in org.apache.struts2.interceptor
 
ScopeInterceptor.NULLClass() - Constructor for class org.apache.struts2.interceptor.ScopeInterceptor.NULLClass
 
ScopesHashModel - Class in org.apache.struts2.views.freemarker
Simple Hash model that also searches other scopes.
ScopesHashModel(ObjectWrapper, ServletContext, HttpServletRequest, ValueStack) - Constructor for class org.apache.struts2.views.freemarker.ScopesHashModel
 
scopeStrategy - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
Select - Class in org.apache.struts2.components
Render an HTML input tag of type select.
Select(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Select
 
select - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
selectAllLabel - Variable in class org.apache.struts2.components.OptionTransferSelect
 
selectAllLabel - Variable in class org.apache.struts2.components.UpDownSelect
 
selectAllLabel - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
selectAllLabel - Variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
selectAllOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
selectAllOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
SelectDirective - Class in org.apache.struts2.views.velocity.components
 
SelectDirective() - Constructor for class org.apache.struts2.views.velocity.components.SelectDirective
 
selectedIndex - Variable in class org.apache.struts2.util.TabbedPane
 
SelectModel - Class in org.apache.struts2.views.freemarker.tags
 
SelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.SelectModel
 
SelectTag - Class in org.apache.struts2.views.jsp.ui
 
SelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.SelectTag
 
sendError(HttpServletRequest, HttpServletResponse, ServletContext, int, Exception) - Method in class org.apache.struts2.dispatcher.Dispatcher
Send an HTTP error response code.
sendRedirect(HttpServletResponse, String) - Method in class org.apache.struts2.dispatcher.ServletRedirectResult
Sends the redirection.
separator - Variable in class org.apache.struts2.util.IteratorGenerator
 
separatorAttr - Variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
SEPARATORS - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
The list of possible key/value separators
sequence - Variable in class org.apache.struts2.components.Form
 
serializeIt(Object, String, PrettyPrintWriter, List<Object>) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
Recursive function to serialize objects to XML.
serialVersionUID - Static variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.DefaultActionProxy
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.ApplicationMap
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.DefaultActionSupport
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.HttpHeaderResult
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.PlainTextResult
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.RequestMap
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.ServletDispatcherResult
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.ServletRedirectResult
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.SessionMap
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.StreamResult
 
serialVersionUID - Static variable in class org.apache.struts2.dispatcher.VelocityResult
 
serialVersionUID - Static variable in class org.apache.struts2.impl.StrutsActionProxy
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.BackgroundProcess
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.CheckboxInterceptor
Auto-generated serialization id
serialVersionUID - Static variable in class org.apache.struts2.interceptor.ClearSessionInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.CookieInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.CreateSessionInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.FileUploadInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.ServletConfigInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.TokenInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
 
serialVersionUID - Static variable in class org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
Auto-generated serialization id
serialVersionUID - Static variable in class org.apache.struts2.ServletActionContext
 
serialVersionUID - Static variable in exception org.apache.struts2.StrutsException
 
serialVersionUID - Static variable in class org.apache.struts2.util.Counter
 
serialVersionUID - Static variable in class org.apache.struts2.util.InvocationSessionStore.InvocationContext
 
serialVersionUID - Static variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
serialVersionUID - Static variable in class org.apache.struts2.views.freemarker.ScopesHashModel
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ActionTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.BeanTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.DateTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ElseIfTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ElseTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.I18nTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.IfTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.IncludeTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.iterator.AppendIteratorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.iterator.MergeIteratorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.IteratorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ParamTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.PropertyTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.PushTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.SetTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.TextTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.ActionErrorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.ActionMessageTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.AnchorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.CheckboxListTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.ComponentTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.DebugTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.DivTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.DoubleSelectTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.FieldErrorTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.FileTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.FormTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.HeadTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.HiddenTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.LabelTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.PasswordTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.RadioTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.TokenTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.jsp.URLTag
 
serialVersionUID - Static variable in class org.apache.struts2.views.JspSupportServlet
 
serialVersionUID - Static variable in class org.apache.struts2.views.velocity.StrutsVelocityContext
 
serialVersionUID - Static variable in class org.apache.struts2.views.xslt.XSLTResult
 
serveStatic - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Store state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
serveStaticBrowserCache - Variable in class org.apache.struts2.dispatcher.FilterDispatcher
Store state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting.
serviceAction(HttpServletRequest, HttpServletResponse, ServletContext, ActionMapping) - Method in class org.apache.struts2.dispatcher.Dispatcher
Load Action class for mapping and invoke the appropriate Action method, or go directly to the Result.
SERVLET_CONTEXT - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the servlet context object.
SERVLET_DISPATCHER - Static variable in interface org.apache.struts2.StrutsStatics
Constant for an HTTP request dispatcher.
ServletActionContext - Class in org.apache.struts2
Web-specific context information for actions.
ServletActionContext(Map) - Constructor for class org.apache.struts2.ServletActionContext
 
ServletActionRedirectResult - Class in org.apache.struts2.dispatcher
This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes the specified action and (optional) namespace.
ServletActionRedirectResult() - Constructor for class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
ServletActionRedirectResult(String) - Constructor for class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
ServletActionRedirectResult(String, String) - Constructor for class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
ServletActionRedirectResult(String, String, String) - Constructor for class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
ServletConfigInterceptor - Class in org.apache.struts2.interceptor
An interceptor which sets action properties based on the interfaces an action implements.
ServletConfigInterceptor() - Constructor for class org.apache.struts2.interceptor.ServletConfigInterceptor
 
servletContext - Variable in class org.apache.struts2.config.ServletContextSingleton
The web servlet context.
servletContext - Variable in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
servletContext - Variable in class org.apache.struts2.dispatcher.Dispatcher
 
servletContext - Variable in class org.apache.struts2.views.freemarker.ScopesHashModel
 
ServletContextAware - Interface in org.apache.struts2.util
For components that have a dependence on the Servlet context.
ServletContextSingleton - Class in org.apache.struts2.config
This singleton holds an instance of the web servlet context.
ServletContextSingleton() - Constructor for class org.apache.struts2.config.ServletContextSingleton
Constructor which cannot be called publicly.
ServletDispatcherResult - Class in org.apache.struts2.dispatcher
Includes or forwards to a view (usually a jsp).
ServletDispatcherResult() - Constructor for class org.apache.struts2.dispatcher.ServletDispatcherResult
 
ServletDispatcherResult(String) - Constructor for class org.apache.struts2.dispatcher.ServletDispatcherResult
 
ServletPrincipalProxy - Class in org.apache.struts2.servlet.interceptor
PrincipalProxy implementation for using HttpServletRequest Principal related methods.
ServletPrincipalProxy(HttpServletRequest) - Constructor for class org.apache.struts2.servlet.interceptor.ServletPrincipalProxy
Constructs a proxy
ServletRedirectResult - Class in org.apache.struts2.dispatcher
Calls the sendRedirect method to the location specified.
ServletRedirectResult() - Constructor for class org.apache.struts2.dispatcher.ServletRedirectResult
 
ServletRedirectResult(String) - Constructor for class org.apache.struts2.dispatcher.ServletRedirectResult
 
ServletRequestAware - Interface in org.apache.struts2.interceptor
All Actions that want to have access to the servlet request object must implement this interface.
ServletResponseAware - Interface in org.apache.struts2.interceptor
All Actions that want to have access to the servlet response object must implement this interface.
ServletURIResolver - Class in org.apache.struts2.views.xslt
ServletURIResolver is a URIResolver that can retrieve resources from the servlet context using the scheme "response".
ServletURIResolver(ServletContext) - Constructor for class org.apache.struts2.views.xslt.ServletURIResolver
 
ServletUrlRenderer - Class in org.apache.struts2.components
Implementation of the UrlRenderer interface that creates URLs suitable in a servlet environment.
ServletUrlRenderer() - Constructor for class org.apache.struts2.components.ServletUrlRenderer
 
SESSION - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's session.
session - Variable in class org.apache.struts2.dispatcher.SessionMap
 
session - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
SESSION - Static variable in class org.apache.struts2.views.util.ContextUtil
 
SESSION_KEY - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
SessionAware - Interface in org.apache.struts2.interceptor
Actions that want access to the user's HTTP session attributes should implement this interface.
SessionMap - Class in org.apache.struts2.dispatcher
A simple implementation of the Map interface to handle a collection of HTTP session attributes.
SessionMap(HttpServletRequest) - Constructor for class org.apache.struts2.dispatcher.SessionMap
Creates a new session map given a http servlet request.
sessionReset - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
set(int, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 
set(String, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
set(String, Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
Sets an object on the stack with the given key so it is retrievable by ValueStack.findValue(String), ValueStack.findValue(String, Class)
set(int, Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Replaces the element at the specified position in this list with the specified element.
Set - Class in org.apache.struts2.components
 
Set(ValueStack) - Constructor for class org.apache.struts2.components.Set
 
set(String, String) - Static method in class org.apache.struts2.config.Settings
Deprecated. Registers a value for a setting.
set - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
SET_MAP_KEY - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setAccept(String) - Method in class org.apache.struts2.components.File
 
setAccept(String) - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
setAcceptcharset(String) - Method in class org.apache.struts2.components.Form
 
setAcceptcharset(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setAccesskey(String) - Method in class org.apache.struts2.components.UIBean
 
setAccesskey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setAction(Object) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setAction(Object) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setAction(String) - Method in class org.apache.struts2.components.Form
 
setAction(String) - Method in class org.apache.struts2.components.FormButton
 
setAction(String) - Method in class org.apache.struts2.components.URL
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setAction(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.ActionSupport
 
setActionErrors(Collection) - Method in interface com.opensymphony.xwork2.ValidationAware
Set the Collection of Action-level String error messages.
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setActionEventListener(ActionEventListener) - Method in interface com.opensymphony.xwork2.ActionInvocation
Sets the action event listener to respond to key action events.
setActionEventListener(ActionEventListener) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setActionEventListener(ActionEventListener) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setActionEventListener(ActionEventListener) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setActionInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action invocation (the execution state).
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.ActionComponent
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.Component
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.FormButton
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.ServletUrlRenderer
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Modify ActionMapper instance.
setActionMapper(ActionMapper) - Method in class org.apache.struts2.dispatcher.ServletRedirectResult
 
setActionMappers(String) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.ActionSupport
 
setActionMessages(Collection) - Method in interface com.opensymphony.xwork2.ValidationAware
Set the Collection of Action-level String messages (not errors).
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setActionName(String) - Method in class com.opensymphony.xwork2.ActionChainResult
Set the action name.
setActionName(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setActionName(String) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
Sets the action name
setActionProxyFactory(ActionProxyFactory) - Method in class com.opensymphony.xwork2.ActionChainResult
 
setActionProxyFactory(ActionProxyFactory) - Method in class org.apache.struts2.components.ActionComponent
 
setActionValidatorManager(ActionValidatorManager) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
setActionValidatorManager(ActionValidatorManager) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
setActionValidatorManager(ActionValidatorManager) - Method in class org.apache.struts2.components.Form
 
setActive(boolean) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Turn profiling on or off.
setAdapterFactory(AdapterFactory) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setAdapterFactory(AdapterFactory) - Method in interface org.apache.struts2.views.xslt.AdapterNode
The adapter factory that created this node.
setAdapterFactory(AdapterFactory) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
setAdd(long) - Method in class org.apache.struts2.util.Counter
 
setAddAllToLeftLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToLeftLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddAllToLeftOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToLeftOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddAllToRightLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToRightLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddAllToRightOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddAllToRightOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setAddLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setAddToLeftLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToLeftLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddToLeftOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToLeftOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddToRightLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToRightLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAddToRightOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAddToRightOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAliasesKey(String) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
Sets the name of the action parameter to look for the alias map.
setAlign(String) - Method in class org.apache.struts2.components.FormButton
 
setAlign(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setAlign(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setAllowAddAllToLeft(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddAllToLeft(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowAddAllToRight(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddAllToRight(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowAddToLeft(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddToLeft(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowAddToRight(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowAddToRight(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowDuplicates(boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
 
setAllowDynamicMethodCalls(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAllowed(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setAllowedCollection(Collection) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setAllowedRoles(String) - Method in class org.apache.struts2.interceptor.RolesInterceptor
 
setAllowedTypes(String) - Method in class org.apache.struts2.interceptor.FileUploadInterceptor
Sets the allowed mimetypes
setAllowMoveDown(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setAllowMoveDown(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setAllowMoveUp(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setAllowMoveUp(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setAllowRemoveAll(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setAllowRemoveAll(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setAllowRequestParameterSwitch(boolean) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
setAllowSelectAll(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowSelectAll(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setAllowSelectAll(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowSelectAll(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setAllowStaticMethodAccess(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
setAllowStaticMethodAccess(boolean) - Method in class com.opensymphony.xwork2.ognl.StaticMemberAccess
 
setAllowUpDown(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setAllowUpDown(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setAllowUpDownOnLeft(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowUpDownOnLeft(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAllowUpDownOnRight(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setAllowUpDownOnRight(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setAlwaysInvokePrepare(String) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
Sets if the preapare method should always be executed.
setAlwaysInvokeValidate(String) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Determines if Validateable's validate() should always be invoked.
setAlwaysSelectFullNamespace(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setAnchor(String) - Method in class org.apache.struts2.components.URL
 
setAnchor(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setAppendPrefix(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
setAppendPrefix(boolean) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
Sets whether the field name of this field validator should be prepended to the field name of the visited field to determine the full field name when an error occurs.
setApplication(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action's application context.
setApplication(Map<String, Object>) - Method in interface org.apache.struts2.interceptor.ApplicationAware
Sets the map of application properties in the implementing class.
setApplication(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets a list of application scoped properties
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Set the Spring ApplicationContext that should be used to look beans up with.
setApplicationContextPath(String) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
setAttribute(String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setAttribute(String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setAttributeName(String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
setAttributeNode(Attr) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setAttributeNode(Attr) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setAttributeNodeNS(Attr) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setAttributeNodeNS(Attr) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setAttributeNS(String, String, String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setAttributeNS(String, String, String) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setAutoCreateSession(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets if the session should be automatically created
setAutowireStrategy(Integer) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
setAutowireStrategy(int) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Sets the autowiring strategy
setBlocked(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setBlockedCollection(Collection) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setBooleanValue(String, Map, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setBufferSize(int) - Method in class org.apache.struts2.dispatcher.StreamResult
 
setBundle(ResourceBundle) - Method in interface com.opensymphony.xwork2.ResourceBundleTextProvider
Set the resource bundle to use.
setBundle(ResourceBundle) - Method in class com.opensymphony.xwork2.TextProviderSupport
 
setButtonCssClass(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setButtonCssClass(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setButtonCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setButtonCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setButtonCssStyle(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setButtonCssStyle(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setButtonCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setButtonCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setCacheBeanWrapper(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setCacheTemplates(String) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
Enables or disables Struts caching of Freemarker templates.
setCaseSensitive(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
Sets whether the expression should be matched against in a case-sensitive way.
setChainedContexts(String) - Method in class org.apache.struts2.views.velocity.VelocityManager
allow users to specify via the struts.properties file a set of additional VelocityContexts to chain to the the StrutsVelocityContext.
setCharSet(String) - Method in class org.apache.struts2.dispatcher.PlainTextResult
Set the character set
setClassLoader(ClassLoader) - Method in class com.opensymphony.xwork2.ObjectFactory
 
setClassLoader(ClassLoader) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Sets an explicit ClassLoader that should be used when scanning for classes.
setClassName(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setClazz(Class) - Method in interface com.opensymphony.xwork2.ResourceBundleTextProvider
Set the class to use for reading the resource bundle.
setClazz(Class) - Method in class com.opensymphony.xwork2.TextProviderSupport
 
setCols(String) - Method in class org.apache.struts2.components.TextArea
 
setCols(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setComparator(Comparator) - Method in class org.apache.struts2.util.SortIteratorFilter
 
setComparator(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setConfig(ActionConfig) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setConfiguration(Configuration) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
 
setConfiguration(Configuration) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setConfiguration(Configuration) - Method in class org.apache.struts2.components.Form
 
setConfigurationManager(ConfigurationManager) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify the ConfigurationManager instance
setConfigurationProviders(List<ConfigurationProvider>) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Deprecated. Since 2.1, use #setContainerProvider()
setConstants(ContainerBuilder) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
setContainer(Container) - Method in class com.opensymphony.xwork2.ActionContext
Gets the container for this request
setContainer(Container) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setContainer(Container) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
setContainer(Container) - Method in class com.opensymphony.xwork2.ObjectFactory
 
setContainer(Container) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
setContainer(Container) - Method in class org.apache.struts2.components.I18n
 
setContainer(Container) - Method in class org.apache.struts2.components.OptGroup
 
setContainer(Container) - Method in class org.apache.struts2.components.template.TemplateEngineManager
 
setContainer(Container) - Method in class org.apache.struts2.dispatcher.mapper.CompositeActionMapper
 
setContainer(Container) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setContainer(Container) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setContainer(Container) - Method in class org.apache.struts2.views.velocity.VelocityManager
 
setContainerProviders(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Set the list of configuration providers
setContent(Vector) - Method in class org.apache.struts2.util.TabbedPane
 
setContentDisposition(String) - Method in class org.apache.struts2.dispatcher.StreamResult
 
setContentLength(String) - Method in class org.apache.struts2.dispatcher.StreamResult
 
setContentType(String) - Method in class org.apache.struts2.dispatcher.StreamResult
 
setContentType(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setContext(ActionContext) - Static method in class com.opensymphony.xwork2.ActionContext
Sets the action context for the current thread.
setContext(Container) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
setContext(String) - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
setContext(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
setContext(AdapterFactory, AdapterNode, String, Object) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setContextMap(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action's context map.
setConversionErrors(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets conversion errors which occurred when executing the action.
setConverter(IteratorGenerator.Converter) - Method in class org.apache.struts2.util.IteratorGenerator
 
setConverter(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setCookiesMap(Map) - Method in interface org.apache.struts2.interceptor.CookiesAware
 
setCookiesName(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Set the cookiesName which if matche will allow the cookie to be injected into action, could be comma-separated string.
setCookiesValue(String) - Method in class org.apache.struts2.interceptor.CookieInterceptor
Set the cookiesValue which if matched (together with matching cookiesName) will caused the cookie to be injected into action, could be comma-separated string.
setCount(int) - Method in class org.apache.struts2.util.IteratorGenerator
 
setCount(int) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setCount(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setCount(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setCreatingNullObjects(Map, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setCssClass(String) - Method in class org.apache.struts2.components.UIBean
 
setCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCssErrorClass(String) - Method in class org.apache.struts2.components.UIBean
 
setCssErrorClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCssErrorStyle(String) - Method in class org.apache.struts2.components.UIBean
 
setCssErrorStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCssStyle(String) - Method in class org.apache.struts2.components.UIBean
 
setCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setCurrent(long) - Method in class org.apache.struts2.util.Counter
 
setCurrentReference(T) - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
setCustomConfigFile(String) - Method in class org.apache.struts2.views.velocity.VelocityManager
 
setData(String) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
setData(String) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
setDate(String) - Method in class org.apache.struts2.util.DateFormatter
 
setDate(Date) - Method in class org.apache.struts2.util.DateFormatter
 
setDate(int) - Method in class org.apache.struts2.util.DateFormatter
 
setDecider(SubsetIteratorFilter.Decider) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setDecider(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setDeclarative(boolean) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Determines if validation based on annotations or xml should be performed.
setDefault(String) - Method in class org.apache.struts2.components.Property
 
setDefault(String) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setDefaultBlock(boolean) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setDefaultEncoding(String) - Method in class org.apache.struts2.components.Include
 
setDefaultEncoding(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
setDefaultEncoding(String) - Method in class org.apache.struts2.dispatcher.VelocityResult
 
setDefaultLocale(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_LOCALE setting.
setDefaultMessage(String) - Method in interface com.opensymphony.xwork2.validator.Validator
Sets the default message to use for validation failure
setDefaultMessage(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setDefaultResultParam(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
setDefaultResults(Map<String, ResultConfig>, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
setDefaultTemplateDir(String) - Method in class org.apache.struts2.components.UIBean
 
setDefaultTemplateType(String) - Method in class org.apache.struts2.components.template.TemplateEngineManager
 
setDefaultType(Class) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setDefaultType(Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
Sets the default type to convert to if no type is provided when getting a value.
setDefaultTypeConverter(XWorkBasicConverter) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
setDefaultUITheme(String) - Method in class org.apache.struts2.components.UIBean
 
setDelay(int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Sets the initial delay in millis (msec).
setDelaySleepInterval(int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Sets the sleep interval in millis (msec) when performing the initial delay.
setDelegate(T) - Method in class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
setDenyMethodExecution(Map, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setDevMode(String) - Static method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
setDevMode(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setDevMode(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_DEVMODE setting.
setDevMode(String) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setDevMode(String) - Method in class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
SetDirective - Class in org.apache.struts2.views.velocity.components
 
SetDirective() - Constructor for class org.apache.struts2.views.velocity.components.SetDirective
 
setDisabled(String) - Method in class org.apache.struts2.components.OptGroup
 
setDisabled(String) - Method in class org.apache.struts2.components.UIBean
 
setDisabled(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setDisabled(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setDisallowedRoles(String) - Method in class org.apache.struts2.interceptor.RolesInterceptor
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
setDocumentURI(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
setDoubleAccesskey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleAccesskey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleCssClass(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleCssStyle(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleCssStyle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleDisabled(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleDisabled(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleEmptyOption(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleHeaderKey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleHeaderValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleId(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleId(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleList(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleList(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListKey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleListValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleListValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleMultiple(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleName(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleName(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnblur(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnblur(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnchange(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnchange(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnclick(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOndblclick(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOndblclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnfocus(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnfocus(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnkeydown(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnkeydown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnkeypress(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnkeypress(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnkeyup(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnkeyup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmousedown(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmousedown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmousemove(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmousemove(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmouseout(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmouseout(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmouseover(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmouseover(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnmouseup(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnmouseup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleOnselect(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleOnselect(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleSize(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleSize(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDoubleValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setDoubleValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setDownLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setDtdMappings(Map<String, String>) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
setDynamicAttribute(String, String, Object) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setDynamicAttributes(Map<String, Object>) - Method in class org.apache.struts2.components.UIBean
 
setElementClass(Class) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setEmptyOption(String) - Method in class org.apache.struts2.components.ComboBox
 
setEmptyOption(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setEmptyOption(String) - Method in class org.apache.struts2.components.Select
 
setEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setEmptyOption(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setEnableXmlWithConsole(boolean) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setEncode(boolean) - Method in class org.apache.struts2.components.URL
 
setEncode(boolean) - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Set encode to true to indicate that the location should be url encoded.
setEncode(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setEncoding(String) - Method in class org.apache.struts2.components.Head
 
setEncoding(String) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Modify state of StrutsConstants.STRUTS_I18N_ENCODING setting.
setEncoding(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setEnctype(String) - Method in class org.apache.struts2.components.Form
 
setEnctype(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setEndTime() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
setError(int) - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Sets the http servlet error code that should be set on the reponse
setErrorMessage(String) - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Sets the error message that should be set on the reponse
setEscape(boolean) - Method in class org.apache.struts2.components.Property
 
setEscape(boolean) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
setEscape(boolean) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setEscapeAmp(boolean) - Method in class org.apache.struts2.components.URL
 
setEscapeAmp(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setExcludeMethods(String) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
setExcludeParams(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Sets a comma-delimited list of regular expressions to match parameters that should be removed from the parameter map.
setExcludes(Collection) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
Sets the list of parameter names to exclude from copying (all others will be included).
setExcludingPattern(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
Deprecated. Since 2.1.1
setExecuteAfterValidationPass(boolean) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Whether to start the background process after the second pass (first being validation) or not
setExecuteResult(boolean) - Method in interface com.opensymphony.xwork2.ActionProxy
Sets whether this ActionProxy should also execute the Result after executing the Action.
setExecuteResult(boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setExecuteResult(boolean) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setExecuteResult(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setExecuteResult(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setExpectedFoo(String) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
setExposedValue(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
Sets the regular expression to be matched.
setExprOverrides(Map) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setExprOverrides(Map) - Method in interface com.opensymphony.xwork2.util.ValueStack
Set a override map containing key -> values that takes precedent when doing find operations on the ValueStack.
setExtension(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setExtensions(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setExternalContext(ExternalContext<?>) - Method in class com.opensymphony.xwork2.inject.InternalContext
 
setExtraParameterProvider(URL.ExtraParameterProvider) - Method in class org.apache.struts2.components.URL
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.ActionSupport
 
setFieldErrors(Map) - Method in interface com.opensymphony.xwork2.ValidationAware
Set the field error map of fieldname (String) to Collection of String error messages.
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setFieldName(String) - Method in interface com.opensymphony.xwork2.validator.FieldValidator
Sets the field name to validate with this FieldValidator
setFieldName(String) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the field name for this validator rule.
setFieldName(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
setFieldValue(String) - Method in class org.apache.struts2.components.Checkbox
 
setFieldValue(String) - Method in class org.apache.struts2.views.jsp.ui.CheckboxTag
 
setFilterConfig(FilterConfig) - Method in class org.apache.struts2.dispatcher.FilterDispatcherCompatWeblogic61
dummy setter for FilterDispatcher.filterConfig; this method sets up the ServletContextSingleton with the servlet context from the filter configuration.
setFirst(long) - Method in class org.apache.struts2.util.Counter
 
setFlush(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setFlush(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setFocusElement(String) - Method in class org.apache.struts2.components.Form
 
setFocusElement(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setFoo(String) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
setFor(String) - Method in class org.apache.struts2.components.Label
 
setFor(String) - Method in class org.apache.struts2.views.jsp.ui.LabelTag
 
setForceAddSchemeHostAndPort(boolean) - Method in class org.apache.struts2.components.URL
 
setForceAddSchemeHostAndPort(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setFormat(String) - Method in class org.apache.struts2.components.Date
 
setFormat(String) - Method in class org.apache.struts2.util.DateFormatter
 
setFormat(DateFormat) - Method in class org.apache.struts2.util.DateFormatter
 
setFormat(String) - Method in class org.apache.struts2.views.jsp.DateTag
 
setFormName(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setFormName(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setFullPropertyPath(Map, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setFullQualifiedClassName(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
The fullQualifiedClassName attribute is used to create the special conversion.properties file name.
setGettingByKeyProperty(Map, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setHeaderKey(String) - Method in class org.apache.struts2.components.ComboBox
 
setHeaderKey(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setHeaderKey(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setHeaderKey(String) - Method in class org.apache.struts2.components.Select
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setHeaderKey(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setHeaderValue(String) - Method in class org.apache.struts2.components.ComboBox
 
setHeaderValue(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setHeaderValue(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setHeaderValue(String) - Method in class org.apache.struts2.components.Select
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setHeaderValue(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setHref(String) - Method in class org.apache.struts2.components.Anchor
 
setHref(String) - Method in class org.apache.struts2.views.jsp.ui.AnchorTag
 
setId(String) - Method in class org.apache.struts2.components.ContextBean
To keep backward compatibility TODO remove after 2.1
setId(String) - Method in class org.apache.struts2.components.UIBean
 
setId(String) - Method in class org.apache.struts2.views.jsp.ContextBeanTag
To keep backward compatibility TODO remove after 2.1
setId(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setId(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setId(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setId(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setIdAttribute(String, boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setIdAttribute(String, boolean) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setIdAttributeNode(Attr, boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setIdAttributeNode(Attr, boolean) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setIdAttributeNS(String, String, boolean) - Method in class org.apache.struts2.views.xslt.AbstractAdapterElement
 
setIdAttributeNS(String, String, boolean) - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
setIdParameterName(String) - Method in class org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
 
setIgnoreContextParams(boolean) - Method in class org.apache.struts2.components.ActionComponent
 
setIgnoreContextParams(boolean) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setImpl(String, String) - Method in class org.apache.struts2.config.DefaultSettings
 
setImpl(String, String) - Method in class org.apache.struts2.config.DelegatingSettings
 
setImpl(String, String) - Method in class org.apache.struts2.config.PropertiesSettings
Sets a property in the properties file.
setImpl(String, String) - Method in class org.apache.struts2.config.Settings
Deprecated. Implements the Settings.set(String, String) method.
setIncludeContext(boolean) - Method in class org.apache.struts2.components.URL
 
setIncludeContext(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setIncludeMethods(String) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
setIncludeParams(String) - Method in class org.apache.struts2.components.URL
 
setIncludeParams(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setIncludes(Collection) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
Sets the list of parameter names to include when copying (all others will be excluded).
setInputName(String) - Method in class org.apache.struts2.dispatcher.StreamResult
 
setInputResultName(String) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
Set the inputResultName (result name to be returned when a action / field error is found registered).
setInstance(Settings) - Static method in class org.apache.struts2.config.Settings
Deprecated. Registers a custom Settings implementation (plugin), and resets the cached locale.
setInstance(Dispatcher) - Static method in class org.apache.struts2.dispatcher.Dispatcher
Store the dispatcher instance for this thread.
setInterval(long) - Method in class org.apache.struts2.util.Counter
 
setInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setInvocationContext(ActionContext) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setInvocationMap(Map) - Static method in class org.apache.struts2.util.InvocationSessionStore
 
setJavascriptTooltip(String) - Method in class org.apache.struts2.components.UIBean
 
setJavascriptTooltip(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setKey(String) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the I18N message key.
setKey(String) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setKey(String) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setKey(String) - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Sets the I18N message key.
setKey(String) - Method in class org.apache.struts2.components.UIBean
 
setKey(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
setKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setKeyClass(Class) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setKeyProperty(String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setLabel(String) - Method in class org.apache.struts2.components.OptGroup
 
setLabel(String) - Method in class org.apache.struts2.components.Reset
 
setLabel(String) - Method in class org.apache.struts2.components.UIBean
 
setLabel(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setLabelposition(String) - Method in class org.apache.struts2.components.UIBean
 
setLabelposition(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setLabelSeparator(String) - Method in class org.apache.struts2.components.UIBean
 
setLabelSeparator(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setLast(long) - Method in class org.apache.struts2.util.Counter
 
setLast(boolean) - Method in class org.apache.struts2.views.jsp.IteratorStatus.StatusState
 
setLastBeanClassAccessed(Map, Class) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setLastBeanPropertyAccessed(Map, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setLastClassAccessed(Class) - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
 
setLastModified(long) - Method in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
setLastPropertyAccessed(String) - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
 
setLeftDownLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setLeftDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setLeftTitle(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setLeftTitle(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setLeftTitle(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setLeftTitle(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setLeftUpLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setLeftUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setList(String) - Method in class org.apache.struts2.components.ComboBox
 
setList(Object) - Method in class org.apache.struts2.components.ListUIBean
 
setList(String) - Method in class org.apache.struts2.components.OptGroup
 
setList(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setList(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setList(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListKey(String) - Method in class org.apache.struts2.components.ComboBox
 
setListKey(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListKey(String) - Method in class org.apache.struts2.components.OptGroup
 
setListKey(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListKey(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setListKey(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setListValue(String) - Method in class org.apache.struts2.components.ComboBox
 
setListValue(String) - Method in class org.apache.struts2.components.ListUIBean
 
setListValue(String) - Method in class org.apache.struts2.components.OptGroup
 
setListValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractListTag
 
setListValue(String) - Method in class org.apache.struts2.views.jsp.ui.ComboBoxTag
 
setListValue(String) - Method in class org.apache.struts2.views.jsp.ui.OptGroupTag
 
setLocale(Locale) - Method in class com.opensymphony.xwork2.ActionContext
Sets the Locale for the current action.
setLocaleProvider(LocaleProvider) - Method in interface com.opensymphony.xwork2.ResourceBundleTextProvider
Set the LocaleProvider to use.
setLocaleProvider(LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderSupport
 
setLocation(Location) - Method in class com.opensymphony.xwork2.util.location.Located
Set the location of this object
setLocation(String) - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
The location to go to after action execution.
setLocation(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
Deprecated. Use #setStylesheetLocation(String)
setLogCategory(String) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
setLogCategory(String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
setLogEnabled(boolean) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
setLoggerFactory(LoggerFactory) - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
 
setLoggerFactory(LoggerFactory) - Method in class com.opensymphony.xwork2.XWork
 
setLogLevel(String) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
setLogLevel(String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
setMatchingPattern(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
Deprecated. Since 2.1.1
setMax(String) - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
setMax(String) - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
setMax(String) - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
setMax(Date) - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
setMax(Integer) - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
setMax(Long) - Method in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
setMax(Short) - Method in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
setMaxExclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMaximumSize(Long) - Method in class org.apache.struts2.interceptor.FileUploadInterceptor
Sets the maximum size of an uploaded file
setMaxInclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMaxLength(String) - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
setMaxLength(int) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
setMaxlength(String) - Method in class org.apache.struts2.components.TextField
 
setMaxLength(String) - Method in class org.apache.struts2.components.TextField
 
setMaxLength(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
Deprecated. please use TextFieldTag.setMaxlength(java.lang.String) instead
setMaxlength(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setMaxSize(String) - Method in class org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
 
setMessage(String) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the default validator failure message.
setMessage(String) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setMessage(String) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setMessage(String) - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Sets the default validator failure message.
setMessageKey(String) - Method in interface com.opensymphony.xwork2.validator.Validator
Sets a resource bundle key to be used for lookup of validation failure message
setMessageKey(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setMethod(String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
setMethod(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setMethod(String) - Method in class org.apache.struts2.components.Form
 
setMethod(String) - Method in class org.apache.struts2.components.FormButton
 
setMethod(String) - Method in class org.apache.struts2.components.URL
 
setMethod(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setMethod(String) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
Sets the method
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setMethod(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setMin(String) - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
setMin(String) - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
setMin(String) - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
setMin(Date) - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
setMin(Integer) - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
setMin(Long) - Method in class com.opensymphony.xwork2.validator.validators.LongRangeFieldValidator
 
setMin(Short) - Method in class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
setMinExclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMinInclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMinLength(String) - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
setMinLength(int) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
setModel(T) - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
Sets the model
SetModel - Class in org.apache.struts2.views.freemarker.tags
 
SetModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.SetModel
 
setMoveDownLabel(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setMoveDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setMoveUpLabel(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setMoveUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setMruMaxStrongSize(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setMultipartSaveDir(String) - Method in class org.apache.struts2.dispatcher.Dispatcher
Modify state of StrutsConstants.STRUTS_MULTIPART_SAVEDIR setting.
setMultiple(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setMultiple(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setMultiple(String) - Method in class org.apache.struts2.components.Select
 
setMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setMultiple(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setName(String) - Method in class com.opensymphony.xwork2.ActionContext
Sets the name of the current Action in the ActionContext.
setName(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setName(String) - Method in class org.apache.struts2.components.ActionComponent
 
setName(String) - Method in class org.apache.struts2.components.Bean
 
setName(String) - Method in class org.apache.struts2.components.Date
 
setName(String) - Method in class org.apache.struts2.components.I18n
 
setName(String) - Method in class org.apache.struts2.components.Param
 
setName(String) - Method in class org.apache.struts2.components.Set
 
setName(String) - Method in class org.apache.struts2.components.Text
 
setName(String) - Method in class org.apache.struts2.components.UIBean
 
setName(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setName(String) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.BeanTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.DateTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.I18nTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.ParamTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.SetTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.TextTag
 
setName(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setNamedItem(Node) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
setNamedItemNS(Node) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
setNamespace(String) - Method in class com.opensymphony.xwork2.ActionChainResult
sets the namespace of the Action that we're chaining to.
setNamespace(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setNamespace(String) - Method in class org.apache.struts2.components.ActionComponent
 
setNamespace(String) - Method in class org.apache.struts2.components.Form
 
setNamespace(String) - Method in class org.apache.struts2.components.URL
 
setNamespace(String) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setNamespace(String) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
Sets the namespace
setNamespace(String) - Method in class org.apache.struts2.views.jsp.ActionTag
 
setNamespace(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setNamespace(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setNice(boolean) - Method in class org.apache.struts2.components.Date
 
setNice(boolean) - Method in class org.apache.struts2.views.jsp.DateTag
 
setNoCache(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
setNodeValue(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.components.Bean
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.components.Form
 
setObjectFactory(ObjectFactory) - Method in class org.apache.struts2.views.velocity.VelocityManager
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setOgnlUtil(OgnlUtil) - Method in class org.apache.struts2.views.jsp.ui.OgnlTool
 
setOnblur(String) - Method in class org.apache.struts2.components.UIBean
 
setOnblur(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnchange(String) - Method in class org.apache.struts2.components.UIBean
 
setOnchange(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnclick(String) - Method in class org.apache.struts2.components.UIBean
 
setOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOndblclick(String) - Method in class org.apache.struts2.components.UIBean
 
setOndblclick(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnfocus(String) - Method in class org.apache.struts2.components.UIBean
 
setOnfocus(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnkeydown(String) - Method in class org.apache.struts2.components.UIBean
 
setOnkeydown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnkeypress(String) - Method in class org.apache.struts2.components.UIBean
 
setOnkeypress(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnkeyup(String) - Method in class org.apache.struts2.components.UIBean
 
setOnkeyup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmousedown(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmousedown(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmousemove(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmousemove(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmouseout(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmouseout(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmouseover(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmouseover(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnmouseup(String) - Method in class org.apache.struts2.components.UIBean
 
setOnmouseup(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnselect(String) - Method in class org.apache.struts2.components.UIBean
 
setOnselect(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setOnsubmit(String) - Method in class org.apache.struts2.components.Form
 
setOnsubmit(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setOpenTemplate(String) - Method in class org.apache.struts2.components.ClosingUIBean
 
setOpenTemplate(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractClosingTag
 
setOperationMode(String) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
setOrdered(boolean) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Set whether to order the parameters by object depth or not
setPage(String) - Method in class org.apache.struts2.util.URLBean
 
setParameterName(String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
setParameters(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action parameters.
setParameters(Object, ValueStack, Map) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
setParameters(Map<String, String[]>) - Method in interface org.apache.struts2.interceptor.ParameterAware
Sets the map of input parameters in the implementing class.
setParamNames(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
Allows paramNames attribute to be set as comma-separated-values (csv).
setParams(Map<String, Object>) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
 
setParams(Map) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setParamValues(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
Allows paramValues attribute to be set as a comma-separated-values (csv).
setParent(AdapterNode) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setParent(AdapterNode) - Method in interface org.apache.struts2.views.xslt.AdapterNode
The parent adapter node of this node.
setParse(String) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
setParse(boolean) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setParse(boolean) - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Sets whether or not the HTTP header values should be evaluated against the ValueStack (by default they are).
setParse(boolean) - Method in class org.apache.struts2.dispatcher.StrutsResultSupport
Set parse to true to indicate that the location should be parsed as an OGNL expression.
setParse(boolean) - Method in class org.apache.struts2.views.xslt.XSLTResult
If true, parse the stylesheet location for OGNL expressions.
setParseFormat(String) - Method in class org.apache.struts2.util.DateFormatter
 
setParser(DateFormat) - Method in class org.apache.struts2.util.DateFormatter
 
setParseStringAsXML(boolean) - Method in class org.apache.struts2.views.xslt.StringAdapter
When set to true the StringAdapter will interpret its String value as containing XML text and parse it to a DOM Element.
setPattern(String) - Method in class com.opensymphony.xwork2.util.ClassPathFinder
sets the String pattern for comparing filenames
setPatternMatcher(PatternMatcher) - Method in class com.opensymphony.xwork2.util.ClassPathFinder
sets the PatternMatcher implementation to use when comparing filenames
setPortletMode(String) - Method in class org.apache.struts2.components.Form
 
setPortletMode(String) - Method in class org.apache.struts2.components.URL
 
setPortletMode(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setPortletMode(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setPortletUrlType(String) - Method in class org.apache.struts2.components.URL
 
setPortletUrlType(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setPrefix(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setPrependServletContext(boolean) - Method in class org.apache.struts2.dispatcher.ServletRedirectResult
Sets whether or not to prepend the servlet context path to the redirected URL.
setPrincipalProxy(PrincipalProxy) - Method in interface org.apache.struts2.interceptor.PrincipalAware
 
setProfilingKey(String) - Method in class org.apache.struts2.interceptor.ProfilingActivationInterceptor
 
setProgrammatic(boolean) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Determines if Validateable's validate() should be called, as well as methods whose name that start with "validate".
setProperties(Map, Object, Map) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
setProperties(Map, Object, Map, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
setProperties(Map, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
setProperties(Map, Object, Map) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Sets the object's properties using the default type converter, defaulting to not throw exceptions for problems setting the properties.
setProperties(Map, Object, Map, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Sets the object's properties using the default type converter.
setProperties(Map, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Sets the properties on the object using the default context, defaulting to not throwing exceptions for problems setting the properties.
setProperties(Map, Object, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Sets the properties on the object using the default context.
setProperties(Map, Object, Map) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Sets the object's properties using the default type converter, defaulting to not throw exceptions for problems setting the properties.
setProperties(Map, Object, Map, boolean) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Sets the object's properties using the default type converter.
setProperties(Map, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Sets the properties on the object using the default context, defaulting to not throwing exceptions for problems setting the properties.
setProperty(String, String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
setProperty(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Sets the property name to be inserted into the related conversion.properties file.
Note: Do not add COLLECTION_PREFIX or MAP_PREFIX keys to property names.
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkEnumerationAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkIteratorPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
setProperty(String, Object, Object, Map) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
setProperty(String, Object, Object, Map) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Sets the named property to the supplied value on the Object, defaults to not throwing property exceptions.
setProperty(String, Object, Object, Map, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Sets the named property to the supplied value on the Object.
setProperty(String, String, Object) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
setProperty(String, Object, Object, Map) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Sets the named property to the supplied value on the Object, defaults to not throwing property exceptions.
setPropertyName(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setPropertyName(String) - Method in interface org.apache.struts2.views.xslt.AdapterNode
The name of the Java object (property) that we are adapting
setPropertyValue(Object) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setPropertyValue(Object) - Method in interface org.apache.struts2.views.xslt.AdapterNode
The Java object (property) that we are adapting
setPropertyValue(Object) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
setProxy(ActionProxy) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setProxyDelegates(T) - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
setReadonly(String) - Method in class org.apache.struts2.components.TextArea
 
setReadonly(String) - Method in class org.apache.struts2.components.TextField
 
setReadonly(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setReadonly(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
 
setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.ObjectFactory
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.components.Bean
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.components.Debug
 
setReflectionProvider(ReflectionProvider) - Method in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
setRefreshModelBeforeResult(boolean) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
 
setReloadBundles(boolean) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Should resorce bundles be reloaded.
setReloadingConfigs(boolean) - Static method in class com.opensymphony.xwork2.util.FileManager
 
setRemoveAllLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setRemoveAllLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setRemoveLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setRemoveLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setRepopulateField(String) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
setReportingConversionErrors(Map, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setRequest(Map<String, Object>) - Method in interface org.apache.struts2.interceptor.RequestAware
Sets the Map of request attributes in the implementing class.
setRequest(HttpServletRequest) - Static method in class org.apache.struts2.ServletActionContext
Sets the HTTP servlet request object.
setRequest(HttpServletRequest) - Method in class org.apache.struts2.util.URLBean
 
setRequestParameterSwitch(String) - Method in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
setRequired(String) - Method in class org.apache.struts2.components.UIBean
 
setRequired(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setRequiredposition(String) - Method in class org.apache.struts2.components.UIBean
 
setRequiredposition(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setReset(boolean) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
setResponse(HttpServletResponse) - Static method in class org.apache.struts2.ServletActionContext
Sets the HTTP servlet response object.
setResponse(HttpServletResponse) - Method in class org.apache.struts2.util.URLBean
 
setResult(Result) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setResult(Result) - Method in class org.apache.struts2.dispatcher.mapper.ActionMapping
 
setResultCode(String) - Method in interface com.opensymphony.xwork2.ActionInvocation
Sets the result code, possibly overriding the one returned by the action.
setResultCode(String) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setResultCode(String) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setReturnedResult(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setRightDownLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setRightDownLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setRightTitle(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setRightTitle(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setRightTitle(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setRightTitle(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setRightUpLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setRightUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setRoot(XWorkConverter, CompoundRootAccessor, CompoundRoot, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setRows(String) - Method in class org.apache.struts2.components.TextArea
 
setRows(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setRule(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Sets the rule prefix for COLLECTION_PREFIX or MAP_PREFIX key.
setScheme(String) - Method in class org.apache.struts2.components.URL
 
setScheme(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setScope(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setScope(String) - Method in class org.apache.struts2.components.Set
 
setScope(String) - Method in class org.apache.struts2.views.jsp.SetTag
 
setScopeKey(String) - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
Sets the key under which the model is stored
setScopeStrategy(Scope.Strategy) - Method in interface com.opensymphony.xwork2.inject.Container
Sets the scope strategy for the current thread.
setScopeStrategy(Scope.Strategy) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
setSelectAllLabel(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setSelectAllLabel(String) - Method in class org.apache.struts2.components.UpDownSelect
 
setSelectAllLabel(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setSelectAllLabel(String) - Method in class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
setSelectAllOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setSelectAllOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setSelectedIndex(int) - Method in class org.apache.struts2.util.TabbedPane
 
setSeparator(String) - Method in class org.apache.struts2.util.IteratorGenerator
 
setSeparator(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setServeStaticBrowserCache(String) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_BROWSER_CACHE setting.
setServeStaticContent(String) - Method in class org.apache.struts2.dispatcher.FilterDispatcher
Modify state of StrutsConstants.STRUTS_SERVE_STATIC_CONTENT setting.
setServletContext(ServletContext) - Method in class org.apache.struts2.config.ServletContextSingleton
Sets the servlet context
setServletContext(ServletContext) - Static method in class org.apache.struts2.ServletActionContext
Sets the current servlet context object
setServletContext(ServletContext) - Method in interface org.apache.struts2.util.ServletContextAware
 
setServletRequest(HttpServletRequest) - Method in interface org.apache.struts2.interceptor.ServletRequestAware
Sets the HTTP request object in implementing classes.
setServletResponse(HttpServletResponse) - Method in interface org.apache.struts2.interceptor.ServletResponseAware
Sets the HTTP response object in implementing classes.
setSession(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets a map of action session values.
setSession(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets a list of session scoped properties
setSession(Map<String, Object>) - Method in interface org.apache.struts2.interceptor.SessionAware
Sets the Map of session attributes in the implementing class.
setSessionReset(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
 
setSetMap(Map, Map, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Set the shortCircuit flag.
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setShortCircuit(boolean) - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Set the shortCircuit flag.
setShortCircuit(boolean) - Method in interface com.opensymphony.xwork2.validator.ShortCircuitableValidator
Sets whether this field validator should short circuit the validator queue it's in if validation fails.
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setShouldCreateIfNew(boolean) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setShow(String) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
setShowPassword(String) - Method in class org.apache.struts2.components.Password
 
setShowPassword(String) - Method in class org.apache.struts2.views.jsp.ui.PasswordTag
 
setSimpleValidator(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
setSize(String) - Method in class org.apache.struts2.components.DoubleListUIBean
 
setSize(String) - Method in class org.apache.struts2.components.File
 
setSize(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setSize(String) - Method in class org.apache.struts2.components.Select
 
setSize(String) - Method in class org.apache.struts2.components.TextField
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.FileTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.SelectTag
 
setSize(String) - Method in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
setSkipActions(String) - Method in class com.opensymphony.xwork2.ActionChainResult
Set the list of actions to skip.
setSlashesInActionNames(String) - Method in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
 
setSource(Object) - Method in class org.apache.struts2.util.AppendIteratorFilter
 
setSource(Object) - Method in class org.apache.struts2.util.MergeIteratorFilter
 
setSource(Object) - Method in class org.apache.struts2.util.SortIteratorFilter
 
setSource(Object) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setSource(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setSource(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setSrc(String) - Method in class org.apache.struts2.components.Submit
 
setSrc(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setStack(ValueStack) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setStart(int) - Method in class org.apache.struts2.util.SubsetIteratorFilter
 
setStart(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setStartTime() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
setStatus(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setStatus(int) - Method in class org.apache.struts2.dispatcher.HttpHeaderResult
Sets the http servlet response status code that should be set on a response.
setStatus(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setStatusCode(int) - Method in class org.apache.struts2.dispatcher.ServletRedirectResult
 
setStrictErrorChecking(boolean) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
setStylesheetLocation(String) - Method in class org.apache.struts2.views.xslt.XSLTResult
 
setSuccessResultValue(String) - Method in class org.apache.struts2.dispatcher.DefaultActionSupport
 
setSupressEmptyParameters(boolean) - Method in class org.apache.struts2.dispatcher.ServletActionRedirectResult
Sets the supressEmptyParameters option
setTabAlign(String) - Method in class org.apache.struts2.util.TabbedPane
 
setTabindex(String) - Method in class org.apache.struts2.components.UIBean
 
setTabindex(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
SetTag - Class in org.apache.struts2.views.jsp
 
SetTag() - Constructor for class org.apache.struts2.views.jsp.SetTag
 
setTarget(String) - Method in class org.apache.struts2.components.Form
 
setTarget(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setTemplate(String) - Method in class org.apache.struts2.components.UIBean
 
setTemplate(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTemplateDir(String) - Method in class org.apache.struts2.components.UIBean
 
setTemplateDir(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTemplateEngineManager(TemplateEngineManager) - Method in class org.apache.struts2.components.UIBean
 
SETTER_PATTERN - Static variable in class com.opensymphony.xwork2.util.AnnotationUtils
 
SETTER_PATTERN - Static variable in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
setTest(String) - Method in class org.apache.struts2.components.ElseIf
 
setTest(String) - Method in class org.apache.struts2.components.If
 
setTest(String) - Method in class org.apache.struts2.views.jsp.ElseIfTag
 
setTest(String) - Method in class org.apache.struts2.views.jsp.IfTag
 
setTextContent(String) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
 
setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setTheme(String) - Method in class org.apache.struts2.components.UIBean
 
setTheme(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setThreadPriority(int) - Method in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
Sets the thread priority of the background process.
setThrowExceptionOnDuplicateBeans(boolean) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
setThrowExceptionOnNullValueAttribute(boolean) - Method in class org.apache.struts2.components.ListUIBean
 
setTime(long) - Method in class org.apache.struts2.util.DateFormatter
 
settings - Variable in class org.apache.struts2.config.PropertiesSettings
 
Settings - Class in org.apache.struts2.config
Deprecated. Since Struts 2.1.2
Settings() - Constructor for class org.apache.struts2.config.Settings
Deprecated.  
settingsImpl - Static variable in class org.apache.struts2.config.Settings
Deprecated. A pluggable implementation of Settings, provided through the Settings.setInstance(org.apache.struts2.config.Settings) method.
setTitle(String) - Method in class org.apache.struts2.components.UIBean
 
setTitle(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setToken() - Static method in class org.apache.struts2.util.TokenHelper
Sets a transaction token into the session using the default token name.
setToken(String) - Static method in class org.apache.struts2.util.TokenHelper
Sets a transaction token into the session using the provided token name.
setToolBoxLocation(String) - Method in class org.apache.struts2.views.velocity.VelocityManager
 
setTooltip(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltip(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipConfig(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipConfig(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipCssClass(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipCssClass(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipDelay(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipDelay(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTooltipIconPath(String) - Method in class org.apache.struts2.components.UIBean
 
setTooltipIconPath(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
Sets whether the expression should be trimed before matching.
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
setType(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
setType(String) - Method in class org.apache.struts2.components.FormButton
 
setType(String) - Method in class org.apache.struts2.interceptor.ScopeInterceptor
Sets the type of scope operation
setType(String) - Method in class org.apache.struts2.views.jsp.ui.ResetTag
 
setType(String) - Method in class org.apache.struts2.views.jsp.ui.SubmitTag
 
setTypeConverter(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Sets the class name of the type converter to be used.
setUncheckedValue(String) - Method in class org.apache.struts2.interceptor.CheckboxInterceptor
Overrides the default value for an unchecked checkbox
setUnknownHandler(UnknownHandler) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setUnknownHandler(UnknownHandler) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setUp() - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
setup() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Setup this instance transformer and result objects.
setUp() - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
setUp() - Method in class com.opensymphony.xwork2.XWorkTestCase
 
setUp() - Static method in class org.apache.struts2.util.StrutsTestCaseHelper
Sets up the configuration settings, XWork configuration, and message resources
setupContext(Map, ObjectProxy) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
Sets up the context with the last property and last class accessed.
setUpDownOnLeftOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setUpDownOnLeftOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setUpDownOnRightOnclick(String) - Method in class org.apache.struts2.components.OptionTransferSelect
 
setUpDownOnRightOnclick(String) - Method in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
setUpLabel(String) - Method in class org.apache.struts2.components.InputTransferSelect
 
setUpLabel(String) - Method in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
setUrlIncludeParams(String) - Method in class org.apache.struts2.components.URL
 
setUrlRenderer(UrlRenderer) - Method in class org.apache.struts2.components.Form
 
setUrlRenderer(UrlRenderer) - Method in class org.apache.struts2.components.URL
 
setUseClassCache(boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Enable / disable caching of classes loaded by Spring.
setUserData(String, Object, UserDataHandler) - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
setVal(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setValidate(String) - Method in class org.apache.struts2.components.Form
 
setValidate(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setValidateAnnotatedMethodOnly(boolean) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Determine if validate() should always be called or only per annotated method.
setValidationAware(ValidationAware) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setValidationFailedStatus(int) - Method in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
HTTP status that will be set in the response if validation fails
setValidatorContext(ValidatorContext) - Method in interface com.opensymphony.xwork2.validator.Validator
This method will be called before validate with a non-null ValidatorContext.
setValidatorContext(ValidatorContext) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setValidatorFactory(ValidatorFactory) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
setValidatorFactory(ValidatorFactory) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
setValidatorFileParser(ValidatorFileParser) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
setValidatorFileParser(ValidatorFileParser) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
setValidatorType(String) - Method in interface com.opensymphony.xwork2.validator.Validator
Sets the validator type to use (see class javadoc).
setValidatorType(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
setValidatorType(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setValue(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
setValue(V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
setValue(Object) - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
 
setValue(String, Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
 
setValue(String, Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
Wrapper around Ognl.setValue() to handle type conversion for collection elements.
setValue(String, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setValue(String, Object, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
setValue(String, Map, Object, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
Evaluates the given OGNL expression to insert a value into the object graph rooted at the given root object given the context.
setValue(String, Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValue(String, Object, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValue(Object) - Method in class org.apache.struts2.components.Debug.DebugMapEntry
 
setValue(String) - Method in class org.apache.struts2.components.Include
 
setValue(String) - Method in class org.apache.struts2.components.IteratorComponent
 
setValue(String) - Method in class org.apache.struts2.components.Param
 
setValue(String) - Method in class org.apache.struts2.components.Property
 
setValue(String) - Method in class org.apache.struts2.components.Push
 
setValue(String) - Method in class org.apache.struts2.components.Set
 
setValue(String) - Method in class org.apache.struts2.components.UIBean
 
setValue(String) - Method in class org.apache.struts2.components.URL
 
setValue(String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
setValue(String) - Method in class org.apache.struts2.views.jsp.IncludeTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.IteratorTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.ParamTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.PropertyTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.PushTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.SetTag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
setValue(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setValue(String) - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
setValues(Object) - Method in class org.apache.struts2.util.IteratorGenerator
 
setValueStack(ValueStack) - Method in class com.opensymphony.xwork2.ActionContext
Sets the OGNL value stack.
setValueStack(ValueStack) - Method in interface com.opensymphony.xwork2.validator.Validator
Sets the value stack to use to resolve values and parameters
setValueStack(ValueStack) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setValueStackFactory(ValueStackFactory) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.components.ActionComponent
 
setValueStackFactory(ValueStackFactory) - Method in class org.apache.struts2.dispatcher.Dispatcher
 
setVar(String) - Method in class org.apache.struts2.components.AppendIterator
 
setVar(String) - Method in class org.apache.struts2.components.ContextBean
 
setVar(String) - Method in class org.apache.struts2.components.MergeIterator
 
setVar(String) - Method in class org.apache.struts2.components.Set
 
setVar(String) - Method in class org.apache.struts2.views.jsp.ContextBeanTag
 
setVar(String) - Method in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
setVar(String) - Method in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
setVar(String) - Method in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
setVelocityManager(VelocityManager) - Method in class org.apache.struts2.components.template.VelocityTemplateEngine
 
setVelocityManager(VelocityManager) - Method in class org.apache.struts2.dispatcher.VelocityResult
 
setVelocityProperties(Properties) - Method in class org.apache.struts2.views.velocity.VelocityManager
 
setWindowState(String) - Method in class org.apache.struts2.components.Form
 
setWindowState(String) - Method in class org.apache.struts2.components.URL
 
setWindowState(String) - Method in class org.apache.struts2.views.jsp.ui.FormTag
 
setWindowState(String) - Method in class org.apache.struts2.views.jsp.URLTag
 
setWrap(String) - Method in class org.apache.struts2.components.TextArea
 
setWrap(boolean) - Method in class org.apache.struts2.util.Counter
 
setWrap(String) - Method in class org.apache.struts2.views.jsp.ui.TextareaTag
 
setWrapperAltMap(String) - Method in class org.apache.struts2.views.freemarker.FreemarkerManager
 
setWriteIfCompleted(boolean) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
Writes to the stream only when template processing completed successfully
setWriter(Writer) - Method in class org.apache.struts2.views.freemarker.FreemarkerResult
 
setXmlStandalone(boolean) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
setXmlVersion(String) - Method in class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
setXWorkCollectionPropertyAccessor(PropertyAccessor) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
 
setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
shortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
ShortCircuitableValidator - Interface in com.opensymphony.xwork2.validator
This interface should be implemented by validators that can short-circuit the validator queue that it is in.
ShortRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the short specified is within a certain range.
ShortRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
 
shouldAddError(String, Object) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
shouldAddError(String, Object) - Method in class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
Returns false if the value is null, "", or {""} (array of size 1 with a blank element).
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
Determines the createIfNull property for a Collection or Map by getting it from the @CreateIfNull annotation.
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
 
shouldCreateIfNew - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
shouldLog() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Determines if we should log the time.
showPassword - Variable in class org.apache.struts2.components.Password
 
showPassword - Variable in class org.apache.struts2.views.jsp.ui.PasswordTag
 
SimpleAdapterDocument - Class in org.apache.struts2.views.xslt
SimpleAdapterDocument adapted a Java object and presents it as a Document.
SimpleAdapterDocument(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.SimpleAdapterDocument
 
SimpleNodeList - Class in org.apache.struts2.views.xslt
 
SimpleNodeList(List<Node>) - Constructor for class org.apache.struts2.views.xslt.SimpleNodeList
 
SimpleTextNode - Class in org.apache.struts2.views.xslt
 
SimpleTextNode(AdapterFactory, AdapterNode, String, Object) - Constructor for class org.apache.struts2.views.xslt.SimpleTextNode
 
simpleValidator - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
singleton - Static variable in class org.apache.struts2.config.ServletContextSingleton
The sole instance of this class.
singletonFactories - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
size() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
size() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
 
size() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the number of objects in the stack
size - Variable in class org.apache.struts2.components.DoubleListUIBean
 
size - Variable in class org.apache.struts2.components.File
 
size - Variable in class org.apache.struts2.components.InputTransferSelect
 
size - Variable in class org.apache.struts2.components.Select
 
size - Variable in class org.apache.struts2.components.TextField
 
size() - Method in class org.apache.struts2.util.AttributeMap
 
size - Variable in class org.apache.struts2.util.FastByteArrayOutputStream
 
SIZE - Static variable in class org.apache.struts2.util.PrefixTrie
 
size - Variable in class org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.FileTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.SelectTag
 
size - Variable in class org.apache.struts2.views.jsp.ui.TextFieldTag
 
SKIP_ACTIONS_PARAM - Static variable in class com.opensymphony.xwork2.ActionChainResult
The result parameter name to set the name of the action to chain to.
skipActions - Variable in class com.opensymphony.xwork2.ActionChainResult
The list of actions to skip.
skipBeanNames - Variable in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
skippedEntity(String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
skippedEntity(String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
skippedEntity(String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
SkipValidation - Annotation Type in org.apache.struts2.interceptor.validation
Marks an Action method to not be validated
SLASH_R - Static variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
SortIteratorFilter - Class in org.apache.struts2.util
A bean that takes a source and comparator then attempt to sort the source utilizing the comparator.
SortIteratorFilter() - Constructor for class org.apache.struts2.util.SortIteratorFilter
 
sortIteratorFilter - Variable in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
SortIteratorTag - Class in org.apache.struts2.views.jsp.iterator
NOTE: JSP-TAG
SortIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
source - Variable in class org.apache.struts2.util.SortIteratorFilter
 
source - Variable in class org.apache.struts2.util.SubsetIteratorFilter
 
sourceAttr - Variable in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
sourceAttr - Variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
sources - Variable in class org.apache.struts2.util.AppendIteratorFilter
 
sources - Variable in class org.apache.struts2.util.MergeIteratorFilter
 
sout - Variable in class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
splitText(int) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
splitText(int) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
SpringObjectFactory - Class in com.opensymphony.xwork2.spring
Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name.
SpringObjectFactory() - Constructor for class com.opensymphony.xwork2.spring.SpringObjectFactory
 
SpringProxyableObjectFactory - Class in com.opensymphony.xwork2.spring
SpringProxyableObjectFactory.
SpringProxyableObjectFactory() - Constructor for class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
src - Variable in class org.apache.struts2.components.Submit
 
src - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
SRC_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute name for the location URI
stack - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
stack - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
stack - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
stack - Variable in class org.apache.struts2.components.Component
 
stack - Variable in class org.apache.struts2.components.template.TemplateRenderingContext
 
stack - Variable in class org.apache.struts2.util.StrutsUtil
 
stack - Variable in class org.apache.struts2.views.freemarker.ScopesHashModel
 
stack - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
stack - Variable in class org.apache.struts2.views.freemarker.tags.TagModel
 
STACK - Static variable in class org.apache.struts2.views.util.ContextUtil
 
stack - Variable in class org.apache.struts2.views.velocity.StrutsVelocityContext
 
start() - Method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
start(Writer) - Method in class org.apache.struts2.components.AppendIterator
 
start(Writer) - Method in class org.apache.struts2.components.Bean
 
start(Writer) - Method in class org.apache.struts2.components.ClosingUIBean
 
start(Writer) - Method in class org.apache.struts2.components.Component
Callback for the start tag of this component.
start(Writer) - Method in class org.apache.struts2.components.Debug
 
start(Writer) - Method in class org.apache.struts2.components.Else
 
start(Writer) - Method in class org.apache.struts2.components.ElseIf
 
start(Writer) - Method in class org.apache.struts2.components.I18n
 
start(Writer) - Method in class org.apache.struts2.components.If
 
start(Writer) - Method in class org.apache.struts2.components.IteratorComponent
 
start(Writer) - Method in class org.apache.struts2.components.MergeIterator
 
start(Writer) - Method in class org.apache.struts2.components.Property
 
start(Writer) - Method in class org.apache.struts2.components.Push
 
start(Writer) - Method in class org.apache.struts2.components.URL
 
start - Variable in class org.apache.struts2.util.SubsetIteratorFilter
 
start - Variable in class org.apache.struts2.util.Timer
 
START_MESSAGE - Static variable in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
startAttr - Variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
startConstruction() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
startDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
startDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
startDocument() - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
startNode(String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
startTime - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
state - Variable in class org.apache.struts2.views.jsp.IteratorStatus
 
staticInjections - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
StaticMemberAccess - Class in com.opensymphony.xwork2.ognl
Allows access decisions to be made on the basis of whether a member is static or not
StaticMemberAccess(boolean) - Constructor for class com.opensymphony.xwork2.ognl.StaticMemberAccess
 
StaticParametersInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor populates the action with the static parameters defined in the action configuration.
StaticParametersInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
status - Variable in class org.apache.struts2.components.IteratorComponent
 
status - Variable in class org.apache.struts2.dispatcher.HttpHeaderResult
 
statusAttr - Variable in class org.apache.struts2.components.IteratorComponent
 
statusAttr - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
statusCode - Variable in class org.apache.struts2.dispatcher.ServletRedirectResult
 
statusState - Variable in class org.apache.struts2.components.IteratorComponent
 
STORE_MODE - Static variable in class org.apache.struts2.interceptor.MessageStoreInterceptor
 
storeInvocation(String, String, ActionInvocation) - Static method in class org.apache.struts2.util.InvocationSessionStore
Stores the DefaultActionInvocation and ActionContext into the Session using the provided key for loading later using InvocationSessionStore.loadInvocation(java.lang.String, java.lang.String)
StreamResult - Class in org.apache.struts2.dispatcher
A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.
StreamResult() - Constructor for class org.apache.struts2.dispatcher.StreamResult
 
StreamResult(InputStream) - Constructor for class org.apache.struts2.dispatcher.StreamResult
 
StringAdapter - Class in org.apache.struts2.views.xslt
StringAdapter adapts a Java String value to a DOM Element with the specified property name containing the String's text.
StringAdapter() - Constructor for class org.apache.struts2.views.xslt.StringAdapter
 
StringAdapter(AdapterFactory, AdapterNode, String, String) - Constructor for class org.apache.struts2.views.xslt.StringAdapter
 
StringLengthFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a String field is of the right length.
StringLengthFieldValidator - Class in com.opensymphony.xwork2.validator.validators
StringLengthFieldValidator checks that a String field is of a certain length.
StringLengthFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
StringLengthFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
StringLengthFieldValidatorDescription
StringLengthFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
StringLengthFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
Strings - Class in com.opensymphony.xwork2.inject.util
String utilities.
Strings() - Constructor for class com.opensymphony.xwork2.inject.util.Strings
 
stringSet(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Check whether string has been set to something other than "" or null.
stringToList(String) - Method in class org.apache.struts2.interceptor.RolesInterceptor
Splits a string into a List
stringValue(Object, boolean) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a String and trims it if the trim flag is true.
stringValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
Evaluates the given object as a String.
strout - Variable in class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
STRUTS - Static variable in class org.apache.struts2.views.util.ContextUtil
 
STRUTS - Static variable in class org.apache.struts2.views.velocity.VelocityManager
 
STRUTS_ACTION_EXTENSION - Static variable in class org.apache.struts2.StrutsConstants
The URL extension to use to determine if the request is meant for a Struts action
STRUTS_ACTIONPROXYFACTORY - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_ACTIONVALIDATORMANAGER - Static variable in class org.apache.struts2.StrutsConstants
The com.opensymphony.xwork2.validator.ActionValidatorManager implementation class
STRUTS_ALLOW_STATIC_METHOD_ACCESS - Static variable in class org.apache.struts2.StrutsConstants
The name of the parameter to determine whether static method access will be allowed in OGNL expressions or not
STRUTS_ALWAYS_SELECT_FULL_NAMESPACE - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_CONFIGURATION - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.config.Configuration implementation class
STRUTS_CONFIGURATION_XML_RELOAD - Static variable in class org.apache.struts2.StrutsConstants
Whether to reload the XML configuration or not
STRUTS_CONTINUATIONS_PACKAGE - Static variable in class org.apache.struts2.StrutsConstants
The package containing actions that use Rife continuations
STRUTS_CUSTOM_I18N_RESOURCES - Static variable in class org.apache.struts2.StrutsConstants
Location of additional localization properties files to load
STRUTS_CUSTOM_PROPERTIES - Static variable in class org.apache.struts2.StrutsConstants
Location of additional configuration properties files to load
STRUTS_DEVMODE - Static variable in class org.apache.struts2.StrutsConstants
Whether Struts is in development mode or not
STRUTS_DISPATCHER_PARAMETERSWORKAROUND - Static variable in class org.apache.struts2.StrutsConstants
Whether to use a Servlet request parameter workaround necessary for some versions of WebLogic
STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION - Static variable in class org.apache.struts2.StrutsConstants
Allows one to disable dynamic method invocation from the URL
STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES - Static variable in class org.apache.struts2.StrutsConstants
Whether slashes in action names are allowed or not
STRUTS_FREEMARKER_BEANWRAPPER_CACHE - Static variable in class org.apache.struts2.StrutsConstants
Cache model instances at BeanWrapper level
STRUTS_FREEMARKER_MANAGER_CLASSNAME - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.views.freemarker.FreemarkerManager implementation class
STRUTS_FREEMARKER_MRU_MAX_STRONG_SIZE - Static variable in class org.apache.struts2.StrutsConstants
Maximum strong sizing for MruCacheStorage for freemarker
STRUTS_FREEMARKER_TEMPLATES_CACHE - Static variable in class org.apache.struts2.StrutsConstants
Cache Freemarker templates
STRUTS_FREEMARKER_WRAPPER_ALT_MAP - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_I18N_ENCODING - Static variable in class org.apache.struts2.StrutsConstants
The encoding to use for localization messages
STRUTS_I18N_RELOAD - Static variable in class org.apache.struts2.StrutsConstants
Whether the localization messages should automatically be reloaded
STRUTS_ID_PARAMETER_NAME - Static variable in class org.apache.struts2.StrutsConstants
The name of the parameter to create when mapping an id (used by some action mappers)
STRUTS_LOCALE - Static variable in class org.apache.struts2.StrutsConstants
The default locale for the Struts application
STRUTS_MAPPER_CLASS - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.dispatcher.mapper.ActionMapper implementation class
STRUTS_MAPPER_COMPOSITE - Static variable in class org.apache.struts2.StrutsConstants
Prefix used by CompositeActionMapper to identify its containing ActionMapper class.
STRUTS_MULTIPART_MAXSIZE - Static variable in class org.apache.struts2.StrutsConstants
The maximize size of a multipart request (file upload)
STRUTS_MULTIPART_PARSER - Static variable in class org.apache.struts2.StrutsConstants
The org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation for a multipart request (file upload)
STRUTS_MULTIPART_SAVEDIR - Static variable in class org.apache.struts2.StrutsConstants
The directory to use for storing uploaded files
STRUTS_OBJECTFACTORY - Static variable in class org.apache.struts2.StrutsConstants
The com.opensymphony.xwork2.ObjectFactory implementation class
STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE - Static variable in class org.apache.struts2.StrutsConstants
Whether Spring should autoWire or not
STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE - Static variable in class org.apache.struts2.StrutsConstants
Whether Spring should use its class cache or not
STRUTS_OBJECTTYPEDETERMINER - Static variable in class org.apache.struts2.StrutsConstants
The com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class
STRUTS_PATTERNMATCHER - Static variable in class org.apache.struts2.StrutsConstants
The PatternMatcher implementation class
STRUTS_PORTLET_CONTEXT - Static variable in interface org.apache.struts2.StrutsStatics
Constant for the PortletContext object
STRUTS_REFLECTIONCONTEXTFACTORY - Static variable in class org.apache.struts2.StrutsConstants
The ReflectionContextFactory implementation class
STRUTS_REFLECTIONPROVIDER - Static variable in class org.apache.struts2.StrutsConstants
The ReflectionProvider implementation class
STRUTS_SERVE_STATIC_BROWSER_CACHE - Static variable in class org.apache.struts2.StrutsConstants
If static content served by the Struts filter should set browser caching header properties or not
STRUTS_SERVE_STATIC_CONTENT - Static variable in class org.apache.struts2.StrutsConstants
Whether the Struts filter should serve static content or not
STRUTS_TAG_ALTSYNTAX - Static variable in class org.apache.struts2.StrutsConstants
Whether to use the alterative syntax for the tags or not
STRUTS_UI_TEMPLATEDIR - Static variable in class org.apache.struts2.StrutsConstants
The directory containing UI templates.
STRUTS_UI_THEME - Static variable in class org.apache.struts2.StrutsConstants
The default UI template theme
STRUTS_URL_HTTP_PORT - Static variable in class org.apache.struts2.StrutsConstants
The HTTP port used by Struts URLs
STRUTS_URL_HTTPS_PORT - Static variable in class org.apache.struts2.StrutsConstants
The HTTPS port used by Struts URLs
STRUTS_URL_INCLUDEPARAMS - Static variable in class org.apache.struts2.StrutsConstants
The default includeParams method to generate Struts URLs
STRUTS_URL_RENDERER - Static variable in class org.apache.struts2.StrutsConstants
 
STRUTS_VALUESTACK_KEY - Static variable in class org.apache.struts2.ServletActionContext
 
STRUTS_VALUESTACKFACTORY - Static variable in class org.apache.struts2.StrutsConstants
The ValueStackFactory implementation class
STRUTS_VELOCITY_CONFIGFILE - Static variable in class org.apache.struts2.StrutsConstants
The Velocity configuration file path
STRUTS_VELOCITY_CONTEXTS - Static variable in class org.apache.struts2.StrutsConstants
List of Velocity context names
STRUTS_VELOCITY_MANAGER_CLASSNAME - Static variable in class org.apache.struts2.StrutsConstants
org.apache.struts2.views.velocity.VelocityManager implementation class
STRUTS_VELOCITY_TOOLBOXLOCATION - Static variable in class org.apache.struts2.StrutsConstants
The location of the Velocity toolbox
STRUTS_XSLT_NOCACHE - Static variable in class org.apache.struts2.StrutsConstants
Whether or not XSLT templates should not be cached
STRUTS_XWORKCONVERTER - Static variable in class org.apache.struts2.StrutsConstants
The name of the xwork converter implementation
STRUTS_XWORKTEXTPROVIDER - Static variable in class org.apache.struts2.StrutsConstants
XWork default text provider
StrutsActionProxy - Class in org.apache.struts2.impl
 
StrutsActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Constructor for class org.apache.struts2.impl.StrutsActionProxy
 
StrutsActionProxyFactory - Class in org.apache.struts2.impl
 
StrutsActionProxyFactory() - Constructor for class org.apache.struts2.impl.StrutsActionProxyFactory
 
StrutsBeanWrapper - Class in org.apache.struts2.views.freemarker
The StrutsBeanWrapper extends the default FreeMarker BeansWrapper and provides almost no change in functionality, except for how it handles maps.
StrutsBeanWrapper(boolean) - Constructor for class org.apache.struts2.views.freemarker.StrutsBeanWrapper
 
StrutsBeanWrapper.FriendlyMapModel - Class in org.apache.struts2.views.freemarker
Attempting to get the best of both worlds of FM's MapModel and SimpleMapModel, by reimplementing the isEmpty(), keySet() and values() methods.
StrutsBeanWrapper.FriendlyMapModel(Map, BeansWrapper) - Constructor for class org.apache.struts2.views.freemarker.StrutsBeanWrapper.FriendlyMapModel
 
StrutsBodyTagSupport - Class in org.apache.struts2.views.jsp
Contains common functonalities for Struts JSP Tags.
StrutsBodyTagSupport() - Constructor for class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
StrutsClassTemplateLoader - Class in org.apache.struts2.views.freemarker
 
StrutsClassTemplateLoader() - Constructor for class org.apache.struts2.views.freemarker.StrutsClassTemplateLoader
 
StrutsConstants - Class in org.apache.struts2
This class provides a central location for framework configuration keys used to retrieve and store Struts configuration settings.
StrutsConstants() - Constructor for class org.apache.struts2.StrutsConstants
 
StrutsConversionErrorInterceptor - Class in org.apache.struts2.interceptor
This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to the field errors of the action if the field value is not null, "", or {""} (a size 1 String array with only an empty String).
StrutsConversionErrorInterceptor() - Constructor for class org.apache.struts2.interceptor.StrutsConversionErrorInterceptor
 
StrutsException - Exception in org.apache.struts2
A generic runtime exception that optionally contains Location information
StrutsException() - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with no detail message.
StrutsException(String) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message.
StrutsException(String, Object) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message and target.
StrutsException(Throwable) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the root cause
StrutsException(Throwable, Object) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the root cause and target
StrutsException(String, Throwable) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message and exception cause.
StrutsException(String, Throwable, Object) - Constructor for exception org.apache.struts2.StrutsException
Constructs a StrutsException with the specified detail message, cause, and target
StrutsModels - Class in org.apache.struts2.views.freemarker.tags
Provides @s.tag access for various tags.
StrutsModels(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.StrutsModels
 
StrutsObjectFactory - Class in org.apache.struts2.impl
 
StrutsObjectFactory() - Constructor for class org.apache.struts2.impl.StrutsObjectFactory
 
StrutsRequestWrapper - Class in org.apache.struts2.dispatcher
All Struts requests are wrapped with this class, which provides simple JSTL accessibility.
StrutsRequestWrapper(HttpServletRequest) - Constructor for class org.apache.struts2.dispatcher.StrutsRequestWrapper
The constructor
StrutsResourceLoader - Class in org.apache.struts2.views.velocity
Loads resource from the Thread's context ClassLoader.
StrutsResourceLoader() - Constructor for class org.apache.struts2.views.velocity.StrutsResourceLoader
 
StrutsResultSupport - Class in org.apache.struts2.dispatcher
A base class for all Struts action execution results.
StrutsResultSupport() - Constructor for class org.apache.struts2.dispatcher.StrutsResultSupport
 
StrutsResultSupport(String) - Constructor for class org.apache.struts2.dispatcher.StrutsResultSupport
 
StrutsResultSupport(String, boolean, boolean) - Constructor for class org.apache.struts2.dispatcher.StrutsResultSupport
 
StrutsStatics - Interface in org.apache.struts2
Constants used by Struts.
StrutsTag - Annotation Type in org.apache.struts2.views.annotations
An annotation to document a Struts jsp/freemarker/velocity tag
StrutsTagAttribute - Annotation Type in org.apache.struts2.views.annotations
Documents an attribute to a Struts tag
StrutsTagSkipInheritance - Annotation Type in org.apache.struts2.views.annotations
Marks a class as the top class in the class hierarchy scanned for tag annotations
StrutsTestCaseHelper - Class in org.apache.struts2.util
Generic test setup methods to be used with any unit testing framework.
StrutsTestCaseHelper() - Constructor for class org.apache.struts2.util.StrutsTestCaseHelper
 
StrutsTypeConverter - Class in org.apache.struts2.util
Base class for type converters used in Struts.
StrutsTypeConverter() - Constructor for class org.apache.struts2.util.StrutsTypeConverter
 
StrutsUtil - Class in org.apache.struts2.util
Struts base utility class, for use in Velocity and Freemarker templates
StrutsUtil(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.util.StrutsUtil
 
StrutsUtil.ResponseWrapper - Class in org.apache.struts2.util
 
StrutsUtil.ResponseWrapper(HttpServletResponse) - Constructor for class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
StrutsUtil.ServletOutputStreamWrapper - Class in org.apache.struts2.util
 
StrutsUtil.ServletOutputStreamWrapper(StringWriter) - Constructor for class org.apache.struts2.util.StrutsUtil.ServletOutputStreamWrapper
 
StrutsVelocityContext - Class in org.apache.struts2.views.velocity
 
StrutsVelocityContext(ValueStack) - Constructor for class org.apache.struts2.views.velocity.StrutsVelocityContext
 
StrutsVelocityContext(VelocityContext[], ValueStack) - Constructor for class org.apache.struts2.views.velocity.StrutsVelocityContext
 
StrutsXmlConfigurationProvider - Class in org.apache.struts2.config
Override Xwork class so we can use an arbitrary config file
StrutsXmlConfigurationProvider(boolean) - Constructor for class org.apache.struts2.config.StrutsXmlConfigurationProvider
Constructs the configuration provider
StrutsXmlConfigurationProvider(String, boolean, ServletContext) - Constructor for class org.apache.struts2.config.StrutsXmlConfigurationProvider
Constructs the configuration provider
StubConfigurationProvider - Class in com.opensymphony.xwork2.test
 
StubConfigurationProvider() - Constructor for class com.opensymphony.xwork2.test.StubConfigurationProvider
 
stylesheetLocation - Variable in class org.apache.struts2.views.xslt.XSLTResult
Indicates the location of the xsl template.
Submit - Class in org.apache.struts2.components
Render a submit button.
Submit(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Submit
 
submit - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
SubmitDirective - Class in org.apache.struts2.views.velocity.components
 
SubmitDirective() - Constructor for class org.apache.struts2.views.velocity.components.SubmitDirective
 
SubmitModel - Class in org.apache.struts2.views.freemarker.tags
 
SubmitModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.SubmitModel
 
SubmitTag - Class in org.apache.struts2.views.jsp.ui
 
SubmitTag() - Constructor for class org.apache.struts2.views.jsp.ui.SubmitTag
 
SubsetIteratorFilter - Class in org.apache.struts2.util
A bean that takes an iterator and outputs a subset of it.
SubsetIteratorFilter() - Constructor for class org.apache.struts2.util.SubsetIteratorFilter
 
subsetIteratorFilter - Variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
SubsetIteratorFilter.Decider - Interface in org.apache.struts2.util
A decider determines if the given element should be added to the list or not.
SubsetIteratorTag - Class in org.apache.struts2.views.jsp.iterator
NOTE: JSP-TAG
SubsetIteratorTag() - Constructor for class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
substringData(int, int) - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
substringData(int, int) - Method in class org.apache.struts2.views.xslt.SimpleTextNode
 
SUCCESS - Static variable in interface com.opensymphony.xwork2.Action
The action execution was successful.
successResultValue - Variable in class org.apache.struts2.dispatcher.DefaultActionSupport
 
suffix - Variable in class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
 
supportsImageType() - Method in class org.apache.struts2.components.FormButton
Indicate whether the concrete button supports the type "image".
supportsImageType() - Method in class org.apache.struts2.components.Reset
Indicate whether the concrete button supports the type "image".
supportsImageType() - Method in class org.apache.struts2.components.Submit
Indicate whether the concrete button supports the type "image".
supressEmptyParameters - Variable in class org.apache.struts2.dispatcher.ServletActionRedirectResult
 
surrugate - Variable in class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 
SurrugateList - Class in com.opensymphony.xwork2.ognl.accessor
 
SurrugateList(Collection) - Constructor for class com.opensymphony.xwork2.ognl.accessor.SurrugateList
 

T

tabAlign - Variable in class org.apache.struts2.util.TabbedPane
 
TabbedPane - Class in org.apache.struts2.util
A bean that helps implement a tabbed pane
TabbedPane(int) - Constructor for class org.apache.struts2.util.TabbedPane
 
tabindex - Variable in class org.apache.struts2.components.UIBean
 
tabindex - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tag - Variable in class org.apache.struts2.components.template.TemplateRenderingContext
 
TAG - Static variable in class org.apache.struts2.views.velocity.VelocityManager
the current JSP tag
tagInProgress - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
tagIsEmpty - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
tagLibraries - Variable in class org.apache.struts2.views.freemarker.FreemarkerManager
 
tagLibraries - Variable in class org.apache.struts2.views.velocity.VelocityManager
 
TagLibrary - Interface in org.apache.struts2.views
Provides Velocity and Freemarker implementation classes for a tag library
TagModel - Class in org.apache.struts2.views.freemarker.tags
 
TagModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TagModel
 
TagUtils - Class in org.apache.struts2.views.jsp
 
TagUtils() - Constructor for class org.apache.struts2.views.jsp.TagUtils
 
target - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
 
target - Variable in class com.opensymphony.xwork2.util.profiling.TimerInvocationHandler
 
target - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
target - Variable in class org.apache.struts2.components.Form
 
target - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
tearDown() - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
tearDown(ConfigurationManager) - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
tearDown() - Method in class com.opensymphony.xwork2.XWorkTestCase
 
tearDown() - Static method in class org.apache.struts2.util.StrutsTestCaseHelper
 
TEMPLATE - Static variable in class org.apache.struts2.components.ActionError
 
TEMPLATE - Static variable in class org.apache.struts2.components.ActionMessage
 
TEMPLATE - Static variable in class org.apache.struts2.components.Anchor
 
TEMPLATE - Static variable in class org.apache.struts2.components.Checkbox
 
TEMPLATE - Static variable in class org.apache.struts2.components.CheckboxList
 
TEMPLATE - Static variable in class org.apache.struts2.components.ComboBox
 
TEMPLATE - Static variable in class org.apache.struts2.components.Debug
 
TEMPLATE - Static variable in class org.apache.struts2.components.Div
 
TEMPLATE - Static variable in class org.apache.struts2.components.DoubleSelect
 
TEMPLATE - Static variable in class org.apache.struts2.components.FieldError
 
TEMPLATE - Static variable in class org.apache.struts2.components.File
 
TEMPLATE - Static variable in class org.apache.struts2.components.Form
 
TEMPLATE - Static variable in class org.apache.struts2.components.GenericUIBean
 
TEMPLATE - Static variable in class org.apache.struts2.components.Head
 
TEMPLATE - Static variable in class org.apache.struts2.components.Hidden
 
TEMPLATE - Static variable in class org.apache.struts2.components.InputTransferSelect
 
TEMPLATE - Static variable in class org.apache.struts2.components.Label
 
TEMPLATE - Static variable in class org.apache.struts2.components.OptionTransferSelect
 
TEMPLATE - Static variable in class org.apache.struts2.components.Password
 
TEMPLATE - Static variable in class org.apache.struts2.components.Radio
 
TEMPLATE - Static variable in class org.apache.struts2.components.Reset
 
TEMPLATE - Static variable in class org.apache.struts2.components.Select
 
TEMPLATE - Static variable in class org.apache.struts2.components.Submit
 
Template - Class in org.apache.struts2.components.template
A template.
Template(String, String, String) - Constructor for class org.apache.struts2.components.template.Template
Constructor.
template - Variable in class org.apache.struts2.components.template.TemplateRenderingContext
 
TEMPLATE - Static variable in class org.apache.struts2.components.TextArea
 
TEMPLATE - Static variable in class org.apache.struts2.components.TextField
The name of the default template for the TextFieldTag
TEMPLATE - Static variable in class org.apache.struts2.components.Token
 
template - Variable in class org.apache.struts2.components.UIBean
 
TEMPLATE - Static variable in class org.apache.struts2.components.UpDownSelect
 
template - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
TEMPLATE_CLOSE - Static variable in class org.apache.struts2.components.Div
 
templateDir - Variable in class org.apache.struts2.components.UIBean
 
templateDir - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
TemplateEngine - Interface in org.apache.struts2.components.template
Any template language which wants to support UI tag templating needs to provide an implementation of this interface to handle rendering the template
TemplateEngineManager - Class in org.apache.struts2.components.template
The TemplateEngineManager will return a template engine for the template
TemplateEngineManager() - Constructor for class org.apache.struts2.components.template.TemplateEngineManager
 
templateEngineManager - Variable in class org.apache.struts2.components.UIBean
 
TemplateEngineManager.EngineFactory - Interface in org.apache.struts2.components.template
Abstracts loading of the template engine
TemplateEngineManager.LazyEngineFactory - Class in org.apache.struts2.components.template
Allows the template engine to be loaded at request time, so that engines that are missing dependencies aren't accessed if never used.
TemplateEngineManager.LazyEngineFactory(String) - Constructor for class org.apache.struts2.components.template.TemplateEngineManager.LazyEngineFactory
 
templateEngines - Variable in class org.apache.struts2.components.template.TemplateEngineManager
 
TemplateRenderingContext - Class in org.apache.struts2.components.template
Context used when rendering templates.
TemplateRenderingContext(Template, Writer, ValueStack, Map, UIBean) - Constructor for class org.apache.struts2.components.template.TemplateRenderingContext
Constructor
templates - Variable in class org.apache.struts2.components.template.FreemarkerTemplateEngine
 
templatesCache - Static variable in class org.apache.struts2.views.xslt.XSLTResult
Cache of all tempaltes.
templateSuffix - Variable in class org.apache.struts2.components.UIBean
 
test - Variable in class org.apache.struts2.components.ElseIf
 
test - Variable in class org.apache.struts2.components.If
 
test - Variable in class org.apache.struts2.views.jsp.ElseIfTag
 
test - Variable in class org.apache.struts2.views.jsp.IfTag
 
testEquals(Object, Object) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
TestNGXWorkTestCase - Class in com.opensymphony.xwork2
Base test class for TestNG unit tests.
TestNGXWorkTestCase() - Constructor for class com.opensymphony.xwork2.TestNGXWorkTestCase
 
Text - Class in org.apache.struts2.components
Render a I18n text message.
Text(ValueStack) - Constructor for class org.apache.struts2.components.Text
 
text - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
text() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
TextArea - Class in org.apache.struts2.components
Render HTML textarea tag.
TextArea(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.TextArea
 
textarea - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
TextAreaDirective - Class in org.apache.struts2.views.velocity.components
 
TextAreaDirective() - Constructor for class org.apache.struts2.views.velocity.components.TextAreaDirective
 
TextAreaModel - Class in org.apache.struts2.views.freemarker.tags
 
TextAreaModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TextAreaModel
 
TextareaTag - Class in org.apache.struts2.views.jsp.ui
 
TextareaTag() - Constructor for class org.apache.struts2.views.jsp.ui.TextareaTag
 
TextDirective - Class in org.apache.struts2.views.velocity.components
 
TextDirective() - Constructor for class org.apache.struts2.views.velocity.components.TextDirective
 
TextField - Class in org.apache.struts2.components
Render an HTML input field of type text
TextField(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.TextField
 
textfield - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
TextFieldDirective - Class in org.apache.struts2.views.velocity.components
 
TextFieldDirective() - Constructor for class org.apache.struts2.views.velocity.components.TextFieldDirective
 
TextFieldModel - Class in org.apache.struts2.views.freemarker.tags
 
TextFieldModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TextFieldModel
 
TextFieldTag - Class in org.apache.struts2.views.jsp.ui
 
TextFieldTag() - Constructor for class org.apache.struts2.views.jsp.ui.TextFieldTag
 
TextModel - Class in org.apache.struts2.views.freemarker.tags
 
TextModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TextModel
 
TextParseUtil - Class in com.opensymphony.xwork2.util
Utility class for text parsing.
TextParseUtil() - Constructor for class com.opensymphony.xwork2.util.TextParseUtil
 
TextParseUtil.ParsedValueEvaluator - Interface in com.opensymphony.xwork2.util
A parsed value evaluator for TextParseUtil.
textProvider - Variable in class com.opensymphony.xwork2.ActionSupport
 
textProvider - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
TextProvider - Interface in com.opensymphony.xwork2
Provides access to ResourceBundles and their underlying text messages.
textProvider - Variable in class com.opensymphony.xwork2.TextProviderFactory
 
textProvider - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
textProvider - Variable in class org.apache.struts2.components.I18n
 
TextProviderFactory - Class in com.opensymphony.xwork2
This factory enables users to provide and correctly initialize a custom TextProvider.
TextProviderFactory() - Constructor for class com.opensymphony.xwork2.TextProviderFactory
 
TextProviderHelper - Class in org.apache.struts2.util
Helper methods to access text from TextProviders
TextProviderHelper() - Constructor for class org.apache.struts2.util.TextProviderHelper
 
TextProviderSupport - Class in com.opensymphony.xwork2
Default TextProvider implementation.
TextProviderSupport() - Constructor for class com.opensymphony.xwork2.TextProviderSupport
Default constructor
TextProviderSupport(Class, LocaleProvider) - Constructor for class com.opensymphony.xwork2.TextProviderSupport
Constructor.
TextProviderSupport(ResourceBundle, LocaleProvider) - Constructor for class com.opensymphony.xwork2.TextProviderSupport
Constructor.
TextTag - Class in org.apache.struts2.views.jsp
 
TextTag() - Constructor for class org.apache.struts2.views.jsp.TextTag
 
TextUtil - Class in org.apache.struts2.views.util
This class handles HTML escaping of text.
TextUtil() - Constructor for class org.apache.struts2.views.util.TextUtil
 
TextUtils - Class in com.opensymphony.xwork2.util
Utilities for common String manipulations.
TextUtils() - Constructor for class com.opensymphony.xwork2.util.TextUtils
 
theme - Variable in class org.apache.struts2.components.template.Template
 
theme - Variable in class org.apache.struts2.components.UIBean
 
theme - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
themeProps - Variable in class org.apache.struts2.components.template.BaseTemplateEngine
 
threadPriority - Variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
throwExceptionOnDuplicateBeans - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
throwExceptionOnNullValueAttribute - Variable in class org.apache.struts2.components.ListUIBean
 
Timer - Class in org.apache.struts2.util
A bean that can be used to time execution of pages
Timer() - Constructor for class org.apache.struts2.util.Timer
 
TimerInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor logs the amount of time in milliseconds.
TimerInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
TimerInvocationHandler - Class in com.opensymphony.xwork2.util.profiling
 
TimerInvocationHandler(Object) - Constructor for class com.opensymphony.xwork2.util.profiling.TimerInvocationHandler
 
title - Variable in class org.apache.struts2.components.UIBean
 
title - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
toArray(List<ContainerImpl.ParameterInjector<?>>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
toByteArray() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
toCallable(InternalContext, InternalFactory<? extends T>) - Method in enum com.opensymphony.xwork2.inject.Scope
 
toInt(long) - Method in class org.apache.struts2.util.StrutsUtil
 
Token - Class in org.apache.struts2.components
Stop double-submission of forms.
Token(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.Token
 
token - Variable in class org.apache.struts2.util.InvocationSessionStore.InvocationContext
 
token - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
TOKEN_NAME_FIELD - Static variable in class org.apache.struts2.util.TokenHelper
The name of the field which will hold the token name
TokenDirective - Class in org.apache.struts2.views.velocity.components
 
TokenDirective() - Constructor for class org.apache.struts2.views.velocity.components.TokenDirective
 
TokenHelper - Class in org.apache.struts2.util
TokenHelper
TokenHelper() - Constructor for class org.apache.struts2.util.TokenHelper
 
TokenInterceptor - Class in org.apache.struts2.interceptor
Ensures that only one request per token is processed.
TokenInterceptor() - Constructor for class org.apache.struts2.interceptor.TokenInterceptor
 
TokenModel - Class in org.apache.struts2.views.freemarker.tags
 
TokenModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.TokenModel
 
TokenSessionStoreInterceptor - Class in org.apache.struts2.interceptor
This interceptor builds off of the TokenInterceptor, providing advanced logic for handling invalid tokens.
TokenSessionStoreInterceptor() - Constructor for class org.apache.struts2.interceptor.TokenSessionStoreInterceptor
 
TokenTag - Class in org.apache.struts2.views.jsp.ui
 
TokenTag() - Constructor for class org.apache.struts2.views.jsp.ui.TokenTag
 
toLong(int) - Method in class org.apache.struts2.util.StrutsUtil
 
toLong(String) - Method in class org.apache.struts2.util.StrutsUtil
 
toolBoxLocation - Variable in class org.apache.struts2.views.velocity.VelocityManager
 
toolboxManager - Variable in class org.apache.struts2.views.velocity.VelocityManager
A reference to the toolbox manager.
tooltip - Variable in class org.apache.struts2.components.UIBean
 
tooltip - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipConfig - Variable in class org.apache.struts2.components.UIBean
 
tooltipConfig - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipCssClass - Variable in class org.apache.struts2.components.UIBean
 
tooltipCssClass - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipDelay - Variable in class org.apache.struts2.components.UIBean
 
tooltipDelay - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
tooltipIconPath - Variable in class org.apache.struts2.components.UIBean
 
tooltipIconPath - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
toString() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
toString() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
 
toString() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
toString() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
toString() - Method in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
toString() - Method in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
toString() - Method in enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
 
toString() - Method in enum com.opensymphony.xwork2.conversion.annotations.ConversionType
 
toString() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
toString() - Method in class com.opensymphony.xwork2.inject.Key
 
toString() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
toString() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
toString(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Builds a string representation of a location, in the "descripton - uri:line:column" format (e.g.
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
 
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.IsA
 
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
 
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.NameIs
 
toString() - Method in enum com.opensymphony.xwork2.validator.annotations.ValidatorType
 
toString() - Method in exception com.opensymphony.xwork2.XWorkException
Returns a short description of this throwable object, including the location.
toString(Throwable) - Method in class org.apache.struts2.components.Component
Constructs a string representation of the given exception.
toString() - Method in class org.apache.struts2.components.template.Template
Constructs a string in the format /dir/theme/name.
toString() - Method in class org.apache.struts2.config.StrutsXmlConfigurationProvider
 
toString() - Method in class org.apache.struts2.interceptor.ScopeInterceptor.NULLClass
 
toString() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
toString(long) - Method in class org.apache.struts2.util.StrutsUtil
 
toString(int) - Method in class org.apache.struts2.util.StrutsUtil
 
toString() - Method in class org.apache.struts2.util.URLBean
 
toString(Throwable) - Method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
toString() - Method in class org.apache.struts2.views.xslt.AbstractAdapterNode
 
toString() - Method in class org.apache.struts2.views.xslt.ProxyAttrAdapter
 
toString() - Method in class org.apache.struts2.views.xslt.ProxyElementAdapter
 
toString() - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
toString() - Method in class org.apache.struts2.views.xslt.ProxyTextNodeAdapter
 
toString() - Method in class org.apache.struts2.views.xslt.SimpleNodeList
 
totalTime - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
trace(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
trace(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
trace(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
trace(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
trace(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
trace(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
translateAndDecode(String) - Static method in class org.apache.struts2.views.util.UrlHelper
 
translateAndEncode(String) - Static method in class org.apache.struts2.views.util.UrlHelper
Translates any script expressions using TextParseUtil.translateVariables(java.lang.String, com.opensymphony.xwork2.util.ValueStack) and encodes the URL using URLEncoder.encode(java.lang.String) with the encoding specified in the configuration.
translateVariable(String) - Static method in class org.apache.struts2.views.util.UrlHelper
 
translateVariables(String, ValueStack) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to ValueStack.findValue(java.lang.String).
translateVariables(String, ValueStack, TextParseUtil.ParsedValueEvaluator) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Function similarly as TextParseUtil.translateVariables(char, String, ValueStack) except for the introduction of an additional evaluator that allows the parsed value to be evaluated by the evaluator.
translateVariables(char, String, ValueStack) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to ValueStack.findValue(java.lang.String).
translateVariables(char, String, ValueStack, Class) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator, int) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converted object from variable translation.
translateVariables(String, ValueStack) - Static method in class org.apache.struts2.views.jsp.StrutsBodyTagSupport
 
trim - Variable in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
 
trim - Variable in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
trim - Variable in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
type - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
type - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
type - Variable in class com.opensymphony.xwork2.inject.Key
 
type - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
type - Variable in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
type - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
type - Variable in class org.apache.struts2.components.FormButton
 
type - Variable in class org.apache.struts2.components.Reset
 
type - Variable in class org.apache.struts2.config.BeanSelectionProvider.ObjectFactoryDelegateFactory
 
type - Variable in class org.apache.struts2.interceptor.ScopeInterceptor
 
type - Variable in class org.apache.struts2.views.jsp.ui.ResetTag
 
type - Variable in class org.apache.struts2.views.jsp.ui.SubmitTag
 
TYPE_CONVERTER - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's type converter.
TYPE_CONVERTER_CONTEXT_KEY - Static variable in interface com.opensymphony.xwork2.conversion.TypeConverter
 
TypeConversion - Annotation Type in com.opensymphony.xwork2.conversion.annotations

This annotation is used for class and application wide conversion rules.

TypeConversionException - Exception in com.opensymphony.xwork2.conversion
TypeConversionException should be thrown by any TypeConverters which fail to convert values
TypeConversionException() - Constructor for exception com.opensymphony.xwork2.conversion.TypeConversionException
Constructs a XWorkException with no detail message.
TypeConversionException(String) - Constructor for exception com.opensymphony.xwork2.conversion.TypeConversionException
Constructs a XWorkException with the specified detail message.
TypeConversionException(Throwable) - Constructor for exception com.opensymphony.xwork2.conversion.TypeConversionException
Constructs a XWorkException with no detail message.
TypeConversionException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.conversion.TypeConversionException
Constructs a XWorkException with the specified detail message.
typeConverter - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
TypeConverter - Interface in com.opensymphony.xwork2.conversion
Interface for accessing the type conversion facilities within a context.
typeConverter - Variable in class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
 
typeConverter - Variable in class com.opensymphony.xwork2.ognl.XWorkTypeConverterWrapper
 

U

UIBean - Class in org.apache.struts2.components
UIBean is the standard superclass of all Struts UI componentns.
UIBean(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.UIBean
 
unableToFindTextForKey(LocalizedTextUtil.GetDefaultMessageReturnArg) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Determines if we found the text in the bundles.
Unchainable - Interface in com.opensymphony.xwork2
Simple marker interface to indicate an object should not have its properties copied during chaining.
uncheckedValue - Variable in class org.apache.struts2.interceptor.CheckboxInterceptor
 
unescapeJava(String, char) - Static method in class com.opensymphony.xwork2.util.PropertiesReader
Unescapes any Java literals found in the String to a Writer.
unescapeJava(String) - Static method in class com.opensymphony.xwork2.util.PropertiesReader
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - Static method in class com.opensymphony.xwork2.util.PropertiesReader
Unescapes any Java literals found in the String to a Writer.
unicode(char) - Method in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
Represent as unicode
UNICODE_LEN - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
Constant for the length of a unicode literal.
UNKNOWN - Static variable in interface com.opensymphony.xwork2.util.location.Location
Constant for unknown locations.
UNKNOWN - Static variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
UNKNOWN_STRING - Static variable in class com.opensymphony.xwork2.util.location.LocationUtils
The string representation of an unknown location: "[unknown location]".
unknownHandler - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
unknownHandler - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
UnknownHandler - Interface in com.opensymphony.xwork2
Handles cases when the result or action is unknown.
unknownMappings - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
Record classes that doesn't have conversion mapping defined.
unlock(Object) - Static method in class org.apache.struts2.interceptor.ScopeInterceptor
 
UNSUPPORTED - Static variable in class org.apache.struts2.util.AttributeMap
 
unwrap() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
unwrapParameters(Map) - Method in class org.apache.struts2.views.freemarker.tags.TagModel
 
updateCurrentPropertyPath(Map, Object) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
 
upDownOnLeftOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
upDownOnLeftOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
upDownOnRightOnclick - Variable in class org.apache.struts2.components.OptionTransferSelect
 
upDownOnRightOnclick - Variable in class org.apache.struts2.views.jsp.ui.OptionTransferSelectTag
 
UpDownSelect - Class in org.apache.struts2.components
Create a Select component with buttons to move the elements in the select component up and down.
UpDownSelect(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.UpDownSelect
 
updownselect - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
UpDownSelectDirective - Class in org.apache.struts2.views.velocity.components
 
UpDownSelectDirective() - Constructor for class org.apache.struts2.views.velocity.components.UpDownSelectDirective
 
UpDownSelectModel - Class in org.apache.struts2.views.freemarker.tags
 
UpDownSelectModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.UpDownSelectModel
 
UpDownSelectTag - Class in org.apache.struts2.views.jsp.ui
 
UpDownSelectTag() - Constructor for class org.apache.struts2.views.jsp.ui.UpDownSelectTag
 
upLabel - Variable in class org.apache.struts2.components.InputTransferSelect
 
upLabel - Variable in class org.apache.struts2.views.jsp.ui.InputTransferSelectTag
 
URI - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Namespace URI for location attributes
uri - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
URL - Class in org.apache.struts2.components
 
URL(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.components.URL
 
url - Variable in class org.apache.struts2.views.freemarker.tags.StrutsModels
 
URL.ExtraParameterProvider - Interface in org.apache.struts2.components
 
URLBean - Class in org.apache.struts2.util
A bean that can generate a URL.
URLBean() - Constructor for class org.apache.struts2.util.URLBean
 
URLDirective - Class in org.apache.struts2.views.velocity.components
 
URLDirective() - Constructor for class org.apache.struts2.views.velocity.components.URLDirective
 
urlEncode(String) - Method in class org.apache.struts2.util.StrutsUtil
 
UrlHelper - Class in org.apache.struts2.views.util
UrlHelper
UrlHelper() - Constructor for class org.apache.struts2.views.util.UrlHelper
 
urlIncludeParams - Variable in class org.apache.struts2.components.URL
 
URLModel - Class in org.apache.struts2.views.freemarker.tags
 
URLModel(ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.views.freemarker.tags.URLModel
 
urlRenderer - Variable in class org.apache.struts2.components.Form
 
urlRenderer - Variable in class org.apache.struts2.components.URL
 
UrlRenderer - Interface in org.apache.struts2.components
Implementations of this interface are responsible for rendering/creating URLs for a specific environment (e.g.
URLTag - Class in org.apache.struts2.views.jsp
 
URLTag() - Constructor for class org.apache.struts2.views.jsp.URLTag
 
UrlValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a field is a valid URL.
URLValidator - Class in com.opensymphony.xwork2.validator.validators
URLValidator checks that a given field is a String and a valid URL

fieldName - The field name this validator is validating.

URLValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.URLValidator
 
URLValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
URLValidatorDescription
URLValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
 
URLValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified aliasNames.
useClassCache - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
usesBody() - Method in class org.apache.struts2.components.Component
Overwrite to set if body shold be used.
usesBody() - Method in class org.apache.struts2.components.Param
 
usesBody() - Method in class org.apache.struts2.components.Set
 
usesBody() - Method in class org.apache.struts2.components.Text
 
UtilTimerStack - Class in com.opensymphony.xwork2.util.profiling
A timer stack.
UtilTimerStack() - Constructor for class com.opensymphony.xwork2.util.profiling.UtilTimerStack
 
UtilTimerStack.ProfilingBlock<T> - Interface in com.opensymphony.xwork2.util.profiling
A callback interface where code subjected to profile is to be executed.

V

validate() - Method in class com.opensymphony.xwork2.ActionSupport
A default implementation that validates nothing.
validate() - Method in interface com.opensymphony.xwork2.Validateable
Performs validation.
validate(Object, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Validates the given object using an action, its context, and the name of the method being invoked on the action.
validate(Object, String, ValidatorContext, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validate(Object, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validate(Object, String, ValidatorContext, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validate(Object, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
validate(Object, String, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
validate(Object, String, ValidatorContext, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
validate(Object) - Method in interface com.opensymphony.xwork2.validator.Validator
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
If expression evaluates to true, invoke visitor validation.
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RequiredFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.URLValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
validate - Variable in class org.apache.struts2.components.Form
 
validate - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
VALIDATE_JSON_PARAM - Static variable in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
VALIDATE_ONLY_PARAM - Static variable in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
VALIDATE_PREFIX - Static variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
Validateable - Interface in com.opensymphony.xwork2
Provides an interface in which a call for a validation check can be done.
validateAnnotatedMethodOnly - Variable in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
validateArrayElements(Object[], String, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
validateExpression(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
Validate the expression contained in the "expression" paramter.
validateObject(String, Object, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
Validation - Annotation Type in com.opensymphony.xwork2.validator.annotations
If you want to use annotation based validation, you have to annotate the class or interface with Validation Annotation.
VALIDATION_CONFIG_SUFFIX - Static variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
The file suffix for any validation file.
VALIDATION_CONFIG_SUFFIX - Static variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
The file suffix for any validation file.
validationAware - Variable in class com.opensymphony.xwork2.ActionSupport
 
ValidationAware - Interface in com.opensymphony.xwork2
ValidationAware classes can accept Action (class level) or field level error messages.
validationAware - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
ValidationAwareSupport - Class in com.opensymphony.xwork2
Provides a default implementation of ValidationAware.
ValidationAwareSupport() - Constructor for class com.opensymphony.xwork2.ValidationAwareSupport
 
ValidationException - Exception in com.opensymphony.xwork2.validator
ValidationException.
ValidationException() - Constructor for exception com.opensymphony.xwork2.validator.ValidationException
Constructs an Exception with no specified detail message.
ValidationException(String) - Constructor for exception com.opensymphony.xwork2.validator.ValidationException
Constructs an Exception with the specified detail message.
validationFailedStatus - Variable in class org.apache.struts2.interceptor.validation.JSONValidationInterceptor
 
ValidationInterceptor - Class in com.opensymphony.xwork2.validator
This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.xml) and adds field-level and action-level error messages (provided that the action implements ValidationAware).
ValidationInterceptor() - Constructor for class com.opensymphony.xwork2.validator.ValidationInterceptor
 
ValidationParameter - Annotation Type in com.opensymphony.xwork2.validator.annotations
The ValidationParameter annotation is used as a parameter for CustomValidators.
Validations - Annotation Type in com.opensymphony.xwork2.validator.annotations
 
Validator - Interface in com.opensymphony.xwork2.validator
 
validatorCache - Variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validatorCache - Variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
ValidatorConfig - Class in com.opensymphony.xwork2.validator
Holds the necessary information for configuring an instance of a Validator.
ValidatorConfig(String) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig
 
ValidatorConfig(ValidatorConfig) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig
 
ValidatorConfig.Builder - Class in com.opensymphony.xwork2.validator
Builds a ValidatorConfig
ValidatorConfig.Builder(String) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
ValidatorConfig.Builder(ValidatorConfig) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
 
ValidatorContext - Interface in com.opensymphony.xwork2.validator
The context for validation.
validatorContext - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
ValidatorDescription - Interface in com.opensymphony.xwork2.validator.metadata
ValidatorDescription
validatorFactory - Variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validatorFactory - Variable in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
validatorFactory - Variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
ValidatorFactory - Interface in com.opensymphony.xwork2.validator
ValidatorFactory
validatorFileCache - Variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validatorFileCache - Variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
validatorFileParser - Variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validatorFileParser - Variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
validatorFileParser - Variable in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
ValidatorFileParser - Interface in com.opensymphony.xwork2.validator
Parse the validation file.
validators - Variable in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
 
ValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
Abstract implementation of the Validator interface suitable for subclassing.
ValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
ValidatorType - Enum in com.opensymphony.xwork2.validator.annotations
ValidatorType
ValidatorType() - Constructor for enum com.opensymphony.xwork2.validator.annotations.ValidatorType
 
validToken() - Static method in class org.apache.struts2.util.TokenHelper
Checks for a valid transaction token in the current request params.
value - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
value - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
value - Variable in class com.opensymphony.xwork2.ognl.ObjectProxy
 
value - Variable in class org.apache.struts2.components.Debug.DebugMapEntry
 
value - Variable in class org.apache.struts2.components.Include
 
value - Variable in class org.apache.struts2.components.IteratorComponent
 
value - Variable in class org.apache.struts2.components.Param
 
value - Variable in class org.apache.struts2.components.Property
 
value - Variable in class org.apache.struts2.components.Push
 
value - Variable in class org.apache.struts2.components.Set
 
value - Variable in class org.apache.struts2.components.UIBean
 
value - Variable in class org.apache.struts2.components.URL
 
value - Variable in class org.apache.struts2.util.IteratorGenerator
 
value - Variable in class org.apache.struts2.util.ListEntry
 
value - Variable in class org.apache.struts2.util.PrefixTrie.Node
 
value - Variable in class org.apache.struts2.views.jsp.IncludeTag
 
value - Variable in class org.apache.struts2.views.jsp.IteratorTag
 
value - Variable in class org.apache.struts2.views.jsp.ParamTag
 
value - Variable in class org.apache.struts2.views.jsp.PropertyTag
 
value - Variable in class org.apache.struts2.views.jsp.PushTag
 
value - Variable in class org.apache.struts2.views.jsp.SetTag
 
value - Variable in class org.apache.struts2.views.jsp.ui.AbstractUITag
 
value - Variable in class org.apache.struts2.views.jsp.URLTag
 
value - Variable in class org.apache.struts2.views.xslt.MapAdapter.EntryElement
 
VALUE_STACK - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the OGNL value stack.
VALUE_STACK - Static variable in interface com.opensymphony.xwork2.util.ValueStack
 
valueAttr - Variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
valueOf(String) - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.inject.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceMap.PutStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.validator.annotations.ValidatorType
Returns the enum constant of this type with the specified name.
valueReferenceType - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
values() - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.inject.Scope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceMap.PutStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns an unmodifiable set view of the values in this map.
values() - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.validator.annotations.ValidatorType
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class org.apache.struts2.components.Text
 
values() - Method in class org.apache.struts2.util.AttributeMap
 
values - Variable in class org.apache.struts2.util.IteratorGenerator
 
values() - Method in class org.apache.struts2.views.freemarker.StrutsBeanWrapper.FriendlyMapModel
 
ValueStack - Interface in com.opensymphony.xwork2.util
ValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.
valueStackFactory - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
ValueStackFactory - Interface in com.opensymphony.xwork2.util
Factory that creates a value stack, defaulting to the OgnlValueStackFactory
valueStackFactory - Variable in class org.apache.struts2.components.ActionComponent
 
valueStackFactory - Variable in class org.apache.struts2.dispatcher.Dispatcher
 
var - Variable in class org.apache.struts2.components.ContextBean
 
var - Variable in class org.apache.struts2.views.jsp.ContextBeanTag
 
var - Variable in class org.apache.struts2.views.jsp.iterator.IteratorGeneratorTag
 
var - Variable in class org.apache.struts2.views.jsp.iterator.SortIteratorTag
 
var - Variable in class org.apache.struts2.views.jsp.iterator.SubsetIteratorTag
 
variableNames - Variable in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
 
variables - Variable in class com.opensymphony.xwork2.config.impl.NamespaceMatch
 
velocityEngine - Variable in class org.apache.struts2.util.VelocityStrutsUtil
 
velocityEngine - Variable in class org.apache.struts2.views.velocity.VelocityManager
 
velocityManager - Variable in class org.apache.struts2.components.template.VelocityTemplateEngine
 
velocityManager - Variable in class org.apache.struts2.dispatcher.VelocityResult
 
VelocityManager - Class in org.apache.struts2.views.velocity
Manages the environment for Velocity result types
VelocityManager() - Constructor for class org.apache.struts2.views.velocity.VelocityManager
 
velocityProperties - Variable in class org.apache.struts2.views.velocity.VelocityManager
 
VelocityResult - Class in org.apache.struts2.dispatcher
Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output.
VelocityResult() - Constructor for class org.apache.struts2.dispatcher.VelocityResult
 
VelocityResult(String) - Constructor for class org.apache.struts2.dispatcher.VelocityResult
 
VelocityStrutsUtil - Class in org.apache.struts2.util
Struts velocity related util.
VelocityStrutsUtil(VelocityEngine, Context, ValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.struts2.util.VelocityStrutsUtil
 
VelocityTemplateEngine - Class in org.apache.struts2.components.template
Velocity based template engine.
VelocityTemplateEngine() - Constructor for class org.apache.struts2.components.template.VelocityTemplateEngine
 
verifyAction(String, String, Location) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
verifyResultType(String, Location) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
verifyUrl(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Verify That the given String is in valid URL format.
VisitorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
The validator allows you to forward validator to object properties of your action using the objects own validator files.
VisitorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
The VisitorFieldValidator allows you to forward validation to object properties of your action using the object's own validation files.
VisitorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
VisitorFieldValidator.AppendingValidatorContext - Class in com.opensymphony.xwork2.validator.validators
 
VisitorFieldValidator.AppendingValidatorContext(ValidatorContext, Object, String, String) - Constructor for class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
VisitorFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
VisitorFieldValidatorDescription
VisitorFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
VisitorFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.

W

WAIT - Static variable in class org.apache.struts2.interceptor.ExecuteAndWaitInterceptor
 
warn(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
warn(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
 
warn(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
warn(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
 
warn(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
warn(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
 
warning(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
WHITE_SPACE - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
The white space characters used as key/value separators.
WILDCARD - Static variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
wildcard - Variable in class com.opensymphony.xwork2.config.impl.AbstractMatcher
Handles all wildcard pattern matching.
WildcardHelper - Class in com.opensymphony.xwork2.util
This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.
WildcardHelper() - Constructor for class com.opensymphony.xwork2.util.WildcardHelper
 
windowState - Variable in class org.apache.struts2.components.Form
 
windowState - Variable in class org.apache.struts2.components.URL
 
windowState - Variable in class org.apache.struts2.views.jsp.ui.FormTag
 
windowState - Variable in class org.apache.struts2.views.jsp.URLTag
 
wrap - Variable in class org.apache.struts2.components.TextArea
 
wrap - Variable in class org.apache.struts2.util.Counter
 
wrap(Object) - Method in class org.apache.struts2.views.freemarker.StrutsBeanWrapper
 
wrap - Variable in class org.apache.struts2.views.jsp.ui.TextareaTag
 
wrap(Node) - Method in class org.apache.struts2.views.xslt.ProxyNamedNodeMap
 
wrap(Node) - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
Get and adapter to wrap the proxied node.
wrap(NamedNodeMap) - Method in class org.apache.struts2.views.xslt.ProxyNodeAdapter
 
wrapped - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
wrapped - Variable in class com.opensymphony.xwork2.ognl.OgnlNullHandlerWrapper
 
wrapper - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
wrapRequest(HttpServletRequest, ServletContext) - Method in class org.apache.struts2.dispatcher.Dispatcher
Wrap and return the given request or return the original request object.
write(byte[], int, int) - Method in class org.apache.struts2.components.Include.PageOutputStream
 
write(int) - Method in class org.apache.struts2.components.Include.PageOutputStream
 
write(byte[]) - Method in class org.apache.struts2.components.Include.PageOutputStream
 
write(ReflectionProvider, Object, String) - Method in class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
 
write(int) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
write(int) - Method in class org.apache.struts2.util.StrutsUtil.ServletOutputStreamWrapper
 
write(char[], int, int) - Method in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
writeAttributeValue(PrintWriter, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
writeIfCompleted - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
writeObject(ObjectOutputStream) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
writeOut(Writer, byte[], int) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
writeProperty(String, Object, String) - Method in class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
 
writer - Variable in class org.apache.struts2.components.template.TemplateRenderingContext
 
writer - Variable in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
writer - Variable in class org.apache.struts2.util.StrutsUtil.ResponseWrapper
 
writer - Variable in class org.apache.struts2.util.StrutsUtil.ServletOutputStreamWrapper
 
writer - Variable in class org.apache.struts2.views.freemarker.FreemarkerResult
 
writer - Variable in class org.apache.struts2.views.freemarker.tags.CallbackWriter
 
writeText(PrintWriter, String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
writeText(String) - Method in class org.apache.struts2.interceptor.debugging.PrettyPrintWriter
 
writeTo(OutputStream) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
writeTo(RandomAccessFile) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
 
writeTo(Writer, String) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
This is a patched method (added for common Writer, needed for tests)
writeTo(JspWriter, String) - Method in class org.apache.struts2.util.FastByteArrayOutputStream
This is a patched method (standard)
writeToFile() - Method in class org.apache.struts2.util.FastByteArrayOutputStream
This method is need only for debug.
writeValue(String, Object, String) - Method in class org.apache.struts2.interceptor.debugging.ObjectToHTMLWriter
 

X

XML_MODE - Static variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
XmlConfigurationProvider - Class in com.opensymphony.xwork2.config.providers
Looks in the classpath for an XML file, "xwork.xml" by default, and uses it for the XWork configuration.
XmlConfigurationProvider() - Constructor for class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
XmlConfigurationProvider(String) - Constructor for class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
XmlConfigurationProvider(String, boolean) - Constructor for class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
XmlHelper - Class in com.opensymphony.xwork2.config.providers
XML utilities.
XmlHelper() - Constructor for class com.opensymphony.xwork2.config.providers.XmlHelper
 
XMLNS_URI - Static variable in class com.opensymphony.xwork2.util.DomHelper
 
XSLTResult - Class in org.apache.struts2.views.xslt
XSLTResult uses XSLT to transform an action object to XML.
XSLTResult() - Constructor for class org.apache.struts2.views.xslt.XSLTResult
 
XSLTResult(String) - Constructor for class org.apache.struts2.views.xslt.XSLTResult
 
XWork - Class in com.opensymphony.xwork2
Simple facade to make using XWork standalone easier
XWork() - Constructor for class com.opensymphony.xwork2.XWork
 
XWork(ConfigurationManager) - Constructor for class com.opensymphony.xwork2.XWork
 
XWorkBasicConverter - Class in com.opensymphony.xwork2.conversion.impl

XWork will automatically handle the most common type conversion for you.

XWorkBasicConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
XWorkCollectionPropertyAccessor - Class in com.opensymphony.xwork2.ognl.accessor
 
XWorkCollectionPropertyAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
XWorkConfigurationProvider - Class in com.opensymphony.xwork2.config.providers
 
XWorkConfigurationProvider() - Constructor for class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
 
xworkConverter - Variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
 
xworkConverter - Variable in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
 
XWorkConverter - Class in com.opensymphony.xwork2.conversion.impl
XWorkConverter is a singleton used by many of the Struts 2's Ognl extention points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object conversion.
XWorkConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.XWorkConverter
 
xworkConverter - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
xworkConverter - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
xworkConverter - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
xworkConverter - Variable in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
 
XWorkEnumerationAccessor - Class in com.opensymphony.xwork2.ognl.accessor
 
XWorkEnumerationAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkEnumerationAccessor
 
XWorkException - Exception in com.opensymphony.xwork2
A generic runtime exception that optionally contains Location information
XWorkException() - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with no detail message.
XWorkException(String) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message.
XWorkException(String, Object) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message and target.
XWorkException(Throwable) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the root cause
XWorkException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the root cause and target
XWorkException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message and exception cause.
XWorkException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message, cause, and target
XWorkIteratorPropertyAccessor - Class in com.opensymphony.xwork2.ognl.accessor
 
XWorkIteratorPropertyAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkIteratorPropertyAccessor
 
XWorkList - Class in com.opensymphony.xwork2.util
A simple list that guarantees that inserting and retrieving objects will always work regardless of the current size of the list.
XWorkList(ObjectFactory, XWorkConverter, Class) - Constructor for class com.opensymphony.xwork2.util.XWorkList
 
XWorkList(ObjectFactory, XWorkConverter, Class, int) - Constructor for class com.opensymphony.xwork2.util.XWorkList
 
XWorkListPropertyAccessor - Class in com.opensymphony.xwork2.ognl.accessor
Overrides the list property accessor so in the case of trying to add properties of a given bean and the JavaBean is not present, this class will create the necessary blank JavaBeans.
XWorkListPropertyAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
XWorkMapPropertyAccessor - Class in com.opensymphony.xwork2.ognl.accessor
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
XWorkMapPropertyAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
 
XWorkMessages - Interface in com.opensymphony.xwork2
Contains constants for some default XWork messages.
XWorkMethodAccessor - Class in com.opensymphony.xwork2.ognl.accessor
Allows methods to be executed under normal cirumstances, except when ReflectionContextState.DENY_METHOD_EXECUTION is in the action context with a value of true.
XWorkMethodAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
 
XWorkObjectPropertyAccessor - Class in com.opensymphony.xwork2.ognl.accessor
 
XWorkObjectPropertyAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.XWorkObjectPropertyAccessor
 
XWorkTestCase - Class in com.opensymphony.xwork2
Base JUnit TestCase to extend for XWork specific JUnit tests.
XWorkTestCase() - Constructor for class com.opensymphony.xwork2.XWorkTestCase
 
XWorkTestCaseHelper - Class in com.opensymphony.xwork2.util
Generic test setup methods to be used with any unit testing framework.
XWorkTestCaseHelper() - Constructor for class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
XWorkTypeConverterWrapper - Class in com.opensymphony.xwork2.ognl
Wraps an OGNL TypeConverter as an XWork TypeConverter
XWorkTypeConverterWrapper(TypeConverter) - Constructor for class com.opensymphony.xwork2.ognl.XWorkTypeConverterWrapper
 

_

_accessor - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
 
_ignoreKeys - Variable in class org.apache.struts2.interceptor.debugging.DebuggingInterceptor
 
_parameters - Variable in class org.apache.struts2.components.AppendIterator
 
_parameters - Variable in class org.apache.struts2.components.MergeIterator
 
_sAcc - Variable in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
 
_stringChars - Static variable in class org.apache.struts2.views.util.TextUtil
We use arrays of char in the lookup table because it is faster appending this to a StringBuffer than appending a String

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.