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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
-
Method Details
-
getData
RequestContext.Data getData()
-