|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.controller.application.FrontController
public class FrontController
The Class FrontController.
Constructor Summary | |
---|---|
FrontController(List<ActionHandler> actionHandlers,
ActionHandler defaultActionHandler)
Instantiates a new front controller. |
Method Summary | |
---|---|
Map<Class<ControllerAction>,ActionHandler> |
getActionHandlersMap()
Gets the action handlers map. |
ActionHandler |
getDefaultActionHandler()
Gets the default action handler. |
void |
handleAction(ControllerAction action)
Handle action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrontController(List<ActionHandler> actionHandlers, ActionHandler defaultActionHandler)
actionHandlers
- the action handlersdefaultActionHandler
- the default action handlerMethod Detail |
---|
public final Map<Class<ControllerAction>,ActionHandler> getActionHandlersMap()
public final ActionHandler getDefaultActionHandler()
public final void handleAction(ControllerAction action)
Controller
handleAction
in interface Controller
action
- the action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |