Uses of Class
name.matthewgreet.strutscommons.form.AbstractForm
Packages that use AbstractForm
Package
Description
-
Uses of AbstractForm in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action with type parameters of type AbstractFormModifier and TypeClassDescriptionclass
AbstractFormDrivenActionSupport<F extends AbstractForm>
Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests. -
Uses of AbstractForm in name.matthewgreet.strutscommons.form
Subclasses of AbstractForm in name.matthewgreet.strutscommons.formModifier and TypeClassDescriptionclass
Form for Template Struts 2 Actions that use a form class as a type parameter, such asAbstractFormDrivenActionSupport
, but don't actually accept any form data. -
Uses of AbstractForm in name.matthewgreet.strutscommons.util
Classes in name.matthewgreet.strutscommons.util with type parameters of type AbstractFormModifier and TypeInterfaceDescriptioninterface
FormDriven<T extends AbstractForm>
Interface indicating Struts 2 action accepts form data into a form object and describes how the form should be handled in workflow.