Uses of Interface
com.sap.cds.services.request.RequestContext
Packages that use RequestContext
-
Uses of RequestContext in com.sap.cds.services.request
Methods in com.sap.cds.services.request that return RequestContextModifier and TypeMethodDescriptionstatic RequestContextRequestContext.getCurrent(CdsRuntime runtime) Gives access to either the currentRequestContext, or if this does not exist to a helperRequestContextthat itself ensures that there is always aRequestContextopened.RequestContextAccessor.getCurrent(CdsRuntime runtime) Gives access to either the currentRequestContext, or if this does not exist to a helperRequestContextthat itself ensures that there is always aRequestContextopened. -
Uses of RequestContext in com.sap.cds.services.runtime
Method parameters in com.sap.cds.services.runtime with type arguments of type RequestContextModifier and TypeMethodDescriptionvoidRequestContextRunner.run(Consumer<RequestContext> requestHandler) Opens aRequestContextand runs the given handler within its scope.<T> TRequestContextRunner.run(Function<RequestContext, T> requestHandler) Opens aRequestContextand runs the given handler within its scope.