|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestScope.Snapshot | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| Uses of RequestScope.Snapshot in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal that return RequestScope.Snapshot | |
|---|---|
RequestScope.Snapshot |
RequestInvoker.InvocationContext.popRequestScope()
Retrieve a request scope snapshot stored in the internal stack. |
RequestScope.Snapshot |
RequestScope.takeSnapshot()
Takes snapshot of the state of the active RequestScope scope block
in the current thread. |
| Methods in org.glassfish.jersey.process.internal with parameters of type RequestScope.Snapshot | |
|---|---|
void |
RequestScope.enter(RequestScope.Snapshot snapshot)
Resumes/continues an existing RequestScope scope block in the
current thread. |
void |
RequestInvoker.InvocationContext.pushRequestScope(RequestScope.Snapshot snapshot)
Store a request scope snapshot in the internal stack. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||