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

A

ACTION_EXECUTION_ERROR - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
ACTION_INVOCATION - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's invocation context.
ACTION_NAME - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the name of the action being executed.
APPLICATION - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's application context.
APPLICATION_CONTEXT - Static variable in class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
 
AbstractLifecycleInterceptor - class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor.
AbstractLifecycleInterceptor is a convenience interceptor that is like an
AbstractLifecycleInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
 
AbstractRangeValidator - class com.opensymphony.xwork.validator.validators.AbstractRangeValidator.
Base class for range based validators.
AbstractRangeValidator() - Constructor for class com.opensymphony.xwork.validator.validators.AbstractRangeValidator
 
Action - interface com.opensymphony.xwork.Action.
All actions may implement this interface, which exposes the execute() method.
ActionAutowiringInterceptor - class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor.
TODO: Give a description of the Interceptor.
ActionAutowiringInterceptor() - Constructor for class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
 
ActionChainResult - class com.opensymphony.xwork.ActionChainResult.
This result invokes an entire other action, complete with it's own interceptor stack and result.
ActionChainResult() - Constructor for class com.opensymphony.xwork.ActionChainResult
 
ActionConfig - class com.opensymphony.xwork.config.entities.ActionConfig.
Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
ActionConfig() - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionConfig(String, Class, Map, Map, List) - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionConfig(String, Class, Map, Map, List, List) - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionConfig(String, String, Map, Map, List) - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionConfig(String, String, Map, Map, List, List) - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionConfig(String, String, Map, Map, List, List, String) - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionConfig(String, String, Map, Map, List, List, List, String) - Constructor for class com.opensymphony.xwork.config.entities.ActionConfig
 
ActionContext - class com.opensymphony.xwork.ActionContext.
The ActionContext is the context in which an Action is executed.
ActionContext(Map) - Constructor for class com.opensymphony.xwork.ActionContext
Creates a new ActionContext initialized with another context.
ActionInvocation - interface com.opensymphony.xwork.ActionInvocation.
An ActionInvocation represents the execution state of an Action.
ActionProxy - interface com.opensymphony.xwork.ActionProxy.
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
ActionProxyFactory - class com.opensymphony.xwork.ActionProxyFactory.
The ActionProxyFactory is used to create ActionProxies to be executed.
ActionProxyFactory() - Constructor for class com.opensymphony.xwork.ActionProxyFactory
 
ActionSupport - class com.opensymphony.xwork.ActionSupport.
Provides a default implementation for the most common actions.
ActionSupport() - Constructor for class com.opensymphony.xwork.ActionSupport
 
ActionValidatorManager - interface com.opensymphony.xwork.validator.ActionValidatorManager.
ActionValidatorManager
ActionValidatorManagerFactory - class com.opensymphony.xwork.validator.ActionValidatorManagerFactory.
ActionValidatorManagerFactory
ActionValidatorManagerFactory() - Constructor for class com.opensymphony.xwork.validator.ActionValidatorManagerFactory
 
AliasInterceptor - class com.opensymphony.xwork.interceptor.AliasInterceptor.
The aim of this Interceptor is to alias a named parameter to a different named parameter.
AliasInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.AliasInterceptor
 
AroundInterceptor - class com.opensymphony.xwork.interceptor.AroundInterceptor.
An abstract interceptor that provides simple access to before/after callouts.
AroundInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.AroundInterceptor
 
acceptableName(String) - Method in class com.opensymphony.xwork.interceptor.ParametersInterceptor
 
acceptableParameterName(String) - Method in interface com.opensymphony.xwork.interceptor.ParameterNameAware
Returns true if the action will accept the parameter with the given name.
action - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
actionName - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
add(int, Object) - Method in class com.opensymphony.xwork.util.XWorkList
Deprecated. Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.opensymphony.xwork.util.XWorkList
Deprecated. Appends the specified element to the end of this list.
addAction(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
addActionConfig(String, ActionConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addActionError(String) - Method in class com.opensymphony.xwork.ActionSupport
 
addActionError(String) - Method in interface com.opensymphony.xwork.ValidationAware
Add an Action-level error message to this Action.
addActionError(String) - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
addActionError(String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
addActionError(Object) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
addActionMessage(String) - Method in class com.opensymphony.xwork.ActionSupport
 
addActionMessage(String) - Method in interface com.opensymphony.xwork.ValidationAware
Add an Action-level message to this Action.
addActionMessage(String) - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
addActionMessage(String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
addAll(Collection) - Method in class com.opensymphony.xwork.util.XWorkList
Deprecated. 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.xwork.util.XWorkList
Deprecated. Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAllParents(List) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addComponentDefinition(String, String, String) - Method in class com.opensymphony.xwork.interceptor.component.ComponentConfiguration
 
addConfigurationProvider(ConfigurationProvider) - Static method in class com.opensymphony.xwork.config.ConfigurationManager
adds a configuration provider to the List of ConfigurationProviders.
addDefaultResourceBundle(String) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Add's the bundle to the internal list of default bundles.
addEnabler(Class, Class) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
addEnabler(Class, Class) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
addExceptionMapping(ExceptionMappingConfig) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addExceptionMappingConfig(ExceptionMappingConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addExceptionMappings(List) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addExternalRef(ExternalReference) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addExternalRefs(List) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addFieldError(String, String) - Method in class com.opensymphony.xwork.ActionSupport
 
addFieldError(String, String) - Method in interface com.opensymphony.xwork.ValidationAware
Add an error message for a given field.
addFieldError(String, String) - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
addFieldError(String, String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
addFieldError(String, Object) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
addFinder(LocationUtils.LocationFinder) - Static method in class com.opensymphony.xwork.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).
addGlobalExceptionMappingConfigs(List) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addGlobalResultConfig(ResultConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addGlobalResultConfigs(Map) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addInterceptor(InterceptorMapping) - Method in interface com.opensymphony.xwork.config.entities.InterceptorListHolder
 
addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
addInterceptorConfig(InterceptorConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addInterceptorStackConfig(InterceptorStackConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addInterceptors(List) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addInterceptors(List) - Method in interface com.opensymphony.xwork.config.entities.InterceptorListHolder
 
addInterceptors(List) - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
addLocationAttributes(Locator, Attributes) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Add location attributes to a set of SAX attributes.
addPackage(Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
Create a PackageConfig from an XML element representing it.
addPackageConfig(String, PackageConfig) - Method in interface com.opensymphony.xwork.config.Configuration
 
addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
addParam(String, Object) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addParam(String, Object) - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
addParam(String, Object) - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
addParam(String, Object) - Method in interface com.opensymphony.xwork.config.entities.Parameterizable
 
addParam(String, Object) - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
addParam(String, String) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
addParent(PackageConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addPreResultListener(PreResultListener) - Method in interface com.opensymphony.xwork.ActionInvocation
Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork.DefaultActionInvocation
Register a com.opensymphony.xwork.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
addResultConfig(ResultConfig) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addResultTypeConfig(ResultTypeConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addResultTypes(PackageConfig, Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
Called after the Action and Result have been executed.
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.AliasInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.AroundInterceptor
Called after the invocation has been executed.
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.ChainingInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.LoggingInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.ModelDrivenInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.ParametersInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.PrepareInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.StaticParametersInterceptor
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
Deprecated.  
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
 
aliasesKey - Variable in class com.opensymphony.xwork.interceptor.AliasInterceptor
 
appContext - Variable in class com.opensymphony.xwork.spring.SpringObjectFactory
 
applicationContext - Variable in class com.opensymphony.xwork.spring.SpringExternalReferenceResolver
 
applyInterceptor(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
applyMethod(Set, Set, String) - Static method in class com.opensymphony.xwork.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.xwork.interceptor.MethodFilterInterceptorUtil
Same as #isMethodFiltered(Set, Set, String), except that excludeMethods and includeMethods are supplied as comma separated string.
attributeName - Variable in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
autoWireBean(Object) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
 
autoWireBean(Object, AutowireCapableBeanFactory) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
 
autoWiringFactory - Variable in class com.opensymphony.xwork.spring.SpringObjectFactory
 
autowireStrategy - Variable in class com.opensymphony.xwork.spring.SpringObjectFactory
 

B

before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
Called before the rest of the ActionInvocation is forwarded to.
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.AliasInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.AroundInterceptor
Called before the invocation has been executed.
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ChainingInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.LoggingInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ModelDrivenInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ParametersInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.PrepareInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.StaticParametersInterceptor
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
Deprecated.  
before(ActionInvocation) - Method in class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
Looks for the ApplicationContext under the attribute that the Spring listener sets in the servlet context.
beforeResult(ActionInvocation, String) - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
This callback method will be called after the Action execution and before the Result execution.
beforeResult(ActionInvocation, String) - Method in interface com.opensymphony.xwork.interceptor.PreResultListener
This callback method will be called after the Action execution and before the Result execution.
buildAction(String, String, ActionConfig, Map) - Method in class com.opensymphony.xwork.ObjectFactory
Build an instance of the action class to handle a web request
buildBean(Class, Map) - Method in class com.opensymphony.xwork.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map) - Method in class com.opensymphony.xwork.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map) - Method in class com.opensymphony.xwork.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.xwork.spring.SpringObjectFactory
 
buildBean(String, Map) - Method in class com.opensymphony.xwork.spring.SpringProxyableObjectFactory
 
buildConverterFilename(Class) - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
buildExceptionMappings(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildExternalRefs(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
buildInterceptor(InterceptorConfig, Map) - Method in class com.opensymphony.xwork.ObjectFactory
Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
buildInterceptorList(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
buildPackageContext(Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
This method builds a package context by looking for the parents of this new package.
buildParentsFromString(Configuration, String) - Static method in class com.opensymphony.xwork.config.ConfigurationUtil
 
buildResult(ResultConfig, Map) - Method in class com.opensymphony.xwork.ObjectFactory
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
buildResults(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildRuntimeConfiguration() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
This methodName 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.xwork.mock.MockConfiguration
 
buildValidator(String, Map, Map) - Method in class com.opensymphony.xwork.ObjectFactory
Build a Validator of the given type and set the parameters on it
buildValidatorKey(Class, String) - Static method in class com.opensymphony.xwork.validator.DefaultActionValidatorManager
Builds a key for validators - used when caching validators.

C

COL_ATTR - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Attribute name for the column number
COMPONENT_MANAGER - Static variable in class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
Deprecated.  
COMPONENT_MANAGER_KEY - Static variable in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
CONTINUE_KEY - Static variable in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
CONTINUE_PARAM - Static variable in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
CONVERSION_COLLECTION_PREFIX - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the map of type conversion errors.
CONVERSION_ERROR_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
CONVERSION_PROPERTY_FULLNAME - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
CREATE_IF_NULL_PREFIX - Static variable in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 
CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork.util.InstantiatingNullHandler
 
CURRENT_PROPERTY_PATH - Static variable in class com.opensymphony.xwork.util.OgnlContextState
 
ChainingInterceptor - class com.opensymphony.xwork.interceptor.ChainingInterceptor.
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.xwork.interceptor.ChainingInterceptor
 
ComponentConfiguration - class com.opensymphony.xwork.interceptor.component.ComponentConfiguration.
 
ComponentConfiguration() - Constructor for class com.opensymphony.xwork.interceptor.component.ComponentConfiguration
 
ComponentInterceptor - class com.opensymphony.xwork.interceptor.component.ComponentInterceptor.
Deprecated. WebWork's IoC has been deprecated, please use an alternative such as Spring.
ComponentInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
Deprecated.  
ComponentManager - interface com.opensymphony.xwork.interceptor.component.ComponentManager.
Deprecated. XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info.
CompoundRoot - class com.opensymphony.xwork.util.CompoundRoot.
A Stack that is implemented using a List.
CompoundRoot() - Constructor for class com.opensymphony.xwork.util.CompoundRoot
 
CompoundRoot(List) - Constructor for class com.opensymphony.xwork.util.CompoundRoot
 
CompoundRootAccessor - class com.opensymphony.xwork.util.CompoundRootAccessor.
A stack that is able to call methods on objects in the stack.
CompoundRootAccessor() - Constructor for class com.opensymphony.xwork.util.CompoundRootAccessor
 
Configuration - interface com.opensymphony.xwork.config.Configuration.
XWork configuration.
ConfigurationException - exception com.opensymphony.xwork.config.ConfigurationException.
ConfigurationException
ConfigurationException() - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String) - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Object) - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(Throwable) - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(Throwable, Object) - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String, Throwable) - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable, Object) - Constructor for class com.opensymphony.xwork.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationManager - class com.opensymphony.xwork.config.ConfigurationManager.
ConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.
ConfigurationProvider - interface com.opensymphony.xwork.config.ConfigurationProvider.
Interface to be implemented by all forms of XWork configuration classes.
ConfigurationUtil - class com.opensymphony.xwork.config.ConfigurationUtil.
ConfigurationUtil
ConversionErrorFieldValidator - class com.opensymphony.xwork.validator.validators.ConversionErrorFieldValidator.
Field Validator that checks if a conversion error occured for this field.
ConversionErrorFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.ConversionErrorFieldValidator
 
ConversionErrorInterceptor - class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor.
This interceptor adds any error found in the ActionContext's conversionErrors map as a field error (provided that the action implements ValidationAware).
ConversionErrorInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork.util.XWorkMethodAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork.util.XWorkMethodAccessor
 
capitalizeMethodName(String) - Static method in class com.opensymphony.xwork.interceptor.PrefixMethodInvocationUtil
This method capitalized the first character of methodName.
categoryLogger - Variable in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
categoryLogger - Variable in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
characters(char[], int, int) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
characters(char[], int, int) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
characters(char[], int, int) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
classForName(String, Map) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
className - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
cleanupContext - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
clear(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
clearConfigurationProviders() - Static method in class com.opensymphony.xwork.config.ConfigurationManager
clears the registered ConfigurationProviders.
clearCurrentPropertyPath(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
clearDefaultResourceBundles() - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Clears the internal list of resource bundles.
clearErrorsAndMessages() - Method in class com.opensymphony.xwork.ActionSupport
Clears all errors and messages.
clearErrorsAndMessages() - Method in class com.opensymphony.xwork.ValidationAwareSupport
Clears all error and messages list/maps.
clone() - Method in class com.opensymphony.xwork.ActionSupport
 
com.opensymphony.xwork - package com.opensymphony.xwork
 
com.opensymphony.xwork.config - package com.opensymphony.xwork.config
 
com.opensymphony.xwork.config.entities - package com.opensymphony.xwork.config.entities
 
com.opensymphony.xwork.config.impl - package com.opensymphony.xwork.config.impl
 
com.opensymphony.xwork.config.providers - package com.opensymphony.xwork.config.providers
 
com.opensymphony.xwork.interceptor - package com.opensymphony.xwork.interceptor
 
com.opensymphony.xwork.interceptor.component - package com.opensymphony.xwork.interceptor.component
 
com.opensymphony.xwork.mock - package com.opensymphony.xwork.mock
 
com.opensymphony.xwork.spring - package com.opensymphony.xwork.spring
 
com.opensymphony.xwork.spring.interceptor - package com.opensymphony.xwork.spring.interceptor
 
com.opensymphony.xwork.util - package com.opensymphony.xwork.util
 
com.opensymphony.xwork.util.location - package com.opensymphony.xwork.util.location
Classes and utilities used to track location information.
com.opensymphony.xwork.validator - package com.opensymphony.xwork.validator
 
com.opensymphony.xwork.validator.validators - package com.opensymphony.xwork.validator.validators
 
commaDelimitedStringToSet(String) - Static method in class com.opensymphony.xwork.util.TextParseUtil
Returns a set from comma delimted Strings.
compareTo(Object) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
compile(String) - Static method in class com.opensymphony.xwork.util.OgnlUtil
 
config - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
configurationInstance - Static variable in class com.opensymphony.xwork.config.ConfigurationManager
 
configure(ComponentManager, String) - Method in class com.opensymphony.xwork.interceptor.component.ComponentConfiguration
Configure a newly instantiated component manager by initializing all of the required components for the current configuration and setting up the component enablers.
constructInterceptorReference(PackageConfig, String, Map) - Static method in class com.opensymphony.xwork.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
contains(Object) - Method in class com.opensymphony.xwork.util.XWorkList
Deprecated.  
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork.util.XWorkBasicConverter
 
convertValue(Map, Object, Class) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork.util.XWorkConverter
Convert value from one form to another.
copy(Object, Object, Map, Collection, Collection) - Static method in class com.opensymphony.xwork.util.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) - Static method in class com.opensymphony.xwork.util.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.
createAction(Map) - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
createActionInvocation(ActionProxy, Map) - Method in class com.opensymphony.xwork.ActionProxyFactory
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy.
createActionInvocation(ActionProxy) - Method in class com.opensymphony.xwork.ActionProxyFactory
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy.
createActionInvocation(ActionProxy, Map, boolean) - Method in class com.opensymphony.xwork.ActionProxyFactory
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy.
createActionInvocation(ActionProxy) - Method in class com.opensymphony.xwork.DefaultActionProxyFactory
 
createActionInvocation(ActionProxy, Map) - Method in class com.opensymphony.xwork.DefaultActionProxyFactory
 
createActionInvocation(ActionProxy, Map, boolean) - Method in class com.opensymphony.xwork.DefaultActionProxyFactory
 
createActionProxy(String, String, Map) - Method in class com.opensymphony.xwork.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.
createActionProxy(String, String, Map, boolean, boolean) - Method in class com.opensymphony.xwork.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.
createActionProxy(String, String, Map) - Method in class com.opensymphony.xwork.DefaultActionProxyFactory
Use this method to build an DefaultActionProxy instance.
createActionProxy(String, String, Map, boolean, boolean) - Method in class com.opensymphony.xwork.DefaultActionProxyFactory
Use this method to build an DefaultActionProxy instance.
createContextMap() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
createResult() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
cutStack(int) - Method in class com.opensymphony.xwork.util.CompoundRoot
 

D

DEFAULT_FOO_VALUE - Static variable in class com.opensymphony.xwork.mock.MockInterceptor
 
DEFAULT_INVALID_FIELDVALUE - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
DEFAULT_PARAM - Static variable in class com.opensymphony.xwork.ActionChainResult
 
DEFAULT_PARAMETER - Static variable in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
DEFAULT_SESSION_ATTRIBUTE - Static variable in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
DENY_INDEXED_ACCESS_EXECUTION - Static variable in class com.opensymphony.xwork.util.XWorkMethodAccessor
 
DENY_METHOD_EXECUTION - Static variable in class com.opensymphony.xwork.util.XWorkMethodAccessor
 
DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 
DEV_MODE - Static variable in class com.opensymphony.xwork.ActionContext
Constant that indicates the action is running under a "development mode".
DateRangeFieldValidator - class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator.
Field Validator that checks if the date supplied is within a specific range.
DateRangeFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
DefaultActionInvocation - class com.opensymphony.xwork.DefaultActionInvocation.
The Default ActionInvocation implementation
DefaultActionInvocation(ActionProxy) - Constructor for class com.opensymphony.xwork.DefaultActionInvocation
 
DefaultActionInvocation(ActionProxy, Map) - Constructor for class com.opensymphony.xwork.DefaultActionInvocation
 
DefaultActionInvocation(ActionProxy, Map, boolean) - Constructor for class com.opensymphony.xwork.DefaultActionInvocation
 
DefaultActionProxy - class com.opensymphony.xwork.DefaultActionProxy.
The Default ActionProxy implementation
DefaultActionProxy(String, String, Map, boolean, boolean) - Constructor for class com.opensymphony.xwork.DefaultActionProxy
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
DefaultActionProxyFactory - class com.opensymphony.xwork.DefaultActionProxyFactory.
DefaultActionProxyFactory
DefaultActionProxyFactory() - Constructor for class com.opensymphony.xwork.DefaultActionProxyFactory
 
DefaultActionValidatorManager - class com.opensymphony.xwork.validator.DefaultActionValidatorManager.
This is the entry point into XWork's rule-based validation framework.
DefaultActionValidatorManager() - Constructor for class com.opensymphony.xwork.validator.DefaultActionValidatorManager
 
DefaultComponentManager - class com.opensymphony.xwork.interceptor.component.DefaultComponentManager.
Deprecated. XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info.
DefaultComponentManager() - Constructor for class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
DefaultConfiguration - class com.opensymphony.xwork.config.impl.DefaultConfiguration.
DefaultConfiguration
DefaultConfiguration() - Constructor for class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
DefaultObjectTypeDeterminer - class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer.
This ObjectTypeDeterminer looks at the Class-conversion.properties for entries that indicated what objects are contained within Maps and Collections.
DefaultObjectTypeDeterminer() - Constructor for class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 
DefaultTextProvider - class com.opensymphony.xwork.DefaultTextProvider.
DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
DefaultWorkflowInterceptor - class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.
An interceptor that does some basic validation workflow before allowing the interceptor chain to continue.
DefaultWorkflowInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
 
DelegatingValidatorContext - class com.opensymphony.xwork.validator.DelegatingValidatorContext.
A default implementation of the ValidatorContext interface.
DelegatingValidatorContext(ValidationAware, TextProvider, LocaleProvider) - Constructor for class com.opensymphony.xwork.validator.DelegatingValidatorContext
Creates a new validation context given a ValidationAware object, and a text and locale provider.
DelegatingValidatorContext(Object) - Constructor for class com.opensymphony.xwork.validator.DelegatingValidatorContext
Creates a new validation context given an object - usually an Action.
DelegatingValidatorContext(Class) - Constructor for class com.opensymphony.xwork.validator.DelegatingValidatorContext
Create a new validation context given a Class definition.
Disposable - interface com.opensymphony.xwork.interceptor.component.Disposable.
Deprecated. WebWork's IoC has been deprecated, please use an alternative such as Spring.
DomHelper - class com.opensymphony.xwork.util.DomHelper.
Helper class to create and retrieve information from location-enabled DOM-trees.
DomHelper() - Constructor for class com.opensymphony.xwork.util.DomHelper
 
DomHelper.DOMBuilder - class com.opensymphony.xwork.util.DomHelper.DOMBuilder.
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DomHelper.DOMBuilder() - Constructor for class com.opensymphony.xwork.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.DOMBuilder(SAXTransformerFactory) - Constructor for class com.opensymphony.xwork.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.DOMBuilder(Node) - Constructor for class com.opensymphony.xwork.util.DomHelper.DOMBuilder
Constructs a new instance that appends nodes to the given parent node.
DomHelper.DOMBuilder(SAXTransformerFactory, Node) - Constructor for class com.opensymphony.xwork.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.StartHandler - class com.opensymphony.xwork.util.DomHelper.StartHandler.
 
DomHelper.StartHandler(ContentHandler, Map) - Constructor for class com.opensymphony.xwork.util.DomHelper.StartHandler
Create a filter that is chained to another handler.
DoubleRangeFieldValidator - class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator.
Field Validator that checks if the double specified is within a certain range.
DoubleRangeFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
defaultMessage - Variable in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
destroy() - Method in interface com.opensymphony.xwork.config.Configuration
Allow the Configuration to clean up any resources that have been used.
destroy() - Method in interface com.opensymphony.xwork.config.ConfigurationProvider
 
destroy() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
Allows the configuration to clean up any resources used
destroy() - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
destroy() - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
Called to let an interceptor clean up any resources it has allocated.
destroy() - Method in class com.opensymphony.xwork.interceptor.AliasInterceptor
 
destroy() - Method in class com.opensymphony.xwork.interceptor.AroundInterceptor
 
destroy() - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
destroy() - Method in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
destroy() - Method in interface com.opensymphony.xwork.interceptor.Interceptor
Called to let an interceptor clean up any resources it has allocated.
destroy() - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
destroy() - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
destroy() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
destroy() - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
destroy() - Method in class com.opensymphony.xwork.mock.MockInterceptor
Called to let an interceptor clean up any resources it has allocated.
destroyConfiguration() - Static method in class com.opensymphony.xwork.config.ConfigurationManager
 
dispose() - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
dispose() - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
dispose() - Method in interface com.opensymphony.xwork.interceptor.component.Disposable
Deprecated.  
doBeforeInvocation(ActionInvocation) - Method in class com.opensymphony.xwork.validator.ValidationInterceptor
Gets the current action and its context and calls DefaultActionValidatorManager.validate(Object, String).
doDefault() - Method in class com.opensymphony.xwork.ActionSupport
 
doInput() - Method in class com.opensymphony.xwork.ActionSupport
 
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
 
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
Subclasses must override to implement the interceptor logic.
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork.validator.ValidationInterceptor
 
doLog(Log, Exception) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
Performs the actual logging.
doLog(Log, String) - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
Performs the actual logging.
doValidate(Object) - Method in class com.opensymphony.xwork.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.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 

E

ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 
ERROR - Static variable in interface com.opensymphony.xwork.Action
The action execution was a failure.
EmailValidator - class com.opensymphony.xwork.validator.validators.EmailValidator.
EmailValidator checks that a given String field, if not empty, is a valid email address.
EmailValidator() - Constructor for class com.opensymphony.xwork.validator.validators.EmailValidator
 
ExceptionHolder - class com.opensymphony.xwork.interceptor.ExceptionHolder.
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.xwork.interceptor.ExceptionHolder
 
ExceptionMappingConfig - class com.opensymphony.xwork.config.entities.ExceptionMappingConfig.
Configuration for exception mapping.
ExceptionMappingConfig() - Constructor for class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig(String, String, String) - Constructor for class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig(String, String, String, Map) - Constructor for class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
ExceptionMappingInterceptor - class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.
This interceptor forms the core functionality of the exception handling feature.
ExceptionMappingInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
ExpressionValidator - class com.opensymphony.xwork.validator.validators.ExpressionValidator.
A Non-Field Level validator that validates based on regular expression supplied.
ExpressionValidator() - Constructor for class com.opensymphony.xwork.validator.validators.ExpressionValidator
 
ExternalReference - class com.opensymphony.xwork.config.entities.ExternalReference.
Encapsulates an external reference in the xwork configuration.
ExternalReference() - Constructor for class com.opensymphony.xwork.config.entities.ExternalReference
default constructor
ExternalReference(String, String, boolean) - Constructor for class com.opensymphony.xwork.config.entities.ExternalReference
 
ExternalReferenceResolver - interface com.opensymphony.xwork.config.ExternalReferenceResolver.
Resolves references declared in the action configuration from an external source
ExternalReferencesInterceptor - class com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor.
TODO: Give a description of the Interceptor.
ExternalReferencesInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor
 
emailAddressPattern - Static variable in class com.opensymphony.xwork.validator.validators.EmailValidator
 
endDocument() - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
endDocument() - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
endDocument() - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
endElement(String, String, String) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
endElement(String, String, String) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
endElement(String, String, String) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
equals(Object) - Method in class com.opensymphony.xwork.ActionChainResult
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.InterceptorMapping
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
equals(Object) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
equals(Object) - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
equals(Object) - Method in class com.opensymphony.xwork.mock.MockResult
 
equals(Object) - Method in class com.opensymphony.xwork.util.location.LocationImpl
 
error(SAXParseException) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
evaluate(Object) - Method in interface com.opensymphony.xwork.util.TextParseUtil.ParsedValueEvaluator
Evaluated the value parsed by Ognl value stack.
exceptionMappings - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
excludeMethods - Variable in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
execute() - Method in interface com.opensymphony.xwork.Action
Where the logic of the action is executed.
execute(ActionInvocation) - Method in class com.opensymphony.xwork.ActionChainResult
 
execute() - Method in interface com.opensymphony.xwork.ActionProxy
Execute this ActionProxy.
execute() - Method in class com.opensymphony.xwork.ActionSupport
A default implementation that does nothing an returns "success".
execute() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
execute(ActionInvocation) - Method in interface com.opensymphony.xwork.Result
Represents a generic interface for all action execution results, whether that be displaying a webpage, generating an email, sending a JMS message, etc.
execute() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
execute(ActionInvocation) - Method in class com.opensymphony.xwork.mock.MockResult
 
executeResult - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
executed - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
externalRefs - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
extraContext - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
extraContext - Variable in class com.opensymphony.xwork.DefaultActionProxy
 

F

FACTORY - Static variable in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
The default transformer factory shared by all instances
FULL_PROPERTY_PATH - Static variable in class com.opensymphony.xwork.util.OgnlContextState
 
FieldExpressionValidator - class com.opensymphony.xwork.validator.validators.FieldExpressionValidator.
Validates a field using an OGNL expression.
FieldExpressionValidator() - Constructor for class com.opensymphony.xwork.validator.validators.FieldExpressionValidator
 
FieldValidator - interface com.opensymphony.xwork.validator.FieldValidator.
The FieldValidator interface defines the methods to be implemented by FieldValidators, which are used by the XWork validation framework to validate Action properties before executing the Action.
FieldValidatorSupport - class com.opensymphony.xwork.validator.validators.FieldValidatorSupport.
Base class for field validators.
FieldValidatorSupport() - Constructor for class com.opensymphony.xwork.validator.validators.FieldValidatorSupport
 
factory - Variable in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
The transformer factory
fatalError(SAXParseException) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
findAutoWiringBeanFactory(ApplicationContext) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
If the given context is assignable to AutowireCapbleBeanFactory or contains a parent or a factory that is, then set the autoWiringFactory appropriately.
findDefaultText(String, Locale) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Returns a localized message for the specified key, aTextName.
findDefaultText(String, Locale, Object[]) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Returns a localized message for the specified key, aTextName, substituting variables from the array of params into the message.
findResourceBundle(String, Locale) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Finds the given resorce bundle by it's name.
findString(String) - Method in class com.opensymphony.xwork.util.OgnlValueStack
 
findText(Class, String, Locale) - Static method in class com.opensymphony.xwork.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.xwork.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName.
findText(Class, String, Locale, String, Object[], OgnlValueStack) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName.
findText(ResourceBundle, String, Locale) - Static method in class com.opensymphony.xwork.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.xwork.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findText(ResourceBundle, String, Locale, String, Object[], OgnlValueStack) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findValue(String) - Method in class com.opensymphony.xwork.util.OgnlValueStack
Find a value by evaluating the given expression against the stack in the default search order.
findValue(String, Class) - Method in class com.opensymphony.xwork.util.OgnlValueStack
Find a value by evaluating the given expression against the stack in the default search order.

G

get(Object) - Method in class com.opensymphony.xwork.ActionContext
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
get(int) - Method in class com.opensymphony.xwork.util.XWorkList
Deprecated. Returns the element at the specified position in this list.
get(Object) - Method in class com.opensymphony.xwork.util.XWorkMap
Deprecated. Returns the value to which the specified key is mapped in this identity hash map.
get(Location) - Static method in class com.opensymphony.xwork.util.location.LocationImpl
Obtain a LocationImpl from a Location.
getAccessor() - Static method in class com.opensymphony.xwork.util.OgnlValueStack
 
getAction() - Method in interface com.opensymphony.xwork.ActionInvocation
Get the Action associated with this ActionInvocation
getAction() - Method in interface com.opensymphony.xwork.ActionProxy
 
getAction() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
getAction() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getAction() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
getAction() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getActionConfig(String, String) - Method in interface com.opensymphony.xwork.config.RuntimeConfiguration
get the fully expanded ActionConfig for a specified namespace and (action) name
getActionConfigs() - Method in interface com.opensymphony.xwork.config.RuntimeConfiguration
returns a Map of all the registered ActionConfigs.
getActionConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getActionErrors() - Method in class com.opensymphony.xwork.ActionSupport
 
getActionErrors() - Method in interface com.opensymphony.xwork.ValidationAware
Get the Collection of Action-level error messages for this action.
getActionErrors() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
getActionErrors() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getActionInvocation() - Method in class com.opensymphony.xwork.ActionContext
Gets the action invocation (the execution state).
getActionMessages() - Method in class com.opensymphony.xwork.ActionSupport
 
getActionMessages() - Method in interface com.opensymphony.xwork.ValidationAware
Get the Collection of Action-level messages for this action.
getActionMessages() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
getActionMessages() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getActionName() - Method in interface com.opensymphony.xwork.ActionProxy
 
getActionName() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getActionName() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getAllActionConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
returns the Map of all the ActionConfigs available in the current package.
getAllExceptionMappingConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
returns the List of all the ExceptionMappingConfigs available in the current package.
getAllGlobalResults() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
returns the Map of all the global ResultConfigs available in the current package.
getAllInterceptorConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
getAllResultTypeConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
returns the Map of all the ResultTypeConfigs available in the current package.
getAllowedCollection() - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
getApplication() - Method in class com.opensymphony.xwork.ActionContext
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
getApplicationContext(Map) - Method in class com.opensymphony.xwork.spring.SpringProxyableObjectFactory
Subclasses may override this to return a different application context.
getApplicationContext() - Method in class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
 
getAutowireStrategy() - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
 
getBeanInfo(Object) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Get's the java bean info for the given source.
getBeanMap(Object) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Creates a Map with read properties for the given source object.
getBlockedCollection() - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
getClassInstance(String) - Method in class com.opensymphony.xwork.ObjectFactory
Utility method to obtain the class matched to className.
getClassInstance(String) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
 
getClassName() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getClassName() - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
getClassName() - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
getClazz() - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
getColumn(Attributes) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the column number of an element (SAX flavor)
getColumn(Element) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the column number of an element (DOM flavor)
getColumnNumber() - Method in interface com.opensymphony.xwork.util.location.Location
Get the column number of this location
getColumnNumber() - Method in class com.opensymphony.xwork.util.location.LocationImpl
Get the column number of this location
getComponent(Class) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
getComponent(Class) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
getComponentInstance(Class) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
getComponentInstance(Class) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
getConfig() - Method in interface com.opensymphony.xwork.ActionProxy
 
getConfig() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getConfig() - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
getConfig() - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
getConfig() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getConfiguration() - Static method in class com.opensymphony.xwork.config.ConfigurationManager
Get the current XWork configuration object.
getConfigurationProviders() - Static method in class com.opensymphony.xwork.config.ConfigurationManager

get the current list of ConfigurationProviders.

getContext() - Static method in class com.opensymphony.xwork.ActionContext
Returns the ActionContext specific to the current thread.
getContext() - Method in class com.opensymphony.xwork.util.OgnlValueStack
 
getContext() - Method in class com.opensymphony.xwork.validator.validators.VisitorFieldValidator
 
getContextMap() - Method in class com.opensymphony.xwork.ActionContext
Gets the context map.
getContinuableClassInternalName() - Method in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
getContinuableClassOrInterfaceName() - Method in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
getContinuableInterfaceInternalName() - Method in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
getContinuationPackage() - Static method in class com.opensymphony.xwork.ObjectFactory
 
getConversionErrorMessage(String, OgnlValueStack) - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
getConversionErrors() - Method in class com.opensymphony.xwork.ActionContext
Gets the map of conversion errors which occurred when executing the action.
getConverter(Class, String) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
getCurrentPropertyPath(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
Gets the current property path but not completely.
getDefaultActionRef() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getDefaultInterceptorRef() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getDefaultMessage() - Method in interface com.opensymphony.xwork.validator.Validator
 
getDefaultMessage() - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
getDefaultMessage() - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getDefaultResultParam() - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
getDefaultResultType() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
Returns the default result type for this package.
getDependentResources() - Method in interface com.opensymphony.xwork.interceptor.component.ResourceAware
Deprecated.  
getDepth(String, Throwable) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
Return the depth to the superclass matching.
getDescription() - Method in interface com.opensymphony.xwork.util.location.Location
Get the description of this location
getDescription() - Method in class com.opensymphony.xwork.util.location.LocationImpl
Get the description of this location
getDocument() - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
Return the newly built Document.
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
getElementClass() - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
Determines the key class by looking for the value of Element_${property} in the properties file for the given class.
getElementClass(Class, String, Object) - Method in interface com.opensymphony.xwork.util.ObjectTypeDeterminer
 
getEntryMethod() - Method in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
getErrorMessages() - Method in class com.opensymphony.xwork.ActionSupport
Deprecated. Use ActionSupport.getActionErrors().
getErrors() - Method in class com.opensymphony.xwork.ActionSupport
Deprecated. Use ActionSupport.getFieldErrors().
getException() - Method in class com.opensymphony.xwork.interceptor.ExceptionHolder
 
getExceptionClassName() - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
getExceptionMappings() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getExceptionStack() - Method in class com.opensymphony.xwork.interceptor.ExceptionHolder
 
getExcludeMethodsSet() - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
getExcludes() - Method in class com.opensymphony.xwork.interceptor.ChainingInterceptor
 
getExecuteResult() - Method in interface com.opensymphony.xwork.ActionProxy
 
getExecuteResult() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getExecuteResult() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getExpectedFoo() - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
getExpression() - Method in class com.opensymphony.xwork.validator.validators.ExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork.validator.validators.FieldExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork.validator.validators.RegexFieldValidator
 
getExternalRef() - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
getExternalRefResolver() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
Gets the Reference resolver for this package.
getExternalRefs() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getFactory() - Static method in class com.opensymphony.xwork.ActionProxyFactory
 
getFieldErrors() - Method in class com.opensymphony.xwork.ActionSupport
 
getFieldErrors() - Method in interface com.opensymphony.xwork.ValidationAware
Get the field specific errors associated with this action.
getFieldErrors() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
getFieldErrors() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getFieldName() - Method in interface com.opensymphony.xwork.validator.FieldValidator
 
getFieldName() - Method in class com.opensymphony.xwork.validator.validators.FieldValidatorSupport
 
getFieldValue(String, Object) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getFoo() - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
getFullDefaultActionRef() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the default action-ref name.
getFullDefaultInterceptorRef() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the default interceptor-ref name.
getFullDefaultResultType() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
Returns the default result type for this package.
getFullFieldName(String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getFullFieldName(String) - Method in interface com.opensymphony.xwork.validator.ValidatorContext
Translates a simple field name into a full field name in OGNL syntax.
getFullPropertyPath(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
getGlobalExceptionMappingConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the ExceptionMappingConfigs local to this package
getGlobalResultConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the global ResultConfigs local to this package
getIncludeMethodsSet() - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
getIncludes() - Method in class com.opensymphony.xwork.interceptor.ChainingInterceptor
 
getInputStream(String) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
getInstance() - Static method in class com.opensymphony.xwork.util.ObjectTypeDeterminerFactory
 
getInstance() - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
getInstance() - Static method in class com.opensymphony.xwork.validator.ActionValidatorManagerFactory
 
getInterceptor() - Method in class com.opensymphony.xwork.config.entities.InterceptorMapping
 
getInterceptorConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
getInterceptors() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getInterceptors() - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
getInvocation() - Method in interface com.opensymphony.xwork.ActionProxy
 
getInvocation() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getInvocation() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getInvocationContext() - Method in interface com.opensymphony.xwork.ActionInvocation
Gets the ActionContext associated with this ActionInvocation.
getInvocationContext() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
getInvocationContext() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
getKeyClass(Class, String) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
getKeyClass() - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
getKeyClass(Class, String) - Method in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
Determines the key class by looking for the value of Key_${property} in the properties file for the given class.
getKeyClass(Class, String) - Method in interface com.opensymphony.xwork.util.ObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
getKeyProperty() - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
Determines the String key property for a Collection by getting it from the conversion properties file using the KeyProperty_ prefix.
getKeyProperty(Class, String) - Method in interface com.opensymphony.xwork.util.ObjectTypeDeterminer
 
getLastBeanClassAccessed(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
getLastBeanPropertyAccessed(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
getLastClassAccessed() - Method in class com.opensymphony.xwork.util.ObjectProxy
 
getLastPropertyAccessed() - Method in class com.opensymphony.xwork.util.ObjectProxy
 
getLine(Attributes) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the line number of an element (SAX flavor)
getLine(Element) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the line number of an element (DOM flavor)
getLineNumber() - Method in interface com.opensymphony.xwork.util.location.Location
Get the line number of this location
getLineNumber() - Method in class com.opensymphony.xwork.util.location.LocationImpl
Get the line number of this location
getLocale() - Method in class com.opensymphony.xwork.ActionContext
Gets the Locale of the current action.
getLocale() - Method in class com.opensymphony.xwork.ActionSupport
 
getLocale() - Method in interface com.opensymphony.xwork.LocaleProvider
 
getLocale() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getLocation() - Method in class com.opensymphony.xwork.XworkException
Gets the location of the error, if available
getLocation() - Method in interface com.opensymphony.xwork.util.location.Locatable
Get the location of this object
getLocation() - Method in class com.opensymphony.xwork.util.location.Located
Get the location of this object
getLocation(Attributes, String) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the Location of an element (SAX flavor).
getLocation(Element, String) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the Location of an element (DOM flavor).
getLocation(Element) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Same as getLocation(elem, null).
getLocation(Object, String) - Method in interface com.opensymphony.xwork.util.location.LocationUtils.LocationFinder
Get the location of an object
getLocation(Object) - Static method in class com.opensymphony.xwork.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Static method in class com.opensymphony.xwork.util.location.LocationUtils
Get the location of an object.
getLocationObject(Element) - Static method in class com.opensymphony.xwork.util.DomHelper
 
getLocationString(Attributes) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the location of an element (SAX flavor).
getLocationString(Element) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the location of an element that has been processed by this pipe (DOM flavor).
getLogCategory() - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
getLogCategory() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
getLogLevel() - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
getLogLevel() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
getLoggerToUse() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
Get's the logger to use.
getMax() - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
getMax() - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork.validator.validators.AbstractRangeValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
getMaxExclusive() - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
getMaxInclusive() - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
getMaxLength() - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
getMessage(Object) - Method in interface com.opensymphony.xwork.validator.Validator
 
getMessage(Object) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getMessageKey() - Method in interface com.opensymphony.xwork.validator.Validator
 
getMessageKey() - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
getMessageKey() - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getMethod() - Method in interface com.opensymphony.xwork.ActionProxy
Returns the method to execute, or null if no method has been specified (meaning "execute" will be invoked)
getMethod() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getMethod() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getMethodName() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
Returns name of the action method
getMin() - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
getMin() - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork.validator.validators.AbstractRangeValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
getMinExclusive() - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
getMinInclusive() - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
getMinLength() - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
getModel() - Method in interface com.opensymphony.xwork.ModelDriven
 
getName() - Method in class com.opensymphony.xwork.ActionContext
Gets the name of the current Action.
getName() - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
getName() - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
getName() - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
getName() - Method in class com.opensymphony.xwork.config.entities.InterceptorMapping
 
getName() - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
getName() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getName() - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
getName() - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
getNamespace() - Method in interface com.opensymphony.xwork.ActionProxy
 
getNamespace() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getNamespace() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getNamespace() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
getObjectFactory() - Static method in class com.opensymphony.xwork.ObjectFactory
 
getObjectTypeDeterminer() - Method in class com.opensymphony.xwork.util.XWorkConverter
 
getOverrideExpr(ActionInvocation, Object) - Method in class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
getPackageConfig(String) - Method in interface com.opensymphony.xwork.config.Configuration
 
getPackageConfig(String) - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
getPackageConfig(String) - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
getPackageConfigNames() - Method in interface com.opensymphony.xwork.config.Configuration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
getPackageConfigs() - Method in interface com.opensymphony.xwork.config.Configuration
 
getPackageConfigs() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
getPackageConfigs() - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
getPackageName() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getParameters() - Method in class com.opensymphony.xwork.ActionContext
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of parameters otherwise.
getParams() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getParams() - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
getParams() - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
getParams() - Method in interface com.opensymphony.xwork.config.entities.Parameterizable
 
getParams() - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
getParams() - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
getParams(Element) - Static method in class com.opensymphony.xwork.config.providers.XmlHelper
 
getParams() - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
getParents() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getPauseSignature() - Method in class com.opensymphony.xwork.util.XWorkContinuationConfig
 
getPrefixedMethod(String[], String, Object) - Static method in class com.opensymphony.xwork.interceptor.PrefixMethodInvocationUtil
This method returns a Method in action.
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.ObjectProxyPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.OgnlValueStack.ObjectAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.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.xwork.util.XWorkListPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkMapPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkObjectPropertyAccessor
 
getPropertyDescriptors(Object) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Get's the java beans property descriptors for the given source.
getPropertyThroughIteration(Map, Collection, String, Object) - Method in class com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor
 
getProxy() - Method in class com.opensymphony.xwork.ActionChainResult
 
getProxy() - Method in interface com.opensymphony.xwork.ActionInvocation
Get the ActionProxy holding this ActionInvocation
getProxy() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
getProxy() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
getRealTarget(String, Map, Object) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
getRepopulateField() - Method in class com.opensymphony.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
getResult() - Method in interface com.opensymphony.xwork.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.xwork.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.xwork.config.entities.ExceptionMappingConfig
 
getResult() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
getResultCode() - Method in interface com.opensymphony.xwork.ActionInvocation
Gets the result code returned from this ActionInvocation
getResultCode() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
getResultCode() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
getResultTypeConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the ResultTypeConfigs local to this package
getResults() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
getRoot() - Method in class com.opensymphony.xwork.util.OgnlValueStack
Get the CompoundRoot which holds the objects pushed onto the stack
getRuntimeConfiguration() - Method in interface com.opensymphony.xwork.config.Configuration
The current runtime configuration.
getRuntimeConfiguration() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
getRuntimeConfiguration() - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
getSession() - Method in class com.opensymphony.xwork.ActionContext
Gets the Map of HttpSession values when in a servlet environment or a generic session map otherwise.
getSetMap(Map, String) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
getSnippet() - Method in class com.opensymphony.xwork.XworkException
Gets a source code snippet with the default padding
getSnippet(int) - Method in class com.opensymphony.xwork.XworkException
Gets a source code snippet with the default padding
getStack() - Method in interface com.opensymphony.xwork.ActionInvocation
 
getStack() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
getStack() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
getText(String) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, String) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, List) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String[]) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, List) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, List, OgnlValueStack) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, String[], OgnlValueStack) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, List) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String[]) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String, List) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String, String) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String, List, OgnlValueStack) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String, String, String[], OgnlValueStack) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getText(String) - Method in interface com.opensymphony.xwork.TextProvider
Gets a message based on a message key, or null if no message is found.
getText(String, String) - Method in interface com.opensymphony.xwork.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.xwork.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.xwork.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.xwork.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.xwork.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.xwork.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, OgnlValueStack) - Method in interface com.opensymphony.xwork.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[], OgnlValueStack) - Method in interface com.opensymphony.xwork.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.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String) - Method in class com.opensymphony.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String) - Method in class com.opensymphony.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, List) - Method in class com.opensymphony.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String[]) - Method in class com.opensymphony.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List) - Method in class com.opensymphony.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String[]) - Method in class com.opensymphony.xwork.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List, OgnlValueStack) - Method in class com.opensymphony.xwork.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[], OgnlValueStack) - Method in class com.opensymphony.xwork.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.xwork.validator.DelegatingValidatorContext
 
getText(String, String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, List) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String[]) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, List) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, List, OgnlValueStack) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, String[], OgnlValueStack) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getTextProvider() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getTextValue(Element) - Static method in class com.opensymphony.xwork.validator.ValidatorFileParser
Extract trimmed text value from the given DOM element, ignoring XML comments.
getTexts() - Method in class com.opensymphony.xwork.ActionSupport
 
getTexts(String) - Method in class com.opensymphony.xwork.ActionSupport
 
getTexts(String) - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getTexts() - Method in class com.opensymphony.xwork.DefaultTextProvider
 
getTexts(String) - Method in interface com.opensymphony.xwork.TextProvider
Get the named bundle, such as "com/acme/Foo".
getTexts() - Method in interface com.opensymphony.xwork.TextProvider
Get the resource bundle associated with the implementing class (usually an action).
getTexts(String) - Method in class com.opensymphony.xwork.TextProviderSupport
Get the named bundle.
getTexts() - Method in class com.opensymphony.xwork.TextProviderSupport
Get the resource bundle associated with this action.
getTexts(String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getTexts() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getThrowable() - Method in class com.opensymphony.xwork.XworkException
Deprecated. Use getCause()
getTrim() - Method in class com.opensymphony.xwork.validator.validators.RequiredStringValidator
 
getTrim() - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
getType() - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
getURI() - Method in interface com.opensymphony.xwork.util.location.Location
Get the URI of this location
getURI(Attributes) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the URI of an element (SAX flavor)
getURI(Element) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Returns the URI of an element (DOM flavor)
getURI() - Method in class com.opensymphony.xwork.util.location.LocationImpl
Get the URI of this location
getValidationAware() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getValidator(ValidatorConfig) - Static method in class com.opensymphony.xwork.validator.ValidatorFactory
Get a Validator that matches the given configuration.
getValidatorContext() - Method in interface com.opensymphony.xwork.validator.Validator
 
getValidatorContext() - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getValidatorType() - Method in interface com.opensymphony.xwork.validator.Validator
 
getValidatorType() - Method in class com.opensymphony.xwork.validator.validators.FieldValidatorSupport
 
getValidatorType() - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getValidators(Class, String) - Method in interface com.opensymphony.xwork.validator.ActionValidatorManager
Returns a list of validators for the given class and context.
getValidators(Class, String) - Method in class com.opensymphony.xwork.validator.DefaultActionValidatorManager
Returns a list of validators for the given class and context.
getValue() - Method in class com.opensymphony.xwork.util.ObjectProxy
 
getValue(String, Map, Object) - Static method in class com.opensymphony.xwork.util.OgnlUtil
 
getValue(String, Map, Object, Class) - Static method in class com.opensymphony.xwork.util.OgnlUtil
 
getValueStack() - Method in class com.opensymphony.xwork.ActionContext
Gets the OGNL value stack.

H

handleConversionException(Map, String, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
handleException(Exception) - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
Called if an Exception is caught while executing the before(), the rest of the ActionInvocation, including the Action and Result execution, or the after() call.
handleLogging(Exception) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
Handles the logging of the exception.
hasActionErrors() - Method in class com.opensymphony.xwork.ActionSupport
 
hasActionErrors() - Method in interface com.opensymphony.xwork.ValidationAware
Check whether there are any Action-level error messages.
hasActionErrors() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
hasActionErrors() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
hasActionMessages() - Method in class com.opensymphony.xwork.ActionSupport
 
hasActionMessages() - Method in interface com.opensymphony.xwork.ValidationAware
Checks whether there are any Action-level messages.
hasActionMessages() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
hasActionMessages() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
hasComponents(String) - Method in class com.opensymphony.xwork.interceptor.component.ComponentConfiguration
 
hasErrors() - Method in class com.opensymphony.xwork.ActionSupport
 
hasErrors() - Method in interface com.opensymphony.xwork.ValidationAware
Note that this does not have the same meaning as in WW 1.x.
hasErrors() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
hasErrors() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
hasFieldErrors() - Method in class com.opensymphony.xwork.ActionSupport
 
hasFieldErrors() - Method in interface com.opensymphony.xwork.ValidationAware
Check whether there are any field errors associated with this action.
hasFieldErrors() - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
hasFieldErrors() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
hashCode() - Method in class com.opensymphony.xwork.ActionChainResult
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.InterceptorMapping
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
hashCode() - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
hashCode() - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
hashCode() - Method in class com.opensymphony.xwork.mock.MockResult
 
hashCode() - Method in class com.opensymphony.xwork.util.location.LocationImpl
 

I

I18nInterceptor - class com.opensymphony.xwork.interceptor.I18nInterceptor.
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.xwork.interceptor.I18nInterceptor
 
INPUT - Static variable in interface com.opensymphony.xwork.Action
The action execution require more input in order to succeed.
INSTANCE - Static variable in class com.opensymphony.xwork.DefaultTextProvider
 
Initializable - interface com.opensymphony.xwork.interceptor.component.Initializable.
Deprecated. WebWork's IoC has been deprecated, please use an alternative such as Spring.
InstantiatingNullHandler - class com.opensymphony.xwork.util.InstantiatingNullHandler.
Provided that the key InstantiatingNullHandler.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.xwork.util.InstantiatingNullHandler
 
IntRangeFieldValidator - class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator.
Field Validator that checks if the integer specified is within a certain range.
IntRangeFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
Interceptor - interface com.opensymphony.xwork.interceptor.Interceptor.
An interceptor is a stateless class that follows the interceptor pattern, as found in Filter and in AOP languages.
InterceptorBuilder - class com.opensymphony.xwork.config.providers.InterceptorBuilder.
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
InterceptorBuilder() - Constructor for class com.opensymphony.xwork.config.providers.InterceptorBuilder
 
InterceptorConfig - class com.opensymphony.xwork.config.entities.InterceptorConfig.
Configuration for Interceptors.
InterceptorConfig() - Constructor for class com.opensymphony.xwork.config.entities.InterceptorConfig
 
InterceptorConfig(String, Class, Map) - Constructor for class com.opensymphony.xwork.config.entities.InterceptorConfig
 
InterceptorConfig(String, String, Map) - Constructor for class com.opensymphony.xwork.config.entities.InterceptorConfig
 
InterceptorListHolder - interface com.opensymphony.xwork.config.entities.InterceptorListHolder.
InterceptorListHolder
InterceptorMapping - class com.opensymphony.xwork.config.entities.InterceptorMapping.
InterceptorMapping
InterceptorMapping() - Constructor for class com.opensymphony.xwork.config.entities.InterceptorMapping
 
InterceptorMapping(String, Interceptor) - Constructor for class com.opensymphony.xwork.config.entities.InterceptorMapping
 
InterceptorStackConfig - class com.opensymphony.xwork.config.entities.InterceptorStackConfig.
Configuration for InterceptorStack.
InterceptorStackConfig() - Constructor for class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
InterceptorStackConfig(String) - Constructor for class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
includeMethods - Variable in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
init(Configuration) - Method in interface com.opensymphony.xwork.config.ConfigurationProvider
Initializes the configuration object.
init(Configuration) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
init() - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName.
init() - Method in class com.opensymphony.xwork.interceptor.AliasInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.AroundInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
init() - Method in interface com.opensymphony.xwork.interceptor.Interceptor
Called after an interceptor is created, but before any requests are processed using intercept , giving the Interceptor a chance to initialize any needed resources.
init() - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
Deprecated.  
init() - Method in interface com.opensymphony.xwork.interceptor.component.Initializable
Deprecated.  
init() - Method in class com.opensymphony.xwork.mock.MockInterceptor
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName.
initObjectFactory() - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
This method sets the ObjectFactory used by XWork to this object.
initializeObject(Object) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
initializeObject(Object) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
intercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
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.xwork.interceptor.AroundInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
intercept(ActionInvocation) - Method in interface com.opensymphony.xwork.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.xwork.interceptor.MethodFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork.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.
interceptors - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
interceptors - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
invocation - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
invocationContext - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
invoke() - Method in interface com.opensymphony.xwork.ActionInvocation
Invokes the next step in processing this ActionInvocation.
invoke() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
invoke() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
invokeAction(Object, ActionConfig) - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
invokeActionOnly() - Method in interface com.opensymphony.xwork.ActionInvocation
Invokes only the action (not interceptors or results).
invokeActionOnly() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
invokeActionOnly() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
invokePrefixMethod(ActionInvocation, String[]) - Static method in class com.opensymphony.xwork.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.xwork.interceptor.TimerInterceptor
Is called to invoke the action invocation and time the execution time.
isAbstract() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
isAppendPrefix() - Method in class com.opensymphony.xwork.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.xwork.validator.validators.RegexFieldValidator
 
isCreatingNullObjects(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
isDefaultBlock() - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
isDenyMethodExecution(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
isDevModeEnabled() - Method in class com.opensymphony.xwork.util.OgnlValueStack
Determine whether devMode is enabled.
isExecuted() - Method in interface com.opensymphony.xwork.ActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
isExecutedCalled() - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
isGettingByKeyProperty(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
isIntegerType(Class) - Method in class com.opensymphony.xwork.util.XWorkBasicConverter
 
isKnown(Location) - Static method in class com.opensymphony.xwork.util.location.LocationUtils
Checks if a location is known, i.e.
isLogEnabled() - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork.ObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isReportingConversionErrors(Map) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
isRequired() - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
isShortCircuit() - Method in interface com.opensymphony.xwork.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.xwork.validator.ValidatorConfig
 
isShortCircuit() - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
isShouldCreateIfNew() - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
isUnknown(Location) - Static method in class com.opensymphony.xwork.util.location.LocationUtils
Checks if a location is unknown, i.e.

K

KEY_PREFIX - Static variable in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 
KEY_PROPERTY_FOR_CREATION - Static variable in class com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor
 
KEY_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 

L

LAST_BEAN_CLASS_ACCESSED - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
LAST_BEAN_PROPERTY_ACCESSED - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
LINE_ATTR - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Attribute name for the line number
LOCALE - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's locale.
LOG - Static variable in class com.opensymphony.xwork.ActionSupport
 
LOG - Static variable in class com.opensymphony.xwork.config.ConfigurationManager
 
LOG - Static variable in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
LOG - Static variable in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
 
LOG - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
LOGIN - Static variable in interface com.opensymphony.xwork.Action
The action could not execute, since the user most was not logged in.
LocaleProvider - interface com.opensymphony.xwork.LocaleProvider.
Indicates that the implementing class can provide its own Locale.
LocalizedTextUtil - class com.opensymphony.xwork.util.LocalizedTextUtil.
Provides support for localization in XWork.
LocalizedTextUtil() - Constructor for class com.opensymphony.xwork.util.LocalizedTextUtil
 
Locatable - interface com.opensymphony.xwork.util.location.Locatable.
A interface that should be implemented by objects knowning their location (i.e.
Located - class com.opensymphony.xwork.util.location.Located.
Base class for location aware objects
Located() - Constructor for class com.opensymphony.xwork.util.location.Located
 
Location - interface com.opensymphony.xwork.util.location.Location.
A location in a resource.
LocationAttributes - class com.opensymphony.xwork.util.location.LocationAttributes.
A class to handle location information stored in attributes.
LocationAttributes.Pipe - class com.opensymphony.xwork.util.location.LocationAttributes.Pipe.
A SAX filter that adds the information available from the Locator as attributes.
LocationAttributes.Pipe() - Constructor for class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
Create a filter.
LocationAttributes.Pipe(ContentHandler) - Constructor for class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
Create a filter that is chained to another handler.
LocationImpl - class com.opensymphony.xwork.util.location.LocationImpl.
A simple immutable and serializable implementation of Location.
LocationImpl(String, String) - Constructor for class com.opensymphony.xwork.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.xwork.util.location.LocationImpl
Build a location for a given URI and line and column numbers.
LocationImpl(Location) - Constructor for class com.opensymphony.xwork.util.location.LocationImpl
Copy constructor.
LocationImpl(String, Location) - Constructor for class com.opensymphony.xwork.util.location.LocationImpl
Create a location from an existing one, but with a different description
LocationUtils - class com.opensymphony.xwork.util.location.LocationUtils.
Location-related utility methods.
LocationUtils.LocationFinder - interface com.opensymphony.xwork.util.location.LocationUtils.LocationFinder.
An finder or object locations
LoggingInterceptor - class com.opensymphony.xwork.interceptor.LoggingInterceptor.
This interceptor logs the the start and end of the execution an action (in English-only, not internationalized).
LoggingInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.LoggingInterceptor
 
link(Map, Class, String) - Static method in class com.opensymphony.xwork.util.OgnlValueStack
 
loadConversionProperties(String) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
loadDefaultActionRef(PackageConfig, Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
loadDefaultInterceptorRef(PackageConfig, Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
loadFromXml(InputStream) - Method in class com.opensymphony.xwork.interceptor.component.ComponentConfiguration
 
loadGlobalResults(PackageConfig, Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
Load all of the global results for this package from the XML element.
loadGobalExceptionMappings(PackageConfig, Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
Load all of the global results for this package from the XML element.
loadInterceptorStack(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
loadInterceptorStacks(Element, PackageConfig) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
loadInterceptors(PackageConfig, Element) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
localeFromString(String, Locale) - Static method in class com.opensymphony.xwork.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".
location - Variable in class com.opensymphony.xwork.util.location.Located
 
log - Variable in class com.opensymphony.xwork.interceptor.AroundInterceptor
 
log - Static variable in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
log - Static variable in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
log - Variable in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
log - Static variable in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
log - Variable in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
logCategory - Variable in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
logCategory - Variable in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
logEnabled - Variable in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
logLevel - Variable in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
logLevel - Variable in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
lookup(String) - Method in class com.opensymphony.xwork.util.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookup(Class) - Method in class com.opensymphony.xwork.util.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookupRegisteredValidatorType(String) - Static method in class com.opensymphony.xwork.validator.ValidatorFactory
Lookup to get the FQ classname of the given validator name.

M

MISSING_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
MISSING_PACKAGE_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
MethodFilterInterceptor - class com.opensymphony.xwork.interceptor.MethodFilterInterceptor.
An abstract Interceptor that is applied to selectively according to specified included/excluded method lists.
MethodFilterInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
MethodFilterInterceptorUtil - class com.opensymphony.xwork.interceptor.MethodFilterInterceptorUtil.
Utility class contains common methods used by com.opensymphony.xwork.interceptor.MethodFilterInterceptorterceptor and org.apache.struts.action2.components.Form.
MethodFilterInterceptorUtil() - Constructor for class com.opensymphony.xwork.interceptor.MethodFilterInterceptorUtil
 
MockActionInvocation - class com.opensymphony.xwork.MockActionInvocation.
Deprecated. Please use @see com.opensymphony.xwork.mock.MockActionInvocation instead
MockActionInvocation() - Constructor for class com.opensymphony.xwork.MockActionInvocation
Deprecated.  
MockActionInvocation - class com.opensymphony.xwork.mock.MockActionInvocation.
Mock for an ActionInvocation.
MockActionInvocation() - Constructor for class com.opensymphony.xwork.mock.MockActionInvocation
 
MockActionProxy - class com.opensymphony.xwork.mock.MockActionProxy.
Mock for an ActionProxy.
MockActionProxy() - Constructor for class com.opensymphony.xwork.mock.MockActionProxy
 
MockConfiguration - class com.opensymphony.xwork.mock.MockConfiguration.
Mock for an Configuration.
MockConfiguration() - Constructor for class com.opensymphony.xwork.mock.MockConfiguration
 
MockInterceptor - class com.opensymphony.xwork.mock.MockInterceptor.
Mock for an Interceptor.
MockInterceptor() - Constructor for class com.opensymphony.xwork.mock.MockInterceptor
 
MockObjectTypeDeterminer - class com.opensymphony.xwork.mock.MockObjectTypeDeterminer.
Mocks the function of an ObjectTypeDeterminer for testing purposes.
MockObjectTypeDeterminer() - Constructor for class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
MockObjectTypeDeterminer(Class, Class, String, boolean) - Constructor for class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
MockResult - class com.opensymphony.xwork.mock.MockResult.
Mock for a Result.
MockResult() - Constructor for class com.opensymphony.xwork.mock.MockResult
 
ModelDriven - interface com.opensymphony.xwork.ModelDriven.
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 com.opensymphony.xwork.interceptor.ModelDrivenInterceptor.
Watches for ModelDriven actions and adds the action's model on to the value stack.
ModelDrivenInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ModelDrivenInterceptor
 
m - Static variable in class com.opensymphony.xwork.DefaultActionInvocation
 
makeLocaleProvider(Object) - Static method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
makeTextProvider(Object, LocaleProvider) - Static method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
makeValidationAware(Object) - Static method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
messageKey - Variable in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
method - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
methodName - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 

N

NONE - Static variable in interface com.opensymphony.xwork.Action
The action execution was successful but do not show a view.
NoParameters - interface com.opensymphony.xwork.interceptor.NoParameters.
This marker interface should be implemented by actions that do not want any parameters set on them automatically (by the ParametersActionFactoryProxy) This may be useful if one is using the action tag and want to supply the parameters to the action manually using the param tag.
NonCloningContinuableObject - interface com.opensymphony.xwork.NonCloningContinuableObject.
Implementing this interface indicates that the action should not be cloned, but instead should be re-used.
namespace - Variable in class com.opensymphony.xwork.DefaultActionProxy
 
needsReload() - Method in interface com.opensymphony.xwork.config.ConfigurationProvider
Tells whether the ConfigurationProvider should reload its configuration
needsReload() - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
Tells whether the ConfigurationProvider should reload its configuration.
nextHandler - Variable in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
nullMethodResult(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork.util.InstantiatingNullHandler
 
nullPropertyValue(Map, Object, Object) - Method in class com.opensymphony.xwork.util.InstantiatingNullHandler
 

O

ORIGINAL_PROPERTY_OVERRIDE - Static variable in class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
ObjectFactory - class com.opensymphony.xwork.ObjectFactory.
ObjectFactory is responsible for building the core framework objects.
ObjectFactory() - Constructor for class com.opensymphony.xwork.ObjectFactory
 
ObjectProxy - class com.opensymphony.xwork.util.ObjectProxy.
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.xwork.util.ObjectProxy
 
ObjectProxyPropertyAccessor - class com.opensymphony.xwork.util.ObjectProxyPropertyAccessor.
Is able to access (set/get) properties on a given object.
ObjectProxyPropertyAccessor() - Constructor for class com.opensymphony.xwork.util.ObjectProxyPropertyAccessor
 
ObjectTypeDeterminer - interface com.opensymphony.xwork.util.ObjectTypeDeterminer.
Determines what the key and and element class of a Map or Collection should be.
ObjectTypeDeterminerFactory - class com.opensymphony.xwork.util.ObjectTypeDeterminerFactory.
Factory for getting an instance of ObjectTypeDeterminer.
ObjectTypeDeterminerFactory() - Constructor for class com.opensymphony.xwork.util.ObjectTypeDeterminerFactory
 
OgnlContextState - class com.opensymphony.xwork.util.OgnlContextState.
Manages variables in the OgnlContext and returns values to be used by the application.
OgnlContextState() - Constructor for class com.opensymphony.xwork.util.OgnlContextState
 
OgnlUtil - class com.opensymphony.xwork.util.OgnlUtil.
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.xwork.util.OgnlUtil
 
OgnlValueStack - class com.opensymphony.xwork.util.OgnlValueStack.
OgnlValueStack allows multiple beans to be pushed in and dynamic Ognl expressions to be evaluated against it.
OgnlValueStack() - Constructor for class com.opensymphony.xwork.util.OgnlValueStack
 
OgnlValueStack(OgnlValueStack) - Constructor for class com.opensymphony.xwork.util.OgnlValueStack
 
OgnlValueStack.ObjectAccessor - class com.opensymphony.xwork.util.OgnlValueStack.ObjectAccessor.
 
OgnlValueStack.ObjectAccessor() - Constructor for class com.opensymphony.xwork.util.OgnlValueStack.ObjectAccessor
 

P

PARAMETERS - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's parameters.
PREFIX - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Prefix for the location namespace
PackageConfig - class com.opensymphony.xwork.config.entities.PackageConfig.
Configuration for Package.
PackageConfig() - Constructor for class com.opensymphony.xwork.config.entities.PackageConfig
 
PackageConfig(String) - Constructor for class com.opensymphony.xwork.config.entities.PackageConfig
 
PackageConfig(String, String, boolean, ExternalReferenceResolver) - Constructor for class com.opensymphony.xwork.config.entities.PackageConfig
 
PackageConfig(String, String, boolean, ExternalReferenceResolver, List) - Constructor for class com.opensymphony.xwork.config.entities.PackageConfig
 
ParameterFilterInterceptor - class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor.
ParameterFilterInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
ParameterNameAware - interface com.opensymphony.xwork.interceptor.ParameterNameAware.
This interface is implemented by actions that want to declare acceptable parameters.
Parameterizable - interface com.opensymphony.xwork.config.entities.Parameterizable.
Actions implementing Parameterizable will receive a map of the static parameters defined in the action configuration.
ParametersInterceptor - class com.opensymphony.xwork.interceptor.ParametersInterceptor.
This interceptor sets all parameters on the value stack.
ParametersInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ParametersInterceptor
 
PreResultListener - interface com.opensymphony.xwork.interceptor.PreResultListener.
PreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the Result is executed.
PrefixMethodInvocationUtil - class com.opensymphony.xwork.interceptor.PrefixMethodInvocationUtil.
A utility class for invoking prefixed methods in action class.
PrefixMethodInvocationUtil() - Constructor for class com.opensymphony.xwork.interceptor.PrefixMethodInvocationUtil
 
Preparable - interface com.opensymphony.xwork.Preparable.
Preparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig
PrepareInterceptor - class com.opensymphony.xwork.interceptor.PrepareInterceptor.
This interceptor calls prepare() on actions which implement Preparable.
PrepareInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.PrepareInterceptor
 
packageName - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
parameterName - Variable in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
params - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
parentNode - Variable in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
The parentNode
parse(InputSource) - Static method in class com.opensymphony.xwork.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.xwork.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.xwork.util.location.LocationUtils
Parse a location string of the form "uri:line:column" (e.g.
parseActionValidatorConfigs(InputStream, String) - Static method in class com.opensymphony.xwork.validator.ValidatorFileParser
Parse resource for a list of ValidatorConfig objects.
parseValidatorDefinitions(InputStream) - Static method in class com.opensymphony.xwork.validator.ValidatorFileParser
Deprecated. Use parseValidatorDefinitions(InputStream, String)
parseValidatorDefinitions(InputStream, String) - Static method in class com.opensymphony.xwork.validator.ValidatorFileParser
Parses validator definitions
pause(String) - Method in class com.opensymphony.xwork.ActionSupport
Stops the action invocation immediately (by throwing a PauseException) and causes the action invocation to return the specified result, such as Action.SUCCESS, Action.INPUT, etc.
peek() - Method in class com.opensymphony.xwork.util.CompoundRoot
 
peek() - Method in class com.opensymphony.xwork.util.OgnlValueStack
Get the object on the top of the stack without changing the stack.
pop() - Method in class com.opensymphony.xwork.util.CompoundRoot
 
pop() - Method in class com.opensymphony.xwork.util.OgnlValueStack
Get the object on the top of the stack and remove it from the stack.
preResultListeners - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
prepare() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
prepare() - Method in interface com.opensymphony.xwork.Preparable
This method is called to allow the action to prepare itself.
processingInstruction(String, String) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
proxy - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
publishException(ActionInvocation, ExceptionHolder) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
Default implementation to handle ExceptionHolder publishing.
push(Object) - Method in class com.opensymphony.xwork.util.CompoundRoot
 
push(Object) - Method in class com.opensymphony.xwork.util.OgnlValueStack
Put this object onto the top of the stack
pushAction - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
put(Object, Object) - Method in class com.opensymphony.xwork.ActionContext
Stores a value in the current ActionContext.
put(Object, Object) - Method in class com.opensymphony.xwork.util.XWorkMap
Deprecated. Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.opensymphony.xwork.util.XWorkMap
Deprecated. Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.

Q

Q_COL_ATTR - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Attribute qualified name for the column number
Q_LINE_ATTR - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Attribute qualified name for the line number
Q_SRC_ATTR - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Attribute qualified name for the location URI

R

REPORT_CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork.util.XWorkConverter
 
REPORT_ERRORS_ON_NO_PROP - Static variable in class com.opensymphony.xwork.util.OgnlValueStack
 
ReferenceResolverException - exception com.opensymphony.xwork.config.ReferenceResolverException.
Exception when a reference can't be resolved.
ReferenceResolverException() - Constructor for class com.opensymphony.xwork.config.ReferenceResolverException
 
ReferenceResolverException(String) - Constructor for class com.opensymphony.xwork.config.ReferenceResolverException
 
ReferenceResolverException(String, Throwable) - Constructor for class com.opensymphony.xwork.config.ReferenceResolverException
 
ReferenceResolverException(Throwable) - Constructor for class com.opensymphony.xwork.config.ReferenceResolverException
 
RegexFieldValidator - class com.opensymphony.xwork.validator.validators.RegexFieldValidator.
Validates a string field using a regular expression.
RegexFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.RegexFieldValidator
 
RepopulateConversionErrorFieldValidatorSupport - class com.opensymphony.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport.
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.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
RequiredFieldValidator - class com.opensymphony.xwork.validator.validators.RequiredFieldValidator.
RequiredFieldValidator checks if the specified field is not null.
RequiredFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.RequiredFieldValidator
 
RequiredStringValidator - class com.opensymphony.xwork.validator.validators.RequiredStringValidator.
RequiredStringValidator checks that a String field is non-null and has a length > 0.
RequiredStringValidator() - Constructor for class com.opensymphony.xwork.validator.validators.RequiredStringValidator
 
ResourceAware - interface com.opensymphony.xwork.interceptor.component.ResourceAware.
Deprecated. WebWork's IoC has been deprecated, please use an alternative such as Spring.
Result - interface com.opensymphony.xwork.Result.
All results (except for NONE) of an Action are mapped to a View implementation.
ResultConfig - class com.opensymphony.xwork.config.entities.ResultConfig.
Configuration for Result.
ResultConfig() - Constructor for class com.opensymphony.xwork.config.entities.ResultConfig
 
ResultConfig(String, String) - Constructor for class com.opensymphony.xwork.config.entities.ResultConfig
 
ResultConfig(String, String, Map) - Constructor for class com.opensymphony.xwork.config.entities.ResultConfig
 
ResultTypeConfig - class com.opensymphony.xwork.config.entities.ResultTypeConfig.
Configuration class for result types.
ResultTypeConfig() - Constructor for class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
ResultTypeConfig(String, String, String) - Constructor for class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
RuntimeConfiguration - interface com.opensymphony.xwork.config.RuntimeConfiguration.
RuntimeConfiguration
rebuildRuntimeConfiguration() - Method in interface com.opensymphony.xwork.config.Configuration
 
rebuildRuntimeConfiguration() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
rebuildRuntimeConfiguration() - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
registerConverter(String, TypeConverter) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
registerConverterNotFound(String) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
registerInstance(Class, Object) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
registerInstance(Class, Object) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
registerValidator(String, String) - Static method in class com.opensymphony.xwork.validator.ValidatorFactory
Registers the given validator to the existing map of validators.
reload() - Method in interface com.opensymphony.xwork.config.Configuration
 
reload() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
reload() - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
remove(Element, boolean) - Static method in class com.opensymphony.xwork.util.location.LocationAttributes
Remove the location attributes from a DOM element.
removePackageConfig(String) - Method in interface com.opensymphony.xwork.config.Configuration
 
removePackageConfig(String) - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
removePackageConfig(String) - Method in class com.opensymphony.xwork.mock.MockConfiguration
 
removeParent(PackageConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
repopulateField(Object) - Method in class com.opensymphony.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
reset() - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
reset() - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
reset() - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Clears all the internal lists.
reset() - Static method in class com.opensymphony.xwork.util.OgnlValueStack
 
resetInstance() - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
resolveEntity(String, String) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
resolveReferences(ActionInvocation) - Method in interface com.opensymphony.xwork.config.ExternalReferenceResolver
 
resolveReferences(ActionInvocation) - Method in class com.opensymphony.xwork.spring.SpringExternalReferenceResolver
 
result - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
result - Variable in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
The result
resultCode - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
results - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
runtimeConfiguration - Variable in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 

S

SESSION - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's session.
SRC_ATTR - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Attribute name for the location URI
SUCCESS - Static variable in interface com.opensymphony.xwork.Action
The action execution was successful.
ShortCircuitableValidator - interface com.opensymphony.xwork.validator.ShortCircuitableValidator.
This interface should be implemented by validators that can short-circuit the validator queue that it is in.
SpringExternalReferenceResolver - class com.opensymphony.xwork.spring.SpringExternalReferenceResolver.
Resolves an xwork external-ref references to a component available from Spring application context.
SpringExternalReferenceResolver() - Constructor for class com.opensymphony.xwork.spring.SpringExternalReferenceResolver
 
SpringObjectFactory - class com.opensymphony.xwork.spring.SpringObjectFactory.
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.xwork.spring.SpringObjectFactory
 
SpringProxyableObjectFactory - class com.opensymphony.xwork.spring.SpringProxyableObjectFactory.
SpringProxyableObjectFactory.
SpringProxyableObjectFactory() - Constructor for class com.opensymphony.xwork.spring.SpringProxyableObjectFactory
 
StaticParametersInterceptor - class com.opensymphony.xwork.interceptor.StaticParametersInterceptor.
This interceptor populates the action with the static parameters defined in the action configuration.
StaticParametersInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.StaticParametersInterceptor
 
StringLengthFieldValidator - class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator.
StringLengthFieldValidator checks that a String field is of a certain length.
StringLengthFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
saveLocale(ActionInvocation, Locale) - Method in class com.opensymphony.xwork.interceptor.I18nInterceptor
Save the given locale to the ActionInvocation.
set(int, Object) - Method in class com.opensymphony.xwork.util.XWorkList
Deprecated. Replaces the element at the specified position in this list with the specified element.
setAbstract(boolean) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setAction(Object) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
setAction(Object) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork.ActionSupport
 
setActionErrors(Collection) - Method in interface com.opensymphony.xwork.ValidationAware
Set the Collection of Action-level String error messages.
setActionErrors(Collection) - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
setActionInvocation(ActionInvocation) - Method in class com.opensymphony.xwork.ActionContext
Sets the action invocation (the execution state).
setActionMessages(Collection) - Method in class com.opensymphony.xwork.ActionSupport
 
setActionMessages(Collection) - Method in interface com.opensymphony.xwork.ValidationAware
Set the Collection of Action-level String messages (not errors).
setActionMessages(Collection) - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
setActionMessages(Collection) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
setActionName(String) - Method in class com.opensymphony.xwork.ActionChainResult
 
setActionName(String) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setAliasesKey(String) - Method in class com.opensymphony.xwork.interceptor.AliasInterceptor
 
setAllowed(String) - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
setAllowedCollection(Collection) - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
setAlwaysInvokePrepare(String) - Method in class com.opensymphony.xwork.interceptor.PrepareInterceptor
 
setAlwaysInvokeValidate(String) - Method in class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
 
setAppendPrefix(boolean) - Method in class com.opensymphony.xwork.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.xwork.ActionContext
Sets the action's application context.
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork.spring.SpringExternalReferenceResolver
 
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
Set the Spring ApplicationContext that should be used to look beans up with.
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
 
setAttributeName(String) - Method in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
setAutowireStrategy(int) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
Sets the autowiring strategy
setAutowireStrategy(Integer) - Method in class com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
 
setBlocked(String) - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
setBlockedCollection(Collection) - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
setCaseSensitive(boolean) - Method in class com.opensymphony.xwork.validator.validators.RegexFieldValidator
Sets whether the expression should be matched against in a case-sensitive way.
setClassName(String) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setClassName(String) - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
setClassName(String) - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
setClazz(String) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
setConfig(ComponentConfiguration) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
setConfig(ComponentConfiguration) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
setConfig(ActionConfig) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setConfiguration(Configuration) - Static method in class com.opensymphony.xwork.config.ConfigurationManager
 
setContext(ActionContext) - Static method in class com.opensymphony.xwork.ActionContext
Sets the action context for the current thread.
setContext(String) - Method in class com.opensymphony.xwork.validator.validators.VisitorFieldValidator
 
setContextMap(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets the action's context map.
setContinuationPackage(String) - Static method in class com.opensymphony.xwork.ObjectFactory
 
setConversionErrors(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets conversion errors which occurred when executing the action.
setCreatingNullObjects(Map, boolean) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setDefaultActionRef(String) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setDefaultBlock(boolean) - Method in class com.opensymphony.xwork.interceptor.ParameterFilterInterceptor
 
setDefaultConverter(TypeConverter) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
setDefaultInterceptorRef(String) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setDefaultMessage(String) - Method in interface com.opensymphony.xwork.validator.Validator
 
setDefaultMessage(String) - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
setDefaultMessage(String) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
setDefaultResultParam(String) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
setDefaultResultType(String) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
sets the default Result type for this package
setDefaultType(Class) - Method in class com.opensymphony.xwork.util.OgnlValueStack
Sets the default type to convert to if no type is provided when getting a value.
setDenyMethodExecution(Map, boolean) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
setElementClass(Class) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
setExceptionClassName(String) - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
setExcludeMethods(String) - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
setExcludes(Collection) - Method in class com.opensymphony.xwork.interceptor.ChainingInterceptor
 
setExecuteResult(boolean) - Method in interface com.opensymphony.xwork.ActionProxy
Sets whether this ActionProxy should also execute the Result after executing the Action
setExecuteResult(boolean) - Method in class com.opensymphony.xwork.DefaultActionProxy
 
setExecuteResult(boolean) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setExpectedFoo(String) - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
setExprOverrides(Map) - Method in class com.opensymphony.xwork.util.OgnlValueStack
 
setExpression(String) - Method in class com.opensymphony.xwork.validator.validators.ExpressionValidator
 
setExpression(String) - Method in class com.opensymphony.xwork.validator.validators.FieldExpressionValidator
 
setExpression(String) - Method in class com.opensymphony.xwork.validator.validators.RegexFieldValidator
Sets the regular expression to be matched.
setExternalRef(String) - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
setExternalRefResolver(ExternalReferenceResolver) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setFactory(ActionProxyFactory) - Static method in class com.opensymphony.xwork.ActionProxyFactory
Set the ActionProxyFactory implementation to use.
setFallback(ComponentManager) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
setFallback(ComponentManager) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
setFieldErrors(Map) - Method in class com.opensymphony.xwork.ActionSupport
 
setFieldErrors(Map) - Method in interface com.opensymphony.xwork.ValidationAware
Set the field error map of fieldname (String) to Collection of String error messages.
setFieldErrors(Map) - Method in class com.opensymphony.xwork.ValidationAwareSupport
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
setFieldName(String) - Method in interface com.opensymphony.xwork.validator.FieldValidator
Sets the field name to validate with this FieldValidator
setFieldName(String) - Method in class com.opensymphony.xwork.validator.validators.FieldValidatorSupport
 
setFoo(String) - Method in class com.opensymphony.xwork.mock.MockInterceptor
 
setFullPropertyPath(Map, String) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setGettingByKeyProperty(Map, boolean) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setIncludeMethods(String) - Method in class com.opensymphony.xwork.interceptor.MethodFilterInterceptor
 
setIncludes(Collection) - Method in class com.opensymphony.xwork.interceptor.ChainingInterceptor
 
setInstance(ObjectTypeDeterminer) - Static method in class com.opensymphony.xwork.util.ObjectTypeDeterminerFactory
 
setInstance(XWorkConverter) - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
setInstance(ActionValidatorManager) - Static method in class com.opensymphony.xwork.validator.ActionValidatorManagerFactory
 
setInterceptor(Interceptor) - Method in class com.opensymphony.xwork.config.entities.InterceptorMapping
 
setInvocation(ActionInvocation) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setInvocationContext(ActionContext) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
setKeyClass(Class) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
setKeyProperty(String) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
setLastBeanClassAccessed(Map, Class) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setLastBeanPropertyAccessed(Map, String) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setLastClassAccessed(Class) - Method in class com.opensymphony.xwork.util.ObjectProxy
 
setLastPropertyAccessed(String) - Method in class com.opensymphony.xwork.util.ObjectProxy
 
setLocale(Locale) - Method in class com.opensymphony.xwork.ActionContext
Sets the Locale for the current action.
setLocation(Location) - Method in class com.opensymphony.xwork.util.location.Located
Set the location of this object
setLogCategory(String) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
setLogCategory(String) - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
setLogEnabled(boolean) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
setLogLevel(String) - Method in class com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor
 
setLogLevel(String) - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
setMax(Date) - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
setMax(Integer) - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
setMaxExclusive(String) - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
setMaxInclusive(String) - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
setMaxLength(int) - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
setMessageKey(String) - Method in interface com.opensymphony.xwork.validator.Validator
 
setMessageKey(String) - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
setMessageKey(String) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
setMethod(String) - Method in class com.opensymphony.xwork.ActionChainResult
 
setMethod(String) - Method in interface com.opensymphony.xwork.ActionProxy
Sets the method to execute for the action invocation.
setMethod(String) - Method in class com.opensymphony.xwork.DefaultActionProxy
 
setMethod(String) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setMethodName(String) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setMin(Date) - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
setMin(Integer) - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
setMinExclusive(String) - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
setMinInclusive(String) - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
setMinLength(int) - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
setName(String) - Method in class com.opensymphony.xwork.ActionContext
Sets the name of the current Action in the ActionContext.
setName(String) - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.InterceptorMapping
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
setNamespace(String) - Method in class com.opensymphony.xwork.ActionChainResult
 
setNamespace(String) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setNamespace(String) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setObjectFactory(ObjectFactory) - Static method in class com.opensymphony.xwork.ObjectFactory
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
setPackageName(String) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setParameterName(String) - Method in class com.opensymphony.xwork.interceptor.I18nInterceptor
 
setParameters(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets the action parameters.
setParameters(Object, OgnlValueStack, Map) - Method in class com.opensymphony.xwork.interceptor.ParametersInterceptor
 
setParams(Map) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setParams(Map) - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
setParams(Map) - Method in interface com.opensymphony.xwork.config.entities.Parameterizable
 
setParams(Map) - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
setParams(Map) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
setParams(Map) - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
setParse(String) - Method in class com.opensymphony.xwork.interceptor.StaticParametersInterceptor
 
setProperties(Map, Object, Map) - Static method in class com.opensymphony.xwork.util.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) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Sets the object's properties using the default type converter.
setProperties(Map, Object) - Static method in class com.opensymphony.xwork.util.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) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Sets the properties on the object using the default context.
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.ObjectProxyPropertyAccessor
 
setProperty(String, Object, Object, Map) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Sets the named property to the supplied value on the Object, defaults to not throwing property exceptions.
setProperty(String, Object, Object, Map, boolean) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Sets the named property to the supplied value on the Object.
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.OgnlValueStack.ObjectAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkEnumerationAcccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkIteratorPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkListPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkMapPropertyAccessor
 
setProxy(ActionProxy) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
setReloadBundles(boolean) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
Should resorce bundles be reloaded.
setRepopulateField(String) - Method in class com.opensymphony.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
setReportingConversionErrors(Map, boolean) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setRequired(boolean) - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
setResult(String) - Method in class com.opensymphony.xwork.config.entities.ExceptionMappingConfig
 
setResult(Result) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
setResultCode(String) - Method in interface com.opensymphony.xwork.ActionInvocation
Sets the result code, possibly overriding the one returned by the action.
setResultCode(String) - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
setResultCode(String) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
setResults(Map) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setReturnedResult(String) - Method in class com.opensymphony.xwork.mock.MockActionProxy
 
setScope(String) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
Deprecated.  
setScope(String) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
Deprecated.  
setSession(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets a map of action session values.
setSetMap(Map, Map, String) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 
setShortCircuit(boolean) - Method in interface com.opensymphony.xwork.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.xwork.validator.ValidatorConfig
 
setShortCircuit(boolean) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
setShouldCreateIfNew(boolean) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
setStack(OgnlValueStack) - Method in class com.opensymphony.xwork.mock.MockActionInvocation
 
setTextProvider(TextProvider) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
setTrim(boolean) - Method in class com.opensymphony.xwork.validator.validators.RequiredStringValidator
 
setTrim(boolean) - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
setType(String) - Method in class com.opensymphony.xwork.validator.ValidatorConfig
 
setUp() - Method in class com.opensymphony.xwork.XWorkTestCase
 
setUseClassCache(boolean) - Method in class com.opensymphony.xwork.spring.SpringObjectFactory
 
setValidationAware(ValidationAware) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
setValidatorContext(ValidatorContext) - Method in interface com.opensymphony.xwork.validator.Validator
This method will be called before validate with a non-null ValidatorContext.
setValidatorContext(ValidatorContext) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
setValidatorType(String) - Method in interface com.opensymphony.xwork.validator.Validator
 
setValidatorType(String) - Method in class com.opensymphony.xwork.validator.validators.FieldValidatorSupport
 
setValidatorType(String) - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
setValue(Object) - Method in class com.opensymphony.xwork.util.ObjectProxy
 
setValue(String, Map, Object, Object) - Static method in class com.opensymphony.xwork.util.OgnlUtil
Wrapper around Ognl.setValue() to handle type conversion for collection elements.
setValue(String, Object) - Method in class com.opensymphony.xwork.util.OgnlValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValue(String, Object, boolean) - Method in class com.opensymphony.xwork.util.OgnlValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValueStack(OgnlValueStack) - Method in class com.opensymphony.xwork.ActionContext
Sets the OGNL value stack.
shouldAddError(String, Object) - Method in class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork.mock.MockObjectTypeDeterminer
 
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
Determines the boolean CreateIfNull property for a Collection or Map by getting it from the conversion properties file using the CreateIfNull_ prefix.
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in interface com.opensymphony.xwork.util.ObjectTypeDeterminer
 
shouldLog() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
Determines if we should log the time.
size() - Method in class com.opensymphony.xwork.util.OgnlValueStack
Get the number of objects in the stack s
skippedEntity(String) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
skippedEntity(String) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
skippedEntity(String) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
stack - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
startDocument() - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
startDocument() - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
startDocument() - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork.util.DomHelper.DOMBuilder
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork.util.location.LocationAttributes.Pipe
 

T

TYPE_CONVERTER - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's type converter.
TextParseUtil - class com.opensymphony.xwork.util.TextParseUtil.
Utility class for text parsing.
TextParseUtil() - Constructor for class com.opensymphony.xwork.util.TextParseUtil
 
TextParseUtil.ParsedValueEvaluator - interface com.opensymphony.xwork.util.TextParseUtil.ParsedValueEvaluator.
A parsed value evaluator for TextParseUtil.
TextProvider - interface com.opensymphony.xwork.TextProvider.
Provides access to ResourceBundles and their underlying text messages.
TextProviderSupport - class com.opensymphony.xwork.TextProviderSupport.
Default TextProvider implementation.
TextProviderSupport(Class, LocaleProvider) - Constructor for class com.opensymphony.xwork.TextProviderSupport
Constructor.
TextProviderSupport(ResourceBundle, LocaleProvider) - Constructor for class com.opensymphony.xwork.TextProviderSupport
Constructor.
TimerInterceptor - class com.opensymphony.xwork.interceptor.TimerInterceptor.
This interceptor logs the amount of time in milliseconds.
TimerInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.TimerInterceptor
 
TypeConversionException - exception com.opensymphony.xwork.util.TypeConversionException.
TypeConversionException should be thrown by any TypeConverters which fail to convert values
TypeConversionException() - Constructor for class com.opensymphony.xwork.util.TypeConversionException
Constructs a XworkException with no detail message.
TypeConversionException(String) - Constructor for class com.opensymphony.xwork.util.TypeConversionException
Constructs a XworkException with the specified detail message.
TypeConversionException(Throwable) - Constructor for class com.opensymphony.xwork.util.TypeConversionException
Constructs a XworkException with no detail message.
TypeConversionException(String, Throwable) - Constructor for class com.opensymphony.xwork.util.TypeConversionException
Constructs a XworkException with the specified detail message.
tearDown() - Method in class com.opensymphony.xwork.XWorkTestCase
 
toString() - Method in class com.opensymphony.xwork.XworkException
Returns a short description of this throwable object, including the location.
toString() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
toString() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
toString() - Method in class com.opensymphony.xwork.util.location.LocationImpl
 
toString(Location) - Static method in class com.opensymphony.xwork.util.location.LocationUtils
Builds a string representation of a location, in the "descripton - uri:line:column" format (e.g.
translateVariables(String, OgnlValueStack) - Static method in class com.opensymphony.xwork.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to OgnlValueStack.findValue(java.lang.String).
translateVariables(String, OgnlValueStack, TextParseUtil.ParsedValueEvaluator) - Static method in class com.opensymphony.xwork.util.TextParseUtil
Function similarly as TextParseUtil.translateVariables(char, String, OgnlValueStack) except for the introduction of an additional evaluator that allows the parsed value to be evaluated by the evaluator.
translateVariables(char, String, OgnlValueStack) - Static method in class com.opensymphony.xwork.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to OgnlValueStack.findValue(java.lang.String).
translateVariables(char, String, OgnlValueStack, Class) - Static method in class com.opensymphony.xwork.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, OgnlValueStack, Class, TextParseUtil.ParsedValueEvaluator) - Static method in class com.opensymphony.xwork.util.TextParseUtil
Converted object from variable translation.

U

UNKNOWN - Static variable in interface com.opensymphony.xwork.util.location.Location
Constant for unknown locations.
UNKNOWN_STRING - Static variable in class com.opensymphony.xwork.util.location.LocationUtils
The string representation of an unknown location: "[unknown location]".
URI - Static variable in class com.opensymphony.xwork.util.location.LocationAttributes
Namespace URI for location attributes
URLValidator - class com.opensymphony.xwork.validator.validators.URLValidator.
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.xwork.validator.validators.URLValidator
 
Unchainable - interface com.opensymphony.xwork.Unchainable.
Simple marker interface to indicate an object should not have it's properties copied during chaining.
updateCurrentPropertyPath(Map, Object) - Static method in class com.opensymphony.xwork.util.OgnlContextState
 

V

VALIDATION_CONFIG_SUFFIX - Static variable in class com.opensymphony.xwork.validator.DefaultActionValidatorManager
The file suffix for any validation file.
VALUE_STACK - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the OGNL value stack.
VALUE_STACK - Static variable in class com.opensymphony.xwork.util.OgnlValueStack
 
Validateable - interface com.opensymphony.xwork.Validateable.
Provides an interface in which a call for a validation check can be done.
ValidationAware - interface com.opensymphony.xwork.ValidationAware.
ValidationAware classes can accept Action (class level) or field level error messages.
ValidationAwareSupport - class com.opensymphony.xwork.ValidationAwareSupport.
Provides a default implementation of ValidationAware.
ValidationAwareSupport() - Constructor for class com.opensymphony.xwork.ValidationAwareSupport
 
ValidationException - exception com.opensymphony.xwork.validator.ValidationException.
ValidationException.
ValidationException() - Constructor for class com.opensymphony.xwork.validator.ValidationException
Constructs an Exception with no specified detail message.
ValidationException(String) - Constructor for class com.opensymphony.xwork.validator.ValidationException
Constructs an Exception with the specified detail message.
ValidationInterceptor - class com.opensymphony.xwork.validator.ValidationInterceptor.
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.xwork.validator.ValidationInterceptor
 
Validator - interface com.opensymphony.xwork.validator.Validator.
ValidatorConfig - class com.opensymphony.xwork.validator.ValidatorConfig.
Holds the necessary information for configuring an instance of a Validator.
ValidatorConfig() - Constructor for class com.opensymphony.xwork.validator.ValidatorConfig
 
ValidatorConfig(String, Map) - Constructor for class com.opensymphony.xwork.validator.ValidatorConfig
 
ValidatorContext - interface com.opensymphony.xwork.validator.ValidatorContext.
The context for validation.
ValidatorFactory - class com.opensymphony.xwork.validator.ValidatorFactory.
ValidatorFactory
ValidatorFileParser - class com.opensymphony.xwork.validator.ValidatorFileParser.
Parse the validation file.
ValidatorFileParser() - Constructor for class com.opensymphony.xwork.validator.ValidatorFileParser
 
ValidatorSupport - class com.opensymphony.xwork.validator.validators.ValidatorSupport.
Abstract implementation of the Validator interface suitable for subclassing.
ValidatorSupport() - Constructor for class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
VisitorFieldValidator - class com.opensymphony.xwork.validator.validators.VisitorFieldValidator.
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.xwork.validator.validators.VisitorFieldValidator
 
validate() - Method in class com.opensymphony.xwork.ActionSupport
A default implementation that validates nothing.
validate() - Method in interface com.opensymphony.xwork.Validateable
Performs validation.
validate(Object, String) - Method in interface com.opensymphony.xwork.validator.ActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Method in interface com.opensymphony.xwork.validator.ActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String) - Method in class com.opensymphony.xwork.validator.DefaultActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork.validator.DefaultActionValidatorManager
Validates an action give its context and a validation context.
validate(Object) - Method in interface com.opensymphony.xwork.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.xwork.validator.validators.AbstractRangeValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.DoubleRangeFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.ExpressionValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.FieldExpressionValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.RegexFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.RequiredFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.RequiredStringValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.URLValidator
 
validate(Object) - Method in class com.opensymphony.xwork.validator.validators.VisitorFieldValidator
 
verifyAction(String, String, Location) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
verifyResultType(String, Location) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 

W

warning(SAXParseException) - Method in class com.opensymphony.xwork.util.DomHelper.StartHandler
 

X

XMLNS_URI - Static variable in class com.opensymphony.xwork.util.DomHelper
 
XWorkBasicConverter - class com.opensymphony.xwork.util.XWorkBasicConverter.

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

XWorkBasicConverter() - Constructor for class com.opensymphony.xwork.util.XWorkBasicConverter
 
XWorkCollectionPropertyAccessor - class com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor.
 
XWorkCollectionPropertyAccessor() - Constructor for class com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor
 
XWorkContinuationConfig - class com.opensymphony.xwork.util.XWorkContinuationConfig.
RIFE Continuation configuration.
XWorkContinuationConfig() - Constructor for class com.opensymphony.xwork.util.XWorkContinuationConfig
 
XWorkConverter - class com.opensymphony.xwork.util.XWorkConverter.
XWorkConverter is a singleton used by many of the WebWork's Ognl extention points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object conversion.
XWorkConverter() - Constructor for class com.opensymphony.xwork.util.XWorkConverter
 
XWorkEnumerationAcccessor - class com.opensymphony.xwork.util.XWorkEnumerationAcccessor.
 
XWorkEnumerationAcccessor() - Constructor for class com.opensymphony.xwork.util.XWorkEnumerationAcccessor
 
XWorkIteratorPropertyAccessor - class com.opensymphony.xwork.util.XWorkIteratorPropertyAccessor.
 
XWorkIteratorPropertyAccessor() - Constructor for class com.opensymphony.xwork.util.XWorkIteratorPropertyAccessor
 
XWorkList - class com.opensymphony.xwork.util.XWorkList.
Deprecated. Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed.
XWorkList(Class) - Constructor for class com.opensymphony.xwork.util.XWorkList
Deprecated.  
XWorkList(Class, Collection) - Constructor for class com.opensymphony.xwork.util.XWorkList
Deprecated.  
XWorkList(Class, int) - Constructor for class com.opensymphony.xwork.util.XWorkList
Deprecated.  
XWorkListPropertyAccessor - class com.opensymphony.xwork.util.XWorkListPropertyAccessor.
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.xwork.util.XWorkListPropertyAccessor
 
XWorkMap - class com.opensymphony.xwork.util.XWorkMap.
Deprecated. Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed.
XWorkMap(Class) - Constructor for class com.opensymphony.xwork.util.XWorkMap
Deprecated.  
XWorkMapPropertyAccessor - class com.opensymphony.xwork.util.XWorkMapPropertyAccessor.
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
XWorkMapPropertyAccessor() - Constructor for class com.opensymphony.xwork.util.XWorkMapPropertyAccessor
 
XWorkMessages - interface com.opensymphony.xwork.XWorkMessages.
XworkMessages
XWorkMethodAccessor - class com.opensymphony.xwork.util.XWorkMethodAccessor.
Allows methods to be executed under normal cirumstances, except when XWorkMethodAccessor.DENY_METHOD_EXECUTION is in the action context with a value of true.
XWorkMethodAccessor() - Constructor for class com.opensymphony.xwork.util.XWorkMethodAccessor
 
XWorkObjectPropertyAccessor - class com.opensymphony.xwork.util.XWorkObjectPropertyAccessor.
 
XWorkObjectPropertyAccessor() - Constructor for class com.opensymphony.xwork.util.XWorkObjectPropertyAccessor
 
XWorkTestCase - class com.opensymphony.xwork.XWorkTestCase.
Base JUnit TestCase to extend for XWork specific unit tests.
XWorkTestCase() - Constructor for class com.opensymphony.xwork.XWorkTestCase
 
XmlConfigurationProvider - class com.opensymphony.xwork.config.providers.XmlConfigurationProvider.
Looks in the classpath for "xwork.xml" and uses it for the XWork configuration.
XmlConfigurationProvider() - Constructor for class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
XmlConfigurationProvider(String) - Constructor for class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
XmlHelper - class com.opensymphony.xwork.config.providers.XmlHelper.
XML utilities.
XmlHelper() - Constructor for class com.opensymphony.xwork.config.providers.XmlHelper
 
XworkException - exception com.opensymphony.xwork.XworkException.
A generic runtime exception that optionally contains Location information
XworkException() - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with no detail message.
XworkException(String) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the specified detail message.
XworkException(String, Object) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the specified detail message and target.
XworkException(Throwable) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the root cause
XworkException(Throwable, Object) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the root cause and target
XworkException(String, Throwable) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the specified detail message and exception cause.
XworkException(String, Throwable, Object) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the specified detail message, cause, and target

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