Uses of Class
com.hack23.cia.web.api.common.AbstractAction

Packages that use AbstractAction
Package Description
com.hack23.cia.web.api.administration Provides... 
com.hack23.cia.web.api.common Common web actions. 
com.hack23.cia.web.api.configuration Provides... 
com.hack23.cia.web.api.content Provides... 
com.hack23.cia.web.api.control Provides... 
com.hack23.cia.web.api.events Provides... 
com.hack23.cia.web.api.monitoring Provides... 
com.hack23.cia.web.impl.ui.controller.common Common controller, contains action handler definition and abstract base classes. 
com.hack23.cia.web.impl.ui.controller.content Provides... 
com.hack23.cia.web.impl.ui.controller.events Provides... 
 

Uses of AbstractAction in com.hack23.cia.web.api.administration
 

Subclasses of AbstractAction in com.hack23.cia.web.api.administration
Modifier and Type Class and Description
 class AbstractAdminAction
          The Class AbstractAdminAction.
 

Uses of AbstractAction in com.hack23.cia.web.api.common
 

Subclasses of AbstractAction in com.hack23.cia.web.api.common
Modifier and Type Class and Description
 class ApplicationAction
          The Class ApplicationAction.
 class ApplicationErrorAction
          The Class ApplicationErrorAction.
 

Uses of AbstractAction in com.hack23.cia.web.api.configuration
 

Subclasses of AbstractAction in com.hack23.cia.web.api.configuration
Modifier and Type Class and Description
 class AbstractConfigurationAction
          The Class AbstractConfigurationAction.
 class AgencyAction
          The Class AgencyAction.
 class ConfigureAgencyAction
          The Class ConfigureAgencyAction.
 class PortalAction
          The Class PortalAction.
 

Uses of AbstractAction in com.hack23.cia.web.api.content
 

Subclasses of AbstractAction in com.hack23.cia.web.api.content
Modifier and Type Class and Description
 class AbstractTopListAction
          The Class AbstractTopListAction.
 class BallotAction
          The Class BallotAction.
 class CommitteeReportAction
          The Class CommitteeReportAction.
 class CommitteeReportsAction
          The Class CommitteeReportsAction.
 class ExternalUrlAction
          The Class ExternalUrlAction.
 class LanguageAgencyAction
          The Class LanguageAgencyAction.
 class LanguageContentAction
          The Class LanguageContentAction.
 class ParliamentMemberAction
          The Class ParliamentMemberAction.
 class PartyAction
          The Class PartyAction.
 class SearchAction
          The Class SearchAction.
 class TopListAction
          The Class TopListAction.
 

Uses of AbstractAction in com.hack23.cia.web.api.control
 

Subclasses of AbstractAction in com.hack23.cia.web.api.control
Modifier and Type Class and Description
 class AgentDeploymentAction
          The Class AgentDeploymentAction.
 

Uses of AbstractAction in com.hack23.cia.web.api.events
 

Subclasses of AbstractAction in com.hack23.cia.web.api.events
Modifier and Type Class and Description
 class AbstractUserAction
          The Class AbstractUserAction.
 class UserAccountAction
          The Class UserAccountAction.
 class UserAction
          The Class UserAction.
 

Uses of AbstractAction in com.hack23.cia.web.api.monitoring
 

Subclasses of AbstractAction in com.hack23.cia.web.api.monitoring
Modifier and Type Class and Description
 class MonitorAdminAction
          The Class MonitorAdminAction.
 

Uses of AbstractAction in com.hack23.cia.web.impl.ui.controller.common
 

Classes in com.hack23.cia.web.impl.ui.controller.common with type parameters of type AbstractAction
Modifier and Type Class and Description
 class AbstractGenericHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractGenericHandler.
 

Methods in com.hack23.cia.web.impl.ui.controller.common with parameters of type AbstractAction
Modifier and Type Method and Description
 ApplicationErrorRequest DefaultActionHandler.createServiceRequest(AbstractAction action)
           
 ModelAndView DefaultActionHandler.handleSuccessResponse(AbstractAction action, ApplicationErrorResponse response)
           
 

Uses of AbstractAction in com.hack23.cia.web.impl.ui.controller.content
 

Classes in com.hack23.cia.web.impl.ui.controller.content with type parameters of type AbstractAction
Modifier and Type Class and Description
 class AbstractContentActionHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractContentActionHandler.
 

Uses of AbstractAction in com.hack23.cia.web.impl.ui.controller.events
 

Classes in com.hack23.cia.web.impl.ui.controller.events with type parameters of type AbstractAction
Modifier and Type Class and Description
 class AbstractEventsActionHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractEventsActionHandler.
 



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