Uses of Package
com.opensymphony.xwork2

Packages that use com.opensymphony.xwork2
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
com.opensymphony.xwork2.conversion   
com.opensymphony.xwork2.conversion.impl   
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.interceptor.annotations Interceptor annotations. 
com.opensymphony.xwork2.mock XWork specific mock classes. 
com.opensymphony.xwork2.ognl   
com.opensymphony.xwork2.ognl.accessor   
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.spring.interceptor Spring specific interceptor classes. 
com.opensymphony.xwork2.util XWork util classes. 
com.opensymphony.xwork2.util.reflection   
com.opensymphony.xwork2.validator XWork validation subsystem. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2
Action
          All actions may implement this interface, which exposes the execute() method.
ActionContext
          The ActionContext is the context in which an Action is executed.
ActionEventListener
          Provides hooks for handling key action events
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ActionProxy
          ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
ActionProxyFactory
          The ActionProxyFactory is used to create ActionProxys to be executed.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
ResourceBundleTextProvider
          Extension Interface for TextProvider to help supporting ResourceBundles.
Result
          All results (except for Action.NONE) of an Action are mapped to a View implementation.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
Unchainable
          Simple marker interface to indicate an object should not have its properties copied during chaining.
UnknownHandler
          Handles cases when the result or action is unknown.
UnknownHandlerManager
          An unknown handler manager contains a list of UnknownHandler and iterates on them by order
Validateable
          Provides an interface in which a call for a validation check can be done.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
XWorkException
          A generic runtime exception that optionally contains Location information
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.config
XWorkException
          A generic runtime exception that optionally contains Location information
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.config.impl
ActionContext
          The ActionContext is the context in which an Action is executed.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.config.providers
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.conversion
XWorkException
          A generic runtime exception that optionally contains Location information
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.conversion.impl
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.interceptor
ActionContext
          The ActionContext is the context in which an Action is executed.
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ModelDriven
          ModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.interceptor.annotations
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.mock
ActionContext
          The ActionContext is the context in which an Action is executed.
ActionEventListener
          Provides hooks for handling key action events
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ActionProxy
          ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
Result
          All results (except for Action.NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.ognl
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.ognl.accessor
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.spring
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.spring.interceptor
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.util
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.util.reflection
XWorkException
          A generic runtime exception that optionally contains Location information
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.validator
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
 

Classes in com.opensymphony.xwork2 used by com.opensymphony.xwork2.validator.validators
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
 



Copyright © 2009 OpenSymphony. All Rights Reserved.