Uses of Interface
com.opensymphony.xwork.Action

Packages that use Action
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.portlet.dispatcher   
com.opensymphony.webwork.util Miscellaneous helper classes. 
com.opensymphony.xwork   
 

Uses of Action in com.opensymphony.webwork.components
 

Classes in com.opensymphony.webwork.components that implement Action
 class AbstractRichtexteditorConnector
          An abstract class to be extended in order for the Rich text editor to perform server-side browsing and uploading.
 class DefaultRichtexteditorConnector
           
 

Uses of Action in com.opensymphony.webwork.config_browser
 

Classes in com.opensymphony.webwork.config_browser that implement Action
 class ActionNamesAction
          ActionNamesAction
 class ListValidatorsAction
          ListValidatorsAction loads the validations for a given class and context
 class ShowConfigAction
          ShowConfigAction
 class ShowValidatorAction
          ShowValidatorAction
 

Uses of Action in com.opensymphony.webwork.dispatcher
 

Classes in com.opensymphony.webwork.dispatcher that implement Action
 class DefaultActionSupport
          A simple action support class that sets properties to be able to serve
 

Uses of Action in com.opensymphony.webwork.portlet.dispatcher
 

Classes in com.opensymphony.webwork.portlet.dispatcher that implement Action
 class DirectRenderFromEventAction
          When a portlet is targetted for an event, the portlet will receive two portlet requests, one for the event phase, and then followed by a render operation.
 

Uses of Action in com.opensymphony.webwork.util
 

Classes in com.opensymphony.webwork.util that implement Action
 class AppendIteratorFilter
          A bean that takes several iterators and outputs them in sequence
 class IteratorGenerator
          A bean that generates an iterator filled with a given object depending on the count, separator and converter defined.
 class MergeIteratorFilter
          A bean that takes several iterators and outputs the merge of them.
 class SortIteratorFilter
          A bean that takes a source and comparator then attempt to sort the source utilizing the comparator.
 class SubsetIteratorFilter
          A bean that takes an iterator and outputs a subset of it.
 

Uses of Action in com.opensymphony.xwork
 

Classes in com.opensymphony.xwork that implement Action
 class ActionSupport
          Provides a default implementation for the most common actions.
 


WebWork Project Page