|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.ui.LoginController
@Controller @RequestMapping(value="/login") @SessionAttributes(value="loginForm") public class LoginController
| Constructor Summary | |
|---|---|
LoginController()
|
|
| Method Summary | |
|---|---|
java.lang.String |
handleIOException(java.io.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginController()
| Method Detail |
|---|
@RequestMapping(method=GET) public org.springframework.web.servlet.ModelAndView login()
@ExceptionHandler(value=java.io.IOException.class)
public java.lang.String handleIOException(java.io.IOException ex,
javax.servlet.http.HttpServletRequest request)
ex - request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||