com.hack23.cia.web.controller.admin
Class AbstractAdminActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractAdminRequest,RESPONSE extends AbstractAdminResponse>

Package class diagram package AbstractAdminActionHandler
java.lang.Object
  extended by com.hack23.cia.web.controller.common.AbstractGenericHandler<ACTION,REQUEST,RESPONSE>
      extended by com.hack23.cia.web.controller.admin.AbstractAdminActionHandler<ACTION,REQUEST,RESPONSE>
All Implemented Interfaces:
ActionHandler
Direct Known Subclasses:
AgencyActionHandler, AgentDeploymentActionHandler, ConfigureAgencyActionHandler, LanguageAgencyActionHandler, LanguageContentActionHandler, MonitorActionHandler, PortalActionHandler

public abstract class AbstractAdminActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractAdminRequest,RESPONSE extends AbstractAdminResponse>
extends AbstractGenericHandler<ACTION,REQUEST,RESPONSE>

The Class AbstractAdminActionHandler.


Constructor Summary
AbstractAdminActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
          Instantiates a new abstract admin action handler.
 
Method Summary
 
Methods inherited from class com.hack23.cia.web.controller.common.AbstractGenericHandler
createServiceRequest, getApplicationManager, getUserStateService, getViewFactoryService, handleErrorResponse, handleSuccessResponse, processAction, processModelAndView, setUserStateService, setViewFactoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.web.controller.common.ActionHandler
getSupportedAction
 

Constructor Detail

AbstractAdminActionHandler

public AbstractAdminActionHandler(ViewFactoryService viewFactoryService,
                                  ApplicationManager applicationManager)
Instantiates a new abstract admin action handler.

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


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