@Controller(value="coreLoginController")
public class LoginController
extends java.lang.Object
Controller for the login page| Constructor and Description | 
|---|
LoginController()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
handleRequest(org.springframework.web.context.request.WebRequest webRequest,
             org.springframework.ui.ModelMap model)
Generates an appropriate alert message and send it to users with the system developer role 
 | 
@RequestMapping(value="/login")
public java.lang.String handleRequest(org.springframework.web.context.request.WebRequest webRequest,
                                                                      org.springframework.ui.ModelMap model)
webRequest - the WebRequest objectmodel - the ModelMap objectCopyright © 2018 OpenMRS Inc.. All Rights Reserved.