| Package | Description |
|---|---|
| fish.payara.appserver.context | |
| org.glassfish.internal.api |
| Modifier and Type | Method and Description |
|---|---|
JavaEEContextUtil.Context |
JavaEEContextUtilImpl.pushContext()
pushes Java EE invocation context
|
JavaEEContextUtil.Context |
JavaEEContextUtilImpl.pushRequestContext()
pushes invocation context onto the stack
Also creates Request scope
|
| Modifier and Type | Method and Description |
|---|---|
JavaEEContextUtil.Context |
JavaEEContextUtil.pushContext()
pushes Java EE invocation context onto the invocation stack
use Lombok @Cleanup or try-with-resources to pop the context
|
JavaEEContextUtil.Context |
JavaEEContextUtil.pushRequestContext()
pushes invocation context onto the stack
Also creates Request scope
use Lombok @Cleanup or try-with-resources to pop the context
|
Copyright © 2017. All rights reserved.