A B C D E F G H I L M N O P R S T U V 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.
AbstractLifecycleInterceptor - class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor.
AbstractLifecycleInterceptor
AbstractLifecycleInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.AbstractLifecycleInterceptor
 
AbstractRangeValidator - class com.opensymphony.xwork.validator.validators.AbstractRangeValidator.
AbstractRangeValidator
AbstractRangeValidator() - Constructor for class com.opensymphony.xwork.validator.validators.AbstractRangeValidator
 
Action - interface com.opensymphony.xwork.Action.
All Actions must minimally implement this interface, which exposes the execute() method.
ActionChainResult - class com.opensymphony.xwork.ActionChainResult.
A special kind of view that invokes GenericDispatch (using the previously existing ActionContext) and executes another action.
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, String, Map, Map, 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
 
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 - class com.opensymphony.xwork.validator.ActionValidatorManager.
This is the entry point into XWork's rule-based validation framework.
ActionValidatorManager() - Constructor for class com.opensymphony.xwork.validator.ActionValidatorManager
 
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
 
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
Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.opensymphony.xwork.util.XWorkList
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
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
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
 
addEnabler(Class, Class) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
 
addEnabler(Class, Class) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
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
 
addGlobalResultConfig(ResultConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addGlobalResultConfigs(Map) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
addInterceptor(Interceptor) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
addInterceptor(Interceptor) - Method in interface com.opensymphony.xwork.config.entities.InterceptorListHolder
 
addInterceptor(Interceptor) - 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
 
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
 
addParam(String, Object) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
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
 
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.
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() - 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.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
 
after(ActionInvocation, String) - Method in class com.opensymphony.xwork.validator.ValidationInterceptor
Does nothing in this implementation.

B

before() - 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.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
 
before(ActionInvocation) - Method in class com.opensymphony.xwork.validator.ValidationInterceptor
Gets the current action and its context and calls ActionValidatorManager.validate(java.lang.Object, java.lang.String).
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(ActionConfig) - Method in class com.opensymphony.xwork.ObjectFactory
Build an Action of the given type
buildBean(Class) - Method in class com.opensymphony.xwork.ObjectFactory
Build a generic Java object of the given type.
buildBean(String) - Method in class com.opensymphony.xwork.ObjectFactory
Build a generic Java object of the given type.
buildConverterFilename(Class) - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
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) - 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.
buildValidator(String, 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.ActionValidatorManager
Builds a key for validators - used when caching validators.

C

COMPONENT_MANAGER - Static variable in class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
 
COMPONENT_MANAGER_KEY - Static variable in interface com.opensymphony.xwork.interceptor.component.ComponentManager
 
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_NULL_OBJECTS - Static variable in class com.opensymphony.xwork.util.InstantiatingNullHandler
 
ChainingInterceptor - class com.opensymphony.xwork.interceptor.ChainingInterceptor.
 
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.
 
ComponentInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.component.ComponentInterceptor
 
ComponentManager - interface com.opensymphony.xwork.interceptor.component.ComponentManager.
 
CompoundRoot - class com.opensymphony.xwork.util.CompoundRoot.
 
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.
 
CompoundRootAccessor() - Constructor for class com.opensymphony.xwork.util.CompoundRootAccessor
 
Configuration - interface com.opensymphony.xwork.config.Configuration.
Created by IntelliJ IDEA.
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(Throwable) - 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.
ConfigurationManager - class com.opensymphony.xwork.config.ConfigurationManager.
ConfigurationManager
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.
ConversionErrorFieldValidator
ConversionErrorFieldValidator() - Constructor for class com.opensymphony.xwork.validator.validators.ConversionErrorFieldValidator
 
ConversionErrorInterceptor - class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor.
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors
ConversionErrorInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
 
cachedClass - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
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
 
classForName(String, Map) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
className - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
clearConfigurationProviders() - Static method in class com.opensymphony.xwork.config.ConfigurationManager
clears the registered ConfigurationProviders.
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.util - package com.opensymphony.xwork.util
 
com.opensymphony.xwork.validator - package com.opensymphony.xwork.validator
 
com.opensymphony.xwork.validator.validators - package com.opensymphony.xwork.validator.validators
 
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.
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork.util.XWorkBasicConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork.util.XWorkConverter
 
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() - 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) - 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) - 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_INVALID_FIELDVALUE - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
DEFAULT_PARAM - Static variable in class com.opensymphony.xwork.ActionChainResult
 
DENY_METHOD_EXECUTION - Static variable in class com.opensymphony.xwork.util.XWorkMethodAccessor
 
DateRangeFieldValidator - class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator.
DateRangeFieldValidator
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) - 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
 
DefaultComponentManager - class com.opensymphony.xwork.interceptor.component.DefaultComponentManager.
 
DefaultComponentManager() - Constructor for class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
DefaultConfiguration - class com.opensymphony.xwork.config.impl.DefaultConfiguration.
DefaultConfiguration
DefaultConfiguration() - Constructor for class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
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.
 
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.AroundInterceptor
 
destroy() - Method in class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
 
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.TimerInterceptor
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
 
dispose() - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
dispose() - Method in interface com.opensymphony.xwork.interceptor.component.Disposable
 
doDefault() - Method in class com.opensymphony.xwork.ActionSupport
 

E

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
 
ExpressionValidator - class com.opensymphony.xwork.validator.validators.ExpressionValidator.
ExpressionValidator
ExpressionValidator() - Constructor for class com.opensymphony.xwork.validator.validators.ExpressionValidator
 
ExternalReference - class com.opensymphony.xwork.config.entities.ExternalReference.
 
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.
 
ExternalReferencesInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ExternalReferencesInterceptor
 
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.InterceptorConfig
 
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.interceptor.LoggingInterceptor
 
equals(Object) - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 
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.
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

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.
FieldValidatorSupport Created : Jan 20, 2003 4:08:40 PM
FieldValidatorSupport() - Constructor for class com.opensymphony.xwork.validator.validators.FieldValidatorSupport
 
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
 
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
 
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
Returns the element at the specified position in this list.
get(Object) - Method in class com.opensymphony.xwork.util.XWorkMap
Returns the value to which the specified key is mapped in this identity hash map.
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
 
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
 
getAllActionConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
returns the Map of all the ActionConfigs 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.
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.
getClassInstance(String) - Method in class com.opensymphony.xwork.ObjectFactory
Utility method to obtain the class matched to className.
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
 
getCollectionType(Class, String) - Method in class com.opensymphony.xwork.util.InstantiatingNullHandler
 
getComponent(Class) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
 
getComponent(Class) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
getComponentInstance(Class) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
 
getComponentInstance(Class) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
getConfig() - Method in interface com.opensymphony.xwork.ActionProxy
 
getConfig() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
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.
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
 
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.validators.ValidatorSupport
 
getDefaultResultType() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
Returns the default result type for this package.
getErrorMessages() - Method in class com.opensymphony.xwork.ActionSupport
Deprecated. Use ActionSupport.getActionErrors().
getErrors() - Method in class com.opensymphony.xwork.ActionSupport
Deprecated. Use ActionSupport.getFieldErrors().
getExecuteResult() - Method in interface com.opensymphony.xwork.ActionProxy
 
getExecuteResult() - Method in class com.opensymphony.xwork.DefaultActionProxy
 
getExpression() - Method in class com.opensymphony.xwork.validator.validators.ExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork.validator.validators.FieldExpressionValidator
 
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
 
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.
getGlobalResultConfigs() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
gets the global ResultConfigs local to this package
getInputStream(String) - Method in class com.opensymphony.xwork.config.providers.XmlConfigurationProvider
 
getInstance() - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
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
 
getInvocationContext() - Method in interface com.opensymphony.xwork.ActionInvocation
Gets the ActionContext associated with this ActionInvocation.
getInvocationContext() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
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
 
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
 
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.validators.ValidatorSupport
 
getMethod(Class) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
Returns cached instance of the action method or null if method name was not specified
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
 
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.ExternalReference
 
getName() - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
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
 
getObjectFactory() - Static method in class com.opensymphony.xwork.ObjectFactory
 
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
 
getPackageConfigNames() - Method in interface com.opensymphony.xwork.config.Configuration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
getPackageConfigs() - Method in interface com.opensymphony.xwork.config.Configuration
 
getPackageConfigs() - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
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.InterceptorConfig
 
getParams() - Method in interface com.opensymphony.xwork.config.entities.Parameterizable
 
getParams() - Method in class com.opensymphony.xwork.config.entities.ResultConfig
 
getParams(Element) - Static method in class com.opensymphony.xwork.config.providers.XmlHelper
 
getParents() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork.util.CompoundRootAccessor
 
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
 
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.
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.
getResultCode() - Method in interface com.opensymphony.xwork.ActionInvocation
Gets the result code returned from this ActionInvocation
getResultCode() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
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
 
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.
getStack() - Method in interface com.opensymphony.xwork.ActionInvocation
 
getStack() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
getText(String) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, List) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, List) - Method in class com.opensymphony.xwork.ActionSupport
 
getText(String, String, List, OgnlValueStack) - Method in class com.opensymphony.xwork.ActionSupport
 
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, 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, 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, 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) - 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, List) - 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, 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) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, List) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, List) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getText(String, String, List, OgnlValueStack) - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getTextProvider() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getTexts(String) - Method in class com.opensymphony.xwork.ActionSupport
 
getTexts() - Method in class com.opensymphony.xwork.ActionSupport
 
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
 
getTrim() - Method in class com.opensymphony.xwork.validator.validators.RequiredStringValidator
 
getTrim() - Method in class com.opensymphony.xwork.validator.validators.StringLengthFieldValidator
 
getValidationAware() - Method in class com.opensymphony.xwork.validator.DelegatingValidatorContext
 
getValidator(String, Map) - Static method in class com.opensymphony.xwork.validator.ValidatorFactory
 
getValidatorContext() - Method in interface com.opensymphony.xwork.validator.Validator
 
getValidatorContext() - Method in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
getValidators(Class, String) - Static method in class com.opensymphony.xwork.validator.ActionValidatorManager
Returns a list of validators for the given class and context.
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.
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
Checks whether there are any Action-level messages.
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.InterceptorConfig
 
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.interceptor.LoggingInterceptor
 
hashCode() - Method in class com.opensymphony.xwork.interceptor.TimerInterceptor
 

I

INPUT - Static variable in interface com.opensymphony.xwork.Action
The action execution require more input in order to succeed.
Initializable - interface com.opensymphony.xwork.interceptor.component.Initializable.
 
InstantiatingNullHandler - class com.opensymphony.xwork.util.InstantiatingNullHandler.
Normally does nothing, but if InstantiatingNullHandler.CREATE_NULL_OBJECTS is in the action context with a value of true, then this class will attempt to create null objects when Ognl requests null objects be created.
InstantiatingNullHandler() - Constructor for class com.opensymphony.xwork.util.InstantiatingNullHandler
 
IntRangeFieldValidator - class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator.
IntRangeFieldValidator Created : Jan 20, 2003 11:36:43 PM
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.
Created by IntelliJ IDEA.
InterceptorBuilder() - Constructor for class com.opensymphony.xwork.config.providers.InterceptorBuilder
 
InterceptorConfig - class com.opensymphony.xwork.config.entities.InterceptorConfig.
Created by IntelliJ IDEA.
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
InterceptorStackConfig - class com.opensymphony.xwork.config.entities.InterceptorStackConfig.
Created by IntelliJ IDEA.
InterceptorStackConfig() - Constructor for class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
InterceptorStackConfig(String) - Constructor for class com.opensymphony.xwork.config.entities.InterceptorStackConfig
 
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.AroundInterceptor
 
init() - Method in class com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor
 
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.TimerInterceptor
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName.
init() - Method in interface com.opensymphony.xwork.interceptor.component.Initializable
 
initializeObject(Object) - Method in interface com.opensymphony.xwork.interceptor.component.ComponentManager
 
initializeObject(Object) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
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.DefaultWorkflowInterceptor
 
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.TimerInterceptor
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
 
invokeAction(Action, ActionConfig) - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
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.
isExecuted() - Method in interface com.opensymphony.xwork.ActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork.DefaultActionInvocation
 
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork.ObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
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.validators.ValidatorSupport
 

L

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
 
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
 
LoggingInterceptor - class com.opensymphony.xwork.interceptor.LoggingInterceptor.
LoggingInterceptor Created : Jan 9, 2003 1:23:03 AM
LoggingInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.LoggingInterceptor
 
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.
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
 
log - Variable in class com.opensymphony.xwork.interceptor.AroundInterceptor
 
log - Variable in class com.opensymphony.xwork.validator.validators.ValidatorSupport
 
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.

M

MISSING_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
MISSING_PACKAGE_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork.XWorkMessages
 
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 model from the Action on to the value stack.
ModelDrivenInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.ModelDrivenInterceptor
 
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.config.entities.ActionConfig
 
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.
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.
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
 
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
 

P

PARAMETERS - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's parameters.
PackageConfig - class com.opensymphony.xwork.config.entities.PackageConfig.
 
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
 
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.
An interceptor that gets the parameters Map from the action context and calls setValue on the value stack with the property name being the key in the map, and the value being the associated value in the map.
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.
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.
PrepareInterceptor calls prepare() on Actions which implement com.opensymphony.xwork.Preparable
PrepareInterceptor() - Constructor for class com.opensymphony.xwork.interceptor.PrepareInterceptor
 
packageName - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
params - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 
parseActionValidators(InputStream) - Static method in class com.opensymphony.xwork.validator.ValidatorFileParser
 
parseValidatorDefinitions(InputStream) - Static method in class com.opensymphony.xwork.validator.ValidatorFileParser
 
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.
printStackTrace(PrintStream) - Method in class com.opensymphony.xwork.XworkException
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class com.opensymphony.xwork.XworkException
Prints this Throwable and its backtrace to the specified print writer.
proxy - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
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
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.opensymphony.xwork.util.XWorkMap
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.

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.
 
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
 
RequiredFieldValidator - class com.opensymphony.xwork.validator.validators.RequiredFieldValidator.
RequiredFieldValidator
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 (i.e.
RequiredStringValidator() - Constructor for class com.opensymphony.xwork.validator.validators.RequiredStringValidator
 
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.
Created by IntelliJ IDEA.
ResultConfig() - Constructor for class com.opensymphony.xwork.config.entities.ResultConfig
 
ResultConfig(String, Class) - Constructor for class com.opensymphony.xwork.config.entities.ResultConfig
 
ResultConfig(String, Class, Map) - 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.
Created by IntelliJ IDEA.
ResultTypeConfig() - Constructor for class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
ResultTypeConfig(String, Class) - 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
 
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
 
registerInstance(Class, Object) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
registerValidator(String, String) - Static method in class com.opensymphony.xwork.validator.ValidatorFactory
 
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().
removePackageConfig(String) - Method in interface com.opensymphony.xwork.config.Configuration
 
removePackageConfig(String) - Method in class com.opensymphony.xwork.config.impl.DefaultConfiguration
 
removeParent(PackageConfig) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
resetInstance() - Static method in class com.opensymphony.xwork.util.XWorkConverter
 
resolveReferences(ActionInvocation) - Method in interface com.opensymphony.xwork.config.ExternalReferenceResolver
 
result - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
resultCode - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 
results - Variable in class com.opensymphony.xwork.config.entities.ActionConfig
 

S

SESSION - Static variable in class com.opensymphony.xwork.ActionContext
Constant for the action's session.
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.
StaticParametersInterceptor - class com.opensymphony.xwork.interceptor.StaticParametersInterceptor.
Populates the Action with the static parameters defined in the Action configuration by treating the Action as a bean.
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
 
set(int, Object) - Method in class com.opensymphony.xwork.util.XWorkList
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
 
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
 
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.
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(Class) - Method in class com.opensymphony.xwork.config.entities.ResultTypeConfig
 
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.
setConversionErrors(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets conversion errors which occurred when executing the action.
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.validators.ValidatorSupport
 
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.
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
 
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
 
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
 
setFallback(ComponentManager) - Method in class com.opensymphony.xwork.interceptor.component.DefaultComponentManager
 
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
 
setLocale(Locale) - Method in class com.opensymphony.xwork.ActionContext
Sets the Locale for the current action.
setMax(Date) - Method in class com.opensymphony.xwork.validator.validators.DateRangeFieldValidator
 
setMax(Integer) - Method in class com.opensymphony.xwork.validator.validators.IntRangeFieldValidator
 
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.validators.ValidatorSupport
 
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
 
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.ExternalReference
 
setName(String) - Method in class com.opensymphony.xwork.config.entities.InterceptorConfig
 
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
sets the namespace of the Action that we're chaining to.
setNamespace(String) - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
setObjectFactory(ObjectFactory) - Static method in class com.opensymphony.xwork.ObjectFactory
 
setPackageName(String) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setParameters(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets the action parameters.
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
 
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(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.XWorkEnumerationAcccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork.util.XWorkIteratorPropertyAccessor
 
setReloadBundles(boolean) - Static method in class com.opensymphony.xwork.util.LocalizedTextUtil
 
setRequired(boolean) - Method in class com.opensymphony.xwork.config.entities.ExternalReference
 
setResults(Map) - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
setSession(Map) - Method in class com.opensymphony.xwork.ActionContext
Sets a map of action session values.
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.validators.ValidatorSupport
 
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
 
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
 
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
 
size() - Method in class com.opensymphony.xwork.util.OgnlValueStack
Get the number of objects in the stack
stack - Variable in class com.opensymphony.xwork.DefaultActionInvocation
 

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
 
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
 
TextProviderSupport(ResourceBundle, LocaleProvider) - Constructor for class com.opensymphony.xwork.TextProviderSupport
 
TimerInterceptor - class com.opensymphony.xwork.interceptor.TimerInterceptor.
TimerInterceptor Created : Jan 9, 2003 1:15:53 AM
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.
toString() - Method in class com.opensymphony.xwork.XworkException
Returns a short description of this throwable object.
toString() - Method in class com.opensymphony.xwork.config.entities.ActionConfig
 
toString() - Method in class com.opensymphony.xwork.config.entities.PackageConfig
 
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).

U

URLValidator - class com.opensymphony.xwork.validator.validators.URLValidator.
URLValidator checks that a given field is a String and a valid URL
URLValidator() - Constructor for class com.opensymphony.xwork.validator.validators.URLValidator
 

V

VALIDATION_CONFIG_SUFFIX - Static variable in class com.opensymphony.xwork.validator.ActionValidatorManager
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 Created : Jan 20, 2003 11:45:07 PM
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.
Validates an action.
ValidationInterceptor() - Constructor for class com.opensymphony.xwork.validator.ValidationInterceptor
 
Validator - interface com.opensymphony.xwork.validator.Validator.
Validator
ValidatorContext - interface com.opensymphony.xwork.validator.ValidatorContext.
The context for validation.
ValidatorFactory - class com.opensymphony.xwork.validator.ValidatorFactory.
ValidatorFactory Created : Jan 20, 2003 12:11:11 PM
ValidatorFileParser - class com.opensymphony.xwork.validator.ValidatorFileParser.
ValidatorFileParser Created : Jan 20, 2003 1:30:53 PM
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
 
validate(Object, String) - Static method in class com.opensymphony.xwork.validator.ActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Static method in class com.opensymphony.xwork.validator.ActionValidatorManager
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.ConversionErrorFieldValidator
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.EmailValidator
 
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.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
 

X

XWorkBasicConverter - class com.opensymphony.xwork.util.XWorkBasicConverter.
Default type converter for XWork.
XWorkBasicConverter() - Constructor for class com.opensymphony.xwork.util.XWorkBasicConverter
 
XWorkConverter - class com.opensymphony.xwork.util.XWorkConverter.
OGNL TypeConverter for WebWork.
XWorkEnumerationAcccessor - class com.opensymphony.xwork.util.XWorkEnumerationAcccessor.
User: plightbo Date: Nov 13, 2003 Time: 7:13:37 AM
XWorkEnumerationAcccessor() - Constructor for class com.opensymphony.xwork.util.XWorkEnumerationAcccessor
 
XWorkIteratorPropertyAccessor - class com.opensymphony.xwork.util.XWorkIteratorPropertyAccessor.
User: plightbo Date: Nov 13, 2003 Time: 7:12:22 AM
XWorkIteratorPropertyAccessor() - Constructor for class com.opensymphony.xwork.util.XWorkIteratorPropertyAccessor
 
XWorkList - class com.opensymphony.xwork.util.XWorkList.
A simple list that guarantees that inserting and retrieving objects will always work regardless of the current size of the list.
XWorkList(Class) - Constructor for class com.opensymphony.xwork.util.XWorkList
 
XWorkList(Class, Collection) - Constructor for class com.opensymphony.xwork.util.XWorkList
 
XWorkList(Class, int) - Constructor for class com.opensymphony.xwork.util.XWorkList
 
XWorkMap - class com.opensymphony.xwork.util.XWorkMap.
A simple map that guarantees that retrieving objects will never return null and insertions will perform type conversion if necessary.
XWorkMap(Class) - Constructor for class com.opensymphony.xwork.util.XWorkMap
 
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
 
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.
Created by IntelliJ IDEA.
XmlHelper() - Constructor for class com.opensymphony.xwork.config.providers.XmlHelper
 
XworkException - exception com.opensymphony.xwork.XworkException.
XworkException
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(Throwable) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with no detail message.
XworkException(String, Throwable) - Constructor for class com.opensymphony.xwork.XworkException
Constructs a XworkException with the specified detail message.

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