@Controller @RequestMapping(value="/log") public class LogController extends Object
Constructor and Description |
---|
LogController() |
Modifier and Type | Method and Description |
---|---|
String |
getLogOverview(org.joda.time.DateTime fromDate,
String view,
Set<String> groupBy,
Integer groupSize,
Map<String,String> params,
org.springframework.ui.Model model) |
String |
getLogSearch(org.joda.time.DateTime fromDate,
org.springframework.util.MultiValueMap<String,String> params,
org.springframework.ui.Model model) |
void |
initBinder(org.springframework.web.bind.WebDataBinder binder) |
@RequestMapping(value="/") public String getLogSearch(@RequestParam(value="fromDate",required=false) org.joda.time.DateTime fromDate, @RequestParam org.springframework.util.MultiValueMap<String,String> params, org.springframework.ui.Model model) throws UnsupportedEncodingException
UnsupportedEncodingException
@RequestMapping(value="/{fromDate}") public String getLogOverview(@PathVariable(value="fromDate") org.joda.time.DateTime fromDate, @RequestParam(value="view",required=false) String view, @RequestParam(value="groupBy",required=false) Set<String> groupBy, @RequestParam(value="groupSize",required=false) Integer groupSize, @RequestParam Map<String,String> params, org.springframework.ui.Model model)
@InitBinder public void initBinder(org.springframework.web.bind.WebDataBinder binder)
Copyright © 2016. All rights reserved.