Package org.opennms.web.controller
Class RrdSummaryController
- java.lang.Object
-
- org.opennms.web.controller.RrdSummaryController
-
@Controller @RequestMapping("/summary/results.htm") public class RrdSummaryController extends java.lang.Object
RrdSummaryController class.
- Author:
- Mathew Brozowski
-
-
Constructor Summary
Constructors Constructor Description RrdSummaryController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
processFormSubmission(javax.servlet.http.HttpServletResponse response, SummarySpecification command)
void
setRrdSummaryService(RrdSummaryService rrdSummaryService)
-
-
-
Method Detail
-
processFormSubmission
@RequestMapping(method={GET,POST}) public org.springframework.web.servlet.ModelAndView processFormSubmission(javax.servlet.http.HttpServletResponse response, SummarySpecification command)
-
setRrdSummaryService
public void setRrdSummaryService(RrdSummaryService rrdSummaryService)
-
-