org.jasig.schedassist.web.owner.schedule
Class AlternateScheduleViewController

java.lang.Object
  extended by 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

Constructor Summary
AlternateScheduleViewController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView displaySchedule(String startParam, javax.servlet.http.HttpServletResponse response)
           
 void setAvailableScheduleDao(AvailableScheduleDao availableScheduleDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternateScheduleViewController

public AlternateScheduleViewController()
Method Detail

setAvailableScheduleDao

public void setAvailableScheduleDao(AvailableScheduleDao availableScheduleDao)
Parameters:
availableScheduleDao - the availableScheduleDao to set

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.