|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
GeneralController | Base servlet for controllers. |
ManageEstimatorController | Controller to generate a estimator control view and take the new parameters to update it. |
PersonalPlanController | Servlet which gets information from POST and process an event. |
Controllers of the web layer.
In this package, there are controller servlets, according to MVC
model.
The subpackages are referred to the web layer to specific event handlers
for the model and for the views.
General sequence diagram for responsing a request is:
EventHandler classes and event names are joined throught a properties file.
Here you are a class diagram for this package (it's so simple):
The next attributes will be present in session
Attribute name | Events which set the attribute |
estimator | ShowPlanEvent, estimator/SeeEstimatorEvent |
plan | ShowPlanEvent |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |