Uses of Class
lcanals.tc.web.event.EventHandlerException

Packages that use EventHandlerException
lcanals.tc.web.event Events of the application. 
lcanals.tc.web.event.estimator Events to manage different kind of estimators. 
lcanals.tc.web.event.plan Events to manage a plan and its tasks. 
 

Uses of EventHandlerException in lcanals.tc.web.event
 

Methods in lcanals.tc.web.event that throw EventHandlerException
 void EventHandler.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Process the received parameters from the request.
protected  void AbstractEventHandler.dispatch(javax.servlet.ServletContext context, java.lang.String urlName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Dispatch to the given NAME
 void ErrorEvent.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Do nothing
 

Uses of EventHandlerException in lcanals.tc.web.event.estimator
 

Methods in lcanals.tc.web.event.estimator that throw EventHandlerException
 void SeeEstimatorEvent.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Process the received parameters from the request.
 

Uses of EventHandlerException in lcanals.tc.web.event.plan
 

Methods in lcanals.tc.web.event.plan that throw EventHandlerException
 void NewTaskEvent.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Creates a new task and inserts it into the user session object.
 void NewPlanEvent.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Stores a new plan into the session.
 void UpdateTaskEvent.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Update the task into the plan within the user's session.
 void ShowPlanEvent.process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
          Shows the current user's plan.
 



Luis F. Canals. Supported by www.sourceforge.net