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. 
org.apache.struts2 Main Struts interfaces and classes. 
org.apache.struts2.components   
org.apache.struts2.config Classes for Struts configuration and property handling. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.impl   
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.interceptor.debugging   
org.apache.struts2.interceptor.validation   
org.apache.struts2.util Miscellaneous helper classes. 
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
org.apache.struts2.views.velocity Classes for views using Velocity. 
org.apache.struts2.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. 
 

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.
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.
ValidationAwareSupport
          Provides a default implementation of ValidationAware.
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.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

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.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2
ActionContext
          The ActionContext is the context in which an Action is executed.
XWorkException
          A generic runtime exception that optionally contains Location information
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.components
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.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.config
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for Action.NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.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 Action.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.xwork2 used by org.apache.struts2.dispatcher.mapper
Result
          All results (except for Action.NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.impl
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.
DefaultActionProxy
          The Default ActionProxy implementation
DefaultActionProxyFactory
          Default factory for ActionProxyFactory.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
Result
          All results (except for Action.NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.interceptor
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.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.interceptor.debugging
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.interceptor.validation
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.xwork2 used by org.apache.struts2.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.xwork2 used by org.apache.struts2.views.freemarker
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
Result
          All results (except for Action.NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork2 used by org.apache.struts2.views.velocity
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

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



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.