Class ReportController
- java.lang.Object
-
- org.opennms.web.controller.statisticsReports.ReportController
-
@Controller @RequestMapping("/statisticsReports/report.htm") public class ReportController extends java.lang.Object
Show a specific statistics report.- Author:
- DJ Gregor
-
-
Constructor Summary
Constructors Constructor Description ReportController()
-
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)
-
-
-
Method Detail
-
handle
@RequestMapping(method={GET,POST}) public org.springframework.web.servlet.ModelAndView handle(@ModelAttribute("command") StatisticsReportCommand command, org.springframework.validation.BindingResult errors)
-
-