org.riotfamily.riot.security.ui
Class LogoutController
java.lang.Object
org.riotfamily.riot.security.ui.LogoutController
- All Implemented Interfaces:
- Controller
public class LogoutController
- extends Object
- implements Controller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogoutController
public LogoutController()
setViewName
public void setViewName(String viewName)
handleRequest
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Specified by:
handleRequest
in interface Controller
- Throws:
Exception