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

A

AbstractFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
AbstractFieldValidatorDescription
AbstractFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
AbstractFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
AbstractInterceptor - Class in com.opensymphony.xwork2.interceptor
Provides default implementations of optional lifecycle methods
AbstractInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AbstractInterceptor
 
AbstractRangeValidator - Class in com.opensymphony.xwork2.validator.validators
Base class for range based validators.
AbstractRangeValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
acceptableErrorValue(Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
not used
acceptableName(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
acceptableParameterName(String) - Method in interface com.opensymphony.xwork2.interceptor.ParameterNameAware
Returns true if the action will accept the parameter with the given name.
accessor - Static variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
Action - Interface in com.opensymphony.xwork2
All actions may implement this interface, which exposes the execute() method.
action - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
action - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
action - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
ACTION_EXECUTION_ERROR - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
ACTION_INVOCATION - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's invocation context.
ACTION_NAME - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the name of the action being executed.
ActionAutowiringInterceptor - Class in com.opensymphony.xwork2.spring.interceptor
TODO: Give a description of the Interceptor
ActionAutowiringInterceptor() - Constructor for class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
ActionChainResult - Class in com.opensymphony.xwork2
This result invokes an entire other action, complete with it's own interceptor stack and result
ActionChainResult() - Constructor for class com.opensymphony.xwork2.ActionChainResult
 
ActionChainResult(String, String, String) - Constructor for class com.opensymphony.xwork2.ActionChainResult
 
ActionChainResult(String, String, String, String) - Constructor for class com.opensymphony.xwork2.ActionChainResult
 
ActionConfig - Class in com.opensymphony.xwork2.config.entities
Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
ActionConfig() - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(String, Class, Map<String, Object>, Map<String, ResultConfig>, List<InterceptorMapping>) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(String, Class, Map<String, Object>, Map<String, ResultConfig>, List<InterceptorMapping>, List<ExceptionMappingConfig>) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(String, String, Map<String, Object>, Map<String, ResultConfig>, List<InterceptorMapping>) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(String, String, Map<String, Object>, Map<String, ResultConfig>, List<InterceptorMapping>, List<ExceptionMappingConfig>) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(String, String, String, Map<String, Object>, Map<String, ResultConfig>, List<InterceptorMapping>) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfig(String, String, String, Map<String, Object>, Map<String, ResultConfig>, List<InterceptorMapping>, List<ExceptionMappingConfig>) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
 
ActionConfigMatcher - Class in com.opensymphony.xwork2.config.impl
Matches paths against pre-compiled wildcard expressions pulled from action configs.
ActionConfigMatcher(Map<String, ActionConfig>) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
ActionConfigMatcher(Map<String, ActionConfig>, boolean) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
ActionConfigMatcher.Mapping - Class in com.opensymphony.xwork2.config.impl
Stores a compiled wildcard pattern and the ActionConfig it came from.
ActionConfigMatcher.Mapping(String, int[], ActionConfig) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
Contructs a read-only Mapping instance.
actionConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
ActionContext - Class in com.opensymphony.xwork2
The ActionContext is the context in which an Action is executed.
ActionContext(Map) - Constructor for class com.opensymphony.xwork2.ActionContext
Creates a new ActionContext initialized with another context.
actionContext - Static variable in class com.opensymphony.xwork2.ActionContext
 
ActionContext.ActionContextThreadLocal - Class in com.opensymphony.xwork2
 
ActionContext.ActionContextThreadLocal() - Constructor for class com.opensymphony.xwork2.ActionContext.ActionContextThreadLocal
 
actionErrors - Variable in class com.opensymphony.xwork2.ValidationAwareSupport
 
ActionEventListener - Interface in com.opensymphony.xwork2
Provides hooks for handling key action events
actionEventListener - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
actionEventListener - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
actionEventListener - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
ActionInvocation - Interface in com.opensymphony.xwork2
An ActionInvocation represents the execution state of an Action.
actionMessages - Variable in class com.opensymphony.xwork2.ValidationAwareSupport
 
actionName - Variable in class com.opensymphony.xwork2.ActionChainResult
 
actionName - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
actionName - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
ActionProxy - Interface in com.opensymphony.xwork2
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
actionProxyFactory - Variable in class com.opensymphony.xwork2.ActionChainResult
 
ActionProxyFactory - Interface in com.opensymphony.xwork2
The ActionProxyFactory is used to create ActionProxies to be executed.
actionProxyFactory - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
actionProxyFactory - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
ActionSupport - Class in com.opensymphony.xwork2
Provides a default implementation for the most common actions.
ActionSupport() - Constructor for class com.opensymphony.xwork2.ActionSupport
 
ActionValidatorManager - Interface in com.opensymphony.xwork2.validator
ActionValidatorManager
ActionValidatorManagerFactory - Class in com.opensymphony.xwork2.validator
ActionValidatorManagerFactory
ActionValidatorManagerFactory() - Constructor for class com.opensymphony.xwork2.validator.ActionValidatorManagerFactory
 
ACTIVATE_PROPERTY - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
System property that controls whether this timer should be used or not.
add(int, Object) - Method in class com.opensymphony.xwork2.util.SurrugateList
 
add(Object) - Method in class com.opensymphony.xwork2.util.SurrugateList
 
add(int, Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated. Inserts the specified element at the specified position in this list.
add(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated. Appends the specified element to the end of this list.
addAction(Element, PackageConfig) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
addActionConfig(String, ActionConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addActionError(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
addActionError(String) - Method in interface com.opensymphony.xwork2.ValidationAware
Add an Action-level error message to this Action.
addActionError(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
addActionError(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
addActionError(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
addActionError(Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
addActionError(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
addActionMessage(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
addActionMessage(String) - Method in interface com.opensymphony.xwork2.ValidationAware
Add an Action-level message to this Action.
addActionMessage(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
addActionMessage(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
addActionMessage(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
addAll(Collection) - Method in class com.opensymphony.xwork2.util.SurrugateList
 
addAll(int, Collection) - Method in class com.opensymphony.xwork2.util.SurrugateList
 
addAll(Collection) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated. Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated. Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAllFields(Class, Class, List<Field>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Adds all fields with the specified Annotation of class clazz and its superclasses to allFields
addAllInterfaces(Class, List) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
 
addAllMethods(Class, Class, List<Method>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields
addAllParents(List<PackageConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addChild(ProfilingTimerBean) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
addConfigurationProvider(ConfigurationProvider) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
adds a configuration provider to the List of ConfigurationProviders.
addConverterMapping(Map, Class) - Method in class com.opensymphony.xwork2.util.AnnotationXWorkConverter
Looks for converter mappings for the specified class and adds it to an existing map.
addConverterMapping(Map<String, Object>, Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
Looks for converter mappings for the specified class and adds it to an existing map.
addDefaultResourceBundle(String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Add's the bundle to the internal list of default bundles.
addEnumeration(Enumeration<E>) - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
addExceptionMapping(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
addExceptionMappingConfig(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addExceptionMappings(List<? extends ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
 
addFieldError(String, String) - Method in interface com.opensymphony.xwork2.ValidationAware
Add an error message for a given field.
addFieldError(String, String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
addFieldError(String, Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
addFinder(LocationUtils.LocationFinder) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Add a LocationUtils.LocationFinder to the list of finders that will be queried for an object's location by LocationUtils.getLocation(Object, String).
addGlobalExceptionMappingConfigs(List) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addGlobalResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addGlobalResultConfigs(Map) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addIfMatching(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addInjectors(Class, List<ContainerImpl.Injector>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Recursively adds injectors for fields and methods from the given class to the given list.
addInjectorsForFields(Field[], boolean, List<ContainerImpl.Injector>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
addInjectorsForMembers(List<M>, boolean, List<ContainerImpl.Injector>, ContainerImpl.InjectorFactory<M>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
addInjectorsForMethods(Method[], boolean, List<ContainerImpl.Injector>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
addInterceptor(InterceptorMapping) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
 
addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
addInterceptorConfig(InterceptorConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
addInterceptors(List<InterceptorMapping>) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
 
addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
addInterceptorStackConfig(InterceptorStackConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addLocationAttributes(Locator, Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Add location attributes to a set of SAX attributes.
addPackage(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Create a PackageConfig from an XML element representing it.
addPackageConfig(String, PackageConfig) - Method in interface com.opensymphony.xwork2.config.Configuration
 
addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
addParam(String, Object) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
addParam(String, Object) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
addParam(String, Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
addParam(String, Object) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
 
addParam(String, Object) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
addParent(PackageConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addParent(ProfilingTimerBean) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
addPreResultListener(PreResultListener) - Method in interface com.opensymphony.xwork2.ActionInvocation
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the Result is executed.
addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
addResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
addResultTypeConfig(ResultTypeConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
addResultTypes(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
addToHistory(String, String, String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
addValidatorConfigs(NodeList, Map, List) - Static method in class com.opensymphony.xwork2.validator.ValidatorFileParser
 
After - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
Marks a action method that needs to be called after the main action method and the result was executed.
alias(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
alias(Class<T>, String, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an existing factory to a new name.
alias(Key<T>, Key<T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an existing dependency.
aliasesKey - Variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
AliasInterceptor - Class in com.opensymphony.xwork2.interceptor
The aim of this Interceptor is to alias a named parameter to a different named parameter.
AliasInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
allowed - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
ALT_PREPARE_PREFIX - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
ALT_VALIDATE_PREFIX - Static variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
alwaysInvokePrepare - Variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
alwaysInvokeValidate - Variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
annotation - Variable in class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
 
AnnotationActionValidatorManager - Class in com.opensymphony.xwork2.validator
AnnotationActionValidatorManager

This is the entry point into XWork's annotations-based validator framework.

AnnotationActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
AnnotationUtils - Class in com.opensymphony.xwork2.util
AnnotationUtils Various utility methods dealing with annotations
AnnotationUtils() - Constructor for class com.opensymphony.xwork2.util.AnnotationUtils
 
AnnotationValidationConfigurationBuilder - Class in com.opensymphony.xwork2.validator
AnnotationValidationConfigurationBuilder
AnnotationValidationConfigurationBuilder() - Constructor for class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
AnnotationWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor.annotations
Invokes any annotated methods on the action.
AnnotationWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
AnnotationXWorkConverter - Class in com.opensymphony.xwork2.util

Type conversion is great for situations where you need to turn a String in to a more complex object.

AnnotationXWorkConverter() - Constructor for class com.opensymphony.xwork2.util.AnnotationXWorkConverter
 
appContext - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
appendPrefix - Variable in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
appendPrefix - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
APPLICATION - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's application context.
APPLICATION_CONTEXT - Static variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
apply(F) - Method in interface com.opensymphony.xwork2.inject.util.Function
Applies the function to an object of type F, resulting in an object of type T.
applyInterceptor(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
applyMethod(Set, Set, String) - Static method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
Static method to decide if the specified method should be apply (not filtered) depending on the set of excludeMethods and includeMethods.
applyMethod(String, String, String) - Static method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
Same as MethodFilterInterceptorUtil.applyMethod(Set, Set, String), except that excludeMethods and includeMethods are supplied as comma separated string.
args - Variable in class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
asCollection(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
Return a collection from the comma delimited String.
asCollection(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Return a collection from the comma delimited String.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
Returns the validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
Returns the field validator XML definition.
asFieldXml() - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
Returns the validator XML definition.
asProperty() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Returns the conversion description as property entry.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
Returns the validator XML definition.
asSimpleXml() - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
Returns the validator XML definition.
asXml() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Returns the validator XML definition.
asXml() - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
asXml() - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Returns the validator XML definition.
attributeName - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
autoWireBean(Object) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
autoWireBean(Object, AutowireCapableBeanFactory) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
autowireStrategy - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
autowireStrategy - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
autoWiringFactory - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 

B

beanInfoCache - Static variable in class com.opensymphony.xwork2.util.OgnlUtil
 
Before - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
Marks a action method that needs to be executed before the main action method
beforeResult(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
Invokes any @BeforeResult annotated methods
BeforeResult - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
Marks a action method that needs to be executed before the result.
beforeResult(ActionInvocation, String) - Method in interface com.opensymphony.xwork2.interceptor.PreResultListener
This callback method will be called after the Action execution and before the Result execution.
blocked - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
build(ContainerBuilder) - Method in interface com.opensymphony.xwork2.inject.ContainerBuilder.Command
Contributes factories to the given builder.
buildAction(String, String, ActionConfig, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build an instance of the action class to handle a particular request (eg. web request)
buildAliasValidatorConfigs(Class, String, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
buildAliasValidatorConfigs(Class, String, boolean) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
buildAnnotationClassValidatorConfigs(Class) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
buildBean(Class, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map, boolean) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a generic Java object of the given type.
buildBean(String, Map, boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Looks up beans using Spring's application context before falling back to the method defined in the ObjectFactory.
buildBean(Class, Map) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
buildBean(String, Map) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
buildClassValidatorConfigs(Class, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
buildClassValidatorConfigs(Class, boolean) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
buildConverterFilename(Class) - Static method in class com.opensymphony.xwork2.util.XWorkConverter
 
buildConverterMapping(Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
Looks for converter mappings for the specified class, traversing up its class hierarchy and interfaces and adding any additional mappings it may find.
buildExceptionMappings(Element, PackageConfig) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildFullActionConfig(PackageConfig, ActionConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Builds the full runtime actionconfig with all of the defaults and inheritance
buildInterceptor(InterceptorConfig, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
buildInterceptorList(Element, PackageConfig) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
buildMessageFormat(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
buildPackageContext(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
This method builds a package context by looking for the parents of this new package.
buildParentsFromString(Configuration, String) - Static method in class com.opensymphony.xwork2.config.ConfigurationUtil
 
buildResult(ResultConfig, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a Result using the type in the ResultConfig and set the parameters in the ResultConfig.
buildResults(Element, PackageConfig) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Build a map of ResultConfig objects from below a given XML element.
buildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the programmatic configuration data structures.
buildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
buildValidator(String, Map, Map) - Method in class com.opensymphony.xwork2.ObjectFactory
Build a Validator of the given type and set the parameters on it
buildValidatorConfigs(Class, String, boolean, Set) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
This method 'collects' all the validator configurations for a given action invocation.
buildValidatorConfigs(Class, String, boolean, Set) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
This method 'collects' all the validator configurations for a given action invocation.
buildValidatorKey(Class, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
Builds a key for validators - used when caching validators.
buildValidatorKey(Class, String) - Static method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
Builds a key for validators - used when caching validators.
bundle - Variable in class com.opensymphony.xwork2.TextProviderSupport
 

C

call(InternalContext) - Method in interface com.opensymphony.xwork2.inject.ContainerImpl.ContextualCallable
 
call() - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache.CallableCreate
 
callInContext(ContainerImpl.ContextualCallable<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Looks up thread local context.
callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.util.XWorkMethodAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.util.XWorkMethodAccessor
 
cancel() - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
Cancels the current ReferenceCache.create(Object).
capitalize(String) - Static method in class com.opensymphony.xwork2.inject.util.Strings
Returns a string that is equivalent to the specified string with its first character converted to uppercase as by String.toUpperCase(java.util.Locale).
capitalizeMethodName(String) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
This method capitalized the first character of methodName.
caseSensitive - Variable in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
ccl - Variable in class com.opensymphony.xwork2.ObjectFactory
 
CHAIN_HISTORY - Static variable in class com.opensymphony.xwork2.ActionChainResult
The action context key to save the chain history.
ChainingInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that copies all the properties of every object in the value stack to the currently executing object, except for any object that implements Unchainable.
ChainingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
characters(char[], int, int) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
checkCombineLines(String) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Checks if the passed in line should be combined with the following.
checkKey(Key<?>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Ensures a key isn't already mapped.
children - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
classes - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
classForName(String, Map) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
classloader - Variable in class com.opensymphony.xwork2.util.ResolverUtil
The ClassLoader to use when looking for classes.
ClassLoaderUtil - Class in com.opensymphony.xwork2.util
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtil() - Constructor for class com.opensymphony.xwork2.util.ClassLoaderUtil
 
ClassLoaderUtil.AggregateIterator<E> - Class in com.opensymphony.xwork2.util
Aggregates Enumeration instances into one iterator and filters out duplicates.
ClassLoaderUtil.AggregateIterator() - Constructor for class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
className - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
className - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
className - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
 
className - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
clazz - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
clazz - Variable in class com.opensymphony.xwork2.TextProviderSupport
 
clazz - Variable in class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
clazz - Variable in class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
clazz - Variable in class com.opensymphony.xwork2.util.XWorkMap
Deprecated.  
cleanUp(Reference) - Method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
cleanupContext - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
clear() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
clear(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
clearConfigurationProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
clears the registered ConfigurationProviders.
clearCurrentPropertyPath(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
clearDefaultResourceBundles() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Clears the internal list of resource bundles.
clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ActionSupport
Clears all errors and messages.
clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
Clears all error and messages list/maps.
clearMap(Class, Object, String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
clearTomcatCache() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
clone() - Method in class com.opensymphony.xwork2.ActionSupport
 
COL_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute name for the column number
column - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
com.opensymphony.xwork2 - package com.opensymphony.xwork2
Main Xwork interfaces and classes.
com.opensymphony.xwork2.config - package com.opensymphony.xwork2.config
Configuration core classes.
com.opensymphony.xwork2.config.entities - package com.opensymphony.xwork2.config.entities
Configuration entity classes.
com.opensymphony.xwork2.config.impl - package com.opensymphony.xwork2.config.impl
Configuration implementation classes.
com.opensymphony.xwork2.config.providers - package com.opensymphony.xwork2.config.providers
Configuration provider classes.
com.opensymphony.xwork2.conversion.annotations - package com.opensymphony.xwork2.conversion.annotations
Type conversion annotations.
com.opensymphony.xwork2.conversion.metadata - package com.opensymphony.xwork2.conversion.metadata
Type conversion meta data classes.
com.opensymphony.xwork2.inject - package com.opensymphony.xwork2.inject
Guice (pronounced "juice").
com.opensymphony.xwork2.inject.util - package com.opensymphony.xwork2.inject.util
Guice util classes.
com.opensymphony.xwork2.interceptor - package com.opensymphony.xwork2.interceptor
Interceptor classes.
com.opensymphony.xwork2.interceptor.annotations - package com.opensymphony.xwork2.interceptor.annotations
Interceptor annotations.
com.opensymphony.xwork2.mock - package com.opensymphony.xwork2.mock
XWork specific mock classes.
com.opensymphony.xwork2.spring - package com.opensymphony.xwork2.spring
Spring ObjectFactory classes.
com.opensymphony.xwork2.spring.interceptor - package com.opensymphony.xwork2.spring.interceptor
Spring specific interceptor classes.
com.opensymphony.xwork2.util - package com.opensymphony.xwork2.util
XWork util classes.
com.opensymphony.xwork2.util.location - package com.opensymphony.xwork2.util.location
Classes and utilities used to track location information.
com.opensymphony.xwork2.util.profiling - package com.opensymphony.xwork2.util.profiling
Classes to enable profiling of action execution.
com.opensymphony.xwork2.validator - package com.opensymphony.xwork2.validator
XWork validation subsystem.
com.opensymphony.xwork2.validator.annotations - package com.opensymphony.xwork2.validator.annotations
Validator annotations.
com.opensymphony.xwork2.validator.metadata - package com.opensymphony.xwork2.validator.metadata
Validator meta data classes.
com.opensymphony.xwork2.validator.validators - package com.opensymphony.xwork2.validator.validators
XWork default validator classes.
commaDelimitedStringToSet(String) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Returns a set from comma delimted Strings.
COMMENT_CHARS - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
Constant for the supported comment characters.
commentLines - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the comment lines for the currently processed property.
compareTo(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
compile(String) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
 
compiledPaths - Variable in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
The compiled paths and their associated ActionConfig's
compilePattern(String) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Translate the given String into a int [] representing the pattern matchable by this class.
CompoundRoot - Class in com.opensymphony.xwork2.util
A Stack that is implemented using a List.
CompoundRoot() - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
 
CompoundRoot(List) - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
 
CompoundRootAccessor - Class in com.opensymphony.xwork2.util
A stack that is able to call methods on objects in the stack.
CompoundRootAccessor() - Constructor for class com.opensymphony.xwork2.util.CompoundRootAccessor
 
CompoundRootAccessor.MethodCall - Class in com.opensymphony.xwork2.util
 
CompoundRootAccessor.MethodCall(Class, String, Class[]) - Constructor for class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
conditionalParse(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
Parse expression passed in against value stack.
conditionalReload() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Reloads the Configuration files if the configuration files indicate that they need to be reloaded.
conditionalReload(Class, Map<String, Object>) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
config - Variable in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
The original ActionConfig.
config - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
config - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
configFileName - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
Configuration - Interface in com.opensymphony.xwork2.config
XWork configuration.
configuration - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
configuration - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
configuration - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
configuration - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
configuration - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
configuration - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
ConfigurationException - Exception in com.opensymphony.xwork2.config
ConfigurationException
ConfigurationException() - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(Throwable) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with no detail message.
ConfigurationException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.config.ConfigurationException
Constructs a ConfigurationException with the specified detail message.
ConfigurationManager - Class in com.opensymphony.xwork2.config
ConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.
ConfigurationManager() - Constructor for class com.opensymphony.xwork2.config.ConfigurationManager
 
ConfigurationManager(String) - Constructor for class com.opensymphony.xwork2.config.ConfigurationManager
 
configurationManager - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
configurationManager - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
ConfigurationProvider - Interface in com.opensymphony.xwork2.config
Interface to be implemented by all forms of XWork configuration classes.
configurationProviders - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
ConfigurationUtil - Class in com.opensymphony.xwork2.config
ConfigurationUtil
ConfigurationUtil() - Constructor for class com.opensymphony.xwork2.config.ConfigurationUtil
 
constant - Variable in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
constant(String, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, int) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, long) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, double) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, float) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, short) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, char) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given name.
constant(String, Class) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a class to the given name.
constant(String, E) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an enum to the given name.
constant(Class<T>, String, T) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a constant value to the given type and name.
construct(InternalContext, Class<? super T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
Construct an instance.
constructing - Variable in class com.opensymphony.xwork2.inject.ConstructionContext
 
constructInterceptorReference(PackageConfig, String, Map, Location, ObjectFactory) - Static method in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
ConstructionContext<T> - Class in com.opensymphony.xwork2.inject
Context of a dependency construction.
ConstructionContext() - Constructor for class com.opensymphony.xwork2.inject.ConstructionContext
 
ConstructionContext.DelegatingInvocationHandler<T> - Class in com.opensymphony.xwork2.inject
 
ConstructionContext.DelegatingInvocationHandler() - Constructor for class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
constructionContexts - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
constructor - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
constructors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
constructParameterizedInterceptorReferences(PackageConfig, InterceptorStackConfig, Map, ObjectFactory) - Static method in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig overriding the properties of the referenced interceptor with refParams.
container - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
container - Variable in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
container - Variable in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
Container - Interface in com.opensymphony.xwork2.inject
Injects dependencies into constructors, methods and fields annotated with Inject.
container - Variable in class com.opensymphony.xwork2.inject.ExternalContext
 
container - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
container - Variable in class com.opensymphony.xwork2.ObjectFactory
 
container - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
container - Variable in class com.opensymphony.xwork2.XWorkTestCase
 
CONTAINER_FACTORY - Static variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
ContainerBuilder - Class in com.opensymphony.xwork2.inject
Builds a dependency injection Container.
ContainerBuilder() - Constructor for class com.opensymphony.xwork2.inject.ContainerBuilder
Constructs a new builder.
ContainerBuilder.Command - Interface in com.opensymphony.xwork2.inject
Implemented by classes which participate in building a container.
ContainerImpl - Class in com.opensymphony.xwork2.inject
Default Container implementation.
ContainerImpl(Map<Key<?>, InternalFactory<?>>) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl
 
ContainerImpl.ConstructorInjector<T> - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.ConstructorInjector(ContainerImpl, Class<T>) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
ContainerImpl.ContextualCallable<T> - Interface in com.opensymphony.xwork2.inject
 
ContainerImpl.FieldInjector - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.FieldInjector(ContainerImpl, Field, String) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
ContainerImpl.Injector - Interface in com.opensymphony.xwork2.inject
Injects a field or method in a given object.
ContainerImpl.InjectorFactory<M extends Member & AnnotatedElement> - Interface in com.opensymphony.xwork2.inject
 
ContainerImpl.MethodInjector - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.MethodInjector(ContainerImpl, Method, String) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
ContainerImpl.MissingDependencyException - Exception in com.opensymphony.xwork2.inject
 
ContainerImpl.MissingDependencyException(String) - Constructor for exception com.opensymphony.xwork2.inject.ContainerImpl.MissingDependencyException
 
ContainerImpl.ParameterInjector<T> - Class in com.opensymphony.xwork2.inject
 
ContainerImpl.ParameterInjector(ExternalContext<T>, InternalFactory<? extends T>) - Constructor for class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
contains(Class<?>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Returns true if this builder contains a mapping for the given type and name.
contains(Class<?>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
contains(char[], char) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Checks if the object is in the given array.
contains(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
contains(String[], String) - Method in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
containsKey(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
containsValue(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
context - Variable in class com.opensymphony.xwork2.ActionContext
 
Context - Interface in com.opensymphony.xwork2.inject
Context of the current injection.
context - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
context - Variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
context - Variable in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
context - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
CONTEXT_COLLECTION_MAP - Static variable in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
Conversion - Annotation Type in com.opensymphony.xwork2.conversion.annotations

A marker annotation for type conversions at Type level

CONVERSION_COLLECTION_PREFIX - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
CONVERSION_ERROR_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the map of type conversion errors.
CONVERSION_PROPERTY_FULLNAME - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
ConversionDescription - Class in com.opensymphony.xwork2.conversion.metadata
ConversionDescription
ConversionDescription() - Constructor for class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
ConversionDescription(String) - Constructor for class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Creates an ConversionDescription with the specified property name.
ConversionErrorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks if there are any conversion errors for a field and applies them if they exist.
ConversionErrorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if a conversion error occured for this field
ConversionErrorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
 
ConversionErrorFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
ConversionErrorFieldValidatorDescription
ConversionErrorFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
 
ConversionErrorFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.ConversionErrorFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
ConversionErrorInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor adds any error found in the ActionContext's conversionErrors map as a field error (provided that the action implements ValidationAware).
ConversionErrorInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
ConversionRule - Enum in com.opensymphony.xwork2.conversion.annotations
ConversionRule
ConversionRule() - Constructor for enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
 
ConversionType - Enum in com.opensymphony.xwork2.conversion.annotations
ConversionType
ConversionType() - Constructor for enum com.opensymphony.xwork2.conversion.annotations.ConversionType
 
convert(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
convertActionConfig(String, ActionConfig, Map) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
convertCommentsToString(List<String>) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
convertFromString(String, Class) - Method in class com.opensymphony.xwork2.util.EnumTypeConverter
Converts one or more String values to the specified class.
convertParam(String, Map) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Inserts into a value wildcard-matched strings where specified with the {x} syntax.
convertValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.util.EnumTypeConverter
Converts the given object to a given type.
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
convertValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
Convert value from one form to another.
copy(Object, Object, Map, Collection, Collection) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
Copies the properties in the object "from" and sets them in the object "to" using specified type converter, or XWorkConverter if none is specified.
copy(Object, Object, Map) - Static method in class com.opensymphony.xwork2.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.
create(Context) - Method in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
create(Context) - Method in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
create(boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Creates a Container instance.
create(ContainerImpl, M, String) - Method in interface com.opensymphony.xwork2.inject.ContainerImpl.InjectorFactory
 
create(Context) - Method in interface com.opensymphony.xwork2.inject.Factory
Creates an object to be injected.
create(InternalContext) - Method in interface com.opensymphony.xwork2.inject.InternalFactory
Creates an object to be injected.
create(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
Override to lazy load values.
CREATE_IF_NULL_PREFIX - Static variable in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork2.util.InstantiatingNullHandler
 
createAction(Map) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
createActionProxy(String, String, Map) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.
createActionProxy(String, String, Map, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
Creates an ActionProxy for the given namespace and action name by looking up the configuration.
createActionProxy(String, String, Map) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
Use this method to build an DefaultActionProxy instance.
createActionProxy(String, String, Map, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
Use this method to build an DefaultActionProxy instance.
createAndStart() - Static method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
createCollection(Object, String, Class, Class, int) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
Creates a Collection of the specified type.
createContextMap() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
created - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
CreateIfNull - Annotation Type in com.opensymphony.xwork2.util

Sets the CreateIfNull for type conversion

createObject(Class, Object, String, Map) - Method in class com.opensymphony.xwork2.util.InstantiatingNullHandler
 
createParameterInjector(Key<T>, Member) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
createProxy(Class<? super T>) - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
createResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
createTypeConverter(String) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
createValueStack() - Method in class com.opensymphony.xwork2.util.OgnlValueStackFactory
 
createValueStack(ValueStack) - Method in class com.opensymphony.xwork2.util.OgnlValueStackFactory
 
createValueStack() - Method in class com.opensymphony.xwork2.util.ValueStackFactory
 
createValueStack(ValueStack) - Method in class com.opensymphony.xwork2.util.ValueStackFactory
 
cur - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
current - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
 
CURRENT_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.OgnlContextState
 
currentReference - Variable in class com.opensymphony.xwork2.inject.ConstructionContext
 
CustomValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This annotation can be used for custom validators.
cutStack(int) - Method in class com.opensymphony.xwork2.util.CompoundRoot
 

D

DateRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a date field has a value within a specified range
DateRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the date supplied is within a specific range.
DateRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
DateRangeFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
DateRangeFieldValidatorDescription
DateRangeFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
DateRangeFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
DEFAULT_ALIAS_KEY - Static variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
DEFAULT_FOO_VALUE - Static variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
DEFAULT_INVALID_FIELDVALUE - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
DEFAULT_NAME - Static variable in interface com.opensymphony.xwork2.inject.Container
Default dependency name.
DEFAULT_PARAM - Static variable in class com.opensymphony.xwork2.ActionChainResult
The result parameter name to set the name of the action to chain to.
DEFAULT_PARAMETER - Static variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
DEFAULT_RESOURCE_BUNDLES - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
DEFAULT_SESSION_ATTRIBUTE - Static variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
DefaultActionInvocation - Class in com.opensymphony.xwork2
The Default ActionInvocation implementation
DefaultActionInvocation(ObjectFactory, UnknownHandler, ActionProxy, Map) - Constructor for class com.opensymphony.xwork2.DefaultActionInvocation
 
DefaultActionInvocation(ObjectFactory, UnknownHandler, ActionProxy, Map, boolean) - Constructor for class com.opensymphony.xwork2.DefaultActionInvocation
 
DefaultActionProxy - Class in com.opensymphony.xwork2
The Default ActionProxy implementation
DefaultActionProxy(String, String, Map, boolean, boolean) - Constructor for class com.opensymphony.xwork2.DefaultActionProxy
This constructor is private so the builder methods (create*) should be used to create an DefaultActionProxy.
DefaultActionProxyFactory - Class in com.opensymphony.xwork2
DefaultActionProxyFactory
DefaultActionProxyFactory() - Constructor for class com.opensymphony.xwork2.DefaultActionProxyFactory
 
defaultActionRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
DefaultActionValidatorManager - Class in com.opensymphony.xwork2.validator
This is the entry point into XWork's rule-based validation framework.
DefaultActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
defaultBlock - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
defaultClassRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
DefaultConfiguration - Class in com.opensymphony.xwork2.config.impl
DefaultConfiguration
DefaultConfiguration() - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
DefaultConfiguration(String) - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
DefaultConfiguration.ContainerProperties - Class in com.opensymphony.xwork2.config.impl
 
DefaultConfiguration.ContainerProperties() - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
DefaultConfiguration.RuntimeConfigurationImpl - Class in com.opensymphony.xwork2.config.impl
 
DefaultConfiguration.RuntimeConfigurationImpl(Map<String, Map<String, ActionConfig>>, Map<String, String>) - Constructor for class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
defaultFrameworkBeanName - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
defaultFrameworkBeanName - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
defaultInterceptorRef - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
defaultMappings - Variable in class com.opensymphony.xwork2.util.XWorkConverter
Record class and its type converter mapping.
defaultMessage - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
defaultMessage - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
DefaultObjectTypeDeterminer - Class in com.opensymphony.xwork2.util
This ObjectTypeDeterminer looks at the Class-conversion.properties for entries that indicated what objects are contained within Maps and Collections.
DefaultObjectTypeDeterminer() - Constructor for class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
defaultPutStrategy - Static variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
defaultResultParam - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
defaultResultType - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
DefaultTextProvider - Class in com.opensymphony.xwork2
DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
DefaultTextProvider() - Constructor for class com.opensymphony.xwork2.DefaultTextProvider
 
defaultType - Variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
defaultTypeConverter - Variable in class com.opensymphony.xwork2.util.XWorkConverter
 
DefaultWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that does some basic validation workflow before allowing the interceptor chain to continue.
DefaultWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
delegate - Variable in class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
delegate - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
DelegatingValidatorContext - Class in com.opensymphony.xwork2.validator
A default implementation of the ValidatorContext interface.
DelegatingValidatorContext(ValidationAware, TextProvider, LocaleProvider) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
Creates a new validation context given a ValidationAware object, and a text and locale provider.
DelegatingValidatorContext(Object) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
Creates a new validation context given an object - usually an Action.
DelegatingValidatorContext(Class) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext
Create a new validation context given a Class definition.
DelegatingValidatorContext.ActionContextLocaleProvider - Class in com.opensymphony.xwork2.validator
An implementation of LocaleProvider which gets the locale from the action context.
DelegatingValidatorContext.ActionContextLocaleProvider() - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext.ActionContextLocaleProvider
 
DelegatingValidatorContext.LoggingValidationAware - Class in com.opensymphony.xwork2.validator
An implementation of ValidationAware which logs errors and messages.
DelegatingValidatorContext.LoggingValidationAware(Class) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
DelegatingValidatorContext.LoggingValidationAware(Object) - Constructor for class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
delimiter - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the list delimiter character.
deliverBadNews(Throwable) - Method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
DENY_INDEXED_ACCESS_EXECUTION - Static variable in class com.opensymphony.xwork2.util.XWorkMethodAccessor
 
DENY_METHOD_EXECUTION - Static variable in class com.opensymphony.xwork2.util.XWorkMethodAccessor
 
DependencyException - Exception in com.opensymphony.xwork2.inject
Thrown when a dependency is misconfigured.
DependencyException(String) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
 
DependencyException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
 
DependencyException(Throwable) - Constructor for exception com.opensymphony.xwork2.inject.DependencyException
 
DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
DEPRECATED_ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
dereference(ReferenceType, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns the refererent for reference given its reference type.
dereferenceCollection(ReferenceType, T, T) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences elements in in using referenceType and puts them in out.
dereferenceEntry(Map.Entry<Object, Object>) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences an entry.
dereferenceKey(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Converts a reference to a key.
dereferenceKeySet(Set) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences a set of key references.
dereferenceValue(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Converts a reference to a value.
dereferenceValues(Collection) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Dereferences a collection of value references.
description - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
destroy() - Method in interface com.opensymphony.xwork2.config.Configuration
Allow the Configuration to clean up any resources that have been used.
destroy() - Method in interface com.opensymphony.xwork2.config.ConfigurationProvider
 
destroy() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Allows the configuration to clean up any resources used
destroy() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
destroy() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
destroy() - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Does nothing
destroy() - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
destroy() - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
Called to let an interceptor clean up any resources it has allocated.
destroy() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
Called to let an interceptor clean up any resources it has allocated.
destroyConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Destroy its managing Configuration instance
determineCurrentEnumeration() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
devMode - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
devMode - Static variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
doBeforeInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
Gets the current action and its context and calls DefaultActionValidatorManager.validate(Object, String).
doConvertToArray(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToBoolean(Object) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToCharacter(Object) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToClass(Object) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToCollection(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToDate(Map, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToNumber(Map, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
doConvertToString(Map, Object) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
documents - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
doDefault() - Method in class com.opensymphony.xwork2.ActionSupport
 
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
Intercept ActionInvocation and returns a inputResultName when action / field errors is found registered.
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
Subclasses must override to implement the interceptor logic.
doIntercept(ActionInvocation) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
 
doLog(Log, Exception) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Performs the actual logging.
doLog(Log, String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Performs the actual logging.
DomHelper - Class in com.opensymphony.xwork2.util
Helper class to create and retrieve information from location-enabled DOM-trees.
DomHelper() - Constructor for class com.opensymphony.xwork2.util.DomHelper
 
DomHelper.DOMBuilder - Class in com.opensymphony.xwork2.util
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DomHelper.DOMBuilder() - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.DOMBuilder(SAXTransformerFactory) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.DOMBuilder(Node) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Constructs a new instance that appends nodes to the given parent node.
DomHelper.DOMBuilder(SAXTransformerFactory, Node) - Constructor for class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Construct a new instance of this DOMBuilder.
DomHelper.StartHandler - Class in com.opensymphony.xwork2.util
 
DomHelper.StartHandler(ContentHandler, Map) - Constructor for class com.opensymphony.xwork2.util.DomHelper.StartHandler
Create a filter that is chained to another handler.
doProfiling() - Method in interface com.opensymphony.xwork2.util.profiling.UtilTimerStack.ProfilingBlock
Method that execute the code subjected to profiling.
doTrim - Variable in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
doTrim - Variable in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
DoubleRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a double field has a value within a specified range.
DoubleRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the double specified is within a certain range
DoubleRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
DoubleRangeFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
DoubleRangeFieldValidatorDescription
DoubleRangeFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
DoubleRangeFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
Creates an DoubleRangeFieldValidatorDescription with the specified field name.
doValidate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
doValidate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
dtdMappings - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
dtdMappings - Variable in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 

E

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

Sets the Element for type conversion

ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
ELEMENT_PREFIX - Static variable in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
elementClass - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
emailAddressPattern - Static variable in class com.opensymphony.xwork2.validator.validators.EmailValidator
 
EmailValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a field is a valid e-mail address if it contains a non-empty String
EmailValidator - Class in com.opensymphony.xwork2.validator.validators
EmailValidator checks that a given String field, if not empty, is a valid email address.
EmailValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.EmailValidator
 
EmailValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
EmailValidatorDescription
EmailValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
 
EmailValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.EmailValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
EMPTY_ARGS - Static variable in class com.opensymphony.xwork2.DefaultTextProvider
 
endDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
endDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
endDocument() - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
endElement(String, String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
endPrefixMapping(String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
ensureNotCreated() - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Currently we only support creating one Container instance per builder.
ensureNotNull(Object) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
ensureNotNull(Object...) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
entrySet() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns an unmodifiable set view of the entries in this map.
enums - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
EnumTypeConverter - Class in com.opensymphony.xwork2.util
EnumTypeConverter EnumTypeConverter() - Constructor for class com.opensymphony.xwork2.util.EnumTypeConverter
 
equals(Object) - Method in class com.opensymphony.xwork2.ActionChainResult
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
equals(Object) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.Key
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
equals(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
equals(Object) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
equals(Object) - Method in class com.opensymphony.xwork2.mock.MockResult
 
equals(Object) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
equals(Object) - Method in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
equals(Object) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
ERROR - Static variable in interface com.opensymphony.xwork2.Action
The action execution was a failure.
error(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
errorIfMissing - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
evaluate(Object) - Method in interface com.opensymphony.xwork2.util.TextParseUtil.ParsedValueEvaluator
Evaluated the value parsed by Ognl value stack.
exception - Variable in class com.opensymphony.xwork2.interceptor.ExceptionHolder
 
exceptionClassName - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionHolder - Class in com.opensymphony.xwork2.interceptor
A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as a way to get a handle on the exception itself
ExceptionHolder(Exception) - Constructor for class com.opensymphony.xwork2.interceptor.ExceptionHolder
 
ExceptionMappingConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for exception mapping.
ExceptionMappingConfig() - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionMappingConfig(String, String, String, Map) - Constructor for class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
ExceptionMappingInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor forms the core functionality of the exception handling feature.
ExceptionMappingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
exceptionMappings - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
excludeMethods - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
excludeParams - Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
excludes - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
execute() - Method in interface com.opensymphony.xwork2.Action
Where the logic of the action is executed.
execute(ActionInvocation) - Method in class com.opensymphony.xwork2.ActionChainResult
 
execute() - Method in interface com.opensymphony.xwork2.ActionProxy
Execute this ActionProxy.
execute() - Method in class com.opensymphony.xwork2.ActionSupport
A default implementation that does nothing an returns "success".
execute() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
execute(ReferenceMap.Strategy, K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
execute(ReferenceMap, Object, Object) - Method in interface com.opensymphony.xwork2.inject.util.ReferenceMap.Strategy
 
execute() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
execute(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockResult
 
execute(ActionInvocation) - Method in interface com.opensymphony.xwork2.Result
Represents a generic interface for all action execution results, whether that be displaying a webpage, generating an email, sending a JMS message, etc.
executed - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
executed - Variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
executedCalled - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
executeResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
Uses getResult to get the final Result and executes it
executeResult - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
executeResult - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
expectedFoo - Variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
expression - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
expression - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
expression - Variable in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
expressions - Static variable in class com.opensymphony.xwork2.util.OgnlUtil
 
ExpressionValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This non-field level validator validates a supplied regular expression
ExpressionValidator - Class in com.opensymphony.xwork2.validator.validators
A Non-Field Level validator that validates based on regular expression supplied
ExpressionValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
ExpressionValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
ExpressionValidatorDescription
ExpressionValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
externalContext - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
externalContext - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
ExternalContext<T> - Class in com.opensymphony.xwork2.inject
An immutable snapshot of the current context which is safe to expose to client code.
ExternalContext(Member, Key<T>, ContainerImpl) - Constructor for class com.opensymphony.xwork2.inject.ExternalContext
 
externalContext - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
extraContext - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
extraContext - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 

F

factories - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
factories - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
factory(Key<T>, InternalFactory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a dependency.
factory(Class<T>, String, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps a factory to a given dependency type and name.
factory(Class<T>, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, String, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, String, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an implementation class to a given dependency type and name.
factory(Class<T>, String, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Maps an implementation class to a given dependency type and name.
factory(Class<T>, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory(Class<T>, String, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Convenience method.
factory - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
factory - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
Factory<T> - Interface in com.opensymphony.xwork2.inject
A custom factory.
factory - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
FACTORY - Static variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The default transformer factory shared by all instances
factory - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The transformer factory
factory - Static variable in class com.opensymphony.xwork2.util.ValueStackFactory
 
factoryNamesByType - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
fatalError(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
field - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
field - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
fieldErrors - Variable in class com.opensymphony.xwork2.ValidationAwareSupport
 
FieldExpressionValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator uses an OGNL expression to perform its validator.
FieldExpressionValidator - Class in com.opensymphony.xwork2.validator.validators
Validates a field using an OGNL expression
FieldExpressionValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
FieldExpressionValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
FieldExpressionValidatorDescription
FieldExpressionValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
FieldExpressionValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
fieldName - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
fieldName - Variable in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
FieldValidator - Interface in com.opensymphony.xwork2.validator
The FieldValidator interface defines the methods to be implemented by FieldValidators, which are used by the XWork validation framework to validate Action properties before executing the Action.
FieldValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
Base class for field validators.
FieldValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
file - Variable in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
FileManager - Class in com.opensymphony.xwork2.util
FileManager This class was brought in from oscore trunk revision 147.
FileManager() - Constructor for class com.opensymphony.xwork2.util.FileManager
 
FileManager.FileRevision - Class in com.opensymphony.xwork2.util
 
FileManager.FileRevision() - Constructor for class com.opensymphony.xwork2.util.FileManager.FileRevision
 
FileManager.FileRevision(File, long) - Constructor for class com.opensymphony.xwork2.util.FileManager.FileRevision
 
fileNeedsReloading(String) - Static method in class com.opensymphony.xwork2.util.FileManager
 
files - Static variable in class com.opensymphony.xwork2.util.FileManager
 
FinalizablePhantomReference<T> - Class in com.opensymphony.xwork2.inject.util
Phantom reference with a FinalizableReference.finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizablePhantomReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizablePhantomReference
 
FinalizableReference - Interface in com.opensymphony.xwork2.inject.util
Package-private interface implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue - Class in com.opensymphony.xwork2.inject.util
Starts a background thread that cleans up after reclaimed referents.
FinalizableReferenceQueue() - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
FinalizableSoftReference<T> - Class in com.opensymphony.xwork2.inject.util
Soft reference with a FinalizableReference.finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableSoftReference
 
FinalizableWeakReference<T> - Class in com.opensymphony.xwork2.inject.util
Weak reference with a FinalizableReference.finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableWeakReference
 
finalizeReferent() - Method in interface com.opensymphony.xwork2.inject.util.FinalizableReference
Invoked on a background thread after the referent has been garbage collected.
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
finalizeReferent() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
find(Class, String) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Retrieves all classes within a packages.
find(ResolverUtil.Test, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes that pass the test.
findAnnotated(Class<? extends Annotation>, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes that are annotated with to the annotation.
findAnnotatedMethods(Class, Class<? extends Annotation>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
 
findAutoWiringBeanFactory(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
If the given context is assignable to AutowireCapbleBeanFactory or contains a parent or a factory that is, then set the autoWiringFactory appropriately.
findConstructorIn(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
findDefaultText(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Returns a localized message for the specified key, aTextName.
findDefaultText(String, Locale, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Returns a localized message for the specified key, aTextName, substituting variables from the array of params into the message.
finders - Static variable in class com.opensymphony.xwork2.util.location.LocationUtils
 
findImplementations(Class, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes that are assignable to the type provided.
findInContext(String) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
findInject(Annotation[]) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Finds the Inject annotation in an array of annotations.
findInPackage(ResolverUtil.Test, String) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Scans for classes starting at the package provided and descending into subpackages.
findInRequest(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
Finds an object for the given type and name in the request scope.
findInSession(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
Finds an object for the given type and name in the session scope.
findInWizard(Class<T>, String, Callable<? extends T>) - Method in interface com.opensymphony.xwork2.inject.Scope.Strategy
Finds an object for the given type and name in the wizard scope.
findMessage(Class, String, String, Locale, Object[], Set, ValueStack) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Traverse up class hierarchy looking for message.
findRecursively(Class, Class<? extends Annotation>, List<Method>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
 
findResourceBundle(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds the given resorce bundle by it's name.
findResultFromExceptions(List, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
findString(String) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
findString(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
 
findSuffix(String, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Attempts to discover classes who's name ends with the provided suffix.
findText(Class, String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Calls LocalizedTextUtil.findText(Class aClass, String aTextName, Locale locale, String defaultMessage, Object[] args) with aTextName as the default message.
findText(Class, String, Locale, String, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName.
findText(Class, String, Locale, String, Object[], ValueStack) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName.
findText(ResourceBundle, String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle with aTextName as the default message.
findText(ResourceBundle, String, Locale, String, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findText(ResourceBundle, String, Locale, String, Object[], ValueStack) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Finds a localized text message for the given key, aTextName, in the specified resource bundle.
findValue(String) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
findValue(String, Class) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
findValue(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
Find a value by evaluating the given expression against the stack in the default search order.
findValue(String, Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
Find a value by evaluating the given expression against the stack in the default search order.
FINISH_MESSAGE - Static variable in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
finishConstruction() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
foo - Variable in class com.opensymphony.xwork2.mock.MockInterceptor
 
foundInBundle - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.GetDefaultMessageReturnArg
 
FULL_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.OgnlContextState
 
fullQualifiedClassName - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
Function<F,T> - Interface in com.opensymphony.xwork2.inject.util
A Function provides a transformation on an object and returns the resulting object.
futures - Variable in class com.opensymphony.xwork2.inject.util.ReferenceCache
 

G

GenericsObjectTypeDeterminer - Class in com.opensymphony.xwork2.util
GenericsObjectTypeDeterminer
GenericsObjectTypeDeterminer() - Constructor for class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
 
get(Object) - Method in class com.opensymphony.xwork2.ActionContext
Returns a value that is stored in the current ActionContext by doing a lookup using the value's key.
get(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
If this map does not contain an entry for the given key and ReferenceCache.create(Object) has been overridden, this method will create a new value, put it in the map, and return it.
get(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
get(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationImpl
Obtain a LocationImpl from a Location.
get(int) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated. Returns the element at the specified position in this list.
get(Object) - Method in class com.opensymphony.xwork2.util.XWorkMap
Deprecated. Returns the value to which the specified key is mapped in this identity hash map.
GET_MODEL - Static variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
getAccessor() - Static method in class com.opensymphony.xwork2.util.OgnlValueStack
 
getAction() - Method in interface com.opensymphony.xwork2.ActionInvocation
Get the Action associated with this ActionInvocation
getAction() - Method in interface com.opensymphony.xwork2.ActionProxy
 
getAction() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getAction() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getAction() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getAction() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getActionConfig() - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
Gets the ActionConfig that contains the pattern.
getActionConfig(String, String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
Gets the configuration information for an action name, or returns null if the name is not recognized.
getActionConfig(String, String) - Method in interface com.opensymphony.xwork2.config.RuntimeConfiguration
get the fully expanded ActionConfig for a specified namespace and (action) name
getActionConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getActionConfigs() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
Gets the configuration settings for every action.
getActionConfigs() - Method in interface com.opensymphony.xwork2.config.RuntimeConfiguration
returns a Map of all the registered ActionConfigs.
getActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
getActionErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Get the Collection of Action-level error messages for this action.
getActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
getActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
getActionEventListener() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getActionInvocation() - Method in class com.opensymphony.xwork2.ActionContext
Gets the action invocation (the execution state).
getActionMessages() - Method in class com.opensymphony.xwork2.ActionSupport
 
getActionMessages() - Method in interface com.opensymphony.xwork2.ValidationAware
Get the Collection of Action-level messages for this action.
getActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
getActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
getActionName() - Method in interface com.opensymphony.xwork2.ActionProxy
 
getActionName() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getActionName() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getAllActionConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all the ActionConfigs available in the current package.
getAllExceptionMappingConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the List of all the ExceptionMappingConfigs available in the current package.
getAllGlobalResults() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all the global ResultConfigs available in the current package.
getAllInterceptorConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
getAllowedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
getAllResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
returns the Map of all the ResultTypeConfigs available in the current package.
getAnnotation(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Retrieves an annotation for the specified property of field, setter or getter.
getAnnotationFromGetter(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Retrieves an annotation for the specified field of getter.
getAnnotationFromSetter(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Retrieves an annotation for the specified field of setter.
getApplication() - Method in class com.opensymphony.xwork2.ActionContext
Returns a Map of the ServletContext when in a servlet environment or a generic application level Map otherwise.
getApplicationContext() - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
getApplicationContext(Map) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
Subclasses may override this to return a different application context.
getArgTypes(Object[]) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
getAutowireStrategy() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
getBeanInfo(Object) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
Get's the java bean info for the given source.
getBeanMap(Object) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
Creates a Map with read properties for the given source object.
getBlockedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
getBooleanProperty(String, Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
getChainHistory() - Static method in class com.opensymphony.xwork2.ActionChainResult
Get the XWork chain history.
getClass(Class, String, boolean) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Returns the class for the given field via generic type check.
getClasses() - Method in class com.opensymphony.xwork2.util.ResolverUtil
Provides access to the classes discovered so far.
getClassInstance(String) - Method in class com.opensymphony.xwork2.ObjectFactory
Utility method to obtain the class matched to className.
getClassInstance(String) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
getClassLoader() - Method in class com.opensymphony.xwork2.util.ResolverUtil
Returns the classloader that will be used for scanning for classes.
getClassName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getClassName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
getClassProperty(Map) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
getClazz() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getColumn(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the column number of an element (SAX flavor)
getColumn(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the column number of an element (DOM flavor)
getColumnNumber() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the column number of this location
getColumnNumber() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the column number of this location
getCommentLines() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Returns the comment lines that have been read for the last property.
getConfig() - Method in interface com.opensymphony.xwork2.ActionProxy
 
getConfig() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getConfig() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Get the current XWork configuration object.
getConfigurationProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Get the current list of ConfigurationProviders.
getConfigurationUrls(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
getConstructionContext(Object) - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getConstructor(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Gets a constructor function for a given implementation class.
getContainer() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getContainer() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getContainer() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getContainer() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the Container.
getContainer() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getContainer() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getContainerImpl() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getContext() - Static method in class com.opensymphony.xwork2.ActionContext
Returns the ActionContext specific to the current thread.
getContext() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
getContext() - Method in interface com.opensymphony.xwork2.util.ValueStack
 
getContext() - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
getContextMap() - Method in class com.opensymphony.xwork2.ActionContext
Gets the context map.
getConversionErrorMessage(String, ValueStack) - Static method in class com.opensymphony.xwork2.util.XWorkConverter
 
getConversionErrors() - Method in class com.opensymphony.xwork2.ActionContext
Gets the map of conversion errors which occurred when executing the action.
getConverter(Class, String) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
getCurrentPropertyPath(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
Gets the current property path but not completely.
getCurrentReference() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
getDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getDefaultMessage(String, Locale, ValueStack, Object[], String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Gets the default message.
getDefaultMessage() - Method in interface com.opensymphony.xwork2.validator.Validator
 
getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getDefaultResultParam() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
Returns the default result type for this package.
getDepth(String, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Return the depth to the superclass matching. 0 means ex matches exactly.
getDepth(String, Class, int) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
getDescription() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the description of this location
getDescription() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the description of this location
getDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Return the newly built Document.
getDtdMappings() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Returns an unmodifiable map of DTD mappings
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getElementClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
Determines the key class by looking for the value of Element_${property} in the properties file for the given class.
getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Determines the element class by looking for the value of @Element annotation for the given class.
getElementClass(Class, String, Object) - Method in interface com.opensymphony.xwork2.util.ObjectTypeDeterminer
 
getErrorMessages() - Method in class com.opensymphony.xwork2.ActionSupport
Deprecated. Use ActionSupport.getActionErrors().
getErrors() - Method in class com.opensymphony.xwork2.ActionSupport
Deprecated. Use ActionSupport.getFieldErrors().
getException() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
 
getExceptionClassName() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getExceptionMappings() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getExceptionStack() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
 
getExcludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
getExcludeParamsSet() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Gets a set of regular expressions of parameters to remove from the parameter map
getExcludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
getExecuteResult() - Method in interface com.opensymphony.xwork2.ActionProxy
 
getExecuteResult() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getExecuteResult() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getExpectedFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
getExpression() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
getExprOverrides() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
getExprOverrides() - Method in interface com.opensymphony.xwork2.util.ValueStack
 
getExternalContext() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getFactory(Key<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getFactory() - Static method in class com.opensymphony.xwork2.util.ValueStackFactory
 
getFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
getFieldErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Get the field specific errors associated with this action.
getFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
getFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
getFieldName() - Method in interface com.opensymphony.xwork2.validator.FieldValidator
 
getFieldName() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the field name for this validator rule.
getFieldName() - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
Returns the field name to create the validation rule for.
getFieldName() - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Returns the field name to create the validation rule for.
getFieldName() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
getFieldValue(String, Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
Return the field value named name from object, object should have the appropriate getter/setter.
getFile() - Method in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
getFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
getFullDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the default action-ref name.
getFullDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the default interceptor-ref name.
getFullDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
Returns the default result type for this package.
getFullFieldName(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getFullFieldName(String) - Method in interface com.opensymphony.xwork2.validator.ValidatorContext
Translates a simple field name into a full field name in OGNL syntax.
getFullFieldName(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
Translates a simple field name into a full field name in Ognl syntax
getFullPropertyPath(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
getFullQualifiedClassName() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Returns the fullQualifiedClassName attribute is used to create the special conversion.properties file name.
getGlobalExceptionMappingConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the ExceptionMappingConfigs local to this package
getGlobalResultConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the global ResultConfigs local to this package
getIncludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
getIncludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
getIncludesExcludesMap() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
getInstance(Class<T>, String) - Method in interface com.opensymphony.xwork2.inject.Container
Gets an instance of the given dependency which was declared in ContainerBuilder.
getInstance(Class<T>) - Method in interface com.opensymphony.xwork2.inject.Container
Convenience method.
getInstance(Class<T>, String, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance(Class<T>, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInstance() - Static method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
Gets instance.
getInstance() - Static method in class com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
 
getInstance() - Static method in class com.opensymphony.xwork2.util.XWorkConverter
 
getInstance() - Static method in class com.opensymphony.xwork2.validator.ActionValidatorManagerFactory
 
getInstanceNames(Class<?>) - Method in interface com.opensymphony.xwork2.inject.Container
Gets a set of all registered names for the given type
getInstanceNames(Class<?>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getInterceptor() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
getInterceptorConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
getInterceptors() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getInterceptors() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
getInvocation() - Method in interface com.opensymphony.xwork2.ActionProxy
 
getInvocation() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getInvocation() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getInvocationContext() - Method in interface com.opensymphony.xwork2.ActionInvocation
Gets the ActionContext associated with this ActionInvocation.
getInvocationContext() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getInvocationContext() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getKey() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
getKey(Map, Object) - Method in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
Determines the key class by looking for the value of Key_${property} in the properties file for the given class.
getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Determines the key class by looking for the value of @Key annotation for the given class.
getKeyClass(Class, String) - Method in interface com.opensymphony.xwork2.util.ObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyProperty() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
Determines the String key property for a Collection by getting it from the conversion properties file using the KeyProperty_ prefix.
getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Determines the key property for a Collection by getting it from the @KeyProperty annotation.
getKeyProperty(Class, String) - Method in interface com.opensymphony.xwork2.util.ObjectTypeDeterminer
 
getLastBeanClassAccessed(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
getLastBeanPropertyAccessed(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
getLastClassAccessed() - Method in class com.opensymphony.xwork2.util.ObjectProxy
 
getLastModified() - Method in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
getLastPropertyAccessed() - Method in class com.opensymphony.xwork2.util.ObjectProxy
 
getLine(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the line number of an element (SAX flavor)
getLine(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the line number of an element (DOM flavor)
getLineNumber() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the line number of this location
getLineNumber() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the line number of this location
getLoadedFileNames() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getLoadedFileNames() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getLoadedFileNames() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getLocale() - Method in class com.opensymphony.xwork2.ActionContext
Gets the Locale of the current action.
getLocale() - Method in class com.opensymphony.xwork2.ActionSupport
 
getLocale() - Method in interface com.opensymphony.xwork2.LocaleProvider
 
getLocale() - Method in class com.opensymphony.xwork2.TextProviderSupport
Get's the locale from the localeProvider.
getLocale(Map) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
getLocale() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.ActionContextLocaleProvider
 
getLocale() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getLocation() - Method in interface com.opensymphony.xwork2.util.location.Locatable
Get the location of this object
getLocation() - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
getLocation() - Method in class com.opensymphony.xwork2.util.location.Located
Get the location of this object
getLocation(Attributes, String) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the Location of an element (SAX flavor).
getLocation(Element, String) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the Location of an element (DOM flavor).
getLocation(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Same as getLocation(elem, null).
getLocation(Object) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Get the location of an object.
getLocation(Object, String) - Method in interface com.opensymphony.xwork2.util.location.LocationUtils.LocationFinder
Get the location of an object
getLocation() - Method in exception com.opensymphony.xwork2.XWorkException
Gets the location of the error, if available
getLocationObject(Element) - Static method in class com.opensymphony.xwork2.util.DomHelper
 
getLocationString(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the location of an element (SAX flavor).
getLocationString(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the location of an element that has been processed by this pipe (DOM flavor).
getLogCategory() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
getLogCategory() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
getLoggerToUse() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Get's the logger to use.
getLogLevel() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
getLogLevel() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
getMax() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMax() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMaxComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMaxExclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMaxInclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMaxLength() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
getMember() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the field, method or constructor which is being injected.
getMember() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getMessage(String, Locale, String, ValueStack, Object[]) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Gets the message from the named resource bundle.
getMessage(Object) - Method in interface com.opensymphony.xwork2.validator.Validator
 
getMessage(Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getMessageKey() - Method in interface com.opensymphony.xwork2.validator.Validator
 
getMessageKey() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getMessageKey() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getMethod() - Method in interface com.opensymphony.xwork2.ActionProxy
Returns the method to execute, or null if no method has been specified (meaning "execute" will be invoked)
getMethod() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getMethod() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getMethodName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
Returns name of the action method
getMin() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMin() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
getMinComparatorValue() - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
getMinExclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMinInclusive() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
getMinLength() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
getMinTime() - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Get the min time for this profiling, it searches for a System property 'xwork.profile.mintime' and default to 0.
getModel() - Method in interface com.opensymphony.xwork2.ModelDriven
 
getName() - Method in class com.opensymphony.xwork2.ActionContext
Gets the name of the current Action.
getName() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
getName() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getName() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the name of the injection specified by Inject.value().
getName() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getName() - Method in class com.opensymphony.xwork2.inject.Key
 
getNamespace() - Method in interface com.opensymphony.xwork2.ActionProxy
 
getNamespace() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getNamespace() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
getNamespace() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
getObjectFactory() - Static method in class com.opensymphony.xwork2.ObjectFactory
 
getObjectTypeDeterminer() - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
getOrderedComparator() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Gets an instance of the comparator to use for the ordered sorting.
getOriginal() - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
Gets the original wildcard pattern.
getOverrideExpr(ActionInvocation, Object) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
getPackageConfig(String) - Method in interface com.opensymphony.xwork2.config.Configuration
 
getPackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getPackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getPackageConfigNames() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getPackageConfigNames() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getPackageConfigs() - Method in interface com.opensymphony.xwork2.config.Configuration
 
getPackageConfigs() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getPackageConfigs() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getPackageName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getParameterLogMap(Map) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
getParameters() - Method in class com.opensymphony.xwork2.ActionContext
Returns a Map of the HttpServletRequest parameters when in a servlet environment or a generic Map of parameters otherwise.
getParameters(Member, InternalContext, ContainerImpl.ParameterInjector[]) - Static method in class com.opensymphony.xwork2.inject.ContainerImpl
 
getParametersInjectors(M, Annotation[][], Class[], String) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
Gets parameter injectors.
getParams() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
getParams() - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
getParams() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
getParams(Element) - Static method in class com.opensymphony.xwork2.config.providers.XmlHelper
 
getParams() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getParent() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
getParents() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
getParse() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getPattern() - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
Gets the compiled wildcard pattern.
getPrefixedMethod(String[], String, Object) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
This method returns a Method in action.
getPrintable(long) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
Get a formatted string representing all the methods that took longer than a specified time.
getPrintable(String, long) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
getProfiledObject(Class, Object) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
Given a class, and an interface that it implements, return a proxied version of the class that implements the interface.
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.ObjectProxyPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.OgnlValueStack.ObjectAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
Gets the property of a Collection by indexing the collection based on a key property.
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkListPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkObjectPropertyAccessor
 
getPropertyDescriptors(Object) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
Get's the java beans property descriptors for the given source.
getPropertyLocation(String) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
getPropertyName() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Returns the name of the last read property.
getPropertyThroughIteration(Map, Collection, String, Object) - Method in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
getPropertyValue() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Returns the value of the last read property.
getProxy() - Method in class com.opensymphony.xwork2.ActionChainResult
 
getProxy() - Method in interface com.opensymphony.xwork2.ActionInvocation
Get the ActionProxy holding this ActionInvocation
getProxy() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getProxy() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getPutStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
getRealTarget(String, Map, Object) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
getRealValue(Map, Object, Class) - Method in class com.opensymphony.xwork2.util.XWorkListPropertyAccessor
 
getRepopulateField() - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
getResource(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
Load a given resource.
getResource() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
getResourceAsStream(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
This is a convenience method to load a resource as a stream.
getResources(String, Class, boolean) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
Load all resources with a given name, potentially aggregating all results from the searched classloaders.
getResult() - Method in interface com.opensymphony.xwork2.ActionInvocation
If the ActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
getResult() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
getResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
If the DefaultActionInvocation has been executed before and the Result is an instance of ActionChainResult, this method will walk down the chain of ActionChainResults until it finds a non-chain result, which will be returned.
getResult() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getResultCode() - Method in interface com.opensymphony.xwork2.ActionInvocation
Gets the result code returned from this ActionInvocation
getResultCode() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getResultCode() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
getResults() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
getResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
gets the ResultTypeConfigs local to this package
getRoot() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
getRoot() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the CompoundRoot which holds the objects pushed onto the stack
getRuntimeConfiguration() - Method in interface com.opensymphony.xwork2.config.Configuration
The current runtime configuration.
getRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
getRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
getScopeKey() - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
Gets the key under which the model is stored
getScopeStrategy() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the current scope strategy.
getScopeStrategy() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getScopeStrategy() - Method in class com.opensymphony.xwork2.inject.InternalContext
 
getSession() - Method in class com.opensymphony.xwork2.ActionContext
Gets the Map of HttpSession values when in a servlet environment or a generic session map otherwise.
getSetMap(Map, String) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
getSetMap(Map, Collection, String, Class) - Method in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
getSnippet(int) - Method in interface com.opensymphony.xwork2.util.location.Location
Gets a source code snippet with the default padding
getSnippet(int) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Gets a source code snippet with the default padding
getStack() - Method in interface com.opensymphony.xwork2.ActionInvocation
 
getStack() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
getStack() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
GETTER_PATTERN - Static variable in class com.opensymphony.xwork2.util.AnnotationUtils
 
GETTER_PATTERN - Static variable in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
getText(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, List) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String[]) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, List) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.ActionSupport
 
getText(String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, List) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String[]) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, List) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getText(String) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a message key, or null if no message is found.
getText(String, String) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key, or, if the message is not found, a supplied default value is returned.
getText(String, String, String) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied obj, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, List) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or null if no message is found.
getText(String, String[]) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or null if no message is found.
getText(String, String, List) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[]) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, List, ValueStack) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[], ValueStack) - Method in interface com.opensymphony.xwork2.TextProvider
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, List) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String[]) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get a text from the resource bundles associated with this action.
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.TextProviderSupport
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.TextProviderSupport
Gets a message based on a key using the supplied args, as defined in MessageFormat, or, if the message is not found, a supplied default value is returned.
getText(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, List) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String[]) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, List) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, String[]) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, List, ValueStack) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTextProvider() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTexts() - Method in class com.opensymphony.xwork2.ActionSupport
 
getTexts(String) - Method in class com.opensymphony.xwork2.ActionSupport
 
getTexts(String) - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getTexts() - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
getTexts(String) - Method in interface com.opensymphony.xwork2.TextProvider
Get the named bundle, such as "com/acme/Foo".
getTexts() - Method in interface com.opensymphony.xwork2.TextProvider
Get the resource bundle associated with the implementing class (usually an action).
getTexts(String) - Method in class com.opensymphony.xwork2.TextProviderSupport
Get the named bundle.
getTexts() - Method in class com.opensymphony.xwork2.TextProviderSupport
Get the resource bundle associated with this action.
getTexts(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTexts() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getTextValue(Element) - Static method in class com.opensymphony.xwork2.validator.ValidatorFileParser
Extract trimmed text value from the given DOM element, ignoring XML comments.
getThrowable() - Method in exception com.opensymphony.xwork2.XWorkException
Deprecated. Use getCause()
GETTING_BY_KEY_PROPERTY - Static variable in class com.opensymphony.xwork2.util.OgnlContextState
 
getTrim() - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
getTrim() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
getTrimmedClassName(Method) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
Given a method, get the Method name, with no package information.
getType() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
getType() - Method in interface com.opensymphony.xwork2.inject.Context
Gets the type of the field or parameter which is being injected.
getType() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
getType() - Method in class com.opensymphony.xwork2.inject.Key
 
getType() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
getURI() - Method in interface com.opensymphony.xwork2.util.location.Location
Get the URI of this location
getURI(Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the URI of an element (SAX flavor)
getURI(Element) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Returns the URI of an element (DOM flavor)
getURI() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Get the URI of this location
getValidationAware() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
getValidator(ValidatorConfig) - Static method in class com.opensymphony.xwork2.validator.ValidatorFactory
Deprecated.  
getValidator(ValidatorConfig, ObjectFactory) - Static method in class com.opensymphony.xwork2.validator.ValidatorFactory
Get a Validator that matches the given configuration.
getValidatorContext() - Method in interface com.opensymphony.xwork2.validator.Validator
 
getValidatorContext() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getValidators(Class, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Returns a list of validators for the given class and context.
getValidators(Class, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
Returns a list of validators for the given class and context.
getValidators(Class, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
Returns a list of validators for the given class and context.
getValidatorType() - Method in interface com.opensymphony.xwork2.validator.Validator
 
getValidatorType() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
getValidatorType() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
getValue() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
getValue() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
getValue() - Method in class com.opensymphony.xwork2.util.ObjectProxy
 
getValue(String, Map, Object) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
 
getValue(String, Map, Object, Class) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
 
getValue(Map, Object) - Method in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
getValueStack() - Method in class com.opensymphony.xwork2.ActionContext
Gets the OGNL value stack.
globalExceptionMappingConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
globalResultConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 

H

handleConversionException(Map, String, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
handleException(Throwable, ValueStack) - Method in interface com.opensymphony.xwork2.ActionEventListener
Called when an exception is thrown by the action
handleLogging(Exception) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Handles the logging of the exception.
handleUnknownAction(String, String) - Method in interface com.opensymphony.xwork2.UnknownHandler
Handles the case when an action configuration is unknown.
handleUnknownResult(ActionContext, String, ActionConfig, String) - Method in interface com.opensymphony.xwork2.UnknownHandler
Handles the case when a result cannot be found for an action and result code.
hasActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasActionErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Check whether there are any Action-level error messages.
hasActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasActionErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hasActionMessages() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasActionMessages() - Method in interface com.opensymphony.xwork2.ValidationAware
Checks whether there are any Action-level messages.
hasActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasActionMessages() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hasErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Note that this does not have the same meaning as in WW 1.x.
hasErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hasFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
 
hasFieldErrors() - Method in interface com.opensymphony.xwork2.ValidationAware
Check whether there are any field errors associated with this action.
hasFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
hasFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
hasFieldErrors() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
hash - Variable in class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
hashCode() - Method in class com.opensymphony.xwork2.ActionChainResult
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
hashCode() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
hashCode - Variable in class com.opensymphony.xwork2.inject.Key
 
hashCode() - Method in class com.opensymphony.xwork2.inject.Key
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.KeyReferenceAwareWrapper
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
hashCode - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
hashCode - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
hashCode() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
hashCode() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
hashCode() - Method in class com.opensymphony.xwork2.mock.MockResult
 
hashCode() - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
hashCode() - Method in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
hashCode() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
hasNext() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
HEX_RADIX - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
Constant for the radix of hex numbers.
htmlEncode(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
 
htmlEncode(String, boolean) - Static method in class com.opensymphony.xwork2.util.TextUtils
Escape html entity characters and high characters (eg "curvy" Word quotes).

I

I18nInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that handles setting the locale specified in a session as the locale for the current action request.
I18nInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
ignorableWhitespace(char[], int, int) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
implementation - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
implementation - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
includedFileNames - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
includeMethods - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
includes - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
includesExcludesMap - Variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
INDEX_ACCESS_PROPS - Static variable in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
indexOfArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Get the offset of a part of an int array within a char array.
init(Configuration) - Method in interface com.opensymphony.xwork2.config.ConfigurationProvider
 
init(Configuration) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
init() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
init() - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Does nothing
init() - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
 
init() - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
Called after an interceptor is created, but before any requests are processed using intercept , giving the Interceptor a chance to initialize any needed resources.
init() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName.
initialized - Variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
initialValue() - Method in class com.opensymphony.xwork2.ActionContext.ActionContextThreadLocal
 
initObjectFactory() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
This method sets the ObjectFactory used by XWork to this object.
inject(Object) - Method in interface com.opensymphony.xwork2.inject.Container
Injects dependencies into the fields and methods of an existing object.
inject(Class<T>) - Method in interface com.opensymphony.xwork2.inject.Container
Creates and injects a new instance of type implementation.
inject(InternalContext, Object) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.FieldInjector
 
inject(Object, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(Class<T>, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(Object) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
inject(InternalContext, Object) - Method in interface com.opensymphony.xwork2.inject.ContainerImpl.Injector
 
inject(InternalContext, Object) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
inject(Member, InternalContext) - Method in class com.opensymphony.xwork2.inject.ContainerImpl.ParameterInjector
 
Inject - Annotation Type in com.opensymphony.xwork2.inject
Annotates members and parameters which should have their value[s] injected.
injectInternalBeans(Object) - Method in class com.opensymphony.xwork2.ObjectFactory
 
injectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
injectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
Field and method injectors.
injectStatics(Class<?>...) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
Upon creation, the Container will inject static fields and methods into the given classes.
injectStatics(List<Class<?>>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
INPUT - Static variable in interface com.opensymphony.xwork2.Action
The action execution require more input in order to succeed.
input() - Method in class com.opensymphony.xwork2.ActionSupport
 
inputResultName - Variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
INSTANCE - Static variable in class com.opensymphony.xwork2.DefaultTextProvider
 
instance - Static variable in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
instance - Static variable in class com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
 
instance - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
instance - Static variable in class com.opensymphony.xwork2.validator.ActionValidatorManagerFactory
 
InstantiatingNullHandler - Class in com.opensymphony.xwork2.util
Provided that the key InstantiatingNullHandler.CREATE_NULL_OBJECTS is in the action context with a value of true (this key is set only during the execution of the ParametersInterceptor), OGNL expressions that have caused a NullPointerException will be temporarily stopped for evaluation while the system automatically tries to solve the null references by automatically creating the object.
InstantiatingNullHandler() - Constructor for class com.opensymphony.xwork2.util.InstantiatingNullHandler
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Override to handle interception
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
Discovers annotated methods on the action and calls them according to the workflow
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
intercept(ActionInvocation) - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the ActionInvocation or to short-circuit the processing and just return a String return code.
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the DefaultActionInvocation or to short-circuit the processing and just return a String return code.
intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
Looks for the ApplicationContext under the attribute that the Spring listener sets in the servlet context.
interceptor - Variable in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
Interceptor - Interface in com.opensymphony.xwork2.interceptor
An interceptor is a stateless class that follows the interceptor pattern, as found in Filter and in AOP languages.
InterceptorBuilder - Class in com.opensymphony.xwork2.config.providers
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
InterceptorBuilder() - Constructor for class com.opensymphony.xwork2.config.providers.InterceptorBuilder
 
InterceptorConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for Interceptors.
InterceptorConfig() - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
InterceptorConfig(String, Class, Map) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
InterceptorConfig(String, String, Map) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
InterceptorConfig(InterceptorConfig, Map) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
interceptorConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
InterceptorListHolder - Interface in com.opensymphony.xwork2.config.entities
InterceptorListHolder
InterceptorMapping - Class in com.opensymphony.xwork2.config.entities
InterceptorMapping
InterceptorMapping() - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
InterceptorMapping(String, Interceptor) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
interceptors - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
interceptors - Variable in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
interceptors - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
InterceptorStackConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for InterceptorStack.
InterceptorStackConfig() - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
InterceptorStackConfig(String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
InternalContext - Class in com.opensymphony.xwork2.inject
Internal context.
InternalContext(ContainerImpl) - Constructor for class com.opensymphony.xwork2.inject.InternalContext
 
internalCreate(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
InternalFactory<T> - Interface in com.opensymphony.xwork2.inject
Creates objects which will be injected.
internalGet(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
internalGetActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
internalGetActionMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
internalGetFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
internalSetProperty(String, Object, Object, Map, boolean) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
 
IntRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a numeric field has a value within a specified range.
IntRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Field Validator that checks if the integer specified is within a certain range
IntRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
IntRangeFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
IntRangeFieldValidatorDescription
IntRangeFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
IntRangeFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
InvalidMetadataException - Exception in com.opensymphony.xwork2
InvalidMetadataException
InvalidMetadataException(String) - Constructor for exception com.opensymphony.xwork2.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
invalidMethods - Static variable in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
invocation - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
invocation - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
invocationContext - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
invocationContext - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
invocationHandlers - Variable in class com.opensymphony.xwork2.inject.ConstructionContext
 
invoke() - Method in interface com.opensymphony.xwork2.ActionInvocation
Invokes the next step in processing this ActionInvocation.
invoke() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
invoke(Object, Method, Object[]) - Method in class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
invoke() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
invoke(Object, Method, Object[]) - Method in class com.opensymphony.xwork2.util.profiling.TimerInvocationHandler
 
invokeAction(Object, ActionConfig) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
invokeActionOnly() - Method in interface com.opensymphony.xwork2.ActionInvocation
Invokes only the action (not interceptors or results).
invokeActionOnly() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
invokeActionOnly() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
invokePrefixMethod(ActionInvocation, String[]) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
This method will prefix actionInvocation's ActionProxy's method with prefixes before invoking the prefixed method.
invokeUnderTiming(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Is called to invoke the action invocation and time the execution time.
isAbstract - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
isAbstract() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
isActive() - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Determine if profiling is being activated, by searching for a system property 'xwork.profile.activate', default to false (profiling is off).
isAppendPrefix() - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
Flags whether the field name of this field validator should be prepended to the field name of the visited field to determine the full field name when an error occurs.
isCaseSensitive() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
isCommentLine(String) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Tests whether a line is a comment, i.e. whether it starts with a comment character.
isConstructing() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
isCreatingNullObjects(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
isDefaultBlock() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
isDenyMethodExecution(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
isEmpty() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
isExcluded(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
isExecuted() - Method in interface com.opensymphony.xwork2.ActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
isExecuted() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
isExecutedCalled() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
isGettingByKeyProperty(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
isInChainHistory(String, String, String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
isIntegerType(Class) - Method in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
isKnown(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Checks if a location is known, i.e. it is not null nor equal to Location.UNKNOWN.
isLogEnabled() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
isLoggerEnabled(Log, String) - Static method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Is the given logger enalbed at the given level?
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork2.ObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isNoArgConstructorRequired() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Allows for ObjectFactory implementations that support Actions without no-arg constructors.
isOrdered() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Whether to order the parameters or not
isPropSeperator(char) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
isReloadingConfigs() - Static method in class com.opensymphony.xwork2.util.FileManager
 
isReportingConversionErrors(Map) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
isShortCircuit() - Method in interface com.opensymphony.xwork2.validator.ShortCircuitableValidator
Gets whether this field validator should short circuit the validator queue it's in if validation fails.
isShortCircuit() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
isShortCircuit() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
isShouldCreateIfNew() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
isSimpleValidator() - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
isSimpleValidator() - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
isSimpleValidator() - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
 
isStatic(Member) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
isTrimed() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
isUnknown(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Checks if a location is unknown, i.e. it is either null or equal to Location.UNKNOWN.

J

join(String, Iterator) - Static method in class com.opensymphony.xwork2.util.TextUtils
Join an Iteration of Strings together.
join(String, String[]) - Static method in class com.opensymphony.xwork2.util.TextUtils
Join an array of Strings together.
join(String, Collection) - Static method in class com.opensymphony.xwork2.util.TextUtils
Join a Collection of Strings together.

K

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

Sets the Key for type conversion

key - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
key - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
key - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
KEY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
KEY_PREFIX - Static variable in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
KEY_PROPERTY_FOR_CREATION - Static variable in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
KEY_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
KEY_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
keyClass - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
keyHashCode(Object) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
keyProperty - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
KeyProperty - Annotation Type in com.opensymphony.xwork2.util

Sets the KeyProperty for type conversion

keyReference - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
keyReference - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
keyReferenceType - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
keySet() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns an unmodifiable set view of the keys in this map.

L

LAST_BEAN_CLASS_ACCESSED - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
LAST_BEAN_PROPERTY_ACCESSED - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
lastClassAccessed - Variable in class com.opensymphony.xwork2.util.ObjectProxy
 
lastIndexOfArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Get the offset of a last occurance of an int array within a char array.
lastModified - Variable in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
lastPropertyAccessed - Variable in class com.opensymphony.xwork2.util.ObjectProxy
 
line - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
LINE_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute name for the line number
link(Map, Class, String) - Static method in class com.opensymphony.xwork2.util.OgnlValueStack
 
load(InputStream) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
loadClass(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
Load a class with a given name.
loadConfigurationFiles(String, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadConfigurationProviders(ConfigurationProvider...) - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
loadConfigurationProviders(ConfigurationManager, ConfigurationProvider...) - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
loadConfigurationProviders(ConfigurationProvider...) - Method in class com.opensymphony.xwork2.XWorkTestCase
 
loadConversionProperties(String) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
loadDefaultActionRef(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadDefaultClassRef(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadDefaultInterceptorRef(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadDocuments(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loaded - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
loadedFileNames - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
loadedFiles - Variable in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
loadedFileUrls - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadExtraConfiguration(Document) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Allows subclasses to load extra information from the document
loadFile(String, Class) - Static method in class com.opensymphony.xwork2.util.FileManager
Loads opens the named file and returns the InputStream
loadFile(URL) - Static method in class com.opensymphony.xwork2.util.FileManager
Loads opens the named file and returns the InputStream
loadFile(String, Class, boolean) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
loadFile(String, Class, boolean) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
loadGlobalResults(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Load all of the global results for this package from the XML element.
loadGobalExceptionMappings(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Load all of the global results for this package from the XML element.
loadImplementationsInDirectory(ResolverUtil.Test, String, File) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Finds matches in a physical directory on a filesystem.
loadImplementationsInJar(ResolverUtil.Test, String, File) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Finds matching classes within a jar files that contains a folder structure matching the package structure.
loadInterceptors(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadInterceptorStack(Element, PackageConfig) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadInterceptorStacks(Element, PackageConfig) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
loadNext() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
loadPackages() - Method in interface com.opensymphony.xwork2.config.ConfigurationProvider
 
loadPackages() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
localContext - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
LOCALE - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's locale.
locale - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
localeFromString(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Builds a Locale from a String of the form en_US_foo into a Locale with language "en", country "US" and variant "foo".
LocaleProvider - Interface in com.opensymphony.xwork2
Indicates that the implementing class can provide its own Locale.
localeProvider - Variable in class com.opensymphony.xwork2.TextProviderSupport
 
localeProvider - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
localFuture - Variable in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
LocalizedTextUtil - Class in com.opensymphony.xwork2.util
Provides support for localization in XWork
LocalizedTextUtil() - Constructor for class com.opensymphony.xwork2.util.LocalizedTextUtil
 
LocalizedTextUtil.GetDefaultMessageReturnArg - Class in com.opensymphony.xwork2.util
 
LocalizedTextUtil.GetDefaultMessageReturnArg(String, boolean) - Constructor for class com.opensymphony.xwork2.util.LocalizedTextUtil.GetDefaultMessageReturnArg
 
LocalizedTextUtil.MessageFormatKey - Class in com.opensymphony.xwork2.util
 
LocalizedTextUtil.MessageFormatKey(String, Locale) - Constructor for class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
localScopeStrategy - Variable in class com.opensymphony.xwork2.inject.ContainerImpl
 
Locatable - Interface in com.opensymphony.xwork2.util.location
A interface that should be implemented by objects knowning their location (i.e. where they have been created from).
LocatableConstantFactory<T> - Class in com.opensymphony.xwork2.config.impl
Factory that remembers where a constant came from
LocatableConstantFactory(T, Object) - Constructor for class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
LocatableFactory<T> - Class in com.opensymphony.xwork2.config.impl
Attaches location information to the factory.
LocatableFactory(String, Class, Class, Scope, Object) - Constructor for class com.opensymphony.xwork2.config.impl.LocatableFactory
 
LocatableProperties - Class in com.opensymphony.xwork2.util.location
Properties implementation that remembers the location of each property.
LocatableProperties() - Constructor for class com.opensymphony.xwork2.util.location.LocatableProperties
 
LocatableProperties(Location) - Constructor for class com.opensymphony.xwork2.util.location.LocatableProperties
 
Located - Class in com.opensymphony.xwork2.util.location
Base class for location aware objects
Located() - Constructor for class com.opensymphony.xwork2.util.location.Located
 
location - Variable in class com.opensymphony.xwork2.util.location.LocatableProperties
 
location - Variable in class com.opensymphony.xwork2.util.location.Located
 
Location - Interface in com.opensymphony.xwork2.util.location
A location in a resource.
location - Variable in exception com.opensymphony.xwork2.XWorkException
 
LocationAttributes - Class in com.opensymphony.xwork2.util.location
A class to handle location information stored in attributes.
LocationAttributes() - Constructor for class com.opensymphony.xwork2.util.location.LocationAttributes
 
LocationAttributes.Pipe - Class in com.opensymphony.xwork2.util.location
A SAX filter that adds the information available from the Locator as attributes.
LocationAttributes.Pipe() - Constructor for class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
Create a filter.
LocationAttributes.Pipe(ContentHandler) - Constructor for class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
Create a filter that is chained to another handler.
LocationImpl - Class in com.opensymphony.xwork2.util.location
A simple immutable and serializable implementation of Location.
LocationImpl(String, String) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Build a location for a given URI, with unknown line and column numbers.
LocationImpl(String, String, int, int) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Build a location for a given URI and line and column numbers.
LocationImpl(Location) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Copy constructor.
LocationImpl(String, Location) - Constructor for class com.opensymphony.xwork2.util.location.LocationImpl
Create a location from an existing one, but with a different description
LocationUtils - Class in com.opensymphony.xwork2.util.location
Location-related utility methods.
LocationUtils() - Constructor for class com.opensymphony.xwork2.util.location.LocationUtils
 
LocationUtils.LocationFinder - Interface in com.opensymphony.xwork2.util.location
An finder or object locations
locator - Variable in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
log - Static variable in class com.opensymphony.xwork2.ActionChainResult
 
LOG - Static variable in class com.opensymphony.xwork2.ActionSupport
 
LOG - Static variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
LOG - Static variable in class com.opensymphony.xwork2.config.ConfigurationUtil
 
LOG - Static variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
log - Static variable in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
The logging instance
LOG - Static variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
LOG - Static variable in class com.opensymphony.xwork2.config.providers.InterceptorBuilder
 
LOG - Static variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
log - Static variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Jakarta commons-logging reference.
LOG - Static variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
LOG - Static variable in class com.opensymphony.xwork2.DefaultActionProxy
 
log - Static variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
log - Static variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
log - Static variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
log - Static variable in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
log - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
log - Static variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
LOG - Static variable in class com.opensymphony.xwork2.ObjectFactory
 
log - Static variable in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
log - Static variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
log - Static variable in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
log - Static variable in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
LOG - Static variable in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
 
LOG - Static variable in class com.opensymphony.xwork2.util.DomHelper
 
LOG - Static variable in class com.opensymphony.xwork2.util.InstantiatingNullHandler
 
LOG - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
LOG - Static variable in class com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
 
log - Static variable in class com.opensymphony.xwork2.util.OgnlUtil
 
LOG - Static variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
log - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
 
log - Static variable in class com.opensymphony.xwork2.util.ResolverUtil
An instance of Log to use for logging in this class.
LOG - Static variable in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
LOG - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
LOG - Static variable in class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
LOG - Static variable in class com.opensymphony.xwork2.validator.ActionValidatorManagerFactory
 
LOG - Static variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
LOG - Static variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
log - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
log - Static variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Jakarta commons-logging reference.
LOG - Static variable in class com.opensymphony.xwork2.validator.ValidatorFactory
 
log - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
logCategory - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
logCategory - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
logEnabled - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
logger - Static variable in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
LOGGER_FACTORY - Static variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
LoggingInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor logs the the start and end of the execution an action (in English-only, not internationalized)
LoggingInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
LOGIN - Static variable in interface com.opensymphony.xwork2.Action
The action could not execute, since the user most was not logged in.
logLevel - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
logLevel - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
logLookupFailure(String, Exception) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
Log a failed lookup, being more verbose when devMode=true.
logMessage(ActionInvocation, String) - Method in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
lookup(String) - Method in class com.opensymphony.xwork2.util.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookup(Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
Looks for a TypeConverter in the default mappings.
lookupInterceptorReference(PackageConfig, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Looks up the Interceptor Class from the interceptor-ref name and creates an instance, which is added to the provided List, or, if this is a ref to a stack, it adds the Interceptor instances from the List to this stack.
lookupRegisteredValidatorType(String) - Static method in class com.opensymphony.xwork2.validator.ValidatorFactory
Lookup to get the FQ classname of the given validator name.
lookupSuper(Class) - Method in class com.opensymphony.xwork2.util.XWorkConverter
Recurses through a class' interfaces and class hierarchy looking for a TypeConverter in the default mapping that can handle the specified class.

M

makeKey(String, String, String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
makeKeyReferenceAware(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Wraps key so it can be compared to a referenced key for equality.
makeLocaleProvider(Object) - Static method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
makeTextProvider(Object, LocaleProvider) - Static method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
makeValidationAware(Object) - Static method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
makeValueReferenceAware(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Wraps value so it can be compared to a referenced value for equality.
MAP_IDENTIFIER_KEY - Static variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
MAP_PREFIX - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Key used for type conversion of maps.
mappings - Variable in class com.opensymphony.xwork2.util.XWorkConverter
Target class conversion Mappings.
match(String) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Matches the path against the compiled wildcard patterns.
match(Map, String, int[]) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Match a pattern agains a string and isolates wildcard replacement into a Stack.
MATCH_BEGIN - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing begin in the pattern int [].
MATCH_END - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int value that terminates the pattern int [].
MATCH_FILE - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing '*' in the pattern int [].
MATCH_PATH - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing '**' in the pattern int [].
MATCH_THEEND - Static variable in class com.opensymphony.xwork2.util.WildcardHelper
The int representing end in pattern int [].
matchArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
Matches elements of array r from rpos to rend with array d, starting from dpos.
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
Returns true if the type is annotated with the class provided to the constructor.
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.IsA
Returns true if type is assignable to the parent type supplied in the constructor.
matches - Variable in class com.opensymphony.xwork2.util.ResolverUtil
The set of matches being accumulated.
matches(Class) - Method in class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
Returns true if type name ends with the suffix supplied in the constructor.
matches(Class) - Method in interface com.opensymphony.xwork2.util.ResolverUtil.Test
Will be called repeatedly with candidate classes.
max - Variable in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
max - Variable in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
max - Variable in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
max - Variable in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
max - Variable in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
maxExclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxExclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxInclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxInclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
maxLength - Variable in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
maxLength - Variable in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
member - Variable in class com.opensymphony.xwork2.inject.ExternalContext
 
message - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.GetDefaultMessageReturnArg
 
message - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
message - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
message - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
message - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
messageFormats - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
messageKey - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
messageKey - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
method - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
method - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
method - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
MethodFilterInterceptor - Class in com.opensymphony.xwork2.interceptor
An abstract Interceptor that is applied to selectively according to specified included/excluded method lists.
MethodFilterInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
MethodFilterInterceptorUtil - Class in com.opensymphony.xwork2.interceptor
Utility class contains common methods used by MethodFilterInterceptor.
MethodFilterInterceptorUtil() - Constructor for class com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
 
methodName - Variable in class com.opensymphony.xwork2.ActionChainResult
 
methodName - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
MILLISECOND_FORMAT - Static variable in class com.opensymphony.xwork2.util.XWorkBasicConverter
 
min - Variable in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
min - Variable in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
min - Variable in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
min - Variable in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
min - Variable in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
MIN_TIME - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
System property that controls the min time, that if exceeded will cause a log (at INFO level) to be created.
minExclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minExclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minInclusive - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minInclusiveValue - Variable in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
minLength - Variable in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
minLength - Variable in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
misses - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
MISSING_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
MISSING_PACKAGE_ACTION_EXCEPTION - Static variable in interface com.opensymphony.xwork2.XWorkMessages
 
MockActionInvocation - Class in com.opensymphony.xwork2.mock
Mock for an ActionInvocation.
MockActionInvocation() - Constructor for class com.opensymphony.xwork2.mock.MockActionInvocation
 
MockActionInvocation - Class in com.opensymphony.xwork2
Deprecated. Please use @see com.opensymphony.xwork2.mock.MockActionInvocation instead
MockActionInvocation() - Constructor for class com.opensymphony.xwork2.MockActionInvocation
Deprecated.  
MockActionProxy - Class in com.opensymphony.xwork2.mock
Mock for an ActionProxy.
MockActionProxy() - Constructor for class com.opensymphony.xwork2.mock.MockActionProxy
 
MockConfiguration - Class in com.opensymphony.xwork2.config.impl
Simple configuration used for unit testing
MockConfiguration() - Constructor for class com.opensymphony.xwork2.config.impl.MockConfiguration
 
MockInterceptor - Class in com.opensymphony.xwork2.mock
Mock for an Interceptor.
MockInterceptor() - Constructor for class com.opensymphony.xwork2.mock.MockInterceptor
 
MockObjectTypeDeterminer - Class in com.opensymphony.xwork2.mock
Mocks the function of an ObjectTypeDeterminer for testing purposes.
MockObjectTypeDeterminer() - Constructor for class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
MockObjectTypeDeterminer(Class, Class, String, boolean) - Constructor for class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
MockResult - Class in com.opensymphony.xwork2.mock
Mock for a Result.
MockResult() - Constructor for class com.opensymphony.xwork2.mock.MockResult
 
ModelDriven<T> - Interface in com.opensymphony.xwork2
ModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts.
ModelDrivenInterceptor - Class in com.opensymphony.xwork2.interceptor
Watches for ModelDriven actions and adds the action's model on to the value stack.
ModelDrivenInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
 
MULTI_TEXTVALUE_SEPARATOR - Static variable in class com.opensymphony.xwork2.validator.ValidatorFileParser
 

N

name - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
name - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
name - Variable in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
name - Variable in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
name - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
name - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
 
name - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
name - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
name - Variable in class com.opensymphony.xwork2.inject.Key
 
name - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
name - Variable in class com.opensymphony.xwork2.util.CompoundRootAccessor.MethodCall
 
namespace - Variable in class com.opensymphony.xwork2.ActionChainResult
 
namespace - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
namespace - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
namespace - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
namespaceActionConfigMatchers - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
namespaceActionConfigs - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
namespaceConfigs - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
needsReload() - Method in interface com.opensymphony.xwork2.config.ConfigurationProvider
Tells whether the ConfigurationProvider should reload its configuration
needsReload() - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
Tells whether the ConfigurationProvider should reload its configuration.
newInstance(Member, Key<T>, ContainerImpl) - Static method in class com.opensymphony.xwork2.inject.ExternalContext
 
newInstance(Class<T>, String) - Static method in class com.opensymphony.xwork2.inject.Key
 
next - Variable in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
next() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
nextHandler - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
nextHandler - Variable in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
nextHandler - Variable in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
nextProperty() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Parses the next property from the input stream and stores the found name and value in internal fields.
noMapping - Variable in class com.opensymphony.xwork2.util.XWorkConverter
Unavailable target class conversion mappings, serves as a simple cache.
NONE - Static variable in interface com.opensymphony.xwork2.Action
The action execution was successful but do not show a view.
noNull(String, String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Return string, or defaultString if string is null or "".
noNull(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Return string, or "" if string is null.
NoParameters - Interface in com.opensymphony.xwork2.interceptor
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.
nullMethodResult(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.util.InstantiatingNullHandler
 
nullPropertyValue(Map, Object, Object) - Method in class com.opensymphony.xwork2.util.InstantiatingNullHandler
 

O

o - Variable in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
objectFactory - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
objectFactory - Variable in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
objectFactory - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
objectFactory - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
objectFactory - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
ObjectFactory - Class in com.opensymphony.xwork2
ObjectFactory is responsible for building the core framework objects.
ObjectFactory() - Constructor for class com.opensymphony.xwork2.ObjectFactory
 
ObjectFactory.ContinuationsClassLoader - Class in com.opensymphony.xwork2
 
ObjectFactory.ContinuationsClassLoader() - Constructor for class com.opensymphony.xwork2.ObjectFactory.ContinuationsClassLoader
 
ObjectProfiler - Class in com.opensymphony.xwork2.util.profiling
 
ObjectProfiler() - Constructor for class com.opensymphony.xwork2.util.profiling.ObjectProfiler
 
ObjectProxy - Class in com.opensymphony.xwork2.util
An Object to use within OGNL to proxy other Objects usually Collections that you set in a different place on the ValueStack but want to retain the context information about where they previously were.
ObjectProxy() - Constructor for class com.opensymphony.xwork2.util.ObjectProxy
 
ObjectProxyPropertyAccessor - Class in com.opensymphony.xwork2.util
Is able to access (set/get) properties on a given object.
ObjectProxyPropertyAccessor() - Constructor for class com.opensymphony.xwork2.util.ObjectProxyPropertyAccessor
 
ObjectTypeDeterminer - Interface in com.opensymphony.xwork2.util
Determines what the key and and element class of a Map or Collection should be.
objectTypeDeterminer - Variable in class com.opensymphony.xwork2.util.XWorkConverter
 
ObjectTypeDeterminerFactory - Class in com.opensymphony.xwork2.util
Factory for getting an instance of ObjectTypeDeterminer.
ObjectTypeDeterminerFactory() - Constructor for class com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
 
of(ReferenceType, ReferenceType, Function<? super K, ? extends V>) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceCache
Returns a ReferenceCache delegating to the specified function.
OgnlContextState - Class in com.opensymphony.xwork2.util
Manages variables in the OgnlContext and returns values to be used by the application.
OgnlContextState() - Constructor for class com.opensymphony.xwork2.util.OgnlContextState
 
OgnlUtil - Class in com.opensymphony.xwork2.util
Utility class that provides common access to the Ognl APIs for setting and getting properties from objects (usually Actions).
OgnlUtil() - Constructor for class com.opensymphony.xwork2.util.OgnlUtil
 
OgnlValueStack - Class in com.opensymphony.xwork2.util
Ognl implementation of a value stack that allows for dynamic Ognl expressions to be evaluated against it.
OgnlValueStack() - Constructor for class com.opensymphony.xwork2.util.OgnlValueStack
 
OgnlValueStack(ValueStack) - Constructor for class com.opensymphony.xwork2.util.OgnlValueStack
 
OgnlValueStack.ObjectAccessor - Class in com.opensymphony.xwork2.util
 
OgnlValueStack.ObjectAccessor() - Constructor for class com.opensymphony.xwork2.util.OgnlValueStack.ObjectAccessor
 
OgnlValueStackFactory - Class in com.opensymphony.xwork2.util
Creates an Ognl value stack
OgnlValueStackFactory() - Constructor for class com.opensymphony.xwork2.util.OgnlValueStackFactory
 
opa - Variable in class com.opensymphony.xwork2.util.XWorkEnumerationAcccessor
 
opa - Variable in class com.opensymphony.xwork2.util.XWorkIteratorPropertyAccessor
 
ordered - Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
original - Variable in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
The original pattern.
ORIGINAL_PROPERTY_OVERRIDE - Static variable in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
overrides - Variable in class com.opensymphony.xwork2.util.OgnlValueStack
 

P

PackageConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for Package.
PackageConfig() - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
 
PackageConfig(String) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
 
PackageConfig(String, String, boolean) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
 
PackageConfig(String, String, boolean, List) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
 
packageContexts - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
packageName - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
packages - Variable in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
ParameterFilterInterceptor - Class in com.opensymphony.xwork2.interceptor
The Parameter Filter Interceptor blocks parameters from getting to the rest of the stack or your action.
ParameterFilterInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
parameterInjectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.ConstructorInjector
 
parameterInjectors - Variable in class com.opensymphony.xwork2.inject.ContainerImpl.MethodInjector
 
Parameterizable - Interface in com.opensymphony.xwork2.config.entities

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

parameterName - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
ParameterNameAware - Interface in com.opensymphony.xwork2.interceptor
This interface is implemented by actions that want to declare acceptable parameters.
PARAMETERS - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's parameters.
ParametersInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor sets all parameters on the value stack.
ParametersInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
params - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
 
params - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
params - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
parent - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
parent - Variable in class com.opensymphony.xwork2.util.ResolverUtil.IsA
 
parentNode - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The parentNode
parents - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
parse - Variable in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
parse(InputSource) - Static method in class com.opensymphony.xwork2.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parse(InputSource, Map) - Static method in class com.opensymphony.xwork2.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parse(String) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Parse a location string of the form "uri:line:column" (e.g.
parse - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
parseActionValidatorConfigs(InputStream, String) - Static method in class com.opensymphony.xwork2.validator.ValidatorFileParser
Parse resource for a list of ValidatorConfig objects.
parseDateString(String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
parseDouble(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
parseParameterValues() - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
parseProperty(String) - Method in class com.opensymphony.xwork2.util.PropertiesReader
Parse a property line and return the key and the value in an array.
parseValidatorDefinitions(InputStream) - Static method in class com.opensymphony.xwork2.validator.ValidatorFileParser
Deprecated. Use parseValidatorDefinitions(InputStream, String)
parseValidatorDefinitions(InputStream, String) - Static method in class com.opensymphony.xwork2.validator.ValidatorFileParser
Deprecated.  
parseValidatorDefinitions(InputStream, String, ObjectFactory) - Static method in class com.opensymphony.xwork2.validator.ValidatorFileParser
Parses validator definitions
parseValidators() - Static method in class com.opensymphony.xwork2.validator.ValidatorFactory
 
pattern - Variable in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher.Mapping
The compiled pattern.
pattern - Variable in class com.opensymphony.xwork2.util.LocalizedTextUtil.MessageFormatKey
 
pause(String) - Method in class com.opensymphony.xwork2.ActionSupport
Stops the action invocation immediately (by throwing a PauseException) and causes the action invocation to return the specified result, such as Action.SUCCESS, Action.INPUT, etc.
peek() - Method in class com.opensymphony.xwork2.util.CompoundRoot
 
peek() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
peek() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the object on the top of the stack without changing the stack.
pop() - Method in class com.opensymphony.xwork2.util.CompoundRoot
 
pop() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
pop(String) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
End a preformance profiling with the name given.
pop() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the object on the top of the stack and remove it from the stack.
PREFIX - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Prefix for the location namespace
PrefixMethodInvocationUtil - Class in com.opensymphony.xwork2.interceptor
A utility class for invoking prefixed methods in action class.
PrefixMethodInvocationUtil() - Constructor for class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
 
Preparable - Interface in com.opensymphony.xwork2
Preparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig
prepare(Object, ValueStack) - Method in interface com.opensymphony.xwork2.ActionEventListener
Called after an action has been created.
prepare() - Method in interface com.opensymphony.xwork2.ActionProxy
Called after all dependencies are set
prepare() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
prepare() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
prepare() - Method in interface com.opensymphony.xwork2.Preparable
This method is called to allow the action to prepare itself.
PREPARE_PREFIX - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
PrepareInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor calls prepare() on actions which implement Preparable.
PrepareInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
PreResultListener - Interface in com.opensymphony.xwork2.interceptor
PreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the Result is executed.
preResultListeners - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
preResultListeners - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
printTimes(ProfilingTimerBean) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Do a log (at INFO level) of the time taken for this particular profiling.
processAnnotations(Object) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processConversionErrorFieldValidatorAnnotation(ConversionErrorFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processCustomValidatorAnnotation(CustomValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processDateRangeFieldValidatorAnnotation(DateRangeFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processDoubleRangeFieldValidatorAnnotation(DoubleRangeFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processEmailValidatorAnnotation(EmailValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processExpressionValidatorAnnotation(ExpressionValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processFieldExpressionValidatorAnnotation(FieldExpressionValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
processingInstruction(String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
processIntRangeFieldValidatorAnnotation(IntRangeFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processRegexFieldValidatorAnnotation(RegexFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processRequiredFieldValidatorAnnotation(RequiredFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processRequiredStringValidatorAnnotation(RequiredStringValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processStringLengthFieldValidatorAnnotation(StringLengthFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processStringRegexValidatorAnnotation(StringRegexValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processUrlValidatorAnnotation(UrlValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processValidationAnnotation(Annotation, String, List<ValidatorConfig>) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
processVisitorFieldValidatorAnnotation(VisitorFieldValidator, String) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
profile(String, UtilTimerStack.ProfilingBlock<T>) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
A convenience method that allows block of code subjected to profiling to be executed and avoid the need of coding boiler code that does pushing (UtilTimeBean.push(...)) and poping (UtilTimerBean.pop(...)) in a try ... finally ... block.
profiledInvoke(Method, Object, Object[]) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
A profiled call Method.invoke(java.lang.Object, java.lang.Object[]).
ProfilingTimerBean - Class in com.opensymphony.xwork2.util.profiling
Bean to contain information about the pages profiled
ProfilingTimerBean(String) - Constructor for class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
PropertiesReader - Class in com.opensymphony.xwork2.util
This class is used to read properties lines.
PropertiesReader(Reader) - Constructor for class com.opensymphony.xwork2.util.PropertiesReader
Constructor.
PropertiesReader(Reader, char) - Constructor for class com.opensymphony.xwork2.util.PropertiesReader
Creates a new instance of PropertiesReader and sets the underlaying reader and the list delimiter.
property - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
propertyName - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the name of the last read property.
propertyValue - Variable in class com.opensymphony.xwork2.util.PropertiesReader
Stores the value of the last read property.
propLocations - Variable in class com.opensymphony.xwork2.util.location.LocatableProperties
 
providerLock - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
 
proxy - Variable in class com.opensymphony.xwork2.ActionChainResult
 
proxy - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
proxy - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
publishException(ActionInvocation, ExceptionHolder) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
Default implementation to handle ExceptionHolder publishing.
push(Object) - Method in class com.opensymphony.xwork2.util.CompoundRoot
 
push(Object) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
push(String) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Create and start a performance profiling with the name given.
push(Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
Put this object onto the top of the stack
pushAction - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
put(Object, Object) - Method in class com.opensymphony.xwork2.ActionContext
Stores a value in the current ActionContext.
put(K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
put(Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkMap
Deprecated. Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
putAll(Map) - Method in class com.opensymphony.xwork2.util.XWorkMap
Deprecated. Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putIfAbsent(K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
putIfAbsentStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
putStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 

Q

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

R

rbCollator - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Compares based on number of '.' characters (fewer is higher)
readObject(ObjectInputStream) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
readObject(ObjectInputStream) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
readProperty() - Method in class com.opensymphony.xwork2.util.PropertiesReader
Reads a property line.
readResolve() - Method in class com.opensymphony.xwork2.DefaultTextProvider
 
readResolve() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
Ensure serialized unknown location resolve to Location.UNKNOWN.
readResolve() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
rebuildRuntimeConfiguration() - Method in interface com.opensymphony.xwork2.config.Configuration
 
rebuildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
rebuildRuntimeConfiguration() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
ReferenceCache<K,V> - Class in com.opensymphony.xwork2.inject.util
Extends ReferenceMap to support lazy loading values by overriding ReferenceCache.create(Object).
ReferenceCache(ReferenceType, ReferenceType) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceCache
 
ReferenceCache() - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceCache
Equivalent to new ReferenceCache(STRONG, STRONG).
ReferenceCache.CallableCreate - Class in com.opensymphony.xwork2.inject.util
 
ReferenceCache.CallableCreate(K) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceCache.CallableCreate
 
referenceEquals(Reference, Object) - Static method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Tests weak and soft references for identity equality.
referenceKey(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Creates a reference for a key.
ReferenceMap<K,V> - Class in com.opensymphony.xwork2.inject.util
Concurrent hash map that wraps keys and/or values in soft or weak references.
ReferenceMap(ReferenceType, ReferenceType) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap
Concurrent hash map that wraps keys and/or values based on specified reference types.
ReferenceMap.Entry - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.Entry(K, V) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
ReferenceMap.InternalReference - Interface in com.opensymphony.xwork2.inject.util
Marker interface to differentiate external and internal references.
ReferenceMap.KeyReferenceAwareWrapper - Class in com.opensymphony.xwork2.inject.util
Used for keys.
ReferenceMap.KeyReferenceAwareWrapper(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.KeyReferenceAwareWrapper
 
ReferenceMap.PutStrategy - Enum in com.opensymphony.xwork2.inject.util
 
ReferenceMap.PutStrategy() - Constructor for enum com.opensymphony.xwork2.inject.util.ReferenceMap.PutStrategy
 
ReferenceMap.ReferenceAwareWrapper - Class in com.opensymphony.xwork2.inject.util
Big hack.
ReferenceMap.ReferenceAwareWrapper(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
ReferenceMap.SoftKeyReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.SoftKeyReference(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftKeyReference
 
ReferenceMap.SoftValueReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.SoftValueReference(Object, Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.SoftValueReference
 
ReferenceMap.Strategy - Interface in com.opensymphony.xwork2.inject.util
 
ReferenceMap.WeakKeyReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.WeakKeyReference(Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakKeyReference
 
ReferenceMap.WeakValueReference - Class in com.opensymphony.xwork2.inject.util
 
ReferenceMap.WeakValueReference(Object, Object) - Constructor for class com.opensymphony.xwork2.inject.util.ReferenceMap.WeakValueReference
 
ReferenceResolverException - Exception in com.opensymphony.xwork2.config
Exception when a reference can't be resolved.
ReferenceResolverException() - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceResolverException(String) - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceResolverException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceResolverException(Throwable) - Constructor for exception com.opensymphony.xwork2.config.ReferenceResolverException
 
ReferenceType - Enum in com.opensymphony.xwork2.inject.util
Reference type.
ReferenceType() - Constructor for enum com.opensymphony.xwork2.inject.util.ReferenceType
 
referenceValue(Object, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Creates a reference for a value.
RegexFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
Validates a string field using a regular expression
RegexFieldValidator - Class in com.opensymphony.xwork2.validator.validators
Validates a string field using a regular expression
RegexFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
register(ContainerBuilder, LocatableProperties) - Method in interface com.opensymphony.xwork2.config.ConfigurationProvider
 
register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
registerConverter(String, TypeConverter) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
registerConverterNotFound(String) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
registerValidator(String, String) - Static method in class com.opensymphony.xwork2.validator.ValidatorFactory
Registers the given validator to the existing map of validators.
reload(List<ConfigurationProvider>) - Method in interface com.opensymphony.xwork2.config.Configuration
 
reload() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
 
reload(List<ConfigurationProvider>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
reload(List<ConfigurationProvider>) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
reloadBundles - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
reloadBundles() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
reloadingConfigs - Static variable in class com.opensymphony.xwork2.util.FileManager
 
remove(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
remove(Object, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
remove() - Method in class com.opensymphony.xwork2.util.ClassLoaderUtil.AggregateIterator
 
remove(Element, boolean) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
Remove the location attributes from a DOM element.
removeCurrentReference() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
removePackageConfig(String) - Method in interface com.opensymphony.xwork2.config.Configuration
 
removePackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
removePackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
 
removeParent(PackageConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
removeScopeStrategy() - Method in interface com.opensymphony.xwork2.inject.Container
Removes the scope strategy for the current thread.
removeScopeStrategy() - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
replace(K, V, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
replace(K, V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
replaceParameters(Map<String, Object>, Map) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Replaces parameter values
replaceStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
RepopulateConversionErrorFieldValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
An abstract base class that adds in the capability to populate the stack with a fake parameter map when a conversion error has occurred and the 'repopulateField' property is set to "true".
RepopulateConversionErrorFieldValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateField(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateFieldAsBoolean - Variable in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
repopulateFieldAsString - Variable in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
REPORT_CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.util.XWorkConverter
 
REPORT_ERRORS_ON_NO_PROP - Static variable in interface com.opensymphony.xwork2.util.ValueStack
 
RequiredFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a field is non-null
RequiredFieldValidator - Class in com.opensymphony.xwork2.validator.validators
RequiredFieldValidator checks if the specified field is not null
RequiredFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RequiredFieldValidator
 
RequiredFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
RequiredFieldValidatorDescription
RequiredFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
 
RequiredFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
RequiredStringValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a String field is not empty (i.e. non-null with a length > 0)
RequiredStringValidator - Class in com.opensymphony.xwork2.validator.validators
RequiredStringValidator checks that a String field is non-null and has a length > 0.
RequiredStringValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
RequiredStringValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
RequiredStringValidatorDescription
RequiredStringValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
 
RequiredStringValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
reset() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Clears all the internal lists.
reset() - Static method in class com.opensymphony.xwork2.util.OgnlValueStack
 
resetInstance() - Static method in class com.opensymphony.xwork2.util.XWorkConverter
 
resolveEntity(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
resolveMethod() - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
resolveModel(ObjectFactory, ActionContext, String, String, String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
resolvePropertyName(Method) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
Returns the property name for a method.
resolvePropertyName(Method) - Static method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
Returns the property name for a method.
ResolverUtil<T> - Class in com.opensymphony.xwork2.util
ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.
ResolverUtil() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil
 
ResolverUtil.AnnotatedWith - Class in com.opensymphony.xwork2.util
A Test that checks to see if each class is annotated with a specific annotation.
ResolverUtil.AnnotatedWith(Class<? extends Annotation>) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
Construts an AnnotatedWith test for the specified annotation type.
ResolverUtil.IsA - Class in com.opensymphony.xwork2.util
A Test that checks to see if each class is assignable to the provided class.
ResolverUtil.IsA(Class) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.IsA
Constructs an IsA test using the supplied Class as the parent class/interface.
ResolverUtil.NameEndsWith - Class in com.opensymphony.xwork2.util
A Test that checks to see if each class name ends with the provided suffix.
ResolverUtil.NameEndsWith(String) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
Constructs a NameEndsWith test using the supplied suffix.
ResolverUtil.Test - Interface in com.opensymphony.xwork2.util
A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.
resource - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
result - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
result - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
result - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
Result - Interface in com.opensymphony.xwork2
All results (except for NONE) of an Action are mapped to a View implementation.
result - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
The result
resultCode - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
resultCode - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
ResultConfig - Class in com.opensymphony.xwork2.config.entities
Configuration for Result.
ResultConfig() - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
 
ResultConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
 
ResultConfig(String, String, Map) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
 
results - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
 
ResultTypeConfig - Class in com.opensymphony.xwork2.config.entities
Configuration class for result types.
ResultTypeConfig() - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
ResultTypeConfig(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
resultTypeConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
 
returnedResult - Variable in class com.opensymphony.xwork2.mock.MockActionProxy
 
root - Variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
rule - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
runtimeConfiguration - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
RuntimeConfiguration - Interface in com.opensymphony.xwork2.config
RuntimeConfiguration

S

saveLocale(ActionInvocation, Locale) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
Save the given locale to the ActionInvocation.
scope - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
Scope - Enum in com.opensymphony.xwork2.inject
Scope of an injected objects.
Scope() - Constructor for enum com.opensymphony.xwork2.inject.Scope
 
scope - Variable in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
Scope.Strategy - Interface in com.opensymphony.xwork2.inject
Pluggable scoping strategy.
Scoped - Annotation Type in com.opensymphony.xwork2.inject
Annotates a scoped implementation class.
ScopedModelDriven<T> - Interface in com.opensymphony.xwork2.interceptor
Adds the ability to set a model, probably retrieved from a given state.
ScopedModelDrivenInterceptor - Class in com.opensymphony.xwork2.interceptor
An interceptor that enables scoped model-driven actions.
ScopedModelDrivenInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
scopeFactory(Class<T>, String, InternalFactory<? extends T>) - Method in enum com.opensymphony.xwork2.inject.Scope
Wraps factory with scoping logic.
scopeStrategy - Variable in class com.opensymphony.xwork2.inject.InternalContext
 
SEPARATORS - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
The list of possible key/value separators
serialVersionUID - Static variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.DefaultActionProxy
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.inject.util.ReferenceCache
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.util.OgnlValueStack
 
serialVersionUID - Static variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
SESSION - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's session.
set(String, Object) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
set(int, Object) - Method in class com.opensymphony.xwork2.util.SurrugateList
 
set(String, Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
Sets an object on the stack with the given key so it is retrievable by findValue(key,...)
set(int, Object) - Method in class com.opensymphony.xwork2.util.XWorkList
Deprecated. Replaces the element at the specified position in this list with the specified element.
SET_MAP_KEY - Static variable in class com.opensymphony.xwork2.util.OgnlContextState
 
setAbstract(boolean) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
setAction(Object) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setAction(Object) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.ActionSupport
 
setActionErrors(Collection) - Method in interface com.opensymphony.xwork2.ValidationAware
Set the Collection of Action-level String error messages.
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
setActionErrors(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setActionEventListener(ActionEventListener) - Method in interface com.opensymphony.xwork2.ActionInvocation
Sets the action event listener to respond to key action events
setActionEventListener(ActionEventListener) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setActionEventListener(ActionEventListener) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setActionEventListener(ActionEventListener) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setActionInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action invocation (the execution state).
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.ActionSupport
 
setActionMessages(Collection) - Method in interface com.opensymphony.xwork2.ValidationAware
Set the Collection of Action-level String messages (not errors).
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
setActionMessages(Collection) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setActionName(String) - Method in class com.opensymphony.xwork2.ActionChainResult
Set the action name.
setActionName(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setActionProxyFactory(ActionProxyFactory) - Method in class com.opensymphony.xwork2.ActionChainResult
 
setActive(boolean) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
Turn profiling on or off.
setAliasesKey(String) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
 
setAllowed(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setAllowedCollection(Collection) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setAlwaysInvokePrepare(String) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
setAlwaysInvokeValidate(String) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
Determine if Validateable's validate() should always be invoked.
setAppendPrefix(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
setAppendPrefix(boolean) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
Sets whether the field name of this field validator should be prepended to the field name of the visited field to determine the full field name when an error occurs.
setApplication(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action's application context.
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
setApplicationContext(ApplicationContext) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Set the Spring ApplicationContext that should be used to look beans up with.
setApplicationContextPath(String) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
setAttributeName(String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
setAutowireStrategy(Integer) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
 
setAutowireStrategy(int) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Sets the autowiring strategy
setBlocked(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setBlockedCollection(Collection) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setBooleanValue(String, Map, boolean) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setCaseSensitive(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
Sets whether the expression should be matched against in a case-sensitive way.
setClassLoader(ClassLoader) - Method in class com.opensymphony.xwork2.ObjectFactory
 
setClassLoader(ClassLoader) - Method in class com.opensymphony.xwork2.util.ResolverUtil
Sets an explicit ClassLoader that should be used when scanning for classes.
setClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
setClassName(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
setClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
setClassName(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setClazz(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
setConfig(ActionConfig) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setConfiguration(Configuration) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
 
setConfiguration(Configuration) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setConfigurationProviders(List<ConfigurationProvider>) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
Set the list of configuration providers
setConstants(ContainerBuilder) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
setContainer(Container) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
 
setContainer(Container) - Method in class com.opensymphony.xwork2.ObjectFactory
 
setContext(ActionContext) - Static method in class com.opensymphony.xwork2.ActionContext
Sets the action context for the current thread.
setContext(String) - Method in class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
setContext(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
setContextMap(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action's context map.
setConversionErrors(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets conversion errors which occurred when executing the action.
setCreatingNullObjects(Map, boolean) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setCurrentReference(T) - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
setDefaultActionRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
setDefaultBlock(boolean) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
 
setDefaultClassRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
setDefaultConverter(TypeConverter) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
setDefaultInterceptorRef(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
setDefaultMessage(String) - Method in interface com.opensymphony.xwork2.validator.Validator
 
setDefaultMessage(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
setDefaultMessage(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setDefaultResultParam(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
setDefaultResults(Map<String, ResultConfig>, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
 
setDefaultResultType(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
sets the default Result type for this package
setDefaultType(Class) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
setDefaultType(Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
Sets the default type to convert to if no type is provided when getting a value.
setDelegate(T) - Method in class com.opensymphony.xwork2.inject.ConstructionContext.DelegatingInvocationHandler
 
setDenyMethodExecution(Map, boolean) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setDevMode(String) - Static method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
setDevMode(String) - Static method in class com.opensymphony.xwork2.util.OgnlValueStack
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
setDocumentLocator(Locator) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
setDtdMappings(Map<String, String>) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
setElementClass(Class) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setEndTime() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
setExceptionClassName(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
setExcludeMethods(String) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
setExcludeParams(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Sets a comma-delimited list of regular expressions to match parameters that should be removed from the parameter map.
setExcludes(Collection) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
setExecuteResult(boolean) - Method in interface com.opensymphony.xwork2.ActionProxy
Sets whether this ActionProxy should also execute the Result after executing the Action
setExecuteResult(boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setExecuteResult(boolean) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setExpectedFoo(String) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
Sets the regular expression to be matched.
setExprOverrides(Map) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
setExprOverrides(Map) - Method in interface com.opensymphony.xwork2.util.ValueStack
 
setExternalContext(ExternalContext<?>) - Method in class com.opensymphony.xwork2.inject.InternalContext
 
setFactory(ValueStackFactory) - Static method in class com.opensymphony.xwork2.util.ValueStackFactory
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.ActionSupport
 
setFieldErrors(Map) - Method in interface com.opensymphony.xwork2.ValidationAware
Set the field error map of fieldname (String) to Collection of String error messages.
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext.LoggingValidationAware
 
setFieldErrors(Map) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setFieldName(String) - Method in interface com.opensymphony.xwork2.validator.FieldValidator
Sets the field name to validate with this FieldValidator
setFieldName(String) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the field name for this validator rule.
setFieldName(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
setFoo(String) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
 
setFullPropertyPath(Map, String) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setFullQualifiedClassName(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
The fullQualifiedClassName attribute is used to create the special conversion.properties file name.
setGettingByKeyProperty(Map, boolean) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setIncludeMethods(String) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
 
setIncludes(Collection) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
setInputResultName(String) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
Set the inputResultName (result name to be returned when a action / field error is found registered).
setInstance(ObjectTypeDeterminer) - Static method in class com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
 
setInstance(XWorkConverter) - Static method in class com.opensymphony.xwork2.util.XWorkConverter
 
setInstance(ActionValidatorManager) - Static method in class com.opensymphony.xwork2.validator.ActionValidatorManagerFactory
 
setInterceptor(Interceptor) - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
setInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setInvocationContext(ActionContext) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setKey(String) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the I18N message key.
setKey(String) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setKey(String) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setKey(String) - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Sets the I18N message key.
setKeyClass(Class) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setKeyProperty(String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setLastBeanClassAccessed(Map, Class) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setLastBeanPropertyAccessed(Map, String) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setLastClassAccessed(Class) - Method in class com.opensymphony.xwork2.util.ObjectProxy
 
setLastModified(long) - Method in class com.opensymphony.xwork2.util.FileManager.FileRevision
 
setLastPropertyAccessed(String) - Method in class com.opensymphony.xwork2.util.ObjectProxy
 
setLocale(Locale) - Method in class com.opensymphony.xwork2.ActionContext
Sets the Locale for the current action.
setLocation(Location) - Method in class com.opensymphony.xwork2.util.location.Located
Set the location of this object
setLogCategory(String) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
setLogCategory(String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
setLogEnabled(boolean) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
setLogLevel(String) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
 
setLogLevel(String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
setMax(String) - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
setMax(String) - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
setMax(String) - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
setMax(Date) - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
setMax(Integer) - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
setMaxExclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMaxInclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMaxLength(String) - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
setMaxLength(int) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
setMessage(String) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Sets the default validator failure message.
setMessage(String) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setMessage(String) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setMessage(String) - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Sets the default validator failure message.
setMessageKey(String) - Method in interface com.opensymphony.xwork2.validator.Validator
 
setMessageKey(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
setMessageKey(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setMethod(String) - Method in class com.opensymphony.xwork2.ActionChainResult
 
setMethod(String) - Method in interface com.opensymphony.xwork2.ActionProxy
Sets the method to execute for the action invocation.
setMethod(String) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setMethod(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setMethodName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
setMin(String) - Method in class com.opensymphony.xwork2.validator.metadata.DateRangeFieldValidatorDescription
 
setMin(String) - Method in class com.opensymphony.xwork2.validator.metadata.DoubleRangeFieldValidatorDescription
 
setMin(String) - Method in class com.opensymphony.xwork2.validator.metadata.IntRangeFieldValidatorDescription
 
setMin(Date) - Method in class com.opensymphony.xwork2.validator.validators.DateRangeFieldValidator
 
setMin(Integer) - Method in class com.opensymphony.xwork2.validator.validators.IntRangeFieldValidator
 
setMinExclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMinInclusive(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
setMinLength(String) - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
setMinLength(int) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
setModel(T) - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
Sets the model
setName(String) - Method in class com.opensymphony.xwork2.ActionContext
Sets the name of the current Action in the ActionContext.
setName(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
setName(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
setName(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
 
setName(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
 
setName(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
setName(String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
setName(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
setName(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setNamespace(String) - Method in class com.opensymphony.xwork2.ActionChainResult
sets the namespace of the Action that we're chaining to.
setNamespace(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
setNamespace(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setObjectFactory(ObjectFactory) - Static method in class com.opensymphony.xwork2.ObjectFactory
 
setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.util.XWorkConverter
 
setOrdered(boolean) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
Set whether to order the parameters by object depth or not
setPackageName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
setParameterName(String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
 
setParameters(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets the action parameters.
setParameters(Object, ValueStack, Map) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
 
setParams(Map<String, Object>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
setParams(Map) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
 
setParams(Map<String, Object>) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
 
setParams(Map) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
 
setParams(Map) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
 
setParams(Map) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
setParse(String) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
setParse(boolean) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setProperties(Map, Object, Map) - Static method in class com.opensymphony.xwork2.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.xwork2.util.OgnlUtil
Sets the object's properties using the default type converter.
setProperties(Map, Object) - Static method in class com.opensymphony.xwork2.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.xwork2.util.OgnlUtil
Sets the properties on the object using the default context.
setProperty(String, String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.ContainerProperties
 
setProperty(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Sets the property name to be inserted into the related conversion.properties file.
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.CompoundRootAccessor
 
setProperty(String, String, Object) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.ObjectProxyPropertyAccessor
 
setProperty(String, Object, Object, Map) - Static method in class com.opensymphony.xwork2.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.xwork2.util.OgnlUtil
Sets the named property to the supplied value on the Object.
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.OgnlValueStack.ObjectAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkEnumerationAcccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkIteratorPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkListPropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
setProxy(ActionProxy) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setProxyDelegates(T) - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
setReloadBundles(boolean) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Should resorce bundles be reloaded.
setReloadingConfigs(boolean) - Static method in class com.opensymphony.xwork2.util.FileManager
 
setRepopulateField(String) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
setReportingConversionErrors(Map, boolean) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setResult(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
 
setResult(Result) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setResultCode(String) - Method in interface com.opensymphony.xwork2.ActionInvocation
Sets the result code, possibly overriding the one returned by the action.
setResultCode(String) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
 
setResultCode(String) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setResults(Map<String, ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
setReturnedResult(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
 
setRoot(CompoundRoot) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
setRule(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Sets the rule prefix for COLLECTION_PREFIX or MAP_PREFIX key.
setScope(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
 
setScopeKey(String) - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
Sets the key under which the model is stored
setScopeStrategy(Scope.Strategy) - Method in interface com.opensymphony.xwork2.inject.Container
Sets the scope strategy for the current thread.
setScopeStrategy(Scope.Strategy) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
setSession(Map) - Method in class com.opensymphony.xwork2.ActionContext
Sets a map of action session values.
setSetMap(Map, Map, String) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
Set the shortCircuit flag.
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
setShortCircuit(boolean) - Method in interface com.opensymphony.xwork2.validator.metadata.ValidatorDescription
Set the shortCircuit flag.
setShortCircuit(boolean) - Method in interface com.opensymphony.xwork2.validator.ShortCircuitableValidator
Sets whether this field validator should short circuit the validator queue it's in if validation fails.
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setShouldCreateIfNew(boolean) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
setSimpleValidator(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
setSkipActions(String) - Method in class com.opensymphony.xwork2.ActionChainResult
Set the list of actions to skip.
setStack(ValueStack) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
 
setStartTime() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
SETTER_PATTERN - Static variable in class com.opensymphony.xwork2.util.AnnotationUtils
 
SETTER_PATTERN - Static variable in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
 
setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
Sets whether the expression should be trimed before matching.
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
setTrim(boolean) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
setType(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
setType(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
 
setTypeConverter(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
Sets the class name of the type converter to be used.
setUnknownHandler(UnknownHandler) - Method in class com.opensymphony.xwork2.DefaultActionProxy
 
setUp() - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
setup() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
Setup this instance transformer and result objects.
setUp() - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
setUp() - Method in class com.opensymphony.xwork2.XWorkTestCase
 
setupContext(Map, ObjectProxy) - Method in class com.opensymphony.xwork2.util.ObjectProxyPropertyAccessor
Sets up the context with the last property and last class accessed.
setUseClassCache(boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
Enable / disable caching of classes loaded by Spring.
setValidationAware(ValidationAware) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
setValidatorContext(ValidatorContext) - Method in interface com.opensymphony.xwork2.validator.Validator
This method will be called before validate with a non-null ValidatorContext.
setValidatorContext(ValidatorContext) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setValidatorType(String) - Method in interface com.opensymphony.xwork2.validator.Validator
 
setValidatorType(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
setValidatorType(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
setValue(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
setValue(V) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
setValue(Object) - Method in class com.opensymphony.xwork2.util.ObjectProxy
 
setValue(String, Map, Object, Object) - Static method in class com.opensymphony.xwork2.util.OgnlUtil
Wrapper around Ognl.setValue() to handle type conversion for collection elements.
setValue(String, Object) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
setValue(String, Object, boolean) - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
setValue(String, Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValue(String, Object, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
Attempts to set a property on a bean in the stack with the given expression using the default search order.
setValueStack(ValueStack) - Method in class com.opensymphony.xwork2.ActionContext
Sets the OGNL value stack.
shortCircuit - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.metadata.ExpressionValidatorDescription
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.metadata.FieldExpressionValidatorDescription
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
shortCircuit - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
ShortCircuitableValidator - Interface in com.opensymphony.xwork2.validator
This interface should be implemented by validators that can short-circuit the validator queue that it is in.
shouldAddError(String, Object) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
 
shouldCreateIfNew - Variable in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
 
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.util.DefaultObjectTypeDeterminer
Determines the boolean CreateIfNull property for a Collection or Map by getting it from the conversion properties file using the CreateIfNull_ prefix.
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.util.GenericsObjectTypeDeterminer
Determines the createIfNull property for a Collection or Map by getting it from the @CreateIfNull annotation.
shouldCreateIfNew(Class, String, Object, String, boolean) - Method in interface com.opensymphony.xwork2.util.ObjectTypeDeterminer
 
shouldLog() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
Determines if we should log the time.
simpleValidator - Variable in class com.opensymphony.xwork2.validator.metadata.AbstractFieldValidatorDescription
 
singletonFactories - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
size() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
size() - Method in class com.opensymphony.xwork2.util.OgnlValueStack
 
size() - Method in interface com.opensymphony.xwork2.util.ValueStack
Get the number of objects in the stack s
SKIP_ACTIONS_PARAM - Static variable in class com.opensymphony.xwork2.ActionChainResult
The result parameter name to set the name of the action to chain to.
skipActions - Variable in class com.opensymphony.xwork2.ActionChainResult
The list of actions to skip.
skipBeanNames - Variable in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
skippedEntity(String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
skippedEntity(String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
skippedEntity(String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
SpringObjectFactory - Class in com.opensymphony.xwork2.spring
Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name.
SpringObjectFactory() - Constructor for class com.opensymphony.xwork2.spring.SpringObjectFactory
 
SpringProxyableObjectFactory - Class in com.opensymphony.xwork2.spring
SpringProxyableObjectFactory.
SpringProxyableObjectFactory() - Constructor for class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
 
SRC_ATTR - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Attribute name for the location URI
stack - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
stack - Variable in class com.opensymphony.xwork2.mock.MockActionInvocation
 
start() - Method in class com.opensymphony.xwork2.inject.util.FinalizableReferenceQueue
 
START_MESSAGE - Static variable in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
 
startConstruction() - Method in class com.opensymphony.xwork2.inject.ConstructionContext
 
startDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
startDocument() - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
startDocument() - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
startElement(String, String, String, Attributes) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
startPrefixMapping(String, String) - Method in class com.opensymphony.xwork2.util.location.LocationAttributes.Pipe
 
startTime - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
staticInjections - Variable in class com.opensymphony.xwork2.inject.ContainerBuilder
 
StaticParametersInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor populates the action with the static parameters defined in the action configuration.
StaticParametersInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
 
StringLengthFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a String field is of the right length.
StringLengthFieldValidator - Class in com.opensymphony.xwork2.validator.validators
StringLengthFieldValidator checks that a String field is of a certain length.
StringLengthFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
StringLengthFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
StringLengthFieldValidatorDescription
StringLengthFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
StringLengthFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.
StringRegexValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
StringRegexValidator checks that a given String field, if not empty, matches the configured regular expression
Strings - Class in com.opensymphony.xwork2.inject.util
String utilities.
Strings() - Constructor for class com.opensymphony.xwork2.inject.util.Strings
 
stringSet(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Check whether string has been set to something other than "" or null.
SUCCESS - Static variable in interface com.opensymphony.xwork2.Action
The action execution was successful.
suffix - Variable in class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
 
surrugate - Variable in class com.opensymphony.xwork2.util.SurrugateList
 
SurrugateList - Class in com.opensymphony.xwork2.util
 
SurrugateList(Collection) - Constructor for class com.opensymphony.xwork2.util.SurrugateList
 

T

target - Variable in class com.opensymphony.xwork2.util.profiling.TimerInvocationHandler
 
tearDown() - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
 
tearDown(ConfigurationManager) - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 
tearDown() - Method in class com.opensymphony.xwork2.XWorkTestCase
 
testEquals(Object, Object) - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
TestNGXWorkTestCase - Class in com.opensymphony.xwork2
Base test class for TestNG unit tests.
TestNGXWorkTestCase() - Constructor for class com.opensymphony.xwork2.TestNGXWorkTestCase
 
TextParseUtil - Class in com.opensymphony.xwork2.util
Utility class for text parsing.
TextParseUtil() - Constructor for class com.opensymphony.xwork2.util.TextParseUtil
 
TextParseUtil.ParsedValueEvaluator - Interface in com.opensymphony.xwork2.util
A parsed value evaluator for TextParseUtil.
textProvider - Variable in class com.opensymphony.xwork2.ActionSupport
 
TextProvider - Interface in com.opensymphony.xwork2
Provides access to ResourceBundles and their underlying text messages.
textProvider - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
TextProviderSupport - Class in com.opensymphony.xwork2
Default TextProvider implementation.
TextProviderSupport(Class, LocaleProvider) - Constructor for class com.opensymphony.xwork2.TextProviderSupport
Constructor.
TextProviderSupport(ResourceBundle, LocaleProvider) - Constructor for class com.opensymphony.xwork2.TextProviderSupport
Constructor.
TextUtils - Class in com.opensymphony.xwork2.util
Utilities for common String manipulations.
TextUtils() - Constructor for class com.opensymphony.xwork2.util.TextUtils
 
thSelf - Static variable in class com.opensymphony.xwork2.ObjectFactory
 
TimerInterceptor - Class in com.opensymphony.xwork2.interceptor
This interceptor logs the amount of time in milliseconds.
TimerInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.TimerInterceptor
 
TimerInvocationHandler - Class in com.opensymphony.xwork2.util.profiling
 
TimerInvocationHandler(Object) - Constructor for class com.opensymphony.xwork2.util.profiling.TimerInvocationHandler
 
toArray(List<ContainerImpl.ParameterInjector<?>>) - Method in class com.opensymphony.xwork2.inject.ContainerImpl
 
toCallable(InternalContext, InternalFactory<? extends T>) - Method in enum com.opensymphony.xwork2.inject.Scope
 
toString() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
 
toString() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
 
toString() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration.RuntimeConfigurationImpl
 
toString() - Method in class com.opensymphony.xwork2.config.impl.LocatableConstantFactory
 
toString() - Method in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
toString() - Method in enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
 
toString() - Method in enum com.opensymphony.xwork2.conversion.annotations.ConversionType
 
toString() - Method in class com.opensymphony.xwork2.inject.ExternalContext
 
toString() - Method in class com.opensymphony.xwork2.inject.Key
 
toString() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
toString() - Method in class com.opensymphony.xwork2.util.location.LocationImpl
 
toString(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
Builds a string representation of a location, in the "descripton - uri:line:column" format (e.g.
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
 
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.IsA
 
toString() - Method in class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
 
toString() - Method in enum com.opensymphony.xwork2.validator.annotations.ValidatorType
 
toString() - Method in exception com.opensymphony.xwork2.XWorkException
Returns a short description of this throwable object, including the location.
totalTime - Variable in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
 
translateVariables(String, ValueStack) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to ValueStack.findValue(java.lang.String).
translateVariables(String, ValueStack, TextParseUtil.ParsedValueEvaluator) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Function similarly as TextParseUtil.translateVariables(char, String, ValueStack) except for the introduction of an additional evaluator that allows the parsed value to be evaluated by the evaluator.
translateVariables(char, String, ValueStack) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converts all instances of ${...} in expression to the value returned by a call to ValueStack.findValue(java.lang.String).
translateVariables(char, String, ValueStack, Class) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converted object from variable translation.
translateVariables(char, String, ValueStack, Class, TextParseUtil.ParsedValueEvaluator) - Static method in class com.opensymphony.xwork2.util.TextParseUtil
Converted object from variable translation.
trim - Variable in class com.opensymphony.xwork2.validator.metadata.RequiredStringValidatorDescription
 
trim - Variable in class com.opensymphony.xwork2.validator.metadata.StringLengthFieldValidatorDescription
 
trim - Variable in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
type - Variable in class com.opensymphony.xwork2.config.impl.LocatableFactory
 
type - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
type - Variable in class com.opensymphony.xwork2.inject.Key
 
type - Variable in class com.opensymphony.xwork2.validator.ValidatorConfig
 
type - Variable in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
 
type - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
TYPE_CONVERTER - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the action's type converter.
TypeConversion - Annotation Type in com.opensymphony.xwork2.conversion.annotations

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

TypeConversionException - Exception in com.opensymphony.xwork2.util
TypeConversionException should be thrown by any TypeConverters which fail to convert values
TypeConversionException() - Constructor for exception com.opensymphony.xwork2.util.TypeConversionException
Constructs a XWorkException with no detail message.
TypeConversionException(String) - Constructor for exception com.opensymphony.xwork2.util.TypeConversionException
Constructs a XWorkException with the specified detail message.
TypeConversionException(Throwable) - Constructor for exception com.opensymphony.xwork2.util.TypeConversionException
Constructs a XWorkException with no detail message.
TypeConversionException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.util.TypeConversionException
Constructs a XWorkException with the specified detail message.
typeConverter - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 

U

unableToFindTextForKey(LocalizedTextUtil.GetDefaultMessageReturnArg) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
Determines if we found the text in the bundles.
Unchainable - Interface in com.opensymphony.xwork2
Simple marker interface to indicate an object should not have it's properties copied during chaining.
unescapeJava(String, char) - Static method in class com.opensymphony.xwork2.util.PropertiesReader
Unescapes any Java literals found in the String to a Writer.
unescapeJava(String) - Static method in class com.opensymphony.xwork2.util.PropertiesReader
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - Static method in class com.opensymphony.xwork2.util.PropertiesReader
Unescapes any Java literals found in the String to a Writer.
UNICODE_LEN - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
Constant for the length of a unicode literal.
UNKNOWN - Static variable in interface com.opensymphony.xwork2.util.location.Location
Constant for unknown locations.
UNKNOWN - Static variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
UNKNOWN_STRING - Static variable in class com.opensymphony.xwork2.util.location.LocationUtils
The string representation of an unknown location: "[unknown location]".
unknownHandler - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
 
unknownHandler - Variable in class com.opensymphony.xwork2.DefaultActionProxy
 
UnknownHandler - Interface in com.opensymphony.xwork2
Handles cases when the result or action is unknown.
unknownMappings - Variable in class com.opensymphony.xwork2.util.XWorkConverter
Record classes that doesn't have conversion mapping defined.
unwrap() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
updateCurrentPropertyPath(Map, Object) - Static method in class com.opensymphony.xwork2.util.OgnlContextState
 
URI - Static variable in class com.opensymphony.xwork2.util.location.LocationAttributes
Namespace URI for location attributes
uri - Variable in class com.opensymphony.xwork2.util.location.LocationImpl
 
UrlValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
This validator checks that a field is a valid URL
URLValidator - Class in com.opensymphony.xwork2.validator.validators
URLValidator checks that a given field is a String and a valid URL URLValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.URLValidator
 
URLValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
URLValidatorDescription
URLValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
 
URLValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.URLValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified aliasNames.
useClassCache - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
 
UtilTimerStack - Class in com.opensymphony.xwork2.util.profiling
A timer stack.
UtilTimerStack() - Constructor for class com.opensymphony.xwork2.util.profiling.UtilTimerStack
 
UtilTimerStack.ProfilingBlock<T> - Interface in com.opensymphony.xwork2.util.profiling
A callback interface where code subjected to profile is to be executed.

V

validate() - Method in class com.opensymphony.xwork2.ActionSupport
A default implementation that validates nothing.
validate() - Method in interface com.opensymphony.xwork2.Validateable
Performs validation.
validate(Object, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
Validates an action give its context and a validation context.
validate(Object, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
Validates the given object using action and its context.
validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
Validates an action give its context and a validation context.
validate(Object) - Method in interface com.opensymphony.xwork2.validator.Validator
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.AbstractRangeValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RequiredFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.URLValidator
 
validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
VALIDATE_PREFIX - Static variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
Validateable - Interface in com.opensymphony.xwork2
Provides an interface in which a call for a validation check can be done.
validateArrayElements(Object[], String, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
validateObject(String, Object, String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
Validation - Annotation Type in com.opensymphony.xwork2.validator.annotations
If you want to use annotation based validation, you have to annotate the class or interface with Validation Annotation
VALIDATION_CONFIG_SUFFIX - Static variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
The file suffix for any validation file.
VALIDATION_CONFIG_SUFFIX - Static variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
The file suffix for any validation file.
validationAware - Variable in class com.opensymphony.xwork2.ActionSupport
 
ValidationAware - Interface in com.opensymphony.xwork2
ValidationAware classes can accept Action (class level) or field level error messages.
validationAware - Variable in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
 
ValidationAwareSupport - Class in com.opensymphony.xwork2
Provides a default implementation of ValidationAware.
ValidationAwareSupport() - Constructor for class com.opensymphony.xwork2.ValidationAwareSupport
 
ValidationException - Exception in com.opensymphony.xwork2.validator
ValidationException.
ValidationException() - Constructor for exception com.opensymphony.xwork2.validator.ValidationException
Constructs an Exception with no specified detail message.
ValidationException(String) - Constructor for exception com.opensymphony.xwork2.validator.ValidationException
Constructs an Exception with the specified detail message.
ValidationInterceptor - Class in com.opensymphony.xwork2.validator
This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.xml) and adds field-level and action-level error messages (provided that the action implements ValidationAware).
ValidationInterceptor() - Constructor for class com.opensymphony.xwork2.validator.ValidationInterceptor
 
ValidationParameter - Annotation Type in com.opensymphony.xwork2.validator.annotations
The ValidationParameter annotation is used as a parameter for CustomValidators
Validations - Annotation Type in com.opensymphony.xwork2.validator.annotations
If you want to use several annotations of the same type, these annotation must be nested within the @Validations() annotation.
Validator - Interface in com.opensymphony.xwork2.validator
The validators supplied by the Xwork distribution (and any validators you might write yourself) come in two different flavors: Plain Validators / Non-Field validators FieldValidators Plain Validators (such as the ExpressionValidator) perform validation checks that are not inherently tied to a single specified field.
validatorCache - Static variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validatorCache - Static variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
ValidatorConfig - Class in com.opensymphony.xwork2.validator
Holds the necessary information for configuring an instance of a Validator.
ValidatorConfig() - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig
 
ValidatorConfig(String, Map) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig
 
ValidatorContext - Interface in com.opensymphony.xwork2.validator
The context for validation.
validatorContext - Variable in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
ValidatorDescription - Interface in com.opensymphony.xwork2.validator.metadata
ValidatorDescription
ValidatorFactory - Class in com.opensymphony.xwork2.validator
ValidatorFactory ValidatorFactory() - Constructor for class com.opensymphony.xwork2.validator.ValidatorFactory
 
validatorFileCache - Static variable in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
 
validatorFileCache - Static variable in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
 
ValidatorFileParser - Class in com.opensymphony.xwork2.validator
Parse the validation file.
ValidatorFileParser() - Constructor for class com.opensymphony.xwork2.validator.ValidatorFileParser
 
validators - Static variable in class com.opensymphony.xwork2.validator.ValidatorFactory
 
ValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
Abstract implementation of the Validator interface suitable for subclassing.
ValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.ValidatorSupport
 
ValidatorType - Enum in com.opensymphony.xwork2.validator.annotations
ValidatorType
ValidatorType() - Constructor for enum com.opensymphony.xwork2.validator.annotations.ValidatorType
 
value - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
 
value - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.Entry
 
value - Variable in class com.opensymphony.xwork2.util.ObjectProxy
 
VALUE_STACK - Static variable in class com.opensymphony.xwork2.ActionContext
Constant for the OGNL value stack.
VALUE_STACK - Static variable in interface com.opensymphony.xwork2.util.ValueStack
 
valueOf(String) - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.inject.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceMap.PutStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opensymphony.xwork2.validator.annotations.ValidatorType
Returns the enum constant of this type with the specified name.
valueReferenceType - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap
 
values() - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionRule
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.conversion.annotations.ConversionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.inject.Scope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceMap.PutStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
Returns an unmodifiable set view of the values in this map.
values() - Static method in enum com.opensymphony.xwork2.inject.util.ReferenceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.opensymphony.xwork2.validator.annotations.ValidatorType
Returns an array containing the constants of this enum type, in the order they're declared.
ValueStack - Interface in com.opensymphony.xwork2.util
ValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.
ValueStackFactory - Class in com.opensymphony.xwork2.util
Factory that creates a value stack, defaulting to the OgnlValueStackFactory
ValueStackFactory() - Constructor for class com.opensymphony.xwork2.util.ValueStackFactory
 
verifyAction(String, String, Location) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
verifyResultType(String, Location) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
verifyUrl(String) - Static method in class com.opensymphony.xwork2.util.TextUtils
Verify That the given String is in valid URL format.
VisitorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
The validator allows you to forward validator to object properties of your action using the objects own validator files.
VisitorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
The VisitorFieldValidator allows you to forward validation to object properties of your action using the object's own validation files.
VisitorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
 
VisitorFieldValidator.AppendingValidatorContext - Class in com.opensymphony.xwork2.validator.validators
 
VisitorFieldValidator.AppendingValidatorContext(ValidatorContext, Object, String, String) - Constructor for class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
 
VisitorFieldValidatorDescription - Class in com.opensymphony.xwork2.validator.metadata
VisitorFieldValidatorDescription
VisitorFieldValidatorDescription() - Constructor for class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
 
VisitorFieldValidatorDescription(String) - Constructor for class com.opensymphony.xwork2.validator.metadata.VisitorFieldValidatorDescription
Creates an AbstractFieldValidatorDescription with the specified field name.

W

warning(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
 
WHITE_SPACE - Static variable in class com.opensymphony.xwork2.util.PropertiesReader
The white space characters used as key/value separators.
wildcard - Static variable in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
Handles all wildcard pattern matching.
WildcardHelper - Class in com.opensymphony.xwork2.util
This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.
WildcardHelper() - Constructor for class com.opensymphony.xwork2.util.WildcardHelper
 
wrapped - Variable in class com.opensymphony.xwork2.inject.util.ReferenceMap.ReferenceAwareWrapper
 
writeObject(ObjectOutputStream) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
 

X

XmlConfigurationProvider - Class in com.opensymphony.xwork2.config.providers
Looks in the classpath for an XML file, "xwork.xml" by default, and uses it for the XWork configuration.
XmlConfigurationProvider() - Constructor for class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
XmlConfigurationProvider(String) - Constructor for class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
XmlConfigurationProvider(String, boolean) - Constructor for class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
 
XmlHelper - Class in com.opensymphony.xwork2.config.providers
XML utilities.
XmlHelper() - Constructor for class com.opensymphony.xwork2.config.providers.XmlHelper
 
XMLNS_URI - Static variable in class com.opensymphony.xwork2.util.DomHelper
 
XWorkBasicConverter - Class in com.opensymphony.xwork2.util

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

XWorkBasicConverter() - Constructor for class com.opensymphony.xwork2.util.XWorkBasicConverter
 
XWorkCollectionPropertyAccessor - Class in com.opensymphony.xwork2.util
 
XWorkCollectionPropertyAccessor() - Constructor for class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
XWorkConverter - Class in com.opensymphony.xwork2.util
XWorkConverter is a singleton used by many of the WebWork's Ognl extention points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do object conversion
XWorkConverter() - Constructor for class com.opensymphony.xwork2.util.XWorkConverter
 
XWorkEnumerationAcccessor - Class in com.opensymphony.xwork2.util
 
XWorkEnumerationAcccessor() - Constructor for class com.opensymphony.xwork2.util.XWorkEnumerationAcccessor
 
XWorkException - Exception in com.opensymphony.xwork2
A generic runtime exception that optionally contains Location information
XWorkException() - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with no detail message.
XWorkException(String) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message.
XWorkException(String, Object) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message and target.
XWorkException(Throwable) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the root cause
XWorkException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the root cause and target
XWorkException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message and exception cause.
XWorkException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.XWorkException
Constructs a XWorkException with the specified detail message, cause, and target
XWorkIteratorPropertyAccessor - Class in com.opensymphony.xwork2.util
 
XWorkIteratorPropertyAccessor() - Constructor for class com.opensymphony.xwork2.util.XWorkIteratorPropertyAccessor
 
XWorkList - Class in com.opensymphony.xwork2.util
Deprecated. Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed.
XWorkList(Class) - Constructor for class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
XWorkList(Class, Collection) - Constructor for class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
XWorkList(Class, int) - Constructor for class com.opensymphony.xwork2.util.XWorkList
Deprecated.  
XWorkListPropertyAccessor - Class in com.opensymphony.xwork2.util
Overrides the list property accessor so in the case of trying to add properties of a given bean and the JavaBean is not present, this class will create the necessary blank JavaBeans.
XWorkListPropertyAccessor() - Constructor for class com.opensymphony.xwork2.util.XWorkListPropertyAccessor
 
XWorkMap - Class in com.opensymphony.xwork2.util
Deprecated. Native support for expanding lists and maps is provided in XWork 1.1, so this is no longer needed.
XWorkMap(Class) - Constructor for class com.opensymphony.xwork2.util.XWorkMap
Deprecated.  
XWorkMapPropertyAccessor - Class in com.opensymphony.xwork2.util
Implementation of PropertyAccessor that sets and gets properties by storing and looking up values in Maps.
XWorkMapPropertyAccessor() - Constructor for class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
XWorkMessages - Interface in com.opensymphony.xwork2
XworkMessages
XWorkMethodAccessor - Class in com.opensymphony.xwork2.util
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.xwork2.util.XWorkMethodAccessor
 
XWorkObjectPropertyAccessor - Class in com.opensymphony.xwork2.util
 
XWorkObjectPropertyAccessor() - Constructor for class com.opensymphony.xwork2.util.XWorkObjectPropertyAccessor
 
XWorkTestCase - Class in com.opensymphony.xwork2
Base JUnit TestCase to extend for XWork specific JUnit tests.
XWorkTestCase() - Constructor for class com.opensymphony.xwork2.XWorkTestCase
 
XWorkTestCaseHelper - Class in com.opensymphony.xwork2.util
Generic test setup methods to be used with any unit testing framework.
XWorkTestCaseHelper() - Constructor for class com.opensymphony.xwork2.util.XWorkTestCaseHelper
 

_

_accessor - Variable in class com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
 
_converter - Static variable in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
_log - Static variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
 
_log - Static variable in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
 
_log - Static variable in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
 
_log - Static variable in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
 
_log - Static variable in class com.opensymphony.xwork2.util.AnnotationXWorkConverter
 
_log - Static variable in class com.opensymphony.xwork2.util.LocalizedTextUtil
 
_log - Static variable in class com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
 
_log - Static variable in class com.opensymphony.xwork2.util.XWorkMethodAccessor
 
_log - Static variable in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
 
_sAcc - Variable in class com.opensymphony.xwork2.util.XWorkListPropertyAccessor
 

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

Copyright © 2007 OpenSymphony. All Rights Reserved.