- AbstractInterceptor - Class in com.opensymphony.xwork2.interceptor
-
Provides default implementations of optional lifecycle methods
- AbstractInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- AbstractMatcher<E> - Class in com.opensymphony.xwork2.config.impl
-
Matches patterns against pre-compiled wildcard expressions pulled from
target objects.
- AbstractMatcher(PatternMatcher<?>) - Constructor for class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
- acceptableName(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- acceptableParameterName(String) - Method in interface com.opensymphony.xwork2.interceptor.ParameterNameAware
-
Tests if the the action will accept the parameter with the given name.
- acceptableParameterName(String, String) - Method in interface com.opensymphony.xwork2.result.ParamNameAwareResult
-
- ACCEPTED_PATTERNS - Static variable in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- AcceptedPatternsChecker - Interface in com.opensymphony.xwork2.security
-
Used across different interceptors to check if given string matches one of the excluded patterns.
- AcceptedPatternsChecker.IsAccepted - Class in com.opensymphony.xwork2.security
-
- Action - Interface in com.opensymphony.xwork2
-
All actions may implement this interface, which exposes the execute()
method.
- action - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- action - Variable in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
-
- ACTION_EXECUTION_ERROR - Static variable in interface com.opensymphony.xwork2.XWorkMessages
-
- ACTION_INVOCATION - Static variable in class com.opensymphony.xwork2.ActionContext
-
- 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(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
-
- ActionConfig(ActionConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig
-
Clones an ActionConfig, copying data into new maps and lists
- ActionConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- ActionConfig.Builder(ActionConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- ActionConfig.Builder(String, String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- ActionConfigMatcher - Class in com.opensymphony.xwork2.config.impl
-
Matches paths against pre-compiled wildcard expressions pulled from
action configs.
- ActionConfigMatcher(Map<String, ActionConfig>) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
-
- ActionConfigMatcher(Map<String, ActionConfig>, boolean) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
-
- ActionConfigMatcher(PatternMatcher<?>, Map<String, ActionConfig>, boolean) - Constructor for class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
-
Finds and precompiles the wildcard patterns from the ActionConfig
"path" attributes.
- actionConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- ActionContext - Class in com.opensymphony.xwork2
-
The ActionContext is the context in which an
Action
is executed.
- ActionContext(Map<String, Object>) - Constructor for class com.opensymphony.xwork2.ActionContext
-
Creates a new ActionContext initialized with another context.
- actionErrorOccurred(String) - Method in interface com.opensymphony.xwork2.interceptor.ValidationErrorAware
-
Allows to notify action about occurred action/field errors
- 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
-
- ActionFactory - Interface in com.opensymphony.xwork2.factory
-
- ActionInvocation - Interface in com.opensymphony.xwork2
-
- actionInvocation - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- actionName - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- ActionProxy - Interface in com.opensymphony.xwork2
-
ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
- ActionProxyFactory - Interface in com.opensymphony.xwork2
-
- actionProxyFactory - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- actionProxyFactory - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- 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 is the main interface for validation managers (regular and annotation based).
- 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.XWorkList
-
Inserts the specified element at the specified position in this list.
- add(Object) - Method in class com.opensymphony.xwork2.util.XWorkList
-
Appends the specified element to the end of this list.
- addAction(Element, PackageConfig.Builder) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- addActionConfig(String, ActionConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addActionError(String) - Method in class com.opensymphony.xwork2.ActionSupport
-
- addActionError(String) - Method in interface com.opensymphony.xwork2.ValidationAware
-
Add an Action-level error message to this Action.
- addActionError(String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- addActionError(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- addActionError(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
-
- addAll(Collection) - Method in class com.opensymphony.xwork2.util.XWorkList
-
Appends all of the elements in the specified Collection to the end of this list, in the order
that they are returned by the specified Collection's Iterator.
- addAll(int, Collection) - Method in class com.opensymphony.xwork2.util.XWorkList
-
Inserts all of the elements in the specified Collection into this list, starting at the
specified position.
- addAllFields(Class<? extends Annotation>, 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<Class>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
- addAllMethods(Class<? extends Annotation>, Class, List<Method>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields
- addAllowedMethod(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addAllowedMethod(Collection<String>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addChild(ProfilingTimerBean) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
-
- addContainerProvider(ContainerProvider) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
adds a configuration provider to the List of ConfigurationProviders.
- addConverterMapping(Map<String, Object>, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
Looks for converter mappings for the specified class and adds it to an existing map.
- addDefaultMapping(String, TypeConverter) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- addDefaultMapping(String, TypeConverter) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Adds mapping for default type converters - application scoped
- addDefaultResourceBundle(String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Add's the bundle to the internal list of default bundles.
- addEdge(T, T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Given a start node, and a destination, adds an arc from the start node to the destination.
- addExceptionMapping(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addExceptionMappingConfig(ExceptionMappingConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addExceptionMappings(Collection<? extends ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
-
- addFieldError(String, String) - Method in interface com.opensymphony.xwork2.ValidationAware
-
Add an error message for a given field.
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- addFieldError(String, String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- addFieldError(String, 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
-
- addGlobalExceptionMappingConfigs(List<ExceptionMappingConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addGlobalResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addGlobalResultConfigs(Map<String, ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- 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.
- addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addInterceptor(InterceptorMapping) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
-
- addInterceptor(InterceptorMapping) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
Add an InterceptorMapping
object.
- addInterceptorConfig(InterceptorConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addInterceptors(List<InterceptorMapping>) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorListHolder
-
- addInterceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
Add a List of InterceptorMapping
objects.
- addInterceptorStackConfig(InterceptorStackConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- ADDITIONAL_ACCEPTED_PATTERNS - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- ADDITIONAL_EXCLUDED_PATTERNS - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- addLocationAttributes(Locator, Attributes) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
-
Add location attributes to a set of SAX attributes.
- addMapping(Class, Map<String, Object>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- addMapping(Class, Map<String, Object>) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Assign mapping of converters for given class
- addNode(T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Adds a new node to the graph.
- addNoMapping(Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- addNoMapping(Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Adds no mapping flag for give class
- addPackage(Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
Create a PackageConfig from an XML element representing it.
- addPackageConfig(String, PackageConfig) - Method in interface com.opensymphony.xwork2.config.Configuration
-
- addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- addPackageConfig(String, PackageConfig) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- addParam(String, String) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- addParam(String, String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- addParam(String, Object) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- addParametersToContext(ActionContext, Map<String, Object>) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Adds the parameters into context's ParameterMap
- addParametersToContext(ActionContext, Map<String, ?>) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
Adds the parameters into context's ParameterMap.
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- addParams(Map<String, String>) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- addParams(Map<String, Object>) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- addParent(PackageConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addParent(ProfilingTimerBean) - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
-
- addParents(List<PackageConfig>) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addPattern(String, E, boolean) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Finds and precompiles the wildcard patterns.
- addPreResultListener(PreResultListener) - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Register a
PreResultListener
to be notified after the Action is executed and
before the Result is executed.
- addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
Register a com.opensymphony.xwork2.interceptor.PreResultListener to be notified after the Action is executed and before the
Result is executed.
- addPreResultListener(PreResultListener) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- addResourceStore(ResourceStore) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- addResultConfig(ResultConfig) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addResultConfigs(Collection<ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addResultConfigs(Map<String, ResultConfig>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- addResultTypeConfig(ResultTypeConfig) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- addResultTypes(PackageConfig.Builder, Element) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- addUnknownMapping(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- addUnknownMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Adds no converter flag for given class name
FIXME lukaszlenart: maybe it should be merged with NoMapping
- 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.
- 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
-
- ALLOW_STATIC_METHOD_ACCESS - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- Allowed - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Declares that it is permitted for the field be mutated through
a HttpRequest parameter.
- allowedMethods - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- AnnotationActionValidatorManager - Class in com.opensymphony.xwork2.validator
-
AnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.
- AnnotationActionValidatorManager() - Constructor for class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- AnnotationParameterFilterIntereptor - Class in com.opensymphony.xwork2.interceptor.annotations
-
- AnnotationParameterFilterIntereptor() - Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationParameterFilterIntereptor
-
- AnnotationUtils - Class in com.opensymphony.xwork2.util
-
AnnotationUtils
Various utility methods dealing with annotations
- AnnotationUtils() - Constructor for class com.opensymphony.xwork2.util.AnnotationUtils
-
- AnnotationValidationConfigurationBuilder - Class in com.opensymphony.xwork2.validator
-
AnnotationValidationConfigurationBuilder
- AnnotationValidationConfigurationBuilder(ValidatorFactory) - Constructor for class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
-
- AnnotationWorkflowInterceptor - Class in com.opensymphony.xwork2.interceptor.annotations
-
- AnnotationWorkflowInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
- AnnotationXWorkConverter - Class in com.opensymphony.xwork2.conversion.impl
-
Deprecated.
Since XWork 2.0.4, the implementation of XWorkConverter handles the processing of annotations.
- AnnotationXWorkConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.AnnotationXWorkConverter
-
Deprecated.
- appContext - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- 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<String>, Set<String>, 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
-
- ARRAY_CONVERTER - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- ArrayConverter - Class in com.opensymphony.xwork2.conversion.impl
-
- ArrayConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.ArrayConverter
-
- ArrayUtils - Class in com.opensymphony.xwork2.util
-
- ArrayUtils() - Constructor for class com.opensymphony.xwork2.util.ArrayUtils
-
- asCollection(String) - Static method in class com.opensymphony.xwork2.util.ArrayUtils
-
Return a collection from the comma delimited String.
- asProperty() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Returns the conversion description as property entry.
- asSet(T...) - Static method in class com.opensymphony.xwork2.util.ArrayUtils
-
- 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.SpringObjectFactory
-
- autoWiringFactory - Variable in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- callMethod(Map, Object, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
-
- callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- callStaticMethod(Map, Class, String, Object[]) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
-
- cancel() - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
-
- capitalize(String) - Static method in class com.opensymphony.xwork2.inject.util.Strings
-
- capitalizeMethodName(String) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
-
This method capitalized the first character of methodName
.
- categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- categoryLogger - Variable in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
- 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
-
- checkEnumAccess(Object, Member) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- checkStaticMethodAccess(Member) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- CLASS_LOADER_INTERFACE - Static variable in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
-
- ClassFinder - Interface in com.opensymphony.xwork2.util.finder
-
ClassFinder searches the classpath of the specified ClassLoaderInterface for
packages, classes, constructors, methods, or fields with specific annotations.
- ClassFinder.Annotatable - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.Annotatable(AnnotatedElement) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
-
- ClassFinder.Annotatable() - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
-
- ClassFinder.AnnotationInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.AnnotationInfo(Annotation) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- ClassFinder.AnnotationInfo(Class<? extends Annotation>) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- ClassFinder.AnnotationInfo(String) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- ClassFinder.ClassInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.ClassInfo(Class, ClassFinder) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- ClassFinder.ClassInfo(String, String, ClassFinder) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- ClassFinder.FieldInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.FieldInfo(ClassFinder.ClassInfo, Field) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- ClassFinder.FieldInfo(ClassFinder.ClassInfo, String, String) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- ClassFinder.Info - Interface in com.opensymphony.xwork2.util.finder
-
- ClassFinder.MethodInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.MethodInfo(ClassFinder.ClassInfo, Constructor) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- ClassFinder.MethodInfo(ClassFinder.ClassInfo, Method) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- ClassFinder.MethodInfo(ClassFinder.ClassInfo, String, String) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- ClassFinder.PackageInfo - Class in com.opensymphony.xwork2.util.finder
-
- ClassFinder.PackageInfo(Package) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.PackageInfo
-
- ClassFinder.PackageInfo(String, ClassFinder) - Constructor for class com.opensymphony.xwork2.util.finder.ClassFinder.PackageInfo
-
- ClassFinderFactory - Interface in com.opensymphony.xwork2.util.finder
-
Allows create different ClassFinders which should help support different Java versions
- classForName(String, Map) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- ClassLoaderInterface - Interface in com.opensymphony.xwork2.util.finder
-
Classes implementing this interface can find resources and load classes, usually delegating to a class
loader
- ClassLoaderInterfaceDelegate - Class in com.opensymphony.xwork2.util.finder
-
Default implementation of ClassLoaderInterface, which delegates to an actual ClassLoader
- ClassLoaderInterfaceDelegate(ClassLoader) - Constructor for class com.opensymphony.xwork2.util.finder.ClassLoaderInterfaceDelegate
-
- 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
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.ResultConfig
-
- className(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- className - Variable in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- ClassPathFinder - Class in com.opensymphony.xwork2.util
-
This class is an utility class that will search through the classpath
for files whose names match the given pattern.
- ClassPathFinder() - Constructor for class com.opensymphony.xwork2.util.ClassPathFinder
-
- cleanupContext - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- clear() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- clear(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- ClearableValueStack - Interface in com.opensymphony.xwork2.util
-
ValueStacks implementing this interface provide a way to remove values from
their contexts.
- clearActionErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears action errors.
- clearActionErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears action errors list.
- clearAssertionStatus() - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- clearBundle(String) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Removes the bundle from any cached "misses"
- clearContainerProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
- clearContextValues() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- clearContextValues() - Method in interface com.opensymphony.xwork2.util.ClearableValueStack
-
Remove all values from the context
- clearCurrentPropertyPath(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- clearDefaultResourceBundles() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Clears the internal list of resource bundles.
- clearErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears all errors.
- clearErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears all error list/maps.
- clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears all errors and messages.
- clearErrorsAndMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears all error and messages list/maps.
- clearFieldErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears field errors.
- clearFieldErrors() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears field errors map.
- clearMessages() - Method in class com.opensymphony.xwork2.ActionSupport
-
Clears messages.
- clearMessages() - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
Clears messages list.
- 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
- COLLECTION_CONVERTER - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- CollectionConverter - Class in com.opensymphony.xwork2.conversion.impl
-
- CollectionConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.CollectionConverter
-
- com.opensymphony.xwork2 - package com.opensymphony.xwork2
-
Main XWork interfaces and classes.
- com.opensymphony.xwork2.config - package com.opensymphony.xwork2.config
-
Configuration core classes.
- com.opensymphony.xwork2.config.entities - package com.opensymphony.xwork2.config.entities
-
Configuration entity classes.
- com.opensymphony.xwork2.config.impl - package com.opensymphony.xwork2.config.impl
-
Configuration implementation classes.
- com.opensymphony.xwork2.config.providers - package com.opensymphony.xwork2.config.providers
-
Configuration provider classes.
- com.opensymphony.xwork2.conversion - package com.opensymphony.xwork2.conversion
-
- com.opensymphony.xwork2.conversion.annotations - package com.opensymphony.xwork2.conversion.annotations
-
Type conversion annotations.
- com.opensymphony.xwork2.conversion.impl - package com.opensymphony.xwork2.conversion.impl
-
- com.opensymphony.xwork2.conversion.metadata - package com.opensymphony.xwork2.conversion.metadata
-
Type conversion meta data classes.
- com.opensymphony.xwork2.factory - package com.opensymphony.xwork2.factory
-
- com.opensymphony.xwork2.inject - package com.opensymphony.xwork2.inject
-
Guice (pronounced "juice").
- com.opensymphony.xwork2.inject.util - package com.opensymphony.xwork2.inject.util
-
Guice util classes.
- com.opensymphony.xwork2.interceptor - package com.opensymphony.xwork2.interceptor
-
Interceptor classes.
- com.opensymphony.xwork2.interceptor.annotations - package com.opensymphony.xwork2.interceptor.annotations
-
Interceptor annotations.
- com.opensymphony.xwork2.mock - package com.opensymphony.xwork2.mock
-
XWork specific mock classes.
- com.opensymphony.xwork2.ognl - package com.opensymphony.xwork2.ognl
-
- com.opensymphony.xwork2.ognl.accessor - package com.opensymphony.xwork2.ognl.accessor
-
- com.opensymphony.xwork2.result - package com.opensymphony.xwork2.result
-
- com.opensymphony.xwork2.security - package com.opensymphony.xwork2.security
-
- com.opensymphony.xwork2.spring - package com.opensymphony.xwork2.spring
-
Spring ObjectFactory classes.
- com.opensymphony.xwork2.spring.interceptor - package com.opensymphony.xwork2.spring.interceptor
-
Spring specific interceptor classes.
- com.opensymphony.xwork2.test - package com.opensymphony.xwork2.test
-
- com.opensymphony.xwork2.util - package com.opensymphony.xwork2.util
-
XWork util classes.
- com.opensymphony.xwork2.util.classloader - package com.opensymphony.xwork2.util.classloader
-
- com.opensymphony.xwork2.util.finder - package com.opensymphony.xwork2.util.finder
-
- com.opensymphony.xwork2.util.fs - package com.opensymphony.xwork2.util.fs
-
- com.opensymphony.xwork2.util.location - package com.opensymphony.xwork2.util.location
-
Classes and utilities used to track location information.
- com.opensymphony.xwork2.util.logging - package com.opensymphony.xwork2.util.logging
-
- com.opensymphony.xwork2.util.logging.commons - package com.opensymphony.xwork2.util.logging.commons
-
- com.opensymphony.xwork2.util.logging.jdk - package com.opensymphony.xwork2.util.logging.jdk
-
- com.opensymphony.xwork2.util.logging.log4j2 - package com.opensymphony.xwork2.util.logging.log4j2
-
- com.opensymphony.xwork2.util.logging.slf4j - package com.opensymphony.xwork2.util.logging.slf4j
-
- com.opensymphony.xwork2.util.profiling - package com.opensymphony.xwork2.util.profiling
-
Classes to enable profiling of action execution.
- com.opensymphony.xwork2.util.reflection - package com.opensymphony.xwork2.util.reflection
-
- com.opensymphony.xwork2.validator - package com.opensymphony.xwork2.validator
-
XWork validation subsystem.
- com.opensymphony.xwork2.validator.annotations - package com.opensymphony.xwork2.validator.annotations
-
Validator annotations.
- com.opensymphony.xwork2.validator.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.
- CommonsLogger - Class in com.opensymphony.xwork2.util.logging.commons
-
Simple logger that delegates to commons logging
- CommonsLogger(Log) - Constructor for class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- CommonsLoggerFactory - Class in com.opensymphony.xwork2.util.logging.commons
-
Creates commons-logging-backed loggers
- CommonsLoggerFactory() - Constructor for class com.opensymphony.xwork2.util.logging.commons.CommonsLoggerFactory
-
- comparePriorities(int, int) - Static method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
- compareTo(Object) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- compile(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- compile(String, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- compilePattern(String) - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
-
Compiles the pattern.
- compilePattern(String) - Method in interface com.opensymphony.xwork2.util.PatternMatcher
-
Translate the given String
into an object
representing the pattern matchable by this class.
- compilePattern(String) - Method in class com.opensymphony.xwork2.util.WildcardHelper
-
Translate the given String
into a int []
representing the pattern matchable by this class.
- compileWildcardPattern(String) - Static method in class com.opensymphony.xwork2.util.WildcardUtil
-
Convert wildcard pattern to Pattern
- CompositeTextProvider - Class in com.opensymphony.xwork2
-
This is a composite
TextProvider
that takes in an array or
List
of
TextProvider
s, it will
consult each of them in order to get a composite result.
- CompositeTextProvider(List<TextProvider>) - Constructor for class com.opensymphony.xwork2.CompositeTextProvider
-
- CompositeTextProvider(TextProvider[]) - Constructor for class com.opensymphony.xwork2.CompositeTextProvider
-
- CompoundRoot - Class in com.opensymphony.xwork2.util
-
A Stack that is implemented using a List.
- CompoundRoot() - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
-
- CompoundRoot(List) - Constructor for class com.opensymphony.xwork2.util.CompoundRoot
-
- CompoundRootAccessor - Class in com.opensymphony.xwork2.ognl.accessor
-
A stack that is able to call methods on objects in the stack.
- CompoundRootAccessor() - Constructor for class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- conditionalReload() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Reloads the Configuration files if the configuration files indicate that they need to be reloaded.
- ConditionalVisitorFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
The validator allows you to forward validator to object properties of your action
using the objects own validator files.
- ConditionalVisitorFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator
only if the expression will evaluate to true.
- ConditionalVisitorFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
-
- config - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- 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.DefaultActionProxy
-
- configuration - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- configuration - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- 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.XWorkJUnit4TestCase
-
- 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.
- ConfigurationUtil - Class in com.opensymphony.xwork2.config
-
ConfigurationUtil
- 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.
- constructInterceptorReference(InterceptorLocator, String, Map<String, String>, 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 (InterceptorMapping object).
- CONTAINER - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the container
- container - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- container - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- container - Variable in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- Container - Interface in com.opensymphony.xwork2.inject
-
Injects dependencies into constructors, methods and fields annotated with
Inject
.
- container - Variable in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- container - Variable in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- container - Variable in class com.opensymphony.xwork2.XWorkTestCase
-
- ContainerBuilder - Class in com.opensymphony.xwork2.inject
-
- 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.
- ContainerProvider - Interface in com.opensymphony.xwork2.config
-
Provides beans and constants/properties for the Container
- contains(Class<?>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Returns true if this builder contains a mapping for the given type and
name.
- contains(Class<?>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to contains(type,
Container.DEFAULT_NAME)
.
- contains(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
-
- containsCycle() - Method in class com.opensymphony.xwork2.config.providers.CycleDetector
-
- containsDefaultMapping(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- containsDefaultMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Checks if converter was already defined for given class
- containsKey(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- containsNoMapping(Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- containsNoMapping(Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Check if there is no mapping for given class to convert
- containsUnknownMapping(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- containsUnknownMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Checks if no mapping was defined for given class name
FIXME lukaszlenart: maybe it should be merged with NoMapping
- containsValue(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- Context - Interface in com.opensymphony.xwork2.inject
-
Context of the current injection.
- Conversion - Annotation Type in com.opensymphony.xwork2.conversion.annotations
-
A marker annotation for type conversions at Type level.
- CONVERSION_COLLECTION_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- CONVERSION_ERROR_PROPERTY_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the map of type conversion errors.
- CONVERSION_PROPERTY_FULLNAME - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- ConversionAnnotationProcessor - Interface in com.opensymphony.xwork2.conversion
-
- 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
-
- ConversionErrorInterceptor - Class in com.opensymphony.xwork2.interceptor
-
ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.
- ConversionErrorInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
-
- ConversionFileProcessor - Interface in com.opensymphony.xwork2.conversion
-
Used to process -conversion.properties file to read defined Converters
- ConversionPropertiesProcessor - Interface in com.opensymphony.xwork2.conversion
-
Used to read converters from Properties file
- ConversionRule - Enum in com.opensymphony.xwork2.conversion.annotations
-
ConversionRule
- ConversionType - Enum in com.opensymphony.xwork2.conversion.annotations
-
ConversionType
- convert(String, E, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Clones the target object and its children, replacing various
properties with the values of the wildcard-matched strings.
- convert(String, ActionConfig, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.ActionConfigMatcher
-
Clones the ActionConfig and its children, replacing various
properties with the values of the wildcard-matched strings.
- convert(String, NamespaceMatch, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatcher
-
- ConverterFactory - Interface in com.opensymphony.xwork2.factory
-
- convertFromString(String, Class) - Method in class com.opensymphony.xwork2.conversion.impl.EnumTypeConverter
-
Deprecated.
Converts one or more String values to the specified class.
- convertParam(String, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Inserts into a value wildcard-matched strings where specified
with the {x} syntax.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.ArrayConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.CollectionConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DateConverter
-
- convertValue(Map<String, Object>, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- convertValue(Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Returns the value converted numerically to the given class type
This method also detects when arrays are being converted and converts the
components of one array to the type of the other.
- convertValue(Map<String, Object>, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.EnumTypeConverter
-
Deprecated.
Converts the given object to a given type.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.NumberConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.StringConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
-
- convertValue(Map<String, Object>, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
Convert value from one form to another.
- convertValue(Map<String, Object>, Object, Member, String, Object, Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverter
-
Converts the given value to a given type.
- convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
-
- convertValue(Map, Object, Member, String, Object, Class) - Method in class com.opensymphony.xwork2.ognl.XWorkTypeConverterWrapper
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(Object, Object, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
XWorkConverter
if none
is specified.
- copy(InputStream, OutputStream) - Static method in class com.opensymphony.xwork2.util.classloader.JarResourceStore
-
- copy(Object, Object, Map<String, Object>, Collection<String>, Collection<String>) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Copies the properties in the object "from" and sets them in the object "to"
using specified type converter, or
XWorkConverter
if none
is specified.
- 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
-
- create(Context) - Method in interface com.opensymphony.xwork2.inject.Factory
-
Creates an object to be injected.
- create(K) - Method in class com.opensymphony.xwork2.inject.util.ReferenceCache
-
Override to lazy load values.
- create() - Static method in class com.opensymphony.xwork2.ognl.ErrorMessageBuilder
-
- CREATE_IF_NULL_PREFIX - Static variable in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
- CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
-
- CREATE_NULL_OBJECTS - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- createAction(Map<String, Object>) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createActionProxy(String, String, Map<String, Object>) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
Creates an
ActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including having an
ActionInvocation
instance associated.
- createActionProxy(String, String, Map<String, Object>, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
Creates an
ActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including having an
ActionInvocation
instance associated.
- createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in interface com.opensymphony.xwork2.ActionProxyFactory
-
Creates an
ActionProxy
for the given namespace and action name by looking up the configuration.The ActionProxy
should be fully initialized when it is returned, including passed
ActionInvocation
instance.
- createActionProxy(String, String, Map<String, Object>) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, Map<String, Object>, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(String, String, String, Map<String, Object>, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(ActionInvocation, String, String, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createActionProxy(ActionInvocation, String, String, String, boolean, boolean) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- createBootstrapContainer(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- createConfiguration(String) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
- createContextMap() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createDefaultContext(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionContextFactory
-
- createDefaultContext(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- createDefaultContext(Object, ClassResolver) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- createDefaultContext(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionContextFactory
-
Creates and returns a new standard naming context for evaluating an OGNL
expression.
- CreateIfNull - Annotation Type in com.opensymphony.xwork2.util
-
Sets the CreateIfNull for type conversion.
- createInstance(Class, LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
-
- createInstance(ResourceBundle, LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
-
- createResult() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- createTypeConverter(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterCreator
-
- createTypeConverter(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterCreator
-
- createValueStack() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- createValueStack(ValueStack) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- createValueStack() - Method in interface com.opensymphony.xwork2.util.ValueStackFactory
-
- createValueStack(ValueStack) - Method in interface com.opensymphony.xwork2.util.ValueStackFactory
-
- current - Static variable in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
-
- CURRENT_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- 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
-
- CycleDetector<T> - Class in com.opensymphony.xwork2.config.providers
-
- CycleDetector(DirectedGraph<T>) - Constructor for class com.opensymphony.xwork2.config.providers.CycleDetector
-
- factory(Class<T>, String, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps a factory to a given dependency type and name.
- factory(Class<T>, Factory<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, factory, scope)
.
- factory(Class<T>, String, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type, name, factory,
Scope.DEFAULT)
.
- factory(Class<T>, Factory<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, factory, Scope.DEFAULT)
.
- factory(Class<T>, String, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps an implementation class to a given dependency type and name.
- factory(Class<T>, String, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Maps an implementation class to a given dependency type and name.
- factory(Class<T>, Class<? extends T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, implementation)
.
- factory(Class<T>) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, type)
.
- factory(Class<T>, String) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type, name, type)
.
- factory(Class<T>, Class<? extends T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, implementation, scope)
.
- factory(Class<T>, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, type, scope)
.
- factory(Class<T>, String, Scope) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Convenience method. Equivalent to factory(type, name, type,
scope)
.
- Factory<T> - Interface in com.opensymphony.xwork2.inject
-
A custom factory.
- 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
- fatal(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- fatal(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- fatal(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- fatal(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- fatal(String, String...) - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- fatal(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- fatal(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- fatal(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- fatal(String, String...) - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- fatal(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- fatalError(SAXParseException) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- 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
-
- FieldValidator - Interface in com.opensymphony.xwork2.validator
-
The FieldValidator interface defines the methods to be implemented by FieldValidators.
- FieldValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
-
Base class for field validators.
- FieldValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- FileManager - Interface in com.opensymphony.xwork2
-
Basic interface to access file on the File System and to monitor changes
- FileManagerFactory - Interface in com.opensymphony.xwork2
-
- FileManagerFactoryProvider - Class in com.opensymphony.xwork2.config
-
- FileManagerFactoryProvider(Class<? extends FileManagerFactory>) - Constructor for class com.opensymphony.xwork2.config.FileManagerFactoryProvider
-
- FileManagerProvider - Class in com.opensymphony.xwork2.config
-
- FileManagerProvider(Class<? extends FileManager>, String) - Constructor for class com.opensymphony.xwork2.config.FileManagerProvider
-
- fileNeedsReloading(String) - Method in interface com.opensymphony.xwork2.FileManager
-
- fileNeedsReloading(URL) - Method in interface com.opensymphony.xwork2.FileManager
-
Checks if file represented by provided URL should be reloaded
- fileNeedsReloading(URL) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- fileNeedsReloading(String) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- FileResourceStore - Class in com.opensymphony.xwork2.util.classloader
-
Reads a class from disk
class taken from Apache JCI
- FileResourceStore(File) - Constructor for class com.opensymphony.xwork2.util.classloader.FileResourceStore
-
- FileRevision - Class in com.opensymphony.xwork2.util.fs
-
Represents file resource revision, used for file://* resources
- files - Static variable in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- FinalizablePhantomReference<T> - Class in com.opensymphony.xwork2.inject.util
-
Phantom reference with a finalizeReferent()
method which a
background thread invokes after the garbage collector reclaims the
referent.
- FinalizablePhantomReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizablePhantomReference
-
- FinalizableSoftReference<T> - Class in com.opensymphony.xwork2.inject.util
-
Soft reference with a finalizeReferent()
method which a background
thread invokes after the garbage collector reclaims the referent.
- FinalizableSoftReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableSoftReference
-
- FinalizableWeakReference<T> - Class in com.opensymphony.xwork2.inject.util
-
Weak reference with a finalizeReferent()
method which a background
thread invokes after the garbage collector reclaims the referent.
- FinalizableWeakReference(T) - Constructor for class com.opensymphony.xwork2.inject.util.FinalizableWeakReference
-
- find() - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- find(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- find(ResolverUtil.Test, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes that pass the test.
- findAll(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- findAllClasses(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Executes findAllStrings assuming the strings are
the names of a classes that should be loaded and returned.
- findAllImplementations(Class) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains
the name of a class that implements or is a subclass of the specfied class.
- findAllProperties(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files
Any URL that cannot be read in as a properties file will cause an exception to be thrown.
- findAllStrings(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Reads the contents of the found URLs as a list of
String
's and returns them.
- findAnnotated(Class<? extends Annotation>, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes that are annotated with to the annotation.
- findAnnotatedClasses(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedClasses(Class<? extends Annotation>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findAnnotatedConstructors(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedConstructors(Class<? extends Annotation>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findAnnotatedFields(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedFields(Class<? extends Annotation>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findAnnotatedMethods(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedMethods(Class<? extends Annotation>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findAnnotatedPackages(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findAnnotatedPackages(Class<? extends Annotation>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findAnnotation(Class<?>, Class<T>) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Returns the annotation on the given class or the package of the class.
- 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.
- findAvailableClasses(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Executes findAvailableStrings assuming the strings are
the names of a classes that should be loaded and returned.
- findAvailableImplementations(Class) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains
the name of a class that implements or is a subclass of the specfied class.
- findAvailableProperties(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files
Any URL that cannot be read in as a properties file will be added to the
'resourcesNotLoaded' collection.
- findAvailableStrings(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Reads the contents of the found URLs as a Strings and returns them.
- findClass(String) - Method in class com.opensymphony.xwork2.util.classloader.ResourceStoreClassLoader
-
- findClass(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- findClasses(Test<ClassFinder.ClassInfo>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findClasses() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findClasses(Test<ClassFinder.ClassInfo>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findClasses() - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- findClassesInPackage(String, boolean) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- findClassesInPackage(String, boolean) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- 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.
- findImplementation(Class) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains
the name of a class that implements or is a subclass of the specfied class.
- findImplementations(Class, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Attempts to discover classes that are assignable to the type provided.
- 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.
- findLocaleParameter(Map<String, Object>, String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- findMappingFromExceptions(List<ExceptionMappingConfig>, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- findMatches() - Method in class com.opensymphony.xwork2.util.ClassPathFinder
-
Builds a
Vector
containing Strings which each name a file
who's name matches the pattern set by setPattern(String).
- findNamedResource(String, String...) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
- findPackages(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Gets a list of subpckages from jars or dirs
- findPackagesMap(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Gets a list of subpckages from jars or dirs
- findProperties(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Finds the corresponding resource and reads it in as a properties file
Example classpath:
META-INF/widget.properties
ResourceFinder finder = new ResourceFinder("META-INF/");
Properties widgetProps = finder.findProperties("widget.properties");
- findResourceBundle(String, Locale) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Finds the given resorce bundle by it's name.
- findResultFromExceptions(List<ExceptionMappingConfig>, Throwable) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
Deprecated.
since 2.3.15 please use #findMappingFromExceptions directly instead
- findString(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findString(String, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findString(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Reads the contents of the URL as a
String
's and returns it.
- findString(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- findString(String, boolean) - 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
-
- 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, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String, Class, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- findValue(String) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Find a value by evaluating the given expression against the stack in the default search order.
- findValue(String, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- findValue(String, Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Find a value by evaluating the given expression against the stack in the default search order.
- findValue(String, Class, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- format(String, String...) - Static method in class com.opensymphony.xwork2.util.logging.LoggerUtils
-
Formats messages using parameters.
- format(String, Object[]) - Static method in class com.opensymphony.xwork2.util.logging.LoggerUtils
-
- freeze() - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
- FULL_PROPERTY_PATH - Static variable in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- fullQualifiedClassName - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
- Function<F,T> - Interface in com.opensymphony.xwork2.inject.util
-
A Function provides a transformation on an object and returns the resulting
object.
- GenericsObjectTypeDeterminer - Class in com.opensymphony.xwork2.conversion.impl
-
Deprecated.
Use DefaultObjectTypeDeterminer instead. Since XWork 2.0.4 the DefaultObjectTypeDeterminer handles the
annotation processing.
- GenericsObjectTypeDeterminer(XWorkConverter, XWorkBasicConverter, ReflectionProvider) - Constructor for class com.opensymphony.xwork2.conversion.impl.GenericsObjectTypeDeterminer
-
Deprecated.
- get(String) - 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() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- get() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.PackageInfo
-
- get() - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.PackageInfo
-
- get(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationImpl
-
- get(int) - Method in class com.opensymphony.xwork2.util.XWorkList
-
Returns the element at the specified position in this list.
- getAcceptedPattern() - Method in class com.opensymphony.xwork2.security.AcceptedPatternsChecker.IsAccepted
-
- getAcceptedPatterns() - Method in interface com.opensymphony.xwork2.security.AcceptedPatternsChecker
-
Allow access list of all defined excluded patterns
- getAcceptedPatterns() - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- getAction() - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Get the Action associated with this ActionInvocation.
- getAction() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the Action instance for this Proxy.
- getAction() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- getAction() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getAction() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- getAction() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- 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 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
-
- 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
-
- getActionName() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the alias name this ActionProxy is mapped to.
- getActionName() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getActionName() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- 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
-
- getAllowedMethods() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getAllowStaticMethodAccess() - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- getAllPhysicalUrls(URL) - Method in interface com.opensymphony.xwork2.FileManager
-
- getAllPhysicalUrls(URL) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- getAllResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
returns the Map of all the ResultTypeConfigs available in the current package.
- getAnnotatedMethods(Class, Class<? extends Annotation>...) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
For the given
Class
get a collection of the the
AnnotatedElement
s
that match the given
annotation
s or if no
annotation
s are
specified then return all of the annotated elements of the given
Class
.
- getAnnotation(Class, String, Class<T>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
Retrieves an annotation for the specified property of field, setter or getter.
- getAnnotations() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.Annotatable
-
- getAnnotations() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder.Info
-
- 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<String, Object>) - Method in class com.opensymphony.xwork2.spring.SpringProxyableObjectFactory
-
Subclasses may override this to return a different application context.
- getAutowireStrategy() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- getBeanInfo(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Get's the java bean info for the given source object.
- getBeanInfo(Class) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Get's the java bean info for the given source.
- getBeanMap(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getBeanMap(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Creates a Map with read properties for the given source object.
- getBeanMap(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Creates a Map with read properties for the given source object.
- getBlockedCollection() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- getChainHistory() - Static method in class com.opensymphony.xwork2.ActionChainResult
-
Get the XWork chain history.
- getClasses() - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Provides access to the classes discovered so far.
- getClassesNotLoaded() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
Returns a list of classes that could not be loaded in last invoked findAnnotated* method.
- getClassesNotLoaded() - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- 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.
- getClassLoaderInterface() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- getClassLoaderInterface() - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
-
- getClassName() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- 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
-
Gets the ActionConfig this ActionProxy is built from.
- getConfig() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getConfig() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getConfiguration() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Get the current XWork configuration object.
- getConfigurationUrls(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- getConstructors() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getContainer() - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the container for this request
- getContainer() - Method in interface com.opensymphony.xwork2.config.Configuration
-
- getContainer() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- getContainer() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- getContainer() - Method in interface com.opensymphony.xwork2.inject.Context
-
- getContainerProviders() - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Get the current list of ConfigurationProviders.
- getContent(Element) - Static method in class com.opensymphony.xwork2.config.providers.XmlHelper
-
This method will return the content of this particular element
.
- getContext() - Static method in class com.opensymphony.xwork2.ActionContext
-
Returns the ActionContext specific to the current thread.
- getContext() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- getContext() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Gets the context for this value stack.
- getContext() - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
-
- getContextMap() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the context map.
- getConversionErrorMessage(String, ValueStack) - Static method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- getConversionErrors() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the map of conversion errors which occurred when executing the action.
- getConverter(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- getCurrentPropertyPath(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
Gets the current property path but not completely.
- getDeclaringClass() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- getDeclaringClass() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- getDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getDefaultClassRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getDefaultMapping(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- getDefaultMapping(String) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
- getDefaultMessage() - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the default message used for validation failures
- getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
-
- getDefaultMessage() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- 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.
- 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.conversion.impl.DefaultObjectTypeDeterminer
-
Determines the element class by looking for the value of @Element annotation for the given
class.
- getElementClass(Class, String, Object) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
-
- getElementClass(Class, String, Object) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getElementClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getErrorMessage() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getErrorMessages() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getErrors() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getException() - Method in class com.opensymphony.xwork2.interceptor.ExceptionHolder
-
Gets the holded exception
- 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
-
- getExcludedClasses() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getExcludedPackageNamePatterns() - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getExcludedPattern() - Method in class com.opensymphony.xwork2.security.ExcludedPatternsChecker.IsExcluded
-
- getExcludedPatterns() - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- getExcludedPatterns() - Method in interface com.opensymphony.xwork2.security.ExcludedPatternsChecker
-
Allow access list of all defined excluded patterns
- getExcludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- getExcludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
Gets list of parameter names to exclude
- getExecuteResult() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the status of whether the ActionProxy is set to execute the Result after the Action is executed.
- getExecuteResult() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getExecuteResult() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getExpectedFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
-
- getExpression() - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
-
- getExpression() - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
-
- getExprOverrides() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- getExprOverrides() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Gets the override map if anyone exists.
- getField(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getField(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
- 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
-
- getFieldName() - Method in interface com.opensymphony.xwork2.validator.FieldValidator
-
Gets the field name to be validated
- getFieldName() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- getFieldNameWithField(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
-
- getFields() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- 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.fs.FileRevision
-
- getFileManager() - Method in interface com.opensymphony.xwork2.FileManagerFactory
-
- getFileManager() - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManagerFactory
-
- getFoo() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- getFormatted(String, String) - Method in class com.opensymphony.xwork2.ActionSupport
-
Dedicated method to support I10N and conversion errors
- getFullDefaultActionRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
gets the default action-ref name.
- getFullDefaultInterceptorRef() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
gets the default interceptor-ref name.
- getFullDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getFullDefaultResultType() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
Returns the default result type for this package.
- getFullFieldName(String) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getFullFieldName(String) - Method in interface com.opensymphony.xwork2.validator.ValidatorContext
-
Translates a simple field name into a full field name in OGNL syntax.
- getFullFieldName(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator.AppendingValidatorContext
-
Translates a simple field name into a full field name in Ognl syntax
- getFullPropertyPath(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- getFullQualifiedClassName() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Returns the fullQualifiedClassName attribute is used to create the special conversion.properties
file name.
- getGetMethod(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getGetMethod(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
- getGlobalExceptionMappingConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
gets the ExceptionMappingConfigs local to this package
- getGlobalResultConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
gets the global ResultConfigs local to this package
- getIncludeMethodsSet() - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- getIncludes() - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
Gets list of parameter names to include
- getInputResultName() - Method in interface com.opensymphony.xwork2.interceptor.ValidationWorkflowAware
-
- getInstance(Class<T>) - Method in class com.opensymphony.xwork2.ActionContext
-
- getInstance(Class<T>, String) - Method in interface com.opensymphony.xwork2.inject.Container
-
Gets an instance of the given dependency which was declared in
ContainerBuilder
.
- getInstance(Class<T>) - Method in interface com.opensymphony.xwork2.inject.Container
-
Convenience method. Equivalent to getInstance(type,
DEFAULT_NAME)
.
- getInstance(Class<T>, String) - Method in class com.opensymphony.xwork2.mock.MockContainer
-
- getInstance(Class<T>) - Method in class com.opensymphony.xwork2.mock.MockContainer
-
- getInstance() - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionProviderFactory
-
- 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.mock.MockContainer
-
- getInterceptor() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
-
- getInterceptorConfig(String) - Method in interface com.opensymphony.xwork2.config.entities.InterceptorLocator
-
Gets an interceptor configuration object.
- getInterceptorConfig(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getInterceptorConfig(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getInterceptorConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
- getInterceptors() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getInterceptors() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
-
Returns a Collection
of InterceptorMapping objects.
- getInterfaces() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getInvocation() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the ActionInvocation associated with this ActionProxy.
- getInvocation() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getInvocation() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- 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
-
- getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
Determines the key class by looking for the value of @Key annotation for the given class.
- getKeyClass(Class, String) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
-
- getKeyClass(Class, String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getKeyClass() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
Determines the key property for a Collection by getting it from the @KeyProperty annotation.
- getKeyProperty(Class, String) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
-
- getKeyProperty(Class, String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getKeyProperty() - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- getLastBeanClassAccessed(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- getLastBeanPropertyAccessed(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- getLastClassAccessed() - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
-
- getLastPropertyAccessed() - Method in class com.opensymphony.xwork2.ognl.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
-
- getLoadOrder(Document) - Static method in class com.opensymphony.xwork2.config.providers.XmlHelper
-
Return the value of the "order" attribute from the root element
- getLocale() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the Locale of the current action.
- getLocale() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getLocale(Map<String, Object>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- getLocale() - Method in class com.opensymphony.xwork2.DefaultLocaleProvider
-
- getLocale() - Method in interface com.opensymphony.xwork2.LocaleProvider
-
Gets the provided locale.
- getLocale() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getLocaleFromParam(Object) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
Creates a Locale object from the request param, which might
be already a Local or a String
- 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
-
- getLogger(Class<?>) - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
-
- getLogger(String) - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
-
- getLoggerFactory() - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
-
- getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLoggerFactory
-
- getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLoggerFactory
-
- getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory
-
- getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLoggerFactory
-
- getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2LoggerFactory
-
- getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2LoggerFactory
-
- getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.LoggerFactory
-
- getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.LoggerFactory
-
- getLoggerImpl(Class<?>) - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLoggerFactory
-
- getLoggerImpl(String) - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLoggerFactory
-
- getLoggerToUse() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
Get's the logger to use.
- getLogLevel() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- getLogLevel() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
- getMapping(Class) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterHolder
-
- getMapping(Class) - Method in interface com.opensymphony.xwork2.conversion.TypeConverterHolder
-
Target class conversion Mappings.
- getMax() - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- 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.
- getMessage(Object) - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the validation failure message for the given object
- getMessage(Object) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- getMessageKey() - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the resource bundle key used for lookup of validation failure message
- getMessageKey() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
-
- getMessageKey() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- getMessageParameters() - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the messsage parameters to be used when parsing i18n messages
- getMessageParameters() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- getMessageParams() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
-
- getMethod() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the method name to execute, or null if no method has been specified (meaning execute
will be invoked).
- getMethod() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getMethod() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getMethodName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
Returns name of the action method
- getMethods() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getMin() - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- 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
-
- getModel() - Method in interface com.opensymphony.xwork2.ModelDriven
-
Gets the model to be pushed onto the ValueStack instead of the Action itself.
- getMultiTextvalueSeparator() - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
- getName() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the name of the current Action.
- getName() - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorMapping
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
-
Get the name of this interceptor stack configuration.
- getName() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.ResultConfig
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- getName() - Method in class com.opensymphony.xwork2.config.entities.UnknownHandlerConfig
-
- getName() - Method in interface com.opensymphony.xwork2.inject.Context
-
- getName() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.AnnotationInfo
-
- getName() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getName() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.FieldInfo
-
- getName() - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder.Info
-
- getName() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- getName() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.PackageInfo
-
- getName() - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.PackageInfo
-
- getNamespace() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets the namespace the ActionConfig for this ActionProxy is mapped to.
- getNamespace() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getNamespace() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getNamespace() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- getNamespace() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- getObjectFactory() - Static method in class com.opensymphony.xwork2.ObjectFactory
-
- getOrderedComparator() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Gets an instance of the comparator to use for the ordered sorting.
- 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
-
- getPackageName() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getParameterAnnotations() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- getParameterAnnotations(int) - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- getParameterLogMap(Map<String, Object>) - 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.
- 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
-
This method will find all the parameters under this paramsElement
and return them as
Map.
- getParams() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
-
- getParent() - Method in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
-
- getParent() - Method in class com.opensymphony.xwork2.util.finder.ClassLoaderInterfaceDelegate
-
- getParent() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
-
- getParents() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- getPattern() - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatch
-
- getPattern() - Method in class com.opensymphony.xwork2.util.ClassPathFinder
-
retrieves the pattern in use
- getPattern() - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
-
- 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.ognl.accessor.CompoundRootAccessor
-
- getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
-
- getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
-
- getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
-
Gets the property of a Collection by indexing the collection
based on a key property.
- getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
-
- getProperty(Map, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkObjectPropertyAccessor
-
- getPropertyDescriptor(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getPropertyDescriptor(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
This method returns a PropertyDescriptor for the given class and property name using
a Map lookup (using getPropertyDescriptorsMap()).
- getPropertyDescriptors(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getPropertyDescriptors(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Get's the java beans property descriptors for the given source.
- getPropertyDescriptors(Class) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Get's the java beans property descriptors for the given class.
- getPropertyDescriptors(Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Get's the java beans property descriptors for the given source.
- 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.ognl.accessor.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<String, Object>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getRealTarget(String, Map<String, Object>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Looks for the real target with the specified property given a root Object which may be a
CompoundRoot.
- getRealTarget(String, Map<String, Object>, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Looks for the real target with the specified property given a root Object which may be a
CompoundRoot.
- getRegex() - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
- getRequestedLocale() - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- getResource(String) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- getResource(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
-
Load a given resource.
- getResource(String) - Method in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
-
- getResource(String) - Method in class com.opensymphony.xwork2.util.finder.ClassLoaderInterfaceDelegate
-
- getResource() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
-
- getResourceAsStream(String) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- getResourceAsStream(String, Class) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
-
This is a convenience method to load a resource as a stream.
- getResourceAsStream(String) - Method in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
-
- getResourceAsStream(String) - Method in class com.opensymphony.xwork2.util.finder.ClassLoaderInterfaceDelegate
-
- getResources(String, Class, boolean) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
-
Load all resources with a given name, potentially aggregating all results
from the searched classloaders.
- getResources(String) - Method in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
-
- getResources(String) - Method in class com.opensymphony.xwork2.util.finder.ClassLoaderInterfaceDelegate
-
- getResources() - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
- getResourcesMap(String) - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- getResourcesNotLoaded() - Method in class com.opensymphony.xwork2.util.finder.ResourceFinder
-
Returns a list of resources that could not be loaded in the last invoked findAvailable* or
mapAvailable* methods.
- 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
ActionChainResult
s 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
-
- getResultType(String) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- getResultTypeConfigs() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
gets the ResultTypeConfigs local to this package
- getReturnType() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.MethodInfo
-
- getRoot() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- getRoot() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Get the CompoundRoot which holds the objects pushed onto the stack
- 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.
- 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, Object>, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- getSetMethod(Class, String) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getSetMethod(Class, String) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
- 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
- getSourceAccessor(OgnlContext, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
Used by OGNl to generate bytecode
- getSourceAccessor(OgnlContext, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
-
Used by OGNl to generate bytecode
- getSourceSetter(OgnlContext, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
Used by OGNl to generate bytecode
- getSourceSetter(OgnlContext, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
-
Used by OGNl to generate bytecode
- getStack() - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Gets the ValueStack associated with this ActionInvocation.
- getStack() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- getStack() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- getStorage() - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- getSuperInterfaces() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getSuperType() - Method in class com.opensymphony.xwork2.util.finder.ClassFinder.ClassInfo
-
- getTarget() - Method in class com.opensymphony.xwork2.ognl.OgnlTypeConverterWrapper
-
- 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.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
- getText(String, String) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
before returning
defaultValue
if every else fails.
- getText(String, String, String) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
, before returining
defaultValue
if every else fails.
- getText(String, List<?>) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
.
- getText(String, String[]) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
.
- getText(String, String, List<?>) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
, before returining
defaultValue
- getText(String, String, String[]) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
, before returining
defaultValue
.
- getText(String, String, List<?>, ValueStack) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
, before returining
defaultValue
- getText(String, String, String[], ValueStack) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
It will consult each
TextProvider
s and return the first valid message for this
key
, before returining
defaultValue
- 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 if no message is found the provided key
is returned.
- 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 the provided key 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 the provided key 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(Class, LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
-
- getTextProvider() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getTexts() - Method in class com.opensymphony.xwork2.ActionSupport
-
- getTexts(String) - Method in class com.opensymphony.xwork2.ActionSupport
-
- getTexts(String) - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
- getTexts() - Method in class com.opensymphony.xwork2.CompositeTextProvider
-
- 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) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
Extract trimmed text value from the given DOM element, ignoring XML comments.
- getThrowable() - Method in exception com.opensymphony.xwork2.XWorkException
-
- 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.util.finder.ClassFinder.FieldInfo
-
- getType() - Method in class com.opensymphony.xwork2.validator.ValidatorConfig
-
- getTypeConverter(Map<String, Object>) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- getUnknownHandlers() - Method in class com.opensymphony.xwork2.DefaultUnknownHandlerManager
-
- getUnknownHandlers() - Method in interface com.opensymphony.xwork2.UnknownHandlerManager
-
- getUnknownHandlerStack() - Method in interface com.opensymphony.xwork2.config.Configuration
-
- getUnknownHandlerStack() - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- getUnknownHandlerStack() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- 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
- getUrlRegex() - Method in class com.opensymphony.xwork2.validator.validators.URLValidator
-
This is used to support client-side validation, it's based on
http://stackoverflow.com/questions/161738/what-is-the-best-regular-expression-to-check-if-a-string-is-a-valid-url
- getUrls() - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- getValidationAware() - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- getValidationContext(ActionProxy) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
- getValidator(ValidatorConfig) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
-
- getValidator(ValidatorConfig) - Method in interface com.opensymphony.xwork2.validator.ValidatorFactory
-
Get a Validator that matches the given configuration.
- getValidatorContext() - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the validation context used
- getValidatorContext() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- getValidators(Class, String, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
-
Returns a list of validators for the given class, context, and method.
- getValidators(Class, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
-
Returns a list of validators for the given class and context.
- getValidators(Class, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- getValidators(Class, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- getValidators(Class, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- getValidators(Class, String, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- getValidatorType() - Method in interface com.opensymphony.xwork2.validator.Validator
-
Gets the vaildator type used (see class javadoc).
- getValidatorType() - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- getValidatorType() - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- getValue() - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
- getValue() - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
-
- getValue(String, Map<String, Object>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- getValue(String, Map<String, Object>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getValue(String, Map<String, Object>, Object, Class) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- getValue(String, Map<String, Object>, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Evaluates the given OGNL expression to extract a value from the given root
object in a given context
- getValueStack() - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the OGNL value stack.
- getVariableNames() - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher.CompiledPattern
-
- getVariables() - Method in class com.opensymphony.xwork2.config.impl.NamespaceMatch
-
- getVerticesInCycles() - Method in class com.opensymphony.xwork2.config.providers.CycleDetector
-
- globalExceptionMappingConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- globalResultConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- guessResultType(String) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- 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
-
- I18nInterceptor.LocaleFinder - Class in com.opensymphony.xwork2.interceptor
-
- I18nInterceptor.LocaleFinder(ActionInvocation) - Constructor for class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- I18nInterceptor.Storage - Enum in com.opensymphony.xwork2.interceptor
-
- 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
-
- include(UrlSet) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- includeClassesUrl(ClassLoaderInterface, UrlSet.FileProtocolNormalizer) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
Try to find a classes directory inside a war file add its normalized url to this set
- includeMethods - Variable in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- includes - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- indexOfArray(int[], int, int, char[], int) - Method in class com.opensymphony.xwork2.util.WildcardHelper
-
Get the offset of a part of an int array within a char array.
- info(String, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- info(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- info(String, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- info(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- info(String, String...) - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- info(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- info(String, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- info(String, Throwable, String...) - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- info(String, String...) - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- info(String, Throwable, String...) - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- init(ActionProxy) - Method in interface com.opensymphony.xwork2.ActionInvocation
-
- init(Configuration) - Method in interface com.opensymphony.xwork2.config.ContainerProvider
-
Initializes with the configuration
- init(Configuration) - Method in class com.opensymphony.xwork2.config.FileManagerFactoryProvider
-
- init(Configuration) - Method in class com.opensymphony.xwork2.config.FileManagerProvider
-
- init(Configuration) - Method in interface com.opensymphony.xwork2.config.PackageProvider
-
Initializes with the configuration
- init(Configuration) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- init(Configuration) - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
-
- init(ActionProxy) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- init() - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
Does nothing
- init() - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
-
Called after an interceptor is created, but before any requests are processed using
intercept
, giving
the Interceptor a chance to initialize any needed resources.
- init(ActionProxy) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- init() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
Called after an Interceptor is created, but before any requests are processed using the intercept() methodName.
- init(Configuration) - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
-
- initObjectFactory() - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
Deprecated.
Since 2.1 as it isn't necessary
- 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 - Annotation Type in com.opensymphony.xwork2.inject
-
Annotates members and parameters which should have their value[s]
injected.
- inject(Object) - Method in class com.opensymphony.xwork2.mock.MockContainer
-
- inject(Class<T>) - Method in class com.opensymphony.xwork2.mock.MockContainer
-
- injectInternalBeans(Object) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- injectStatics(Class<?>...) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
Upon creation, the
Container
will inject static fields and methods
into the given classes.
- 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
-
- InputConfig - Annotation Type in com.opensymphony.xwork2.interceptor.annotations
-
Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.
- InstantiatingNullHandler - Class in com.opensymphony.xwork2.conversion.impl
-
Provided that the key
ReflectionContextState.CREATE_NULL_OBJECTS
is in the action context with a value of true (this key is set
only during the execution of the
ParametersInterceptor
), OGNL expressions
that have caused a NullPointerException will be temporarily stopped for evaluation while the system automatically
tries to solve the null references by automatically creating the object.
- InstantiatingNullHandler() - Constructor for class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
Override to handle interception
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationParameterFilterIntereptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor
-
Discovers annotated methods on the action and calls them according to the workflow
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- intercept(ActionInvocation) - Method in interface com.opensymphony.xwork2.interceptor.Interceptor
-
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the
request by the
ActionInvocation
or to short-circuit the processing and just return a String return code.
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
-
Decide if the parameter should be removed from the parameter map based on
paramNames
and paramValues
.
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the
request by the DefaultActionInvocation or to short-circuit the processing and just return a String return code.
- intercept(ActionInvocation) - Method in class com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
-
Looks for the ApplicationContext
under the attribute that the Spring listener sets in
the servlet context.
- Interceptor - Interface in com.opensymphony.xwork2.interceptor
-
An interceptor is a stateless class that follows the interceptor pattern, as
found in
javax.servlet.Filter
and in AOP languages.
- InterceptorBuilder - Class in com.opensymphony.xwork2.config.providers
-
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
- InterceptorBuilder() - Constructor for class com.opensymphony.xwork2.config.providers.InterceptorBuilder
-
- InterceptorConfig - Class in com.opensymphony.xwork2.config.entities
-
Configuration for Interceptors.
- InterceptorConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- InterceptorConfig(InterceptorConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig
-
- InterceptorConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- InterceptorConfig.Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- InterceptorConfig.Builder(InterceptorConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorConfig.Builder
-
- interceptorConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- InterceptorFactory - Interface in com.opensymphony.xwork2.factory
-
- InterceptorListHolder - Interface in com.opensymphony.xwork2.config.entities
-
InterceptorListHolder
- InterceptorLocator - Interface in com.opensymphony.xwork2.config.entities
-
Defines an object that can be used to retrieve interceptor configuration
- InterceptorMapping - Class in com.opensymphony.xwork2.config.entities
-
InterceptorMapping
- InterceptorMapping(String, Interceptor) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorMapping
-
- interceptors(List<InterceptorMapping>) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- interceptors - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- interceptors - Variable in class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
-
A list of InterceptorMapping object
- 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
-
Creates an InterceptorStackConfig object.
- InterceptorStackConfig(InterceptorStackConfig) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig
-
Creates an InterceptorStackConfig object with a particular name
.
- InterceptorStackConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- InterceptorStackConfig.Builder(String) - Constructor for class com.opensymphony.xwork2.config.entities.InterceptorStackConfig.Builder
-
- internal() - Method in interface com.opensymphony.xwork2.FileManager
-
User's implementation should return false as then it will be taken in first place
- internal() - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- 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
-
- 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.
- invocation - Variable in class com.opensymphony.xwork2.DefaultActionProxy
-
- invocationContext - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- 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() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- invokeAction(Object, ActionConfig) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- invokeActionOnly() - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Invokes only the Action (not Interceptors or Results).
- invokeActionOnly() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- invokeActionOnly() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- invokePrefixMethod(ActionInvocation, String[]) - Static method in class com.opensymphony.xwork2.interceptor.PrefixMethodInvocationUtil
-
This method will prefix actionInvocation
's ActionProxy
's
method
with prefixes
before invoking the prefixed method.
- invokeUnderTiming(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
Is called to invoke the action invocation and time the execution time.
- isAbstract(boolean) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- isAbstract - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- isAbstract() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- isAcceptableParameter(String, Object) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Checks if name of parameter can be accepted or thrown away
- isAcceptableProperty(String) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- isAcceptableValue(Object) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Checks if given value doesn't match global excluded patterns to avoid passing malicious code
- isAccepted(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- isAccepted(String) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- isAccepted(String) - Method in interface com.opensymphony.xwork2.security.AcceptedPatternsChecker
-
Checks if value matches any of patterns on exclude list
- isAccepted() - Method in class com.opensymphony.xwork2.security.AcceptedPatternsChecker.IsAccepted
-
- isAccepted(String) - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- isAccepted(String) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- isAccessible(Map, Object, Member, String) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- 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).
- isAllowedMethod(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- isAnnotatedBy(AnnotatedElement, Class<? extends Annotation>...) - Static method in class com.opensymphony.xwork2.util.AnnotationUtils
-
Varargs version of AnnotatedElement.isAnnotationPresent()
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface com.opensymphony.xwork2.util.finder.ClassFinder
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder
-
- 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
-
- isClassExcluded(Class<?>) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- isCreatingNullObjects(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- isDebugEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- isDebugEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- isDebugEnabled() - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- isDebugEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- isDebugEnabled() - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- isDefaultBlock() - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- isDenyMethodExecution(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- isEmpty() - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Returns whether the graph is empty.
- isEmpty() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- isEmpty(Object[]) - Static method in class com.opensymphony.xwork2.util.ArrayUtils
-
- isErrorEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- isErrorEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- isErrorEnabled() - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- isErrorEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- isErrorEnabled() - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- isExcluded(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- isExcluded(String) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- isExcluded(String) - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- isExcluded(String) - Method in interface com.opensymphony.xwork2.security.ExcludedPatternsChecker
-
Checks if value matches any of patterns on exclude list
- isExcluded() - Method in class com.opensymphony.xwork2.security.ExcludedPatternsChecker.IsExcluded
-
- isExecuted() - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Gets whether this ActionInvocation has executed before.
- isExecuted() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- isExecuted() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- isExecuted() - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- isExecutedCalled() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- isFatalEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- isFatalEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- isFatalEnabled() - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- isFatalEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- isFatalEnabled() - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
Fatal is not support by Slf4j
- isGettingByKeyProperty(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- isInfoEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- isInfoEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- isInfoEnabled() - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- isInfoEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- isInfoEnabled() - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- isInRange(Number, String, Class) - Method in class com.opensymphony.xwork2.conversion.impl.NumberConverter
-
- isJarURL(URL) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
Check if given URL is matching Jar pattern for different servers
- isKnown(Location) - Static method in class com.opensymphony.xwork2.util.location.LocationUtils
-
Checks if a location is known, i.e.
- isLiteral(String) - Method in class com.opensymphony.xwork2.util.NamedVariablePatternMatcher
-
- isLiteral(String) - Method in interface com.opensymphony.xwork2.util.PatternMatcher
-
Determines if the pattern is a simple literal string or contains wildcards that will need to be processed
- isLiteral(String) - Method in class com.opensymphony.xwork2.util.WildcardHelper
-
Determines if the pattern contains any * characters
- isLogEnabled() - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- isMethodSpecified() - Method in interface com.opensymphony.xwork2.ActionProxy
-
Gets status of the method value's initialization.
- isMethodSpecified() - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- isMethodSpecified() - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- isNeedsRefresh() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- isNeedsRefresh() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- 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.
- isNotEmpty(Object[]) - Static method in class com.opensymphony.xwork2.util.ArrayUtils
-
- isOrdered() - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Whether to order the parameters or not
- isPackageExcluded(Package, Package) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- isRepopulateField() - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
-
- isReportingConversionErrors(Map<String, Object>) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- 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
-
- isStrictMethodInvocation() - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- isTraceEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- isTraceEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- isTraceEnabled() - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- isTraceEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- isTraceEnabled() - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- isTrim() - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
-
- isTrim() - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
-
- 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.
- isValidateAnnotatedMethodOnly() - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
Gets if validate()
should always be called or only per annotated method.
- isWarnEnabled() - Method in class com.opensymphony.xwork2.util.logging.commons.CommonsLogger
-
- isWarnEnabled() - Method in class com.opensymphony.xwork2.util.logging.jdk.JdkLogger
-
- isWarnEnabled() - Method in class com.opensymphony.xwork2.util.logging.log4j2.Log4j2Logger
-
- isWarnEnabled() - Method in interface com.opensymphony.xwork2.util.logging.Logger
-
- isWarnEnabled() - Method in class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- isWithinLengthLimit(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- iterator() - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Returns an iterator that can traverse the nodes in the graph.
- PackageConfig - Class in com.opensymphony.xwork2.config.entities
-
Configuration for Package.
- PackageConfig(String) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
-
- PackageConfig(PackageConfig) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig
-
- PackageConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- PackageConfig.Builder(String) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- PackageConfig.Builder(PackageConfig) - Constructor for class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- packageContexts - Variable in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- packageName(String) - Method in class com.opensymphony.xwork2.config.entities.ActionConfig.Builder
-
- packageName - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- PackageProvider - Interface in com.opensymphony.xwork2.config
-
Provides configuration packages.
- PARAM_NAME_MAX_LENGTH - Static variable in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- 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
-
- Parameterizable - Interface in com.opensymphony.xwork2.config.entities
-
Actions implementing Parameterizable will receive a map of the static parameters defined in the action
configuration.
- parameterName - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- ParameterNameAware - Interface in com.opensymphony.xwork2.interceptor
-
This interface is implemented by actions that want to declare acceptable parameters.
- ParameterRemoverInterceptor - Class in com.opensymphony.xwork2.interceptor
-
This is a simple XWork interceptor that allows parameters (matching
one of the paramNames attribute csv value) to be
removed from the parameter map if they match a certain value
(matching one of the paramValues attribute csv value), before they
are set on the action.
- ParameterRemoverInterceptor() - Constructor for class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
-
- PARAMETERS - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the action's parameters.
- 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
-
- ParamNameAwareResult - Interface in com.opensymphony.xwork2.result
-
Accept parameter name/value to be set on
Result
- 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
-
- parentNode - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
The parentNode
- parents - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- 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<String, String>) - 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(String, Class) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
Parse expression
passed in against value stack.
- parseActionValidatorConfigs(ValidatorFactory, InputStream, String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
- parseActionValidatorConfigs(ValidatorFactory, InputStream, String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFileParser
-
Parse resource for a list of ValidatorConfig objects (configuring which validator(s) are
being applied to a particular field etc.)
- parseValidatorDefinitions(Map<String, String>, InputStream, String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
- parseValidatorDefinitions(Map<String, String>, InputStream, String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFileParser
-
Parses validator definitions (register various validators with XWork).
- PatternMatcher<E> - Interface in com.opensymphony.xwork2.util
-
Compiles and matches a pattern against a value
- pause(String) - Method in class com.opensymphony.xwork2.ActionSupport
-
Stops the action invocation immediately (by throwing a PauseException) and causes the action invocation to return
the specified result, such as
Action.SUCCESS
,
Action.INPUT
, etc.
- peek() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- peek() - Method in class com.opensymphony.xwork2.util.CompoundRoot
-
- peek() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Get the object on the top of the stack without changing the stack.
- PERIOD - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- pop() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- pop() - Method in class com.opensymphony.xwork2.util.CompoundRoot
-
- pop(String) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
-
End a preformance profiling with the name
given.
- pop() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Get the object on the top of the stack and remove it from the stack.
- 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 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.
- 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
-
- printClassLoader() - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
-
Prints the current classloader hierarchy - useful for debugging.
- printClassLoader(ClassLoader) - Static method in class com.opensymphony.xwork2.util.ClassLoaderUtil
-
Prints the classloader hierarchy from a given classloader - useful for debugging.
- process(Map<String, Object>, TypeConversion, String) - Method in interface com.opensymphony.xwork2.conversion.ConversionAnnotationProcessor
-
Process annotation and build
TypeConverter
base on provided annotation
and assigning it under given key
- process(Map<String, Object>, Class, String) - Method in interface com.opensymphony.xwork2.conversion.ConversionFileProcessor
-
Process conversion file to create mapping for key (property, type) and corresponding converter
- process(String) - Method in interface com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor
-
Process given property to load converters as not required (Properties file doesn't have to exist)
- process(Map<String, Object>, TypeConversion, String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionAnnotationProcessor
-
- process(Map<String, Object>, Class, String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionFileProcessor
-
- process(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor
-
- 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
-
- processInputConfig(Object, String, String) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
-
- processRequired(String) - Method in interface com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor
-
Process given property to load converters as required (Properties file must exist)
- processRequired(String) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor
-
- processValidationErrorAware(Object, String) - Method in class com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor
-
- profile(String, UtilTimerStack.ProfilingBlock<T>) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
-
A convenience method that allows block
of code subjected to profiling to be executed
and avoid the need of coding boiler code that does pushing (UtilTimeBean.push(...)) and
poping (UtilTimerBean.pop(...)) in a try ...
- profiledInvoke(Method, Object, Object[]) - Static method in class com.opensymphony.xwork2.util.profiling.ObjectProfiler
-
- 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
-
- providerLock - Variable in class com.opensymphony.xwork2.config.ConfigurationManager
-
- proxy - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- publishException(ActionInvocation, ExceptionHolder) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
Default implementation to handle ExceptionHolder publishing.
- push(Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- push(Object) - Method in class com.opensymphony.xwork2.util.CompoundRoot
-
- push(String) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
-
Create and start a performance profiling with the name
given.
- push(Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Put this object onto the top of the stack
- pushAction - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- put(String, 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
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- 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
-
- RangeValidatorSupport<T extends Comparable> - Class in com.opensymphony.xwork2.validator.validators
-
Base class for range based validators.
- RangeValidatorSupport(Class<T>) - Constructor for class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- read(String) - Method in class com.opensymphony.xwork2.util.classloader.FileResourceStore
-
- read(String) - Method in class com.opensymphony.xwork2.util.classloader.JarResourceStore
-
- read(String) - Method in interface com.opensymphony.xwork2.util.classloader.ResourceStore
-
- readProperty() - Method in class com.opensymphony.xwork2.util.PropertiesReader
-
Reads a property line.
- readStoredLocale(ActionInvocation, Map<String, Object>) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
Reads the locale from the session, and if not found from the
current invocation (=browser)
- readStoredLocalFromCurrentInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- readStoredLocalFromSession(ActionInvocation, Map<String, Object>) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- 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
-
- 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)
.
- 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.Strategy - Interface in com.opensymphony.xwork2.inject.util
-
- 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.
- ReflectionContextFactory - Interface in com.opensymphony.xwork2.util.reflection
-
- ReflectionContextState - Class in com.opensymphony.xwork2.util.reflection
-
Manages variables in the reflection context and returns values
to be used by the application.
- ReflectionContextState() - Constructor for class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- ReflectionException - Exception in com.opensymphony.xwork2.util.reflection
-
- ReflectionException() - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionException(String) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionException(String, Object) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionException(Throwable) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionException(Throwable, Object) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionException(String, Throwable, Object) - Constructor for exception com.opensymphony.xwork2.util.reflection.ReflectionException
-
- ReflectionExceptionHandler - Interface in com.opensymphony.xwork2.util.reflection
-
Declares a class that wants to handle its own reflection exceptions
- reflectionProvider - Variable in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- ReflectionProvider - Interface in com.opensymphony.xwork2.util.reflection
-
- ReflectionProviderFactory - Class in com.opensymphony.xwork2.util.reflection
-
- ReflectionProviderFactory() - Constructor for class com.opensymphony.xwork2.util.reflection.ReflectionProviderFactory
-
- refreshModelBeforeResult - Variable in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
-
- RegexFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
Validates a string field using a regular expression.
- RegexFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
Validates a string field using a regular expression.
- RegexFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
- register(ContainerBuilder, LocatableProperties) - Method in interface com.opensymphony.xwork2.config.ContainerProvider
-
Registers beans and properties for the Container
- register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.FileManagerFactoryProvider
-
- register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.FileManagerProvider
-
- register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.config.providers.XWorkConfigurationProvider
-
- register(ContainerBuilder, LocatableProperties) - Method in class com.opensymphony.xwork2.test.StubConfigurationProvider
-
- registerConverter(String, TypeConverter) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- registerConverterNotFound(String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- registerValidator(String, String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
-
- registerValidator(String, String) - Method in interface com.opensymphony.xwork2.validator.ValidatorFactory
-
Registers the given validator to the existing map of validators.
- relative(File) - Method in class com.opensymphony.xwork2.util.finder.UrlSet
-
- 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
-
- reload() - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- RELOAD_XML_CONFIGURATION - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- reloadContainer(List<ContainerProvider>) - Method in interface com.opensymphony.xwork2.config.Configuration
-
- reloadContainer(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls
buildRuntimeConfiguration().
- reloadContainer(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- ReloadingClassLoader - Class in com.opensymphony.xwork2.util.classloader
-
The ReloadingClassLoader uses a delegation mechanism to allow
classes to be reloaded.
- ReloadingClassLoader(ClassLoader) - Constructor for class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- reloadingConfigs - Variable in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- remove(Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- remove(Object, Object) - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- remove(Element, boolean) - Static method in class com.opensymphony.xwork2.util.location.LocationAttributes
-
Remove the location attributes from a DOM element.
- removeEdge(T, T) - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Removes the edge from start to dest from the graph.
- removePackageConfig(String) - Method in interface com.opensymphony.xwork2.config.Configuration
-
Removes a package from the the list of packages.
- removePackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- removePackageConfig(String) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- removeParam(String) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- removeResourceStore(ResourceStore) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- removeScopeStrategy() - Method in interface com.opensymphony.xwork2.inject.Container
-
Removes the scope strategy for the current thread.
- removeScopeStrategy() - Method in class com.opensymphony.xwork2.mock.MockContainer
-
- 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, String>, Map<String, String>) - Method in class com.opensymphony.xwork2.config.impl.AbstractMatcher
-
Replaces parameter values
- replaceStrategy() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- 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
-
- REPORT_CONVERSION_ERRORS - Static variable in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- REPORT_ERRORS_ON_NO_PROP - Static variable in interface com.opensymphony.xwork2.util.ValueStack
-
- requestedLocale - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- requestOnlyParameterName - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- 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
-
- RequiredStringValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks that a String field is not empty (i.e.
- RequiredStringValidator - Class in com.opensymphony.xwork2.validator.validators
-
RequiredStringValidator checks that a String field is non-null and has a length > 0.
- RequiredStringValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
-
- reset() - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Clears all the internal lists.
- resolveEntity(String, String) - Method in class com.opensymphony.xwork2.util.DomHelper.StartHandler
-
- 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) - Method in class com.opensymphony.xwork2.validator.AnnotationValidationConfigurationBuilder
-
Returns the property name for a method.
- ResolverUtil<T> - Class in com.opensymphony.xwork2.util
-
ResolverUtil is used to locate classes that are available in the/a class path and meet
arbitrary conditions.
- ResolverUtil() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil
-
- ResolverUtil.AnnotatedWith - Class in com.opensymphony.xwork2.util
-
A Test that checks to see if each class is annotated with a specific annotation.
- ResolverUtil.AnnotatedWith(Class<? extends Annotation>) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
-
Construts an AnnotatedWith test for the specified annotation type.
- ResolverUtil.ClassTest - Class in com.opensymphony.xwork2.util
-
- ResolverUtil.ClassTest() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.ClassTest
-
- ResolverUtil.IsA - Class in com.opensymphony.xwork2.util
-
A Test that checks to see if each class is assignable to the provided class.
- ResolverUtil.IsA(Class) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.IsA
-
Constructs an IsA test using the supplied Class as the parent class/interface.
- ResolverUtil.NameEndsWith - Class in com.opensymphony.xwork2.util
-
A Test that checks to see if each class name ends with the provided suffix.
- ResolverUtil.NameEndsWith(String) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.NameEndsWith
-
Constructs a NameEndsWith test using the supplied suffix.
- ResolverUtil.NameIs - Class in com.opensymphony.xwork2.util
-
- ResolverUtil.NameIs(String) - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.NameIs
-
- ResolverUtil.ResourceTest - Class in com.opensymphony.xwork2.util
-
- ResolverUtil.ResourceTest() - Constructor for class com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
-
- ResolverUtil.Test - Interface in com.opensymphony.xwork2.util
-
A simple interface that specifies how to test classes to determine if they
are to be included in the results produced by the ResolverUtil.
- ResourceBundleTextProvider - Interface in com.opensymphony.xwork2
-
Extension Interface for TextProvider to help supporting ResourceBundles.
- ResourceFinder - Class in com.opensymphony.xwork2.util.finder
-
- ResourceFinder(URL...) - Constructor for class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- ResourceFinder(String) - Constructor for class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- ResourceFinder(String, URL...) - Constructor for class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- ResourceFinder(String, ClassLoaderInterface) - Constructor for class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- ResourceFinder(String, ClassLoaderInterface, URL...) - Constructor for class com.opensymphony.xwork2.util.finder.ResourceFinder
-
- ResourceStore - Interface in com.opensymphony.xwork2.util.classloader
-
*interface taken from Apache JCI
- ResourceStoreClassLoader - Class in com.opensymphony.xwork2.util.classloader
-
class taken from Apache JCI
- ResourceStoreClassLoader(ClassLoader, ResourceStore[]) - Constructor for class com.opensymphony.xwork2.util.classloader.ResourceStoreClassLoader
-
- result(String) - Method in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
-
- result - Variable in class com.opensymphony.xwork2.config.entities.ExceptionMappingConfig
-
- result - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- Result - Interface in com.opensymphony.xwork2
-
All results (except for
Action.NONE
) of an
Action
are mapped to a View implementation.
- result - Variable in class com.opensymphony.xwork2.util.DomHelper.DOMBuilder
-
The result
- resultCode - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- ResultConfig - Class in com.opensymphony.xwork2.config.entities
-
Configuration for Result.
- ResultConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
-
- ResultConfig(ResultConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig
-
- ResultConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- ResultConfig.Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- ResultConfig.Builder(ResultConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultConfig.Builder
-
- ResultFactory - Interface in com.opensymphony.xwork2.factory
-
- results - Variable in class com.opensymphony.xwork2.config.entities.ActionConfig
-
- ResultTypeConfig - Class in com.opensymphony.xwork2.config.entities
-
Configuration class for result types.
- ResultTypeConfig(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- ResultTypeConfig(ResultTypeConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- ResultTypeConfig.Builder - Class in com.opensymphony.xwork2.config.entities
-
The builder for this object.
- ResultTypeConfig.Builder(String, String) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- ResultTypeConfig.Builder(ResultTypeConfig) - Constructor for class com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
-
- resultTypeConfigs - Variable in class com.opensymphony.xwork2.config.entities.PackageConfig
-
- retrieveParameters(ActionContext) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Gets the parameter map to apply from wherever appropriate
- retrieveParameters(ActionContext) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
- Revision - Class in com.opensymphony.xwork2.util.fs
-
Class represents common revision resource, should be used as default class when no other option exists
- Revision() - Constructor for class com.opensymphony.xwork2.util.fs.Revision
-
- 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
- saveLocale(ActionInvocation, Locale) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
Save the given locale to the ActionInvocation.
- saveResult(ActionConfig, Object) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
Save the result to be used later.
- Scope - Enum in com.opensymphony.xwork2.inject
-
Scope of an injected objects.
- 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
-
- SecurityMemberAccess - Class in com.opensymphony.xwork2.ognl
-
Allows access decisions to be made on the basis of whether a member is static or not.
- SecurityMemberAccess(boolean) - Constructor for class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- selfRegister() - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- serialize() - Method in interface com.opensymphony.xwork2.ActionInvocation
-
Prepares instance of ActionInvocation to be serializable,
which simple means removing all unserializable fields, eg.
- serialize() - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
Version ready to be serialize
- serialize() - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- SESSION - Static variable in class com.opensymphony.xwork2.ActionContext
-
Constant for the action's session.
- set(String, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- set(String, Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
- set(int, Object) - Method in class com.opensymphony.xwork2.util.XWorkList
-
Replaces the element at the specified position in this list with the specified element.
- setAccepClasses(Set<Pattern>) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- setAcceptedPatterns(AcceptedPatternsChecker) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- setAcceptedPatterns(String) - Method in interface com.opensymphony.xwork2.security.AcceptedPatternsChecker
-
Sets excluded patterns during runtime
- setAcceptedPatterns(String[]) - Method in interface com.opensymphony.xwork2.security.AcceptedPatternsChecker
-
Set excluded patterns during runtime
- setAcceptedPatterns(Set<String>) - Method in interface com.opensymphony.xwork2.security.AcceptedPatternsChecker
-
Sets excluded patterns during runtime
- setAcceptedPatterns(String) - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- setAcceptedPatterns(String[]) - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- setAcceptedPatterns(Set<String>) - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- setAcceptParamNames(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Sets a comma-delimited list of regular expressions to match
parameters that are allowed in the parameter map (aka whitelist).
- setAcceptProperties(Set<Pattern>) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setAcceptProperties(Set<Pattern>) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- setAcceptProperties(Set<Pattern>) - Method in interface com.opensymphony.xwork2.util.MemberAccessValueStack
-
- setAction(Object) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- setAction(Object) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- setActionErrors(Collection<String>) - Method in class com.opensymphony.xwork2.ActionSupport
-
- setActionErrors(Collection<String>) - Method in interface com.opensymphony.xwork2.ValidationAware
-
Set the Collection of Action-level String error messages.
- setActionErrors(Collection<String>) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- setActionErrors(Collection<String>) - 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
-
- setActionFactory(ActionFactory) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setActionInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the action invocation (the execution state).
- setActionMessages(Collection<String>) - Method in class com.opensymphony.xwork2.ActionSupport
-
- setActionMessages(Collection<String>) - Method in interface com.opensymphony.xwork2.ValidationAware
-
Set the Collection of Action-level String messages (not errors).
- setActionMessages(Collection<String>) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- setActionMessages(Collection<String>) - 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
-
- setActionValidatorManager(ActionValidatorManager) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
- setActionValidatorManager(ActionValidatorManager) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
-
- setActive(boolean) - Static method in class com.opensymphony.xwork2.util.profiling.UtilTimerStack
-
Turn profiling on or off.
- setAdditionalAcceptedPatterns(String) - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- setAdditionalExcludePatterns(String) - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- setAliasesKey(String) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
Sets the name of the action parameter to look for the alias map.
- setAllowDuplicates(boolean) - Method in class com.opensymphony.xwork2.inject.ContainerBuilder
-
- setAllowed(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- setAllowedCollection(Collection<String>) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- setAllowStaticMethodAccess(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setAllowStaticMethodAccess(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- setAlwaysInvokePrepare(String) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
-
Sets if the preapare
method should always be executed.
- setAlwaysInvokeValidate(String) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
Determines if
Validateable
's
validate()
should always
be invoked.
- setAlwaysRespectAutowireStrategy(boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
Determines if the autowire strategy is always followed when creating beans
- 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<String, Object>) - 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<String>) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- setBundle(ResourceBundle) - Method in interface com.opensymphony.xwork2.ResourceBundleTextProvider
-
Set the resource bundle to use.
- setBundle(ResourceBundle) - Method in class com.opensymphony.xwork2.TextProviderSupport
-
- setCaseSensitive(Boolean) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
Sets whether the expression should be matched against in
a case-sensitive way.
- setCaseSensitiveExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
Allows specify caseSensitive param as an OGNL expression
- setClassAssertionStatus(String, boolean) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- setClassLoader(ClassLoader) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setClassLoader(ClassLoader) - Method in class com.opensymphony.xwork2.util.ResolverUtil
-
Sets an explicit ClassLoader that should be used when scanning for classes.
- setClassName(String) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
-
- setClazz(Class) - Method in interface com.opensymphony.xwork2.ResourceBundleTextProvider
-
Set the class to use for reading the resource bundle.
- setClazz(Class) - Method in class com.opensymphony.xwork2.TextProviderSupport
-
- 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
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.ActionContext
-
Gets the container for this request
- setContainer(Container) - Method in class com.opensymphony.xwork2.ActionSupport
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkBasicConverter
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.DefaultActionProxyFactory
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.DefaultUnknownHandlerManager
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.factory.DefaultConverterFactory
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.factory.DefaultUnknownHandlerFactory
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- setContainer(Container) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManagerFactory
-
- setContainerProviders(List<ContainerProvider>) - Method in class com.opensymphony.xwork2.config.ConfigurationManager
-
Set the list of configuration providers
- setContext(ActionContext) - Static method in class com.opensymphony.xwork2.ActionContext
-
Sets the action context for the current thread.
- setContext(Container) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- setContext(String) - Method in class com.opensymphony.xwork2.validator.validators.VisitorFieldValidator
-
- setContextMap(Map<String, Object>) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the action's context map.
- setConversionAnnotationProcessor(ConversionAnnotationProcessor) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setConversionErrors(Map<String, Object>) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets conversion errors which occurred when executing the action.
- setConversionFileProcessor(ConversionFileProcessor) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setConversionPropertiesProcessor(ConversionPropertiesProcessor) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setConverterFactory(ConverterFactory) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setCopyErrors(String) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- setCopyFieldErrors(String) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- setCopyMessages(String) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- setCreatingNullObjects(Map<String, Object>, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setDeclarative(boolean) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
Determines if validation based on annotations or xml should be performed.
- setDefaultAssertionStatus(boolean) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- setDefaultBlock(boolean) - Method in class com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor
-
- setDefaultMessage(String) - Method in interface com.opensymphony.xwork2.validator.Validator
-
Sets the default message to use for validation failure
- setDefaultMessage(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setDefaultResultParam(String) - Method in class com.opensymphony.xwork2.config.entities.ResultTypeConfig
-
- setDefaultType(Class) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setDefaultType(Class) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Sets the default type to convert to if no type is provided when getting a value.
- setDefaultTypeConverter(XWorkBasicConverter) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setDelegatedClassLoader(ClassLoader) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Sets a
ClassLoader
to look up the bundle from if none can be found on the current thread's classloader
- setDenyMethodExecution(Map<String, Object>, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setDevMode(String) - Static method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- setDevMode(String) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- setDevMode(String) - Static method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
- setDevMode(String) - Static method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- setDevMode(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setDevMode(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setDevMode(boolean) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
- 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
-
- setEnableAopSupport(String) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
- setEnableEvalExpression(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setEnableExpressionCache(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setEndTime() - Method in class com.opensymphony.xwork2.util.profiling.ProfilingTimerBean
-
- setExcludedClasses(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setExcludedClasses(Set<Class<?>>) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- setExcludedPackageName(String) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setExcludedPackageNamePatterns(Set<Pattern>) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- setExcludedPatterns(ExcludedPatternsChecker) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- setExcludedPatterns(String) - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- setExcludedPatterns(String[]) - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- setExcludedPatterns(Set<String>) - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- setExcludedPatterns(String) - Method in interface com.opensymphony.xwork2.security.ExcludedPatternsChecker
-
Sets excluded patterns during runtime
- setExcludedPatterns(String[]) - Method in interface com.opensymphony.xwork2.security.ExcludedPatternsChecker
-
Sets excluded patterns during runtime
- setExcludedPatterns(Set<String>) - Method in interface com.opensymphony.xwork2.security.ExcludedPatternsChecker
-
Sets excluded patterns during runtime
- 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.
- setExcludeProperties(Set<Pattern>) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setExcludeProperties(Set<Pattern>) - Method in class com.opensymphony.xwork2.ognl.SecurityMemberAccess
-
- setExcludeProperties(Set<Pattern>) - Method in interface com.opensymphony.xwork2.util.MemberAccessValueStack
-
- setExcludes(Collection<String>) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
Sets the list of parameter names to exclude from copying (all others will be included).
- 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.validators.ConditionalVisitorFieldValidator
-
- setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
-
- setExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
-
- setExprOverrides(Map<Object, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setExprOverrides(Map<Object, Object>) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Set a override map containing key -> values
that takes precedent when doing find operations on the ValueStack.
- setFieldErrors(Map<String, List<String>>) - Method in class com.opensymphony.xwork2.ActionSupport
-
- setFieldErrors(Map<String, List<String>>) - Method in interface com.opensymphony.xwork2.ValidationAware
-
Set the field error map of fieldname (String) to Collection of String error messages.
- setFieldErrors(Map<String, List<String>>) - Method in class com.opensymphony.xwork2.ValidationAwareSupport
-
- setFieldErrors(Map<String, List<String>>) - 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.validators.FieldValidatorSupport
-
- setFileManager(FileManager) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManagerFactory
-
- setFileManagerFactory(FileManagerFactory) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- setFileManagerFactory(FileManagerFactory) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionFileProcessor
-
- setFileManagerFactory(FileManagerFactory) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setFileManagerFactory(FileManagerFactory) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- setFileManagerFactory(FileManagerFactory) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- setFirstCallPrepareDo(String) - Method in class com.opensymphony.xwork2.interceptor.PrepareInterceptor
-
Sets if the
prepareDoXXX
method should be called first
Default is
false for backward compatibility
- setFoo(String) - Method in class com.opensymphony.xwork2.mock.MockInterceptor
-
- setFoo(String) - Method in class com.opensymphony.xwork2.mock.MockResult
-
- setFullPropertyPath(Map<String, Object>, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setFullQualifiedClassName(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
The fullQualifiedClassName attribute is used to create the special conversion.properties
file name.
- setGettingByKeyProperty(Map<String, Object>, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setIncludeMethods(String) - Method in class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
-
- setIncludes(Collection<String>) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
Sets the list of parameter names to include when copying (all others will be excluded).
- 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).
- setInterceptorFactory(InterceptorFactory) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setInvocation(ActionInvocation) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- setInvocationContext(ActionContext) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- setKeyClass(Class) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- setKeyProperty(String) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- setLastBeanClassAccessed(Map<String, Object>, Class) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setLastBeanPropertyAccessed(Map<String, Object>, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setLastClassAccessed(Class) - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
-
- setLastPropertyAccessed(String) - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
-
- setLocale(Locale) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the Locale for the current action.
- setLocaleProvider(LocaleProvider) - Method in interface com.opensymphony.xwork2.ResourceBundleTextProvider
-
Set the LocaleProvider to use.
- setLocaleProvider(LocaleProvider) - Method in class com.opensymphony.xwork2.TextProviderSupport
-
- setLocation(Location) - Method in class com.opensymphony.xwork2.util.location.Located
-
Set the location of this object
- setLogCategory(String) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- setLogCategory(String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
- setLogEnabled(boolean) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- setLoggerFactory(LoggerFactory) - Static method in class com.opensymphony.xwork2.util.logging.LoggerFactory
-
- setLoggerFactory(LoggerFactory) - Method in class com.opensymphony.xwork2.XWork
-
- setLogLevel(String) - Method in class com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor
-
- setLogLevel(String) - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
- setLogMissingProperties(String) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setMax(T) - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- setMaxExclusive(Double) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMaxExclusiveExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMaxExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- setMaxInclusive(Double) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMaxInclusiveExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMaxLength(int) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
-
- setMaxLengthExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
-
- setMerge(String) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
- setMessageKey(String) - Method in interface com.opensymphony.xwork2.validator.Validator
-
Sets a resource bundle key to be used for lookup of validation failure message
- setMessageKey(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setMessageParameters(String[]) - Method in interface com.opensymphony.xwork2.validator.Validator
-
Sets the messsage parameters to be used when parsing i18n messages
- setMessageParameters(String[]) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setMethod(String) - Method in class com.opensymphony.xwork2.ActionChainResult
-
- setMethod(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- setMethodSpecified(boolean) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- setMin(T) - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- setMinExclusive(Double) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMinExclusiveExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMinExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- setMinInclusive(Double) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMinInclusiveExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- setMinLength(int) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
-
- setMinLengthExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
-
- setModel(T) - Method in interface com.opensymphony.xwork2.interceptor.ScopedModelDriven
-
Sets the model
- setMultiTextvalueSeparator(String) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
- 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.UnknownHandlerConfig
-
- 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.mock.MockActionProxy
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverterCreator
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.factory.DefaultActionFactory
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.factory.DefaultInterceptorFactory
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.factory.DefaultResultFactory
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.factory.DefaultValidatorFactory
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
-
- setObjectFactory(ObjectFactory) - Method in class com.opensymphony.xwork2.validator.DefaultValidatorFileParser
-
- setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.conversion.impl.CollectionConverter
-
- setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
-
- setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
-
- setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- setObjectTypeDeterminer(ObjectTypeDeterminer) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
-
- setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
-
- setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setOgnlUtil(OgnlUtil) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setOrdered(boolean) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
Set whether to order the parameters by object depth or not
- setOverrideAcceptedPatterns(String) - Method in class com.opensymphony.xwork2.security.DefaultAcceptedPatternsChecker
-
- setOverrideExcludePatterns(String) - Method in class com.opensymphony.xwork2.security.DefaultExcludedPatternsChecker
-
- setOverwrite(String) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
Overwrites already existing parameters from other sources.
- setPackageAssertionStatus(String, boolean) - Method in class com.opensymphony.xwork2.util.classloader.ReloadingClassLoader
-
- setParameter(String, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setParameter(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.
- setParameterName(String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- setParameters(Map<String, Object>) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the action parameters.
- setParameters(Object, ValueStack, Map<String, Object>) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- setParamNameMaxLength(int) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
If the param name exceeds the configured maximum length it will not be
accepted.
- setParamNames(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
-
Allows paramNames
attribute to be set as comma-separated-values (csv).
- setParams(Map<String, String>) - Method in interface com.opensymphony.xwork2.config.entities.Parameterizable
-
- setParamValues(String) - Method in class com.opensymphony.xwork2.interceptor.ParameterRemoverInterceptor
-
Allows paramValues
attribute to be set as a comma-separated-values (csv).
- setParse(String) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
- setPattern(String) - Method in class com.opensymphony.xwork2.util.ClassPathFinder
-
sets the String pattern for comparing filenames
- setPatternMatcher(PatternMatcher<int[]>) - Method in class com.opensymphony.xwork2.util.ClassPathFinder
-
sets the PatternMatcher implementation to use when comparing filenames
- setProgrammatic(boolean) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
Determines if
Validateable
's
validate()
should be called,
as well as methods whose name that start with "validate".
- setProperties(Map<String, ?>, Object, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setProperties(Map<String, ?>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setProperties(Map<String, ?>, Object, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Sets the object's properties using the default type converter, defaulting to not throw
exceptions for problems setting the properties.
- setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Sets the object's properties using the default type converter.
- setProperties(Map<String, ?>, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Sets the properties on the object using the default context, defaulting to not throwing
exceptions for problems setting the properties.
- setProperties(Map<String, ?>, Object, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Sets the properties on the object using the default context.
- setProperties(Map<String, ?>, Object, Map<String, Object>) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Sets the object's properties using the default type converter, defaulting to not throw
exceptions for problems setting the properties.
- setProperties(Map<String, ?>, Object, Map<String, Object>, boolean) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Sets the object's properties using the default type converter.
- setProperties(Map<String, ?>, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Sets the properties on the object using the default context, defaulting to not throwing
exceptions for problems setting the properties.
- setProperty(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Sets the property name to be inserted into the related conversion.properties file.
Note: Do not add COLLECTION_PREFIX or MAP_PREFIX keys to property names.
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.ObjectProxyPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkEnumerationAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkIteratorPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- setProperty(Map, Object, Object, Object) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
-
- setProperty(String, Object, Object, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setProperty(String, Object, Object, Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setProperty(String, Object, Object, Map<String, Object>) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Sets the named property to the supplied value on the Object, defaults to not throwing
property exceptions.
- setProperty(String, Object, Object, Map<String, Object>, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Sets the named property to the supplied value on the Object.
- setProperty(String, String, Object) - Method in class com.opensymphony.xwork2.util.location.LocatableProperties
-
- setProperty(String, Object, Object, Map<String, Object>, boolean) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Sets the named property to the supplied value on the Object,
- setProperty(String, Object, Object, Map<String, Object>) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Sets the named property to the supplied value on the Object, defaults to not throwing
property exceptions.
- setProxy(ActionProxy) - Method in class com.opensymphony.xwork2.mock.MockActionInvocation
-
- setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
-
- setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.factory.DefaultInterceptorFactory
-
- setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.factory.DefaultResultFactory
-
- setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.factory.DefaultValidatorFactory
-
- setReflectionProvider(ReflectionProvider) - Method in class com.opensymphony.xwork2.interceptor.ChainingInterceptor
-
- setRefreshModelBeforeResult(boolean) - Method in class com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor
-
- setRegex(String) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
Sets the regular expression to be matched
- setRegexExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
Sets the regular expression as an OGNL expression to be matched
- setReloadBundles(boolean) - Static method in class com.opensymphony.xwork2.util.LocalizedTextUtil
-
Should resorce bundles be reloaded.
- setReloadingConfigs(String) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setReloadingConfigs(boolean) - Method in interface com.opensymphony.xwork2.FileManager
-
Enables configs reloading when config file changed
- setReloadingConfigs(String) - Method in interface com.opensymphony.xwork2.FileManagerFactory
-
- setReloadingConfigs(boolean) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- setReloadingConfigs(String) - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManagerFactory
-
- setReloadingConfigs(String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- setReloadingConfigs(String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- setRepopulateField(boolean) - Method in class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
-
- setReportingConversionErrors(Map<String, Object>, boolean) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setRequestOnlyParameterName(String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
- 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
-
- setResultFactory(ResultFactory) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setReturnedResult(String) - Method in class com.opensymphony.xwork2.mock.MockActionProxy
-
- setRoot(XWorkConverter, CompoundRootAccessor, CompoundRoot, boolean) - Method in class com.opensymphony.xwork2.ognl.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.mock.MockContainer
-
- setSession(Map<String, Object>) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets a map of action session values.
- setSetMap(Map<String, Object>, Map<Object, Object>, String) - Static method in class com.opensymphony.xwork2.util.reflection.ReflectionContextState
-
- setShortCircuit(boolean) - Method in interface com.opensymphony.xwork2.validator.ShortCircuitableValidator
-
Sets whether this field validator should short circuit the validator queue
it's in if validation fails.
- setShortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setShouldCreateIfNew(boolean) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- 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
-
- setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.TextProviderFactory
-
- setTextProvider(TextProvider) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- setThrowExceptionOnDuplicateBeans(boolean) - Method in class com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
-
- 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
-
- setTrimExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RegexFieldValidator
-
Allows specify trim param as an OGNL expression
- setTrimExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.RequiredStringValidator
-
- setTrimExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.StringLengthFieldValidator
-
- setType(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
- setTypeConverter(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
Sets the class name of the type converter to be used.
- setTypeConverterCreator(TypeConverterCreator) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionAnnotationProcessor
-
- setTypeConverterCreator(TypeConverterCreator) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionFileProcessor
-
- setTypeConverterCreator(TypeConverterCreator) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor
-
- setTypeConverterHolder(TypeConverterHolder) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionAnnotationProcessor
-
- setTypeConverterHolder(TypeConverterHolder) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor
-
- setTypeConverterHolder(TypeConverterHolder) - Method in class com.opensymphony.xwork2.conversion.impl.XWorkConverter
-
- setUnknownHandler(UnknownHandlerManager) - Method in class com.opensymphony.xwork2.DefaultActionProxy
-
- setUnknownHandlerFactory(UnknownHandlerFactory) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setUnknownHandlerManager(UnknownHandlerManager) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- setUnknownHandlerStack(List<UnknownHandlerConfig>) - Method in interface com.opensymphony.xwork2.config.Configuration
-
- setUnknownHandlerStack(List<UnknownHandlerConfig>) - Method in class com.opensymphony.xwork2.config.impl.DefaultConfiguration
-
- setUnknownHandlerStack(List<UnknownHandlerConfig>) - Method in class com.opensymphony.xwork2.config.impl.MockConfiguration
-
- setUp() - Method in class com.opensymphony.xwork2.TestNGXWorkTestCase
-
- setUp() - Static method in class com.opensymphony.xwork2.util.XWorkTestCaseHelper
-
- setUp() - Method in class com.opensymphony.xwork2.XWorkJUnit4TestCase
-
- setUp() - Method in class com.opensymphony.xwork2.XWorkTestCase
-
- setUrlRegex(String) - Method in class com.opensymphony.xwork2.validator.validators.URLValidator
-
- setUrlRegexExpression(String) - Method in class com.opensymphony.xwork2.validator.validators.URLValidator
-
- setUseClassCache(boolean) - Method in class com.opensymphony.xwork2.spring.SpringObjectFactory
-
Enable / disable caching of classes loaded by Spring.
- setValidateAnnotatedMethodOnly(boolean) - Method in class com.opensymphony.xwork2.validator.ValidationInterceptor
-
Determine if validate()
should always be called or only per annotated method.
- setValidationAware(ValidationAware) - Method in class com.opensymphony.xwork2.validator.DelegatingValidatorContext
-
- setValidatorContext(ValidatorContext) - Method in interface com.opensymphony.xwork2.validator.Validator
-
This method will be called before validate with a non-null ValidatorContext.
- setValidatorContext(ValidatorContext) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setValidatorFactory(ValidatorFactory) - Method in class com.opensymphony.xwork2.ObjectFactory
-
- setValidatorFactory(ValidatorFactory) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- setValidatorFactory(ValidatorFactory) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- setValidatorFileParser(ValidatorFileParser) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- setValidatorFileParser(ValidatorFileParser) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- setValidatorType(String) - Method in interface com.opensymphony.xwork2.validator.Validator
-
Sets the validator type to use (see class javadoc).
- setValidatorType(String) - Method in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
-
- setValidatorType(String) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setValue(String) - Method in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
- setValue(Object) - Method in class com.opensymphony.xwork2.ognl.ObjectProxy
-
- setValue(String, Map<String, Object>, Object, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlReflectionProvider
-
- setValue(String, Map<String, Object>, Object, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
Wrapper around Ognl.setValue() to handle type conversion for collection elements.
- setValue(String, Map<String, Object>, Object, Object, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setValue(String, Object) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
/**
- setValue(String, Object, boolean) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setValue(String, Map<String, Object>, Object, Object) - Method in interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
-
Evaluates the given OGNL expression to insert a value into the object graph
rooted at the given root object given the context.
- setValue(String, Object) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Attempts to set a property on a bean in the stack with the given expression using the default search order.
- setValue(String, Object, boolean) - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Attempts to set a property on a bean in the stack with the given expression using the default search order.
- setValueStack(ValueStack) - Method in class com.opensymphony.xwork2.ActionContext
-
Sets the OGNL value stack.
- setValueStack(ValueStack) - Method in interface com.opensymphony.xwork2.validator.Validator
-
Sets the value stack to use to resolve values and parameters
- setValueStack(ValueStack) - Method in class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- setValueStackFactory(ValueStackFactory) - Method in class com.opensymphony.xwork2.DefaultActionInvocation
-
- setValueStackFactory(ValueStackFactory) - Method in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- setValueStackFactory(ValueStackFactory) - Method in class com.opensymphony.xwork2.interceptor.ParametersInterceptor
-
- setValueStackFactory(ValueStackFactory) - Method in class com.opensymphony.xwork2.interceptor.StaticParametersInterceptor
-
- setXWorkCollectionPropertyAccessor(PropertyAccessor) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
-
- setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkListPropertyAccessor
-
- setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.accessor.XWorkMapPropertyAccessor
-
- setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.OgnlUtil
-
- setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- setXWorkConverter(XWorkConverter) - Method in class com.opensymphony.xwork2.ognl.OgnlValueStackFactory
-
- shortCircuit(boolean) - Method in class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- ShortCircuitableValidator - Interface in com.opensymphony.xwork2.validator
-
This interface should be implemented by validators that can short-circuit the validator queue
that it is in.
- ShortRangeFieldValidator - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
This validator checks that a numeric field has a value within a specified range.
- ShortRangeFieldValidator - Class in com.opensymphony.xwork2.validator.validators
-
Field Validator that checks if the short specified is within a certain range.
- ShortRangeFieldValidator() - Constructor for class com.opensymphony.xwork2.validator.validators.ShortRangeFieldValidator
-
- shouldAddError(String, Object) - Method in class com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
-
- shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
-
Determines the createIfNull property for a Collection or Map by getting it from the @CreateIfNull annotation.
- shouldCreateIfNew(Class, String, Object, String, boolean) - Method in interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
-
- shouldCreateIfNew(Class, String, Object, String, boolean) - Method in class com.opensymphony.xwork2.mock.MockObjectTypeDeterminer
-
- shouldLog() - Method in class com.opensymphony.xwork2.interceptor.TimerInterceptor
-
Determines if we should log the time.
- size() - Method in class com.opensymphony.xwork2.config.providers.DirectedGraph
-
Returns the number of nodes in the graph.
- size() - Method in class com.opensymphony.xwork2.inject.util.ReferenceMap
-
- size() - Method in class com.opensymphony.xwork2.ognl.OgnlValueStack
-
- size() - Method in interface com.opensymphony.xwork2.util.ValueStack
-
Get the number of objects in the stack
- 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.
- 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
-
- Slf4jLogger - Class in com.opensymphony.xwork2.util.logging.slf4j
-
Simple logger that delegates to slf4j logging
- Slf4jLogger(Logger) - Constructor for class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLogger
-
- Slf4jLoggerFactory - Class in com.opensymphony.xwork2.util.logging.slf4j
-
Creates slf4j-logging-backed loggers
You can use the same to explicit tell the framework which implementation to use and don't depend on class discovery:
- Slf4jLoggerFactory() - Constructor for class com.opensymphony.xwork2.util.logging.slf4j.Slf4jLoggerFactory
-
- 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.validator.validators.ValidatorSupport
-
- 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
-
- 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
-
- storage - Variable in class com.opensymphony.xwork2.interceptor.I18nInterceptor.LocaleFinder
-
- storeLocale(ActionInvocation, Locale, String) - Method in class com.opensymphony.xwork2.interceptor.I18nInterceptor
-
Store the locale to the chosen storage, like f.
- strictMethodInvocation(boolean) - Method in class com.opensymphony.xwork2.config.entities.PackageConfig.Builder
-
- STRING_CONVERTER - Static variable in class com.opensymphony.xwork2.XWorkConstants
-
- StringConverter - Class in com.opensymphony.xwork2.conversion.impl
-
- StringConverter() - Constructor for class com.opensymphony.xwork2.conversion.impl.StringConverter
-
- 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
-
- Strings - Class in com.opensymphony.xwork2.inject.util
-
String utilities.
- Strings() - Constructor for class com.opensymphony.xwork2.inject.util.Strings
-
- stringValue(Object, boolean) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Evaluates the given object as a String and trims it if the trim flag is
true.
- stringValue(Object) - Static method in class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
-
Evaluates the given object as a String.
- StubConfigurationProvider - Class in com.opensymphony.xwork2.test
-
- StubConfigurationProvider() - Constructor for class com.opensymphony.xwork2.test.StubConfigurationProvider
-
- SUCCESS - Static variable in interface com.opensymphony.xwork2.Action
-
The action execution was successful.
- support() - Method in interface com.opensymphony.xwork2.FileManager
-
Indicate if given implementation supports current OS File System
- support() - Method in class com.opensymphony.xwork2.util.fs.DefaultFileManager
-
- validate() - Method in class com.opensymphony.xwork2.ActionSupport
-
A default implementation that validates nothing.
- validate() - Method in interface com.opensymphony.xwork2.Validateable
-
Performs validation.
- validate(Object, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
-
Validates the given object using action and its context.
- validate(Object, String, ValidatorContext) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
-
Validates an action give its context and a validation context.
- validate(Object, String, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
-
Validates the given object using an action, its context, and the name of the method being invoked on the action.
- validate(Object, String, ValidatorContext, String) - Method in interface com.opensymphony.xwork2.validator.ActionValidatorManager
-
Validates an action give its context and a validation context.
- validate(Object, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- validate(Object, String, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- validate(Object, String, ValidatorContext, String) - Method in class com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
-
- validate(Object, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- validate(Object, String, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- validate(Object, String, ValidatorContext) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- validate(Object, String, ValidatorContext, String) - Method in class com.opensymphony.xwork2.validator.DefaultActionValidatorManager
-
- validate(Object) - Method in interface com.opensymphony.xwork2.validator.Validator
-
The validation implementation must guarantee that setValidatorContext will
be called with a non-null ValidatorContext before validate is called.
- validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
-
If expression evaluates to true, invoke visitor validation.
- validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.DoubleRangeFieldValidator
-
- validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.ExpressionValidator
-
- validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.FieldExpressionValidator
-
- validate(Object) - Method in class com.opensymphony.xwork2.validator.validators.RangeValidatorSupport
-
- 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
-
- Validateable - Interface in com.opensymphony.xwork2
-
Provides an interface in which a call for a validation check can be done.
- validateExpression(Object) - Method in class com.opensymphony.xwork2.validator.validators.ConditionalVisitorFieldValidator
-
Validate the expression contained in the "expression" paramter.
- Validation - Annotation Type in com.opensymphony.xwork2.validator.annotations
-
Deprecated.
Since Struts 2.1 because it isn't necessary anymore
- 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 - Interface in com.opensymphony.xwork2
-
ValidationAware classes can accept Action (class level) or field level error messages.
- ValidationAwareSupport - Class in com.opensymphony.xwork2
-
Provides a default implementation of ValidationAware.
- ValidationAwareSupport() - Constructor for class com.opensymphony.xwork2.ValidationAwareSupport
-
- ValidationErrorAware - Interface in com.opensymphony.xwork2.interceptor
-
ValidationErrorAware classes can be notified about validation errors
before
DefaultWorkflowInterceptor
will return 'inputResultName' result
to allow change or not the result name
This interface can be only applied to action which already implements
ValidationAware
interface!
- 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.
- ValidationException(String, Throwable) - Constructor for exception com.opensymphony.xwork2.validator.ValidationException
-
- 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
-
- ValidationWorkflowAware - Interface in com.opensymphony.xwork2.interceptor
-
ValidationWorkflowAware classes can programmatically change result name when errors occurred
This interface can be only applied to action which already implements
ValidationAware
interface!
- Validator<T> - Interface in com.opensymphony.xwork2.validator
-
- ValidatorConfig - Class in com.opensymphony.xwork2.validator
-
Holds the necessary information for configuring an instance of a Validator.
- ValidatorConfig(String) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig
-
- ValidatorConfig(ValidatorConfig) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig
-
- ValidatorConfig.Builder - Class in com.opensymphony.xwork2.validator
-
Builds a ValidatorConfig
- ValidatorConfig.Builder(String) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- ValidatorConfig.Builder(ValidatorConfig) - Constructor for class com.opensymphony.xwork2.validator.ValidatorConfig.Builder
-
- ValidatorContext - Interface in com.opensymphony.xwork2.validator
-
The context for validation.
- ValidatorFactory - Interface in com.opensymphony.xwork2.factory
-
- ValidatorFactory - Interface in com.opensymphony.xwork2.validator
-
ValidatorFactory
- validatorFileParser - Variable in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
-
- ValidatorFileParser - Interface in com.opensymphony.xwork2.validator
-
This class serves 2 purpose :
Parse the validation config file.
- validators - Variable in class com.opensymphony.xwork2.validator.DefaultValidatorFactory
-
- ValidatorSupport - Class in com.opensymphony.xwork2.validator.validators
-
Abstract implementation of the Validator interface suitable for subclassing.
- ValidatorSupport() - Constructor for class com.opensymphony.xwork2.validator.validators.ValidatorSupport
-
- ValidatorType - Enum in com.opensymphony.xwork2.validator.annotations
-
ValidatorType
- value - Variable in class com.opensymphony.xwork2.conversion.metadata.ConversionDescription
-
- VALUE_STACK - Static variable in class com.opensymphony.xwork2.ActionContext
-
- 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.ReferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opensymphony.xwork2.interceptor.I18nInterceptor.Storage
-
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.
- 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 are 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 are 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 are 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 are declared.
- values() - Static method in enum com.opensymphony.xwork2.interceptor.I18nInterceptor.Storage
-
Returns an array containing the constants of this enum type, in
the order they are 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 are 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 - Variable in class com.opensymphony.xwork2.DefaultActionInvocation
-
- valueStackFactory - Variable in class com.opensymphony.xwork2.interceptor.AliasInterceptor
-
- ValueStackFactory - Interface in com.opensymphony.xwork2.util
-
Factory that creates a value stack, defaulting to the OgnlValueStackFactory
- 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.URLUtil
-
Deprecated.
- visit(int, int, String, String, String, String[]) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.InfoBuildingVisitor
-
- visitAnnotation(String, boolean) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.InfoBuildingVisitor
-
- visitField(int, String, String, String, Object) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.InfoBuildingVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.InfoBuildingVisitor
-
- 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
-
- visitParameterAnnotation(int, String, boolean) - Method in class com.opensymphony.xwork2.util.finder.DefaultClassFinder.InfoBuildingVisitor
-