public class GlobalPropertyPortletController extends PortletController
log
Constructor and Description |
---|
GlobalPropertyPortletController() |
Modifier and Type | Method and Description |
---|---|
protected void |
populateModel(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model)
Subclasses should override this to put more data into the model.
|
protected void |
setupModelForModule(Map<String,Object> model)
Sets propertyPrefix to "${forModule}.", hidePrefix to "true" and excludePrefix to
excludePrefix + "${forModule}.started;${forModule}.mandatory" if forModule parameter is
present.
|
handleRequest
protected void populateModel(javax.servlet.http.HttpServletRequest request, Map<String,Object> model)
PortletController
populateModel
in class PortletController
PortletController.populateModel(javax.servlet.http.HttpServletRequest,
java.util.Map)
protected void setupModelForModule(Map<String,Object> model)
Copyright © 2015 OpenMRS Inc.. All rights reserved.