Class ServiceController

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Controller
    @RequestMapping("/element/service.htm")
    public class ServiceController
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Author:
    Melania Galea
    • Constructor Detail

      • ServiceController

        public ServiceController()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • handleService

        @RequestMapping(method=GET,
                        params="ifserviceid")
        public org.springframework.web.servlet.ModelAndView handleService​(@RequestParam("ifserviceid")
                                                                          int ifServiceId)
      • handleService

        @RequestMapping(method=GET,
                        params={"node","intf","service"})
        public org.springframework.web.servlet.ModelAndView handleService​(@RequestParam("node")
                                                                          int node,
                                                                          @RequestParam("intf")
                                                                          String intf,
                                                                          @RequestParam("service")
                                                                          int serviceId)