@Controller public class LoginController extends Object
Controller
for the login pageConstructor and Description |
---|
LoginController() |
Modifier and Type | Method and Description |
---|---|
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 String handleRequest(org.springframework.web.context.request.WebRequest webRequest, org.springframework.ui.ModelMap model)
webRequest
- the WebRequest
objectmodel
- the ModelMap
objectCopyright © 2015 OpenMRS Inc.. All rights reserved.