com.hack23.cia.web.impl.ui.controller.user
Class AbstractTopListActionHandler<ACTION extends AbstractTopListAction,REQUEST extends AbstractTopListRequest,RESPONSE extends TopListResponse>

Package class diagram package AbstractTopListActionHandler
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.user.AbstractUserActionHandler<ACTION,REQUEST,RESPONSE>
          extended by com.hack23.cia.web.impl.ui.controller.user.AbstractTopListActionHandler<ACTION,REQUEST,RESPONSE>
All Implemented Interfaces:
ActionHandler
Direct Known Subclasses:
PartyActionHandler, TopListActionHandler

public abstract class AbstractTopListActionHandler<ACTION extends AbstractTopListAction,REQUEST extends AbstractTopListRequest,RESPONSE extends TopListResponse>
extends AbstractUserActionHandler<ACTION,REQUEST,RESPONSE>

The Class AbstractTopListActionHandler.


Constructor Summary
AbstractTopListActionHandler(ViewFactoryService viewFactoryService, ApplicationManager applicationManager)
          Instantiates a new abstract top list action handler.
 
Method Summary
 
Methods inherited from class com.hack23.cia.web.impl.ui.controller.common.AbstractGenericHandler
createServiceRequest, getApplicationManager, getUserStateService, getViewFactoryService, 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.impl.ui.controller.common.ActionHandler
getSupportedAction
 

Constructor Detail

AbstractTopListActionHandler

public AbstractTopListActionHandler(ViewFactoryService viewFactoryService,
                                    ApplicationManager applicationManager)
Instantiates a new abstract top list action handler.

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


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