Uses of Package
com.opensymphony.xwork

Packages that use com.opensymphony.xwork
com.opensymphony.webwork Main WebWork interfaces and classes. 
com.opensymphony.webwork.components   
com.opensymphony.webwork.config_browser   
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.dispatcher.json   
com.opensymphony.webwork.dispatcher.mapper   
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
com.opensymphony.webwork.interceptor.debugging   
com.opensymphony.webwork.pico   
com.opensymphony.webwork.plexus   
com.opensymphony.webwork.portlet.dispatcher   
com.opensymphony.webwork.portlet.result   
com.opensymphony.webwork.sitemesh   
com.opensymphony.webwork.spring   
com.opensymphony.webwork.spring.interceptor   
com.opensymphony.webwork.util Miscellaneous helper classes. 
com.opensymphony.webwork.validators   
com.opensymphony.webwork.views   
com.opensymphony.webwork.views.freemarker Classes for views using FreeMarker. 
com.opensymphony.webwork.views.jasperreports Classes for views using Jasper Reports. 
com.opensymphony.webwork.views.jsp.ui WebWorks's JSP UI tags. 
com.opensymphony.webwork.views.sitemesh   
com.opensymphony.webwork.views.tiles   
com.opensymphony.webwork.views.xslt The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output. 
com.opensymphony.xwork   
com.opensymphony.xwork.config   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.interceptor.component   
com.opensymphony.xwork.mock   
com.opensymphony.xwork.spring   
com.opensymphony.xwork.spring.interceptor   
com.opensymphony.xwork.util   
com.opensymphony.xwork.validator   
com.opensymphony.xwork.validator.validators   
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork
ActionContext
          The ActionContext is the context in which an Action is executed.
XworkException
          A generic runtime exception that optionally contains Location information
XWorkTestCase
          Base JUnit TestCase to extend for XWork specific unit tests.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.components
Action
          All actions may implement this interface, which exposes the execute() method.
ActionProxy
          ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
ActionSupport
          Provides a default implementation for the most common actions.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
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.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.config_browser
Action
          All actions may implement this interface, which exposes the execute() method.
ActionSupport
          Provides a default implementation for the most common actions.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
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.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.dispatcher
Action
          All actions may implement this interface, which exposes the execute() method.
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ActionSupport
          Provides a default implementation for the most common actions.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
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.
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.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.dispatcher.json
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.dispatcher.mapper
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.interceptor
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.interceptor.debugging
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.pico
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.
DefaultActionInvocation
          The Default ActionInvocation implementation
DefaultActionProxyFactory
          DefaultActionProxyFactory
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.plexus
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.portlet.dispatcher
Action
          All actions may implement this interface, which exposes the execute() method.
ActionProxyFactory
          The ActionProxyFactory is used to create ActionProxies to be executed.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.portlet.result
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.sitemesh
ActionContext
          The ActionContext is the context in which an Action is executed.
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

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

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

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.util
Action
          All actions may implement this interface, which exposes the execute() method.
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.validators
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.
DefaultActionInvocation
          The Default ActionInvocation implementation
DefaultActionProxy
          The Default ActionProxy implementation
ValidationAwareSupport
          Provides a default implementation of ValidationAware.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views.freemarker
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views.jasperreports
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views.jsp.ui
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views.sitemesh
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views.tiles
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.webwork.views.xslt
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork
Action
          All actions may implement this interface, which exposes the execute() method.
ActionContext
          The ActionContext is the context in which an Action is executed.
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.
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.
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.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.config
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
XworkException
          A generic runtime exception that optionally contains Location information
 

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

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

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.mock
ActionContext
          The ActionContext is the context in which an Action is executed.
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.xwork used by com.opensymphony.xwork.spring
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

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

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.util
XworkException
          A generic runtime exception that optionally contains Location information
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.validator
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
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.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.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.
 


WebWork Project Page