nl.surfnet.coin.selfservice.control
Class LogoutController

java.lang.Object
  extended by nl.surfnet.coin.selfservice.control.LogoutController

@Controller
public class LogoutController
extends Object

Controller to display the logout page. DOES NOT EXTEND BaseController (no logged in user object)


Constructor Summary
LogoutController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView logout(org.springframework.web.bind.support.SessionStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutController

public LogoutController()
Method Detail

logout

@RequestMapping(value="/logout.shtml")
public org.springframework.web.servlet.ModelAndView logout(org.springframework.web.bind.support.SessionStatus status)


Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.