com.hack23.cia.web.viewfactory.api.admin
Class MonitorModelAndView

Package class diagram package MonitorModelAndView
java.lang.Object
  extended by com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView
      extended by com.hack23.cia.web.viewfactory.api.admin.AbstractAdminModelAndView
          extended by com.hack23.cia.web.viewfactory.api.admin.MonitorModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class MonitorModelAndView
extends AbstractAdminModelAndView

The Class MonitorModelAndView.

See Also:
Serialized Form

Nested Class Summary
static class MonitorModelAndView.MonitorViewSpecification
          The Enum MonitorViewSpecification.
 
Constructor Summary
MonitorModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, MonitorModelAndView.MonitorViewSpecification monitorViewSpecification, ImageContent imageContent)
          Instantiates a new monitor model and view.
 
Method Summary
 ImageContent getGraphFilePath()
          Gets the graph file path.
 MonitorModelAndView.MonitorViewSpecification getMonitorViewSpecification()
          Gets the monitor view specification.
 String getViewSpecificationDescription()
          Gets the view specification description.
 
Methods inherited from class com.hack23.cia.web.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

MonitorModelAndView

public MonitorModelAndView(UserSessionDTO userSessionDTO,
                           ControllerAction controllerAction,
                           MonitorModelAndView.MonitorViewSpecification monitorViewSpecification,
                           ImageContent imageContent)
Instantiates a new monitor model and view.

Parameters:
userSessionDTO - the user session dto
controllerAction - the controller action
monitorViewSpecification - the monitor view specification
imageContent - the image content
Method Detail

getGraphFilePath

public final ImageContent getGraphFilePath()
Gets the graph file path.

Returns:
the graph file path

getMonitorViewSpecification

public final MonitorModelAndView.MonitorViewSpecification getMonitorViewSpecification()
Gets the monitor view specification.

Returns:
the monitor 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-2009 www.hack23.com. All Rights Reserved.