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

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

Constructor Summary
AvailableScheduleViewController()
           
 
Method Summary
 String displaySchedule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableScheduleViewController

public AvailableScheduleViewController()
Method Detail

displaySchedule

@RequestMapping(method=GET)
public String displaySchedule()
                       throws NotRegisteredException
Returns:
Throws:
NotRegisteredException


Copyright © 2012 Jasig. All Rights Reserved.