public class RequestProcessingContextReference extends Object implements Ref<RequestProcessingContext>
RequestProcessingContext. This class helps to get the current request scoped
object without wrapping using the proxy. Outer wrapper can be proxied but inner reference object still remains the direct
reference.| Constructor and Description |
|---|
RequestProcessingContextReference() |
| Modifier and Type | Method and Description |
|---|---|
RequestProcessingContext |
get() |
void |
set(RequestProcessingContext processingContext) |
public void set(RequestProcessingContext processingContext)
set in interface Settable<RequestProcessingContext>public RequestProcessingContext get()
get in interface Supplier<RequestProcessingContext>get in interface Value<RequestProcessingContext>Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.