Class NodeListController


  • @Controller
    @RequestMapping("/element/nodeList.htm")
    public class NodeListController
    extends java.lang.Object
    Node list controller.
    Author:
    Mathew Brozowski, DJ Gregor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView handle​(NodeListCommand command)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeListController

        public NodeListController()
    • Method Detail

      • handle

        @RequestMapping(method={GET,POST})
        public org.springframework.web.servlet.ModelAndView handle​(@ModelAttribute("command")
                                                                   NodeListCommand command)