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 TypeClassDescriptionclass
AbstractFormDrivenActionSupport<F extends Form>
Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.interface
FormDriven<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 TypeInterfaceDescriptioninterface
Interface for Struts 2 forms that can be processed byFormFormatterInterceptor
andStrutsMiscellaneousLibrary.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object)
.Classes in name.matthewgreet.strutscommons.form that implement FormModifier and TypeClassDescriptionclass
Template for class that receives form data for form driven Actions.class
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.