public class ConfigurationController
extends java.lang.Object
By default, smarteditwebservices is the targeted web extension. This is defined by the property
configurationServiceLocation.
| Constructor and Description |
|---|
ConfigurationController(HttpGETGateway httpGETGateway,
HttpPOSTGateway httpPOSTGateway,
HttpPUTGateway httpPUTGateway,
HttpDELETEGateway httpDELETEGateway) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
deleteConfiguration(java.lang.String configId,
HttpServletRequest request) |
protected java.lang.String |
getAuthorization(HttpServletRequest request) |
<any> |
getConfiguration(HttpServletRequest request) |
<any> |
saveConfiguration(java.util.Map<java.lang.String,java.lang.String> payload,
HttpServletRequest request) |
<any> |
updateConfiguration(java.util.Map<java.lang.String,java.lang.String> payload,
java.lang.String configId,
HttpServletRequest request) |
public ConfigurationController(HttpGETGateway httpGETGateway, HttpPOSTGateway httpPOSTGateway, HttpPUTGateway httpPUTGateway, HttpDELETEGateway httpDELETEGateway)
public <any> getConfiguration(HttpServletRequest request)
throws java.io.IOException
java.io.IOExceptionpublic <any> saveConfiguration(java.util.Map<java.lang.String,java.lang.String> payload,
HttpServletRequest request)
throws java.io.IOException
java.io.IOExceptionpublic <any> updateConfiguration(java.util.Map<java.lang.String,java.lang.String> payload,
java.lang.String configId,
HttpServletRequest request)
throws java.io.IOException
java.io.IOExceptionpublic <any> deleteConfiguration(java.lang.String configId,
HttpServletRequest request)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getAuthorization(HttpServletRequest request)
Copyright © 2018 SAP SE. All Rights Reserved.