com.hack23.cia.web.impl.ui.viewfactory.api.monitoring
Class MonitorModelAndView

Package class diagram package MonitorModelAndView
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.monitoring.AbstractMonitorModelAndView
          extended by com.hack23.cia.web.impl.ui.viewfactory.api.monitoring.MonitorModelAndView
All Implemented Interfaces:
ModelAndView, Serializable

public class MonitorModelAndView
extends AbstractMonitorModelAndView

The Class MonitorModelAndView.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
static class MonitorModelAndView.MonitorViewSpecification
          The Enum MonitorViewSpecification.
 
Constructor Summary
Constructor and Description
MonitorModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, MonitorModelAndView.MonitorViewSpecification monitorViewSpecification, List list)
          Instantiates a new monitor model and view.
 
Method Summary
Modifier and Type Method and Description
 List 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.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

MonitorModelAndView

public MonitorModelAndView(UserSessionDto userSessionDTO,
                           ControllerAction controllerAction,
                           MonitorModelAndView.MonitorViewSpecification monitorViewSpecification,
                           List list)
Instantiates a new monitor model and view.

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

getGraphFilePath

public final List 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-2010 www.hack23.com. All Rights Reserved.