com.hack23.cia.web.impl.ui.controller.monitoring
Class AbstractMonitorActionHandler<ACTION extends MonitorAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>

Package class diagram package AbstractMonitorActionHandler
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.monitoring.AbstractMonitorActionHandler<ACTION,REQUEST,RESPONSE>
Type Parameters:
ACTION - the generic type
REQUEST - the generic type
RESPONSE - the generic type
All Implemented Interfaces:
ActionHandler
Direct Known Subclasses:
MonitorActionHandler

public abstract class AbstractMonitorActionHandler<ACTION extends MonitorAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
extends AbstractGenericHandler<ACTION,REQUEST,RESPONSE>

The Class AbstractMonitorActionHandler.


Constructor Summary
Modifier Constructor and Description
protected AbstractMonitorActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
          Instantiates a new abstract monitor action handler.
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler
createServiceRequest, getApplicationDtoFactory, getApplicationManager, getUserStateService, getViewFactoryService, handleSuccessResponse, processAction, setApplicationDtoFactory, 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.impl.ui.controller.common.ActionHandler
getSupportedAction
 

Constructor Detail

AbstractMonitorActionHandler

protected AbstractMonitorActionHandler(ViewFactoryService viewFactoryService,
                                       ApplicationManager applicationManager)
Instantiates a new abstract monitor action handler.

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


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