com.hack23.cia.web.impl.ui.viewfactory.api.control
Class AgentDeploymentModelAndView

Package class diagram package AgentDeploymentModelAndView
java.lang.Object
  extended by com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.impl.ui.viewfactory.api.control.AbstractControlModelAndView
          extended by com.hack23.cia.web.impl.ui.viewfactory.api.control.AgentDeploymentModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class AgentDeploymentModelAndView
extends AbstractControlModelAndView

The Class AgentDeploymentModelAndView.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
static class AgentDeploymentModelAndView.AgentDeployment
          The Enum AgentDeployment.
 
Constructor Summary
Constructor and Description
AgentDeploymentModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, AgentDeploymentModelAndView.AgentDeployment agentDeployment)
          Instantiates a new agent deployment model and view.
 
Method Summary
Modifier and Type Method and Description
 AgentDeploymentModelAndView.AgentDeployment getAgentDeploymentViewSpecification()
          Gets the agent deployment view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
getControllerAction, getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentDeploymentModelAndView

public AgentDeploymentModelAndView(UserSessionDto userSessionDTO,
                                   ControllerAction controllerAction,
                                   AgentDeploymentModelAndView.AgentDeployment agentDeployment)
Instantiates a new agent deployment model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
agentDeployment - the agent deployment
Method Detail

getAgentDeploymentViewSpecification

public final AgentDeploymentModelAndView.AgentDeployment getAgentDeploymentViewSpecification()
Gets the agent deployment view specification.

Returns:
the agent deployment view specification

getViewSpecificationDescription

public final String getViewSpecificationDescription()
Description copied from interface: ModelAndView
Gets the view specification description.

Specified by:
getViewSpecificationDescription in interface ModelAndView
Specified by:
getViewSpecificationDescription in class AbstractModelAndView
Returns:
the view specification description


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