com.hack23.cia.web.impl.ui.controller.application
Class ApplicationActionHandler

Package class diagram package ApplicationActionHandler
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler<ApplicationAction,ApplicationRequest,ApplicationResponse>
      extended by com.hack23.cia.web.impl.ui.controller.application.ApplicationActionHandler
All Implemented Interfaces:
ActionHandler

public class ApplicationActionHandler
extends AbstractGenericHandler<ApplicationAction,ApplicationRequest,ApplicationResponse>

The Class ApplicationActionHandler.


Constructor Summary
ApplicationActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
          Instantiates a new application action handler.
 
Method Summary
 ApplicationRequest createServiceRequest(ApplicationAction action)
          Creates the service request.
 Class getSupportedAction()
          Gets the supported action.
 ModelAndView handleSuccessResponse(ApplicationAction action, ApplicationResponse response)
          Handle success response.
 
Methods inherited from class com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler
getApplicationManager, getUserStateService, getViewFactoryService, processAction, processModelAndView, setUserStateService, setViewFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationActionHandler

public ApplicationActionHandler(ViewFactoryService viewFactoryService,
                                ApplicationManager applicationManager)
Instantiates a new application action handler.

Parameters:
viewFactoryService - the view factory service
applicationManager - the application manager
Method Detail

createServiceRequest

public final ApplicationRequest createServiceRequest(ApplicationAction action)
Description copied from class: AbstractGenericHandler
Creates the service request.

Specified by:
createServiceRequest in class AbstractGenericHandler<ApplicationAction,ApplicationRequest,ApplicationResponse>
Parameters:
action - the action
Returns:
the rEQUEST

getSupportedAction

public final Class getSupportedAction()
Description copied from interface: ActionHandler
Gets the supported action.

Returns:
the supported action

handleSuccessResponse

public final ModelAndView handleSuccessResponse(ApplicationAction action,
                                                ApplicationResponse response)
Description copied from class: AbstractGenericHandler
Handle success response.

Specified by:
handleSuccessResponse in class AbstractGenericHandler<ApplicationAction,ApplicationRequest,ApplicationResponse>
Parameters:
action - the action
response - the response
Returns:
the model and view


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.