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.
- acceptedParamNames -
Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- acceptedPattern -
Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- acceptParams -
Variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- acceptProperties -
Variable in class com.opensymphony.xwork2.util.SecurityMemberAccess
-
- 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<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. Equivalent to
alias(type, Container.DEFAULT_NAME,
type).
- alias(Class<T>, String, String) -
Method in class com.opensymphony.xwork2.inject.ContainerBuilder
- Maps an existing factory to a new name.
- alias(Key<T>, Key<T>) -
Method in class com.opensymphony.xwork2.inject.ContainerBuilder
- Maps an existing dependency.
- 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
-
- allowStaticMethodAccess -
Static variable in class com.opensymphony.xwork2.util.OgnlValueStack
-
- allowStaticMethodAccess -
Variable in class com.opensymphony.xwork2.util.SecurityMemberAccess
-
- 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
-
- AnnotationWorkflowInterceptor() -
Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
- AnnotationXWorkConverter - Class in com.opensymphony.xwork2.util
- Deprecated. Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations.
- AnnotationXWorkConverter() -
Constructor for class com.opensymphony.xwork2.util.AnnotationXWorkConverter
- Deprecated.
- 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.
- 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
-
- ClearableValueStack - Interface in com.opensymphony.xwork2.util
- ValueStacks implementing this interface provide a way to remove values from
their contexts.
- clearConfigurationProviders() -
Method in class com.opensymphony.xwork2.config.ConfigurationManager
- clears the registered ConfigurationProviders.
- clearContextValues() -
Method in interface com.opensymphony.xwork2.util.ClearableValueStack
- Remove all values from the context
- clearContextValues() -
Method in class com.opensymphony.xwork2.util.OgnlValueStack
-
- 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.validato
|