@Controller
public class DatabaseChangesInfoController
extends java.lang.Object
DatabaseUpdater| Constructor and Description | 
|---|
DatabaseChangesInfoController()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
showPage(org.springframework.ui.ModelMap model)
Called for GET requests only on the databaseChangesInfo page. 
 | 
@RequestMapping(method=GET,
                value="/admin/maintenance/databaseChangesInfo")
public java.lang.String showPage(org.springframework.ui.ModelMap model)
                                                                                                                      throws java.lang.Exception
model - the key value pair that will be accessible from the jsp pagejava.lang.Exception - if there is trouble getting the database changes from liquibaseCopyright © 2018 OpenMRS Inc.. All Rights Reserved.