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 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.