Uses of Class
name.matthewgreet.strutscommons.form.AbstractForm
Packages that use AbstractForm
Package
Description
Template classes and supporting interfaces for holding user submitted forms.
-
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.