Uses of Class
name.matthewgreet.strutscommons.form.AbstractForm
Packages that use AbstractForm
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Template classes and supporting interfaces for holding user submitted forms.
-
Uses of AbstractForm in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action with type parameters of type AbstractFormModifier 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
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. -
Uses of AbstractForm in name.matthewgreet.strutscommons.form
Subclasses of AbstractForm in name.matthewgreet.strutscommons.formModifier and TypeClassDescriptionclass
Template for Struts 2 forms that receives form data and can be processed byFormFormatterInterceptor
andStrutsMiscellaneousLibrary.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object)
.class
Class for form driven Actions that don't receive any form data.