@Controller public class LoginController extends Object
static String
VIEW_NAME
LoginController()
String
login(String error, String logout, org.springframework.ui.Model model)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String VIEW_NAME
public LoginController()
@RequestMapping(value="/login", method=GET) public String login(@RequestParam(value="error",required=false) String error, @RequestParam(value="logout",required=false) String logout, org.springframework.ui.Model model)
Copyright © 2016. All rights reserved.