@Controller
public class HierarchyController
extends java.lang.Object
Constructor and Description |
---|
HierarchyController() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
setWidgetType(java.lang.String widgetType) |
void |
showHierarchy(org.springframework.ui.ModelMap model) |
@RequestMapping(value="/admin/locations/hierarchy") public void showHierarchy(org.springframework.ui.ModelMap model) throws java.io.IOException
java.io.IOException
@RequestMapping(value="/admin/locations/changeLocationWidgetType") public java.lang.String setWidgetType(@RequestParam(value="locationWidgetType") java.lang.String widgetType)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.