@Controller public class SystemInformationController extends Object
| Constructor and Description |
|---|
SystemInformationController()
Default constructor used by spring MVC
|
| Modifier and Type | Method and Description |
|---|---|
String |
showPage(org.springframework.ui.ModelMap model)
Called for GET requests only on the systemInfo page.
|
public SystemInformationController()
@RequestMapping(method=GET,
value="/admin/maintenance/systemInfo")
public String showPage(org.springframework.ui.ModelMap model)
model - mapCopyright © 2015 OpenMRS Inc.. All rights reserved.