Package org.opennms.web.controller.node
Class NodeListController
- java.lang.Object
-
- org.opennms.web.controller.node.NodeListController
-
@Controller @RequestMapping("/element/nodeList.htm") public class NodeListController extends java.lang.Object
Node list controller.- Author:
- Mathew Brozowski, DJ Gregor
-
-
Constructor Summary
Constructors Constructor Description NodeListController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
handle(NodeListCommand command)
-
-
-
Method Detail
-
handle
@RequestMapping(method={GET,POST}) public org.springframework.web.servlet.ModelAndView handle(@ModelAttribute("command") NodeListCommand command)
-
-