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.providers Configuration provider classes. 
com.opensymphony.xwork2.interceptor Interceptor classes. 
com.opensymphony.xwork2.interceptor.annotations Interceptor annotations. 
com.opensymphony.xwork2.mock XWork specific mock classes. 
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.validator XWork validation subsystem. 
 

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 ActionProxies to be executed.
DefaultTextProvider
          DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
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 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 it's properties copied during chaining.
UnknownHandler
          Handles cases when the result or action is unknown.
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.providers
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 NONE) of an Action are mapped to a View implementation.
 

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
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.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.