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