| Package | Description |
|---|---|
| org.jboss.weld.bean.builtin | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.module | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
static <T extends javax.enterprise.context.spi.Context> |
ContextBean.of(ContextHolder<T> context,
BeanManagerImpl beanManager) |
| Constructor and Description |
|---|
ContextBean(ContextHolder<T> contextHolder,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> |
WeldStartup.createContexts(org.jboss.weld.bootstrap.api.ServiceRegistry services) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> |
AbstractBeanDiscoveryEvent.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BeforeBeanDiscoveryImpl.fire(BeanManagerImpl beanManager,
org.jboss.weld.bootstrap.spi.Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
static void |
AfterTypeDiscoveryImpl.fire(BeanManagerImpl beanManager,
org.jboss.weld.bootstrap.spi.Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
static void |
AfterBeanDiscoveryImpl.fire(BeanManagerImpl beanManager,
org.jboss.weld.bootstrap.spi.Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
| Modifier and Type | Method and Description |
|---|---|
void |
WeldModule.PostContextRegistrationContext.addContext(ContextHolder<? extends javax.enterprise.context.spi.Context> context)
Register an additional context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeldModules.postContextRegistration(String contextId,
org.jboss.weld.bootstrap.api.ServiceRegistry services,
List<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
| Modifier and Type | Method and Description |
|---|---|
static BeanDeployment |
DeploymentStructures.getOrCreateBeanDeployment(org.jboss.weld.bootstrap.spi.Deployment deployment,
BeanManagerImpl deploymentManager,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts,
Class<?> clazz) |
Copyright © 2017. All rights reserved.