org.nhindirect.config.ui
Class LoginController

java.lang.Object
  extended by org.nhindirect.config.ui.LoginController

@Controller
@RequestMapping(value="/login")
@SessionAttributes(value="loginForm")
public class LoginController
extends java.lang.Object


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

LoginController

public LoginController()
Method Detail

login

@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView login()

handleIOException

@ExceptionHandler(value=java.io.IOException.class)
public java.lang.String handleIOException(java.io.IOException ex,
                                                                                    javax.servlet.http.HttpServletRequest request)
Handle exceptions as gracefully as possible

Parameters:
ex -
request -
Returns:


Copyright © 2010. All Rights Reserved.