Uses of Interface
name.matthewgreet.strutscommons.action.FormDriven
Packages that use FormDriven
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of FormDriven in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action that implement FormDrivenModifier 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.classAbstractFormDrivenActionSupport<F extends Form>Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.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.