lcanals.tc.web
Class ManageEstimatorController
lcanals.tc.web.GeneralController
|
+--lcanals.tc.web.ManageEstimatorController
- public class ManageEstimatorController
- extends GeneralController
Controller to generate a estimator control view and take the new parameters
to update it.
Recognized events are SEE_ESTIMATOR_EVENT and UPDATE_ESTIMATOR_EVENT.
To know how views are selected (think that it's different the information
to be shown for different estimators), take a look at
SeeEstimatorEvent
- Author:
- www.lfcanals.es.org
Method Summary |
void |
doGet(lcanals.tc.web.HttpServletRequest request,
lcanals.tc.web.HttpServletResponse response)
Does not get any event, only permforms the default event which
shows the page for managing an estimator |
void |
doPost(lcanals.tc.web.HttpServletRequest request,
lcanals.tc.web.HttpServletResponse response)
Updates the managed estimator, invoking update event. |
void |
init()
Load and instantiates the event handlers for seeing and updating
an estimator. |
ManageEstimatorController
public ManageEstimatorController()
init
public void init()
throws javax.servlet.ServletException
- Load and instantiates the event handlers for seeing and updating
an estimator.
- Overrides:
init
in class GeneralController
doGet
public void doGet(lcanals.tc.web.HttpServletRequest request,
lcanals.tc.web.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Does not get any event, only permforms the default event which
shows the page for managing an estimator
doPost
public void doPost(lcanals.tc.web.HttpServletRequest request,
lcanals.tc.web.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Updates the managed estimator, invoking update event.
Luis F. Canals. Supported by www.sourceforge.net