public interface RestResource<RESOURCE>
| Modifier and Type | Method and Description |
|---|---|
CommandHandler |
getPutCommandHandler() |
Request |
getRequest() |
RESOURCE |
getResourceValue() |
SecurityContext |
getSecurityContext() |
ServiceLocator |
getServiceLocator()
Returns a
ServiceLocator for all available services. |
UriInfo |
getUriInfo()
Returns the
UriInfo for current http-request. |
ServiceLocator getServiceLocator()
ServiceLocator for all available services.ServiceLocatorCommandHandler getPutCommandHandler()
UriInfo getUriInfo()
UriInfo for current http-request.UriInfoSecurityContext getSecurityContext()
Request getRequest()
RESOURCE getResourceValue()
Copyright © 2018 SAP SE. All Rights Reserved.