public class LoginController extends Object
| Constructor and Description |
|---|
LoginController() |
| Modifier and Type | Method and Description |
|---|---|
String |
handleIOException(IOException ex,
javax.servlet.http.HttpServletRequest request)
Handle exceptions as gracefully as possible
|
org.springframework.web.servlet.ModelAndView |
login() |
@RequestMapping(method=GET) public org.springframework.web.servlet.ModelAndView login()
@ExceptionHandler(value=java.io.IOException.class) public String handleIOException(IOException ex, javax.servlet.http.HttpServletRequest request)
ex - request - Copyright © 2021. All rights reserved.