@Controller @RequestMapping(value="/report/database/onlineReport.htm") public class OnlineReportController extends Object
OnlineReportController class.
Modifier and Type | Field and Description |
---|---|
static String |
COMMAND_NAME |
Constructor and Description |
---|
OnlineReportController() |
Modifier and Type | Method and Description |
---|---|
ReportParameters |
formBackingObject(javax.servlet.http.HttpServletRequest req) |
void |
initBinder(org.springframework.web.bind.ServletRequestDataBinder binder) |
void |
onSubmit(javax.servlet.http.HttpServletResponse response,
ReportParameters parameters,
org.springframework.validation.BindingResult errors) |
void |
referenceData(org.springframework.ui.ModelMap data,
String reportId) |
public static final String COMMAND_NAME
@RequestMapping(method=GET) public void referenceData(org.springframework.ui.ModelMap data, @RequestParam(value="reportId") String reportId)
@InitBinder public void initBinder(org.springframework.web.bind.ServletRequestDataBinder binder)
@ModelAttribute(value="parameters") public ReportParameters formBackingObject(javax.servlet.http.HttpServletRequest req) throws Exception
Exception
@RequestMapping(method=POST) public void onSubmit(javax.servlet.http.HttpServletResponse response, @ModelAttribute(value="parameters") ReportParameters parameters, org.springframework.validation.BindingResult errors) throws IOException
IOException
Copyright © 2015. All rights reserved.