|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.davesag.generica.controller | |
| org.davesag.generica.controller | Controllers are application specific business 'control' logic that the various
actions and forms call on. |
| org.davesag.generica.servlet.action | The action package contains Struts actions that
cover most of the Actions you should ever need to write. |
| org.davesag.generica.servlet.form | The form package contains Form Beans that follow the Struts
standard form beans pattern. |
| Classes in org.davesag.generica.controller used by org.davesag.generica.controller | |
| AbstractActionController
The AbstractActionController is a good root class for all of
your ActionController s. |
|
| AbstractController
The AbstractController is the root class for all controllers. |
|
| AbstractHibernateController
The AbstractHibernateController adds a utility method to the
AbstractActionController for obtaining the current hibernate
session. |
|
ActionController
ActionController implementations provide the core business
logic for the Struts actions. |
|
Controller
Controller implementations provide the core business logic for
the Struts forms and actions. |
|
FormController
FormController implementations provide the core business logic
for the Struts forms. |
|
| Presenter
An implementation of the Presenter interface must be able to
load up the request with information useful for the GUI to
present to the user. |
|
| Saver
An implementation of the Saver interface must be able to save
an object to a peristant store. |
|
| Summariser
An implementation of the Summariser interface must be able to
summarise an object for use by a GUI or similar. |
|
| UploadController
An implementation of the UploadController interface must be
able to write a FormFile to some form of data store. |
|
| Classes in org.davesag.generica.controller used by org.davesag.generica.servlet.action | |
ActionController
ActionController implementations provide the core business
logic for the Struts actions. |
|
| Classes in org.davesag.generica.controller used by org.davesag.generica.servlet.form | |
FormController
FormController implementations provide the core business logic
for the Struts forms. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||