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 TypeClassDescriptionclassAbstractFindBaseRecordListActionSupport<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.classAbstractFindIdListActionSupport<M extends Serializable,K extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an id list in theListCacheused by the target, viewer action.classAbstractFindIndexListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an index-based list in theListCacheused by the target, viewer action.classAbstractFindListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load a list cache in theAbstractCompositeCache.classAbstractFindListMultiModeActionSupport<M extends Serializable,K extends Serializable, T extends Serializable, F extends Form> Template class for creating Command objects that load a list cache in theAbstractCompositeCacheby various pagination modes, whether full list, page by id, or page by index.classAbstractSaveListActionSupport<M extends Serializable,K extends Serializable, T extends Serializable, F extends AbstractForm> Template class for changing business data related to the currently, selected item.