|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormController | |
| org.davesag.generica.controller | Controllers are application specific business 'control' logic that the various
actions and forms call on. |
| org.davesag.generica.servlet.form | The form package contains Form Beans that follow the Struts
standard form beans pattern. |
| Uses of FormController in org.davesag.generica.controller |
| Classes in org.davesag.generica.controller that implement FormController | |
class |
AbstractUserProfileController
AbstractUserProfileController is a base implementation that
populates a Generic Form with details from the supplied user object and
vice-verca, and performs the necessary summary/presentation logic required
that is special for users above other kinds of business objects. |
| Uses of FormController in org.davesag.generica.servlet.form |
| Methods in org.davesag.generica.servlet.form that return FormController | |
FormController |
GenericForm.getController(String controllerclass)
Gets the FormController to be used by this form. |
FormController |
GenericForm.getController(String controllerclass,
HttpServletRequest request)
Gets the FormController to be used by this form. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||