|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler<ACTION,REQUEST,RESPONSE> com.hack23.cia.web.impl.ui.controller.content.AbstractContentActionHandler<ACTION,REQUEST,RESPONSE> com.hack23.cia.web.impl.ui.controller.content.AbstractUserActionHandler<UserAccountAction,AbstractUserAccountRequest,AbstractUserAccountResponse> com.hack23.cia.web.impl.ui.controller.content.UserAccountActionHandler
public class UserAccountActionHandler extends AbstractUserActionHandler<UserAccountAction,AbstractUserAccountRequest,AbstractUserAccountResponse>
The Class UserAccountActionHandler.
Constructor and Description |
---|
UserAccountActionHandler(ViewFactoryService viewFactoryService,
ApplicationManager applicationManager)
Instantiates a new user account action handler. |
Modifier and Type | Method and Description |
---|---|
AbstractUserAccountRequest |
createServiceRequest(UserAccountAction action)
Creates the service request. |
Class |
getSupportedAction()
Gets the supported action. |
ModelAndView |
handleSuccessResponse(UserAccountAction action,
AbstractUserAccountResponse response)
Handle success response. |
Methods inherited from class com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler |
---|
getApplicationDtoFactory, getApplicationManager, getUserStateService, getViewFactoryService, processAction, setApplicationDtoFactory, setUserStateService, setViewFactoryService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserAccountActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
viewFactoryService
- the view factory serviceapplicationManager
- the application managerMethod Detail |
---|
public final AbstractUserAccountRequest createServiceRequest(UserAccountAction action)
AbstractGenericHandler
createServiceRequest
in class AbstractGenericHandler<UserAccountAction,AbstractUserAccountRequest,AbstractUserAccountResponse>
action
- the actionpublic final Class getSupportedAction()
ActionHandler
public final ModelAndView handleSuccessResponse(UserAccountAction action, AbstractUserAccountResponse response)
AbstractGenericHandler
handleSuccessResponse
in class AbstractGenericHandler<UserAccountAction,AbstractUserAccountRequest,AbstractUserAccountResponse>
action
- the actionresponse
- the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |