org.jasig.schedassist.web.admin
Class EventDetailsController
java.lang.Object
org.jasig.schedassist.web.admin.EventDetailsController
@Controller
@RequestMapping(value="/admin/event-details.html")
public class EventDetailsController
- extends Object
Controller to display the statistics events.
- Version:
- $Id: EventDetailsController.java 2978 2011-01-25 19:20:51Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDetailsController
public EventDetailsController()
setStatisticsDao
public void setStatisticsDao(StatisticsDao statisticsDao)
- Parameters:
statisticsDao - the statisticsDao to set
initBinder
@InitBinder
public void initBinder(org.springframework.web.bind.WebDataBinder binder)
- Parameters:
binder -
getEventsForDate
@RequestMapping(method=GET)
protected String getEventsForDate(@RequestParam(value="date",required=false)
Date date,
org.springframework.ui.ModelMap model)
- Display events for the date specified by the "date" request parameter.
- Parameters:
date - model -
- Returns:
Copyright © 2012 Jasig. All Rights Reserved.