Class ReportController


  • @RestController
    public class ReportController
    extends java.lang.Object
    • Method Summary

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

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

      • ReportController

        @Autowired
        public ReportController​(JLineupService jLineupService)
    • Method Detail

      • getReports

        @RequestMapping(value="${edison.application.management.base-path:/internal}/reports",
                        produces="text/html",
                        method=GET)
        public org.springframework.web.servlet.ModelAndView getReports()