Class ReportController


  • @Controller
    @RequestMapping("/statisticsReports/report.htm")
    public class ReportController
    extends java.lang.Object
    Show a specific statistics report.
    Author:
    DJ Gregor
    • Method Summary

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

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

      • ReportController

        public ReportController()
    • Method Detail

      • handle

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