Uses of Interface
name.matthewgreet.strutscommons.form.Form
Packages that use Form
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Template classes and supporting interfaces for holding user submitted forms.
-
Uses of Form in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action with type parameters of type FormModifier and TypeClassDescriptionclassAbstractFindListMultiModeActionSupport<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.interfaceFormDriven<T extends Form>Interface indicating Struts 2 action accepts form data into a form object and describes how the form should be handled in workflow. -
Uses of Form in name.matthewgreet.strutscommons.form
Subinterfaces of Form in name.matthewgreet.strutscommons.formModifier and TypeInterfaceDescriptioninterfaceInterface for Struts 2 forms that can be processed byFormFormatterInterceptorandStrutsMiscellaneousLibrary.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object).Classes in name.matthewgreet.strutscommons.form that implement FormModifier and TypeClassDescriptionclassTemplate for class that receives form data for form driven Actions.classTemplate for Struts 2 forms that receives form data and can be processed byFormFormatterInterceptorandStrutsMiscellaneousLibrary.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object).classClass for form driven Actions that don't receive any form data.