@Controller @RequestMapping(value="/reqResp") public class RequestResponseController extends Object
| Constructor and Description |
|---|
RequestResponseController() |
| Modifier and Type | Method and Description |
|---|---|
void |
initBinder(org.springframework.web.bind.WebDataBinder binder) |
String |
searchRequests(org.joda.time.DateTime fromDate,
org.joda.time.DateTime toDate,
String uri,
String content,
org.springframework.ui.ModelMap model) |
@RequestMapping(value="/search",
method={GET,POST})
public String searchRequests(@RequestParam(value="fromDate",required=false)
org.joda.time.DateTime fromDate,
@RequestParam(value="toDate",required=false)
org.joda.time.DateTime toDate,
@RequestParam(value="uri",required=false)
String uri,
@RequestParam(value="content",required=false)
String content,
@ModelAttribute(value="model")
org.springframework.ui.ModelMap model)
@InitBinder public void initBinder(org.springframework.web.bind.WebDataBinder binder)
Copyright © 2016. All rights reserved.