public class ConfigurationController extends Object
| Constructor and Description |
|---|
ConfigurationController() |
| Modifier and Type | Method and Description |
|---|---|
Map |
applyEdited() |
String |
config(Model model) |
void |
configDelete(Model model,
String key,
HttpServletResponse response) |
void |
configLockUnlockCreate(Boolean lock,
HttpServletResponse response) |
Map |
configUpdateCreate(String key,
String val) |
Map |
getEdited() |
Map |
resetEdited() |
Map |
valuechanged(String key,
String val) |
public String config(Model model) throws IOException
IOExceptionpublic void configDelete(Model model,
String key,
HttpServletResponse response)
throws IOException
IOExceptionpublic Map configUpdateCreate(String key, String val) throws IOException
IOExceptionpublic void configLockUnlockCreate(Boolean lock, HttpServletResponse response) throws IOException
IOExceptionpublic Map applyEdited()
public Map resetEdited()
public Map getEdited()
Copyright © 2017 SAP SE. All Rights Reserved.