@Controller
public class LoginController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.web.servlet.ModelAndView
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LoginController
public LoginController()
-
Method Details
-
presentLogin
@RequestMapping("/login")
public org.springframework.web.servlet.ModelAndView presentLogin()
throws
Exception
- Throws:
Exception