org.jasig.schedassist.web
Class StaticViewController
java.lang.Object
org.jasig.schedassist.web.StaticViewController
@Controller
public class StaticViewController
- extends Object
Simple Controller for basic views.
- Version:
- $ Id: HomeController.java $
- Author:
- Nicholas Blair
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticViewController
public StaticViewController()
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 © 2012 Jasig. All Rights Reserved.