Uses of Class
name.matthewgreet.strutscommons.action.AbstractActionSupport
Packages that use AbstractActionSupport
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractActionSupport in name.matthewgreet.strutscommons.action
Subclasses of AbstractActionSupport in name.matthewgreet.strutscommons.actionModifier and TypeClassDescriptionclass
AbstractFindBaseRecordListActionSupport<M extends Serializable,
T extends Serializable, F extends AbstractForm> Template Struts 2 Action for creating Strategies that load an instance ofListCache
, usually from a form.class
AbstractFindIdListActionSupport<M extends Serializable,
K extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an id list in theListCache
used by the target, viewer action.class
AbstractFindIndexListActionSupport<M extends Serializable,
T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an index-based list in theListCache
used by the target, viewer action.class
AbstractFindListActionSupport<M extends Serializable,
T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load a list cache in theAbstractCompositeCache
.class
AbstractFindListMultiModeActionSupport<M extends Serializable,
K extends Serializable, T extends Serializable, F extends Form> Template class for creating Command objects that load a list cache in theAbstractCompositeCache
by various pagination modes, whether full list, page by id, or page by index.class
AbstractFormDrivenActionSupport<F extends Form>
Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.class
Template class of Struts 2 action for serving Json data of generic type T, usually for JQuery-based pages using jQuery.getJSON.class
AbstractSaveListActionSupport<M extends Serializable,
K extends Serializable, T extends Serializable, F extends AbstractForm> Template class for changing business data related to the currently, selected item.class
Template class for Struts 2 actions that display something.class
AbstractViewListActionSupport<M extends Serializable,
K extends Serializable, T extends Serializable, FT> Struts 2 Template class for displaying and controlling list data on a JSP from an instance ofListCache
, which, if it's a slave list, is linked to a master list.