|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractController | |
| org.davesag.generica.controller | Controllers are application specific business 'control' logic that the various
actions and forms call on. |
| Uses of AbstractController in org.davesag.generica.controller |
| Subclasses of AbstractController in org.davesag.generica.controller | |
class |
AbstractActionController
The AbstractActionController is a good root class for all of
your ActionController s. |
class |
AbstractHibernateController
The AbstractHibernateController adds a utility method to the
AbstractActionController for obtaining the current hibernate
session. |
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. |
class |
GenericContentSelector
This controller manages presentation of SiteCopy for your application. |
class |
SimpleUploadController
Writes the uploaded data to a file at the path specified. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||