|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.web.impl.ui.controller.application.FrontController
public class FrontController extends Object implements Controller
The Class FrontController.
| Constructor and Description |
|---|
FrontController(List<ActionHandler> actionHandlers,
ActionHandler defaultActionHandler)
Instantiates a new front controller. |
| Modifier and Type | Method and Description |
|---|---|
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 handler| Method Detail |
|---|
public final Map<Class<ControllerAction>,ActionHandler> getActionHandlersMap()
public final ActionHandler getDefaultActionHandler()
public final void handleAction(ControllerAction action)
Controller
handleAction in interface Controlleraction - the action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||