|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.controller.common.AbstractGenericHandler<AbstractAction,ApplicationErrorRequest,ApplicationErrorResponse> com.hack23.cia.web.controller.common.DefaultActionHandler
public class DefaultActionHandler
The Class DefaultActionHandler.
Constructor Summary | |
---|---|
DefaultActionHandler(ViewFactoryService viewFactoryService,
ApplicationManager applicationManager)
Instantiates a new default action handler. |
Method Summary | |
---|---|
ApplicationErrorRequest |
createServiceRequest(AbstractAction action)
Creates the service request. |
Class |
getSupportedAction()
Gets the supported action. |
ModelAndView |
handleSuccessResponse(AbstractAction action,
ApplicationErrorResponse response)
Handle success response. |
Methods inherited from class com.hack23.cia.web.controller.common.AbstractGenericHandler |
---|
getApplicationManager, getUserStateService, getViewFactoryService, handleErrorResponse, processAction, processModelAndView, setUserStateService, setViewFactoryService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
viewFactoryService
- the view factory serviceapplicationManager
- the application managerMethod Detail |
---|
public final ApplicationErrorRequest createServiceRequest(AbstractAction action)
AbstractGenericHandler
createServiceRequest
in class AbstractGenericHandler<AbstractAction,ApplicationErrorRequest,ApplicationErrorResponse>
action
- the action
public final Class getSupportedAction()
ActionHandler
public final ModelAndView handleSuccessResponse(AbstractAction action, ApplicationErrorResponse response)
AbstractGenericHandler
handleSuccessResponse
in class AbstractGenericHandler<AbstractAction,ApplicationErrorRequest,ApplicationErrorResponse>
action
- the actionresponse
- the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |