org.jasig.schedassist.web.owner.schedule
Class AvailableScheduleViewController
java.lang.Object
org.jasig.schedassist.web.owner.schedule.AvailableScheduleViewController
@Controller
@RequestMapping(value={"/owner/schedule.html","/delegate/schedule.html"})
public class AvailableScheduleViewController- extends Object
This Controller implementation simply verifies that
the authenticated IScheduleOwner has been registered;
if not a NotRegisteredException is thrown.
- Version:
- $Id: AvailableScheduleViewController.java 2051 2010-04-30 16:03:17Z 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 |
AvailableScheduleViewController
public AvailableScheduleViewController()
displaySchedule
@RequestMapping(method=GET)
public String displaySchedule()
throws NotRegisteredException
- Returns:
-
- Throws:
NotRegisteredException
Copyright © 2012 Jasig. All Rights Reserved.