com.hack23.cia.web.controller.user
Class ExternalUrlActionHandler

Package class diagram package ExternalUrlActionHandler
java.lang.Object
  extended by com.hack23.cia.web.controller.common.AbstractGenericHandler<ACTION,REQUEST,RESPONSE>
      extended by com.hack23.cia.web.controller.user.AbstractUserActionHandler<ExternalUrlAction,ExternalUrlRequest,ExternalUrlResponse>
          extended by com.hack23.cia.web.controller.user.ExternalUrlActionHandler
All Implemented Interfaces:
ActionHandler

public class ExternalUrlActionHandler
extends AbstractUserActionHandler<ExternalUrlAction,ExternalUrlRequest,ExternalUrlResponse>

The Class ExternalUrlActionHandler.


Constructor Summary
ExternalUrlActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
          Instantiates a new external url action handler.
 
Method Summary
 ExternalUrlRequest createServiceRequest(ExternalUrlAction action)
          Creates the service request.
 Class getSupportedAction()
          Gets the supported action.
 ModelAndView handleSuccessResponse(ExternalUrlAction action, ExternalUrlResponse 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

ExternalUrlActionHandler

public ExternalUrlActionHandler(ViewFactoryService viewFactoryService,
                                ApplicationManager applicationManager)
Instantiates a new external url action handler.

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

createServiceRequest

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

Specified by:
createServiceRequest in class AbstractGenericHandler<ExternalUrlAction,ExternalUrlRequest,ExternalUrlResponse>
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(ExternalUrlAction action,
                                                ExternalUrlResponse response)
Description copied from class: AbstractGenericHandler
Handle success response.

Specified by:
handleSuccessResponse in class AbstractGenericHandler<ExternalUrlAction,ExternalUrlRequest,ExternalUrlResponse>
Parameters:
action - the action
response - the response
Returns:
the model and view


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