com.hack23.cia.web.impl.ui.controller.admin
Class LanguageContentActionHandler

Package class diagram package LanguageContentActionHandler
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler<ACTION,REQUEST,RESPONSE>
      extended by com.hack23.cia.web.impl.ui.controller.admin.AbstractAdminActionHandler<LanguageContentAction,LanguageContentRequest,LanguageContentResponse>
          extended by com.hack23.cia.web.impl.ui.controller.admin.LanguageContentActionHandler
All Implemented Interfaces:
ActionHandler

public class LanguageContentActionHandler
extends AbstractAdminActionHandler<LanguageContentAction,LanguageContentRequest,LanguageContentResponse>

The Class LanguageContentActionHandler.


Constructor Summary
LanguageContentActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
          Instantiates a new language content action handler.
 
Method Summary
 LanguageContentRequest createServiceRequest(LanguageContentAction action)
          Creates the service request.
 Class getSupportedAction()
          Gets the supported action.
 ModelAndView handleSuccessResponse(LanguageContentAction action, LanguageContentResponse 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

LanguageContentActionHandler

public LanguageContentActionHandler(ViewFactoryService viewFactoryService,
                                    ApplicationManager applicationManager)
Instantiates a new language content action handler.

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

createServiceRequest

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

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

Specified by:
handleSuccessResponse in class AbstractGenericHandler<LanguageContentAction,LanguageContentRequest,LanguageContentResponse>
Parameters:
action - the action
response - the response
Returns:
the model and view


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