org.jasig.schedassist.web
Class StaticViewController

java.lang.Object
  extended by org.jasig.schedassist.web.StaticViewController

@Controller
public class StaticViewController
extends Object

Simple Controller for basic views.

Version:
$ Id: HomeController.java $
Author:
Nicholas Blair

Constructor Summary
StaticViewController()
           
 
Method Summary
 String showAccountRemoved()
           
 String showAuthenticationFailed()
           
 String showAuthorizationFailed()
           
 String showDelegateLoginFailed()
           
 String showDelegateLogout()
           
 String showIndex()
           
 String showLogin()
           
 String showServiceUnavailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticViewController

public StaticViewController()
Method Detail

showIndex

@RequestMapping(value="/index.html")
public String showIndex()

showLogin

@RequestMapping(value="/login.html")
public String showLogin()

showAccountRemoved

@RequestMapping(value="/accountRemoved.html")
public String showAccountRemoved()

showAuthenticationFailed

@RequestMapping(value="/authenticationFailed.html")
public String showAuthenticationFailed()

showAuthorizationFailed

@RequestMapping(value="/authorizationFailed.html")
public String showAuthorizationFailed()

showDelegateLogout

@RequestMapping(value="/delegateLogout.html")
public String showDelegateLogout()

showDelegateLoginFailed

@RequestMapping(value="/delegateLoginFailed.html")
public String showDelegateLoginFailed()

showServiceUnavailable

@RequestMapping(value="/serviceUnavailable.html")
public String showServiceUnavailable()


Copyright © 2011 Jasig. All Rights Reserved.