Interface RequestContext
public interface RequestContext
Holder for the current request context. This holder is available in the current
ExecutionContext
.
Note that it will only be set, if the current thread represents an HTTP request (not a background thread).-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
-
Method Details
-
getData
RequestContext.Data getData()
-