public static interface WeldModule.PostContextRegistrationContext
postContextRegistration phase| Modifier and Type | Method and Description |
|---|---|
void |
addContext(ContextHolder<? extends javax.enterprise.context.spi.Context> context)
Register an additional context.
|
String |
getContextId()
Returns the container id of the running container
|
org.jboss.weld.bootstrap.api.ServiceRegistry |
getServices()
An immutable view on per-deployment services
|
String getContextId()
org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
void addContext(ContextHolder<? extends javax.enterprise.context.spi.Context> context)
context - CDI contextCopyright © 2017. All rights reserved.