| 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
|
JavaEEContextUtil.Context |
JavaEEContextUtilImpl.setApplicationClassLoader()
set context class loader by component ID
|
| Modifier and Type | Method and Description |
|---|---|
JavaEEContextUtil.Context |
JavaEEContextUtil.pushContext()
pushes Java EE invocation context onto the invocation stack
use try-with-resources to pop the context
|
JavaEEContextUtil.Context |
JavaEEContextUtil.pushRequestContext()
pushes invocation context onto the stack
Also creates Request scope
use try-with-resources to pop the context
|
JavaEEContextUtil.Context |
JavaEEContextUtil.setApplicationClassLoader()
set context class loader by internal state of this instance
|
Copyright © 2019. All rights reserved.