com.hack23.cia.web.controller.user
Class AbstractUserActionHandler<ACTION extends AbstractUserAction,REQUEST extends AbstractUserRequest,RESPONSE extends AbstractUserResponse>
java.lang.Object
com.hack23.cia.web.controller.common.AbstractGenericHandler<ACTION,REQUEST,RESPONSE>
com.hack23.cia.web.controller.user.AbstractUserActionHandler<ACTION,REQUEST,RESPONSE>
- All Implemented Interfaces:
- ActionHandler
- Direct Known Subclasses:
- AbstractTopListActionHandler, BallotActionHandler, CommitteeReportActionHandler, CommitteeReportsActionHandler, ExternalUrlActionHandler, ParliamentMemberActionHandler, SearchActionHandler, UserAccountActionHandler, UserActionHandler
public abstract class AbstractUserActionHandler<ACTION extends AbstractUserAction,REQUEST extends AbstractUserRequest,RESPONSE extends AbstractUserResponse>
- extends AbstractGenericHandler<ACTION,REQUEST,RESPONSE>
The Class AbstractUserActionHandler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUserActionHandler
public AbstractUserActionHandler(ViewFactoryService viewFactoryService,
ApplicationManager applicationManager)
- Instantiates a new abstract user action handler.
- Parameters:
viewFactoryService
- the view factory serviceapplicationManager
- the application manager
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.