Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.opensymphony.xwork2 Classes and Interfaces - 367 results found.
NameDescriptionTypePackageFramework
AbstractInterceptorProvides default implementations of optional lifecycle methodsSee Also:Serialized FormClasscom.opensymphony.xwork2.interceptorApache Struts
AbstractMatcher Matches patterns against pre-compiled wildcard expressions pulled from target objects.Classcom.opensymphony.xwork2.config.implApache Struts
AbstractResourceStoreClasscom.opensymphony.xwork2.util.classloaderApache Struts
AcceptedPatternsCheckerUsed across different interceptors to check if given string matches one of the excluded patterns.Interfacecom.opensymphony.xwork2.securityApache Struts
AcceptedPatternsChecker .IsAcceptedClasscom.opensymphony.xwork2.security.AcceptedPatternsCheckerApache Struts
ActionAll actions may implement this interface, which exposes the execute() method.Interfacecom.opensymphony.xwork2Apache Struts
ActionAutowiringInterceptor TODO: Give a description of the Interceptor.Classcom.opensymphony.xwork2.spring.interceptorApache Struts
ActionChainResult This result invokes an entire other action, complete with it's own interceptor stack and result.Classcom.opensymphony.xwork2Apache Struts
ActionConfigContains everything needed to configure and execute an action: methodName - the method name to execute on the action.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ActionConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.ActionConfigApache Struts
ActionConfigMatcher Matches paths against pre-compiled wildcard expressions pulled from action configs.Classcom.opensymphony.xwork2.config.implApache Struts
ActionContext The ActionContext is the context in which an Action is executed.Classcom.opensymphony.xwork2Apache Struts
ActionEventListenerInterfacecom.opensymphony.xwork2Apache Struts
ActionFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
ActionInvocationAn ActionInvocation represents the execution state of an Action.Interfacecom.opensymphony.xwork2Apache Struts
ActionProxyActionProxy is an extra layer between XWork and the action so that different proxies are possible.Interfacecom.opensymphony.xwork2Apache Struts
ActionProxyFactoryThe ActionProxyFactory is used to create ActionProxys to be executed.Interfacecom.opensymphony.xwork2Apache Struts
ActionSupportProvides a default implementation for the most common actions.Classcom.opensymphony.xwork2Apache Struts
ActionValidatorManagerActionValidatorManager is the main interface for validation managers (regular and annotation based).Interfacecom.opensymphony.xwork2.validatorApache Struts
After Marks a action method that needs to be called after the main action method and the result was executed.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AliasInterceptor The aim of this Interceptor is to alias a named parameter to a different named parameter.Classcom.opensymphony.xwork2.interceptorApache Struts
AnnotationActionValidatorManagerAnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.Classcom.opensymphony.xwork2.validatorApache Struts
AnnotationParameterFilterIntereptorAnnotation based version of ParameterFilterInterceptor.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
AnnotationUtils Various utility methods dealing with annotationsVersion:$Id$Author:Rainer Hermanns, Zsolt Szasz, zsolt at lorecraft dot com, Dan Oxlade, dan d0t oxlade at gmail d0t c0mClasscom.opensymphony.xwork2.utilApache Struts
AnnotationValidationConfigurationBuilderAnnotationValidationConfigurationBuilderVersion:$Id$Author:Rainer Hermanns, jepjepClasscom.opensymphony.xwork2.validatorApache Struts
AnnotationWorkflowInterceptor Invokes any annotated methods on the action.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
ArrayConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
BeanSelectionProviderInterfacecom.opensymphony.xwork2.configApache Struts
Before Marks a action method that needs to be executed before the main action method.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
BeforeResult Marks a action method that needs to be executed before the result.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
ChainingInterceptor An interceptor that copies all the properties of every object in the value stack to the currently executing object, except for any object that implements Unchainable.Classcom.opensymphony.xwork2.interceptorApache Struts
ClassFinderClassFinder searches the classpath of the specified ClassLoaderInterface for packages, classes, constructors, methods, or fields with specific annotations.Interfacecom.opensymphony.xwork2.util.finderApache Struts
ClassFinder .AnnotatableClasscom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinder .AnnotationInfoClasscom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinder .ClassInfoClasscom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinder .FieldInfoClasscom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinder .InfoInterfacecom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinder .MethodInfoClasscom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinder .PackageInfoClasscom.opensymphony.xwork2.util.finder.ClassFinderApache Struts
ClassFinderFactoryInterfacecom.opensymphony.xwork2.util.finderApache Struts
ClassLoaderInterfaceInterfacecom.opensymphony.xwork2.util.finderApache Struts
ClassLoaderInterfaceDelegateClasscom.opensymphony.xwork2.util.finderApache Struts
ClassLoaderUtilThis class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.Classcom.opensymphony.xwork2.utilApache Struts
ClassPathFinderThis class is an utility class that will search through the classpath for files whose names match the given pattern.Classcom.opensymphony.xwork2.utilApache Struts
ClearableValueStackInterfacecom.opensymphony.xwork2.utilApache Struts
CollectionConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
CommonsLoggerClasscom.opensymphony.xwork2.util.logging.commonsApache Struts
CommonsLoggerFactoryClasscom.opensymphony.xwork2.util.logging.commonsApache Struts
CompositeTextProviderThis is a composite TextProvider that takes in an array or List of TextProviders, it will consult each of them in order to get a composite result.Classcom.opensymphony.xwork2Apache Struts
CompoundRootA Stack that is implemented using a List.Classcom.opensymphony.xwork2.utilApache Struts
CompoundRootAccessorA stack that is able to call methods on objects in the stack.Classcom.opensymphony.xwork2.ognl.accessorApache Struts
ConditionalVisitorFieldValidator The validator allows you to forward validator to object properties of your action using the objects own validator files.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ConditionalVisitorFieldValidator The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator only if the expression will evaluate to true.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ConfigurationXWork configuration.Interfacecom.opensymphony.xwork2.configApache Struts
ConfigurationExceptionConfigurationExceptionAuthor:Jason CarreiraSee Also:Serialized FormClasscom.opensymphony.xwork2.configApache Struts
ConfigurationManagerConfigurationManager - central for XWork Configuration management, including its ConfigurationProvider.Classcom.opensymphony.xwork2.configApache Struts
ConfigurationProviderInterface to be implemented by all forms of XWork configuration classes.Interfacecom.opensymphony.xwork2.configApache Struts
ConfigurationUtilClasscom.opensymphony.xwork2.configApache Struts
ContainerInjects dependencies into constructors, methods and fields annotated with When injecting a method or constructor, you can additionally annotateInterfacecom.opensymphony.xwork2.injectApache Struts
ContainerBuilderBuilds a dependency injection Container.Classcom.opensymphony.xwork2.injectApache Struts
ContainerBuilder .CommandInterfacecom.opensymphony.xwork2.inject.ContainerBuilderApache Struts
ContainerProviderInterfacecom.opensymphony.xwork2.configApache Struts
ContextContext of the current injection.Interfacecom.opensymphony.xwork2.injectApache Struts
Conversion private Date date; public setDate(Date date) {Classcom.opensymphony.xwork2.conversion.annotationsApache Struts
ConversionAnnotationProcessorUsed to process TypeConversion annotation to read defined ConvertersInterfacecom.opensymphony.xwork2.conversionApache Struts
ConversionDescriptionConversionDescriptionVersion:$Id$Author:Rainer HermannsClasscom.opensymphony.xwork2.conversion.metadataApache Struts
ConversionErrorFieldValidator This validator checks if there are any conversion errors for a field and applies them if they exist.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ConversionErrorFieldValidator Field Validator that checks if a conversion error occurred for this field.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ConversionErrorInterceptor ConversionErrorInterceptor adds conversion errors from the ActionContext to the Action's field errors.Classcom.opensymphony.xwork2.interceptorApache Struts
ConversionFileProcessorUsed to process -conversion.Interfacecom.opensymphony.xwork2.conversionApache Struts
ConversionPropertiesProcessorInterfacecom.opensymphony.xwork2.conversionApache Struts
ConversionRuleClasscom.opensymphony.xwork2.conversion.annotationsApache Struts
ConversionTypeClasscom.opensymphony.xwork2.conversion.annotationsApache Struts
ConverterFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
CreateIfNull Sets the CreateIfNull for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
CustomValidator This annotation can be used for custom validators.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
CycleDetectorClasscom.opensymphony.xwork2.config.providersApache Struts
DateConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
DateRangeFieldValidator This validator checks that a date field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DateRangeFieldValidator Field Validator that checks if the date supplied is within a specific range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
DefaultAcceptedPatternsCheckerClasscom.opensymphony.xwork2.securityApache Struts
DefaultActionFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultActionInvocationThe Default ActionInvocation implementationVersion:$Date$ $Id$Author:Rainer Hermanns, tmjeeSee Also:DefaultActionProxy, Classcom.opensymphony.xwork2Apache Struts
DefaultActionProxyThe Default ActionProxy implementationSince:2005-8-6Version:$Date$ $Id$Author:Rainer Hermanns, Revised by Henry Hu, tmjeeSee Also:Serialized FormClasscom.opensymphony.xwork2Apache Struts
DefaultActionProxyFactoryDefault factory for ActionProxyFactory.Classcom.opensymphony.xwork2Apache Struts
DefaultActionValidatorManager This is the entry point into XWork's rule-based validation framework.Classcom.opensymphony.xwork2.validatorApache Struts
DefaultClassFinderClasscom.opensymphony.xwork2.util.finderApache Struts
DefaultConfigurationDefaultConfigurationAuthor:Jason CarreiraClasscom.opensymphony.xwork2.config.implApache Struts
DefaultConversionAnnotationProcessorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultConversionFileProcessorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultConversionPropertiesProcessorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultConverterFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultExcludedPatternsCheckerClasscom.opensymphony.xwork2.securityApache Struts
DefaultFileManagerClasscom.opensymphony.xwork2.util.fsApache Struts
DefaultFileManagerFactoryClasscom.opensymphony.xwork2.util.fsApache Struts
DefaultInterceptorFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultLocaleProviderClasscom.opensymphony.xwork2Apache Struts
DefaultObjectTypeDeterminer This ObjectTypeDeterminer looks at the Class-conversion.Classcom.opensymphony.xwork2.conversion.implApache Struts
DefaultResultFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultTextProviderDefaultTextProvider gets texts from only the default resource bundles associated with theAuthor:Jason Carreira , Rainer HermannsSee Also:LocalizedTextUtil.Classcom.opensymphony.xwork2Apache Struts
DefaultTypeConverterDefault type conversion.Classcom.opensymphony.xwork2.conversion.implApache Struts
DefaultTypeConverterCreatorClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultTypeConverterHolderClasscom.opensymphony.xwork2.conversion.implApache Struts
DefaultUnknownHandlerFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultUnknownHandlerManagerDefault implementation of UnknownHandlerManagerSee Also:UnknownHandlerManagerClasscom.opensymphony.xwork2Apache Struts
DefaultValidatorFactoryClasscom.opensymphony.xwork2.factoryApache Struts
DefaultValidatorFactoryDefault validator factoryVersion:$Date$ $Id$Author:Jason Carreira, James HouseClasscom.opensymphony.xwork2.validatorApache Struts
DefaultValidatorFileParserParse the validation file.Classcom.opensymphony.xwork2.validatorApache Struts
DefaultWorkflowInterceptor An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.Classcom.opensymphony.xwork2.interceptorApache Struts
DelegatingValidatorContextA default implementation of the ValidatorContext interface.Classcom.opensymphony.xwork2.validatorApache Struts
DependencyExceptionThrown when a dependency is misconfigured.Classcom.opensymphony.xwork2.injectApache Struts
DirectedGraphClasscom.opensymphony.xwork2.config.providersApache Struts
DomHelperClasscom.opensymphony.xwork2.utilApache Struts
DomHelper .DOMBuilderThe DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.Classcom.opensymphony.xwork2.util.DomHelperApache Struts
DomHelper .StartHandlerClasscom.opensymphony.xwork2.util.DomHelperApache Struts
DoubleRangeFieldValidator This validator checks that a double field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DoubleRangeFieldValidator Field Validator that checks if the double specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
Element Sets the Element for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
EmailValidator This validator checks that a field is a valid e-mail address if it contains a non-empty String.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
EmailValidator EmailValidator checks that a given String field, if not empty, is a valid email address.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ErrorMessageBuilderHelper class to build error messages.Classcom.opensymphony.xwork2.ognlApache Struts
ExceptionHolder A simple wrapper around an exception, providing an easy way to print out the stack trace of the exception as well as a way to get a handle on the exception itself.Classcom.opensymphony.xwork2.interceptorApache Struts
ExceptionMappingConfigConfiguration for exception mapping.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ExceptionMappingConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.ExceptionMappingConfigApache Struts
ExceptionMappingInterceptor This interceptor forms the core functionality of the exception handling feature.Classcom.opensymphony.xwork2.interceptorApache Struts
ExcludedPatternsCheckerUsed across different interceptors to check if given string matches one of the excluded patterns.Interfacecom.opensymphony.xwork2.securityApache Struts
ExcludedPatternsChecker .IsExcludedClasscom.opensymphony.xwork2.security.ExcludedPatternsCheckerApache Struts
ExpressionValidator This non-field level validator validates a supplied regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ExpressionValidator A Non-Field Level validator that validates based on regular expression supplied.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FactoryA custom factory.Interfacecom.opensymphony.xwork2.injectApache Struts
FieldExpressionValidator This validator uses an OGNL expression to perform its validator.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
FieldExpressionValidator Validates a field using an OGNL expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FieldValidatorThe FieldValidator interface defines the methods to be implemented by FieldValidators.Interfacecom.opensymphony.xwork2.validatorApache Struts
FieldValidatorSupportBase class for field validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FileManagerInterfacecom.opensymphony.xwork2Apache Struts
FileManagerFactoryInterfacecom.opensymphony.xwork2Apache Struts
FileManagerFactoryProviderClasscom.opensymphony.xwork2.configApache Struts
FileManagerProviderClasscom.opensymphony.xwork2.configApache Struts
FileResourceStoreReads a class from disk class taken from Apache JCIClasscom.opensymphony.xwork2.util.classloaderApache Struts
FileRevisionClasscom.opensymphony.xwork2.util.fsApache Struts
FinalizablePhantomReferencePhantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims theClasscom.opensymphony.xwork2.inject.utilApache Struts
FinalizableSoftReferenceSoft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.opensymphony.xwork2.inject.utilApache Struts
FinalizableWeakReferenceWeak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.opensymphony.xwork2.inject.utilApache Struts
FunctionA Function provides a transformation on an object and returns the resulting object.Interfacecom.opensymphony.xwork2.inject.utilApache Struts
I18nInterceptor An interceptor that handles setting the locale specified in a session as the locale for the current action request.Classcom.opensymphony.xwork2.interceptorApache Struts
I18nInterceptor .StorageClasscom.opensymphony.xwork2.interceptor.I18nInterceptorApache Struts
InjectAnnotates members and parameters which should have their value[s]Author:crazybob@google.Classcom.opensymphony.xwork2.injectApache Struts
InputConfig Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.Classcom.opensymphony.xwork2.interceptor.annotationsApache Struts
InstantiatingNullHandler Provided that the key ReflectionContextState.Classcom.opensymphony.xwork2.conversion.implApache Struts
Interceptor An interceptor is a stateless class that follows the interceptor pattern, as found in Filter and in AOP languages.Interfacecom.opensymphony.xwork2.interceptorApache Struts
InterceptorBuilderBuilds a list of interceptors referenced by the refName in the supplied PackageConfig.Classcom.opensymphony.xwork2.config.providersApache Struts
InterceptorConfigConfiguration for Interceptors.Classcom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.InterceptorConfigApache Struts
InterceptorFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
InterceptorListHolderInterceptorListHolderAuthor:Jason CarreiraInterfacecom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorLocatorInterfacecom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorMappingClasscom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorStackConfigConfiguration for InterceptorStack.Classcom.opensymphony.xwork2.config.entitiesApache Struts
InterceptorStackConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.InterceptorStackConfigApache Struts
IntRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
IntRangeFieldValidator Field Validator that checks if the integer specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
InvalidMetadataExceptionInvalidMetadataExceptionVersion:$Id$Author:Rainer HermannsSee Also:Serialized FormClasscom.opensymphony.xwork2Apache Struts
JarEntryRevisionClasscom.opensymphony.xwork2.util.fsApache Struts
JarResourceStoreClasscom.opensymphony.xwork2.util.classloaderApache Struts
JdkLoggerDelegates to jdk logger.Classcom.opensymphony.xwork2.util.logging.jdkApache Struts
JdkLoggerFactoryClasscom.opensymphony.xwork2.util.logging.jdkApache Struts
Key Sets the Key for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
KeyProperty Sets the KeyProperty for type conversion.Classcom.opensymphony.xwork2.utilApache Struts
LocaleProviderIndicates that the implementing class can provide its own Locale.Interfacecom.opensymphony.xwork2Apache Struts
LocalizedTextUtilProvides support for localization in XWork.Classcom.opensymphony.xwork2.utilApache Struts
LocatableA interface that should be implemented by objects knowning their location (i.Interfacecom.opensymphony.xwork2.util.locationApache Struts
LocatableConstantFactoryClasscom.opensymphony.xwork2.config.implApache Struts
LocatableFactoryAttaches location information to the factory.Classcom.opensymphony.xwork2.config.implApache Struts
LocatablePropertiesProperties implementation that remembers the location of each property.Classcom.opensymphony.xwork2.util.locationApache Struts
LocatedClasscom.opensymphony.xwork2.util.locationApache Struts
LocationA location in a resource.Interfacecom.opensymphony.xwork2.util.locationApache Struts
LocationAttributesA class to handle location information stored in attributes.Classcom.opensymphony.xwork2.util.locationApache Struts
LocationAttributes .PipeA SAX filter that adds the information available from the Locator as attributes.Classcom.opensymphony.xwork2.util.location.LocationAttributesApache Struts
LocationImplA simple immutable and serializable implementation of Location.Classcom.opensymphony.xwork2.util.locationApache Struts
LocationUtilsLocation-related utility methods.Classcom.opensymphony.xwork2.util.locationApache Struts
LocationUtils .LocationFinderInterfacecom.opensymphony.xwork2.util.location.LocationUtilsApache Struts
Log4j2LoggerClasscom.opensymphony.xwork2.util.logging.log4j2Apache Struts
Log4j2LoggerFactoryCreates log4j2-logging-backed loggers You can use the same to explicit tell the framework which implementation to use and don't depend on class discovery:Classcom.opensymphony.xwork2.util.logging.log4j2Apache Struts
LoggerInterfacecom.opensymphony.xwork2.util.loggingApache Struts
LoggerFactoryCreates loggers.Classcom.opensymphony.xwork2.util.loggingApache Struts
LoggerUtilsClasscom.opensymphony.xwork2.util.loggingApache Struts
LoggingInterceptor This interceptor logs the start and end of the execution an action (in English-only, not internationalized).Classcom.opensymphony.xwork2.interceptorApache Struts
LongRangeFieldValidator Field Validator that checks if the long specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
MemberAccessValueStackValueStacks implementing this interface provide a way to remove block or allow access to properties using regular expressionsInterfacecom.opensymphony.xwork2.utilApache Struts
MethodFilterInterceptor MethodFilterInterceptor is an abstract Interceptor used as a base class for interceptors that will filter execution based on method Classcom.opensymphony.xwork2.interceptorApache Struts
MethodFilterInterceptorUtilUtility class contains common methods used by MethodFilterInterceptor.Classcom.opensymphony.xwork2.interceptorApache Struts
MockActionInvocationMock for an ActionInvocation.Classcom.opensymphony.xwork2.mockApache Struts
MockActionProxyMock for an ActionProxy.Classcom.opensymphony.xwork2.mockApache Struts
MockConfigurationSimple configuration used for unit testingSee Also:Serialized FormClasscom.opensymphony.xwork2.config.implApache Struts
MockContainerMock implementation to be used in unittestsSee Also:Serialized FormClasscom.opensymphony.xwork2.mockApache Struts
MockInterceptorMock for an Interceptor.Classcom.opensymphony.xwork2.mockApache Struts
MockObjectTypeDeterminerMocks the function of an ObjectTypeDeterminer for testing purposes.Classcom.opensymphony.xwork2.mockApache Struts
MockResultClasscom.opensymphony.xwork2.mockApache Struts
ModelDrivenModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts.Interfacecom.opensymphony.xwork2Apache Struts
ModelDrivenInterceptor Watches for ModelDriven actions and adds the action's model on to the value stack.Classcom.opensymphony.xwork2.interceptorApache Struts
ModelDrivenInterceptor .RefreshModelBeforeResultClasscom.opensymphony.xwork2.interceptor.ModelDrivenInterceptorApache Struts
NamedVariablePatternMatcherAn implementation of a pattern matcher that uses simple named wildcards.Classcom.opensymphony.xwork2.utilApache Struts
NamedVariablePatternMatcher .CompiledPatternStores the compiled pattern and the variable names matches will correspond to.Classcom.opensymphony.xwork2.util.NamedVariablePatternMatcherApache Struts
NamespaceMatchRepresents a match from a namespace pattern matching.Classcom.opensymphony.xwork2.config.implApache Struts
NamespaceMatcherMatches namespace strings against a wildcard pattern matcherSee Also:Serialized FormClasscom.opensymphony.xwork2.config.implApache Struts
NoParametersMarker interface to indicate no auto setting of parameters.Interfacecom.opensymphony.xwork2.interceptorApache Struts
NullHandlerInterface for handling null results from Chains.Interfacecom.opensymphony.xwork2.conversionApache Struts
NumberConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
ObjectAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
ObjectFactoryObjectFactory is responsible for building the core framework objects.Classcom.opensymphony.xwork2Apache Struts
ObjectProfilerClasscom.opensymphony.xwork2.util.profilingApache Struts
ObjectProxyAn Object to use within OGNL to proxy other Objects usually Collections that you set in a different placeClasscom.opensymphony.xwork2.ognlApache Struts
ObjectProxyPropertyAccessorIs able to access (set/get) properties on a given object.Classcom.opensymphony.xwork2.ognl.accessorApache Struts
ObjectTypeDeterminerDetermines what the key and and element class of a Map or Collection should be.Interfacecom.opensymphony.xwork2.conversionApache Struts
OgnlNullHandlerWrapperClasscom.opensymphony.xwork2.ognlApache Struts
OgnlReflectionContextFactoryClasscom.opensymphony.xwork2.ognlApache Struts
OgnlReflectionProviderClasscom.opensymphony.xwork2.ognlApache Struts
OgnlTextParserClasscom.opensymphony.xwork2.utilApache Struts
OgnlTypeConverterWrapperClasscom.opensymphony.xwork2.ognlApache Struts
OgnlUtilUtility class that provides common access to the Ognl APIs for setting and getting properties from objects (usually Actions).Classcom.opensymphony.xwork2.ognlApache Struts
OgnlValueStackOgnl implementation of a value stack that allows for dynamic Ognl expressions to be evaluated against it.Classcom.opensymphony.xwork2.ognlApache Struts
OgnlValueStackFactoryClasscom.opensymphony.xwork2.ognlApache Struts
PackageConfigConfiguration for Package.Classcom.opensymphony.xwork2.config.entitiesApache Struts
PackageConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.PackageConfigApache Struts
PackageProviderProvides configuration packages.Interfacecom.opensymphony.xwork2.configApache Struts
ParameterFilterInterceptor The Parameter Filter Interceptor blocks parameters from getting to the rest of the stack or your action.Classcom.opensymphony.xwork2.interceptorApache Struts
Parameterizable Actions implementing Parameterizable will receive a map of the static parameters defined in the action The StaticParametersInterceptor must be in the action's interceptorInterfacecom.opensymphony.xwork2.config.entitiesApache Struts
ParameterNameAware This interface is implemented by actions that want to declare acceptable parameters.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ParameterRemoverInterceptor This is a simple XWork interceptor that allows parameters (matching one of the paramNames attribute csv value) to be Classcom.opensymphony.xwork2.interceptorApache Struts
ParametersInterceptor This interceptor sets all parameters on the value stack.Classcom.opensymphony.xwork2.interceptorApache Struts
ParamNameAwareResultInterfacecom.opensymphony.xwork2.resultApache Struts
PatternMatcherInterfacecom.opensymphony.xwork2.utilApache Struts
PrefixMethodInvocationUtil A utility class for invoking prefixed methods in action class.Classcom.opensymphony.xwork2.interceptorApache Struts
PreparablePreparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig.Interfacecom.opensymphony.xwork2Apache Struts
PrepareInterceptor This interceptor calls prepare() on actions which implement Preparable.Classcom.opensymphony.xwork2.interceptorApache Struts
PreResultListenerPreResultListeners may be registered with an ActionInvocation to get a callback after the Action has been executed but before the ResultInterfacecom.opensymphony.xwork2.interceptorApache Struts
ProfilingTimerBeanBean to contain information about the pages profiledVersion:$Date$ $Id$Author:Mike Cannon-Brookes, Scott FarquharSee Also:Serialized FormClasscom.opensymphony.xwork2.util.profilingApache Struts
PropertiesReader This class is used to read properties lines.Classcom.opensymphony.xwork2.utilApache Struts
RangeValidatorSupportBase class for range based validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ReferenceCacheClasscom.opensymphony.xwork2.inject.utilApache Struts
ReferenceMapConcurrent hash map that wraps keys and/or values in soft or weak references.Classcom.opensymphony.xwork2.inject.utilApache Struts
ReferenceMap .StrategyInterfacecom.opensymphony.xwork2.inject.util.ReferenceMapApache Struts
ReferenceResolverExceptionException when a reference can't be resolved.Classcom.opensymphony.xwork2.configApache Struts
ReferenceTypeReference type.Classcom.opensymphony.xwork2.inject.utilApache Struts
ReflectionContextFactoryInterfacecom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionContextStateManages variables in the reflection context and returns values to be used by the application.Classcom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionExceptionClasscom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionExceptionHandlerInterfacecom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionProviderInterfacecom.opensymphony.xwork2.util.reflectionApache Struts
ReflectionProviderFactoryClasscom.opensymphony.xwork2.util.reflectionApache Struts
RegexFieldValidator Validates a string field using a regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RegexFieldValidator Validates a string field using a regular expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ReloadingClassLoader The ReloadingClassLoader uses a delegation mechanism to allow classes to be reloaded.Classcom.opensymphony.xwork2.util.classloaderApache Struts
RepopulateConversionErrorFieldValidatorSupport An abstract base class that adds in the capability to populate the stack with a fake parameter map when a conversion error has occurred and the 'repopulateField'Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequiredFieldValidator This validator checks that a field is non-null.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredFieldValidator RequiredFieldValidator checks if the specified field is not null.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequiredStringValidator This validator checks that a String field is not empty (i.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredStringValidator RequiredStringValidator checks that a String field is non-null and has a length > 0.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ResolverUtilResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.Classcom.opensymphony.xwork2.utilApache Struts
ResolverUtil .AnnotatedWithA Test that checks to see if each class is annotated with a specific annotation.Classcom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResolverUtil .ClassTestClasscom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResolverUtil .IsAA Test that checks to see if each class is assignable to the provided class.Classcom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResolverUtil .NameEndsWithA Test that checks to see if each class name ends with the provided suffix.Classcom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResolverUtil .NameIsClasscom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResolverUtil .ResourceTestClasscom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResolverUtil .TestA simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.Interfacecom.opensymphony.xwork2.util.ResolverUtilApache Struts
ResourceBundleTextProviderExtension Interface for TextProvider to help supporting ResourceBundles.Interfacecom.opensymphony.xwork2Apache Struts
ResourceFinderClasscom.opensymphony.xwork2.util.finderApache Struts
ResourceStoreInterfacecom.opensymphony.xwork2.util.classloaderApache Struts
ResourceStoreClassLoaderClasscom.opensymphony.xwork2.util.classloaderApache Struts
ResultAll results (except for Action.Interfacecom.opensymphony.xwork2Apache Struts
ResultConfigConfiguration for Result.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ResultConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.ResultConfigApache Struts
ResultFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
ResultTypeConfigConfiguration class for result types.Classcom.opensymphony.xwork2.config.entitiesApache Struts
ResultTypeConfig .BuilderThe builder for this object.Classcom.opensymphony.xwork2.config.entities.ResultTypeConfigApache Struts
RevisionClasscom.opensymphony.xwork2.util.fsApache Struts
RuntimeConfigurationRuntimeConfigurationAuthor:Jason CarreiraInterfacecom.opensymphony.xwork2.configApache Struts
ScopeScope of an injected objects.Classcom.opensymphony.xwork2.injectApache Struts
Scope .StrategyPluggable scoping strategy.Interfacecom.opensymphony.xwork2.inject.ScopeApache Struts
ScopedModelDrivenAdds the ability to set a model, probably retrieved from a given state.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ScopedModelDrivenInterceptor An interceptor that enables scoped model-driven actions.Classcom.opensymphony.xwork2.interceptorApache Struts
SecurityMemberAccessAllows access decisions to be made on the basis of whether a member is static or not.Classcom.opensymphony.xwork2.ognlApache Struts
ShortCircuitableValidatorInterfacecom.opensymphony.xwork2.validatorApache Struts
ShortRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ShortRangeFieldValidator Field Validator that checks if the short specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
Slf4jLoggerClasscom.opensymphony.xwork2.util.logging.slf4jApache Struts
Slf4jLoggerFactoryCreates 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:Classcom.opensymphony.xwork2.util.logging.slf4jApache Struts
SpringObjectFactory Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name.Classcom.opensymphony.xwork2.springApache Struts
SpringProxyableObjectFactorySpringProxyableObjectFactory.Classcom.opensymphony.xwork2.springApache Struts
StaticParametersInterceptor This interceptor populates the action with the static parameters defined in the action configuration.Classcom.opensymphony.xwork2.interceptorApache Struts
StringConverterClasscom.opensymphony.xwork2.conversion.implApache Struts
StringLengthFieldValidator This validator checks that a String field is of the right length.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
StringLengthFieldValidator StringLengthFieldValidator checks that a String field is of a certain length.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
StringsClasscom.opensymphony.xwork2.inject.utilApache Struts
StubConfigurationProviderClasscom.opensymphony.xwork2.testApache Struts
TestThis is the testing interface that is used to accept or reject resources.Interfacecom.opensymphony.xwork2.util.finderApache Struts
TestNGXWorkTestCaseBase test class for TestNG unit tests.Classcom.opensymphony.xwork2Apache Struts
TextParserUsed to parse expressions like ${foo.Interfacecom.opensymphony.xwork2.utilApache Struts
TextParseUtilUtility class for text parsing.Classcom.opensymphony.xwork2.utilApache Struts
TextParseUtil .ParsedValueEvaluator A parsed value evaluator for TextParseUtil.Interfacecom.opensymphony.xwork2.util.TextParseUtilApache Struts
TextProviderProvides access to ResourceBundles and their underlying text messages.Interfacecom.opensymphony.xwork2Apache Struts
TextProviderFactoryThis factory enables users to provide and correctly initialize a custom TextProvider.Classcom.opensymphony.xwork2Apache Struts
TextProviderSupportDefault TextProvider implementation.Classcom.opensymphony.xwork2Apache Struts
TimerInterceptor This interceptor logs the amount of time in milliseconds.Classcom.opensymphony.xwork2.interceptorApache Struts
TypeConversion This annotation is used for class and application wide conversion rules.Classcom.opensymphony.xwork2.conversion.annotationsApache Struts
TypeConversionExceptionTypeConversionException should be thrown by any TypeConverters which fail to convert valuesAuthor:Jason CarreiraClasscom.opensymphony.xwork2.conversionApache Struts
TypeConverterInterface for accessing the type conversion facilities within a context.Interfacecom.opensymphony.xwork2.conversionApache Struts
TypeConverterCreatorInterfacecom.opensymphony.xwork2.conversionApache Struts
TypeConverterHolderInterfacecom.opensymphony.xwork2.conversionApache Struts
UnknownHandlerHandles cases when the result or action is unknown.Interfacecom.opensymphony.xwork2Apache Struts
UnknownHandlerConfigClasscom.opensymphony.xwork2.config.entitiesApache Struts
UnknownHandlerFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
UnknownHandlerManagerAn unknown handler manager contains a list of UnknownHandler and iterates on them by orderSee Also:DefaultUnknownHandlerManagerInterfacecom.opensymphony.xwork2Apache Struts
UrlSetUse with ClassFinder to filter the Urls to be scanned, example: UrlSet urlSet = new UrlSet(classLoader);Classcom.opensymphony.xwork2.util.finderApache Struts
UrlValidatorThis validator checks that a field is a valid URL.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
URLValidatorURLValidator checks that a given field is a String and a valid URL Classcom.opensymphony.xwork2.validator.validatorsApache Struts
UtilTimerStack Struts2 profiling aspects involves the following: ActionContextCleanUpFreemarkerPageFilterDispatcherFilterClasscom.opensymphony.xwork2.util.profilingApache Struts
UtilTimerStack .ProfilingBlockA callback interface where code subjected to profile is to be executed.Interfacecom.opensymphony.xwork2.util.profiling.UtilTimerStackApache Struts
ValidateableProvides an interface in which a call for a validation check can be done.Interfacecom.opensymphony.xwork2Apache Struts
Validation This annotation has been deprecated since 2.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidationAwareValidationAware classes can accept Action (class level) or field level error messages.Interfacecom.opensymphony.xwork2.interceptorApache Struts
ValidationAwareSupportProvides a default implementation of ValidationAware.Classcom.opensymphony.xwork2Apache Struts
ValidationErrorAwareValidationErrorAware classes can be notified about validation errors before DefaultWorkflowInterceptor will return 'inputResultName' resultInterfacecom.opensymphony.xwork2.interceptorApache Struts
ValidationExceptionValidationException.Classcom.opensymphony.xwork2.validatorApache Struts
ValidationInterceptor This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.Classcom.opensymphony.xwork2.validatorApache Struts
ValidationParameter The ValidationParameter annotation is used as a parameter for CustomValidators.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
Validations If you want to use several annotations of the same type, these annotations must be nested within the @Validations() annotation.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidationWorkflowAwareValidationWorkflowAware classes can programmatically change result name when errors occurred This interface can be only applied to action which already implements ValidationAware interface!Interfacecom.opensymphony.xwork2.interceptorApache Struts
Validator The validators supplied by the XWork distribution (and any validators you might write yourself) come in two different flavors:Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorConfigHolds the necessary information for configuring an instance of a Validator.Classcom.opensymphony.xwork2.validatorApache Struts
ValidatorConfig .BuilderClasscom.opensymphony.xwork2.validator.ValidatorConfigApache Struts
ValidatorContextThe context for validation.Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorFactoryInterfacecom.opensymphony.xwork2.factoryApache Struts
ValidatorFactory Validation rules are handled by validators, which must be registered with the ValidatorFactory (using the registerValidator method).Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorFileParserThis class serves 2 purpose : Parse the validation config file.Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorSupportAbstract implementation of the Validator interface suitable for subclassing.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ValidatorTypeClasscom.opensymphony.xwork2.validator.annotationsApache Struts
ValueStackValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it.Interfacecom.opensymphony.xwork2.utilApache Struts
ValueStackFactoryInterfacecom.opensymphony.xwork2.utilApache Struts
VisitorFieldValidator The validator allows you to forward validator to object properties of your action using the objects own validator files.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
VisitorFieldValidator The VisitorFieldValidator allows you to forward validation to object properties of your action using the object's own validation files.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
VisitorFieldValidator .AppendingValidatorContextClasscom.opensymphony.xwork2.validator.validators.VisitorFieldValidatorApache Struts
WildcardHelperThis class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.Classcom.opensymphony.xwork2.utilApache Struts
WildcardUtilClasscom.opensymphony.xwork2.utilApache Struts
XmlConfigurationProviderLooks in the classpath for an XML file, xwork.Classcom.opensymphony.xwork2.config.providersApache Struts
XmlHelperClasscom.opensymphony.xwork2.config.providersApache Struts
XWorkClasscom.opensymphony.xwork2Apache Struts
XWorkBasicConverter XWork will automatically handle the most common type conversion for you.Classcom.opensymphony.xwork2.conversion.implApache Struts
XWorkCollectionPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkConfigurationProviderClasscom.opensymphony.xwork2.config.providersApache Struts
XWorkConstantsClasscom.opensymphony.xwork2Apache Struts
XWorkConverter XWorkConverter is a singleton used by many of the Struts 2's Ognl extension points, such as InstantiatingNullHandler, XWorkListPropertyAccessor etc to do objectClasscom.opensymphony.xwork2.conversion.implApache Struts
XWorkEnumerationAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkExceptionA generic runtime exception that optionally contains Location informationAuthor:Jason CarreiraSee Also:Serialized FormClasscom.opensymphony.xwork2Apache Struts
XWorkIteratorPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkJUnit4TestCaseClasscom.opensymphony.xwork2Apache Struts
XWorkListA simple list that guarantees that inserting and retrieving objects will always work regardless of the current size of the list.Classcom.opensymphony.xwork2.utilApache Struts
XWorkListPropertyAccessorOverrides the list property accessor so in the case of trying to add properties of a given bean and the JavaBean is not present,Classcom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkMapPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkMapPropertyAccessorTestClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkMessagesContains constants for some default XWork messages.Interfacecom.opensymphony.xwork2Apache Struts
XWorkMethodAccessorAllows methods to be executed under normal cirumstances, except when ReflectionContextState.Classcom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkObjectPropertyAccessorClasscom.opensymphony.xwork2.ognl.accessorApache Struts
XWorkTestCaseBase JUnit TestCase to extend for XWork specific JUnit tests.Classcom.opensymphony.xwork2Apache Struts
XWorkTestCaseHelperGeneric test setup methods to be used with any unit testing framework.Classcom.opensymphony.xwork2.utilApache Struts
XWorkTypeConverterWrapperClasscom.opensymphony.xwork2.ognlApache Struts