org.jasig.schedassist.web.owner.schedule
Class AlternateScheduleViewController
java.lang.Object
org.jasig.schedassist.web.owner.schedule.AlternateScheduleViewController
@Controller
@RequestMapping(value={"/owner/schedule-noscript.html","/delegate/schedule-noscript.html"})
public class AlternateScheduleViewController- extends Object
This Controller returns the schedule data for
the current authenticated IScheduleOwner. It's intended to
be used with the non-Javascript enabled view (schedule-noscript.jsp).
- Version:
- $Id: AlternateScheduleViewController.java 2070 2010-04-30 16:52:11Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
AlternateScheduleViewController
public AlternateScheduleViewController()
setAvailableScheduleDao
public void setAvailableScheduleDao(AvailableScheduleDao availableScheduleDao)
- Parameters:
availableScheduleDao - the availableScheduleDao to set
getAvailableScheduleDao
public AvailableScheduleDao getAvailableScheduleDao()
- Returns:
- the availableScheduleDao
displaySchedule
@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView displaySchedule(@RequestParam(value="startDate",required=false)
String startParam,
javax.servlet.http.HttpServletResponse response)
throws NotRegisteredException
- Parameters:
startParam - response -
- Returns:
-
- Throws:
NotRegisteredException
Copyright © 2012 Jasig. All Rights Reserved.