Uses of Class
name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
Packages that use AbstractFormDrivenActionSupport
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractFormDrivenActionSupport in name.matthewgreet.strutscommons.action
Subclasses of AbstractFormDrivenActionSupport 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
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.