org.opennms.secret.web
Class NodeController

java.lang.Object
  extended by org.opennms.secret.web.NodeController
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller

public class NodeController
extends Object
implements org.springframework.web.servlet.mvc.Controller


Field Summary
static String MODEL_NAME
           
 
Constructor Summary
NodeController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
           
 void setDataSourceService(DataSourceService dataSourceService)
           
 void setNodeId(Long id)
           
 void setNodeInterfaceService(NodeInterfaceService nodeInterfaceService)
           
 void setNodeService(NodeService nodeService)
           
 void setServiceService(ServiceService serviceService)
           
 void setViewName(String viewName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_NAME

public static final String MODEL_NAME
See Also:
Constant Field Values
Constructor Detail

NodeController

public NodeController()
Method Detail

handleRequest

public org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request,
                                                                  HttpServletResponse response)
                                                           throws Exception
Specified by:
handleRequest in interface org.springframework.web.servlet.mvc.Controller
Throws:
Exception

setNodeService

public void setNodeService(NodeService nodeService)

setNodeInterfaceService

public void setNodeInterfaceService(NodeInterfaceService nodeInterfaceService)

setServiceService

public void setServiceService(ServiceService serviceService)

setDataSourceService

public void setDataSourceService(DataSourceService dataSourceService)

setNodeId

public void setNodeId(Long id)

setViewName

public void setViewName(String viewName)


Copyright © 2009. All Rights Reserved.