java.lang.Object
com.hack23.cia.web.controller.common.AbstractGenericHandler<ACTION,REQUEST,RESPONSE>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAdminActionHandler
public AbstractAdminActionHandler(ViewFactoryService viewFactoryService,
ApplicationManager applicationManager)
- Instantiates a new abstract admin action handler.
- Parameters:
viewFactoryService
- the view factory serviceapplicationManager
- the application manager
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.