public static interface WeldModule.PostContextRegistrationContext
postContextRegistration phase| Modifier and Type | Method and Description |
|---|---|
void |
addContext(ContextHolder<? extends Context> context)
Register an additional context.
|
String |
getContextId()
Returns the container id of the running container
|
ServiceRegistry |
getServices()
An immutable view on per-deployment services
|
String getContextId()
ServiceRegistry getServices()
void addContext(ContextHolder<? extends Context> context)
context - CDI contextCopyright © 2015. All Rights Reserved.