org.nhindirect.config.ui
Class LoginController
java.lang.Object
org.nhindirect.config.ui.LoginController
@Controller
@RequestMapping(value="/login")
@SessionAttributes(value="loginForm")
public class LoginController
- extends Object
|
Method Summary |
String |
handleIOException(IOException ex,
javax.servlet.http.HttpServletRequest request)
Handle exceptions as gracefully as possible |
org.springframework.web.servlet.ModelAndView |
login()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginController
public LoginController()
login
@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView login()
handleIOException
@ExceptionHandler(value=java.io.IOException.class)
public String handleIOException(IOException ex,
javax.servlet.http.HttpServletRequest request)
- Handle exceptions as gracefully as possible
- Parameters:
ex - request -
- Returns:
Copyright © 2011. All Rights Reserved.