| Package | Description |
|---|---|
| org.jboss.weld |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.api.helpers | |
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.bootstrap.spi.helpers | |
| org.jboss.weld.environment.deployment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.environment.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.xml |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BeanDeploymentArchive,BeanManagerImpl> |
Container.beanDeploymentArchives() |
| Modifier and Type | Method and Description |
|---|---|
BeanDeploymentArchive |
BeanDeployment.getBeanDeploymentArchive() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<BeanDeploymentArchive,BeanManagerImpl> |
BeanDeploymentArchiveMapping.getBdaToBeanManagerMap() |
| Modifier and Type | Method and Description |
|---|---|
BeanDeployment |
BeanDeploymentArchiveMapping.getBeanDeployment(BeanDeploymentArchive bda) |
BeanManagerImpl |
WeldStartup.getManager(BeanDeploymentArchive beanDeploymentArchive) |
BeanManagerImpl |
WeldRuntime.getManager(BeanDeploymentArchive beanDeploymentArchive) |
BeanManagerImpl |
WeldBootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive) |
void |
BeanDeploymentArchiveMapping.put(BeanDeploymentArchive bda,
BeanDeployment beanDeployment) |
| Constructor and Description |
|---|
BeanDeployment(BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices,
Collection<ContextHolder<? extends Context>> contexts) |
BeanDeployment(BeanDeploymentArchive beanDeploymentArchive,
BeanManagerImpl deploymentManager,
ServiceRegistry deploymentServices,
Collection<ContextHolder<? extends Context>> contexts,
boolean additionalBeanArchive) |
| Constructor and Description |
|---|
WeldRuntime(String contextId,
BeanManagerImpl deploymentManager,
ConcurrentMap<BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap) |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
Bootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive)
Get the manager used for the given beanDeploymentArchive.
|
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
ForwardingBootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive) |
| Modifier and Type | Method and Description |
|---|---|
BeanDeploymentArchive |
CDI11Deployment.getBeanDeploymentArchive(Class<?> beanClass)
Returns the
BeanDeploymentArchive containing the given class. |
BeanDeploymentArchive |
Deployment.loadBeanDeploymentArchive(Class<?> beanClass)
Load the
BeanDeploymentArchive containing the given class. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BeanDeploymentArchive> |
Deployment.getBeanDeploymentArchives()
Get the bean deployment archives which are part of this deployment and adjacent to it in the deployment archive graph.
|
Collection<BeanDeploymentArchive> |
BeanDeploymentArchive.getBeanDeploymentArchives()
Get the bean deployment archives which are accessible to this bean deployment archive and adjacent to it in the
deployment archive graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingBeanDeploymentArchive |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BeanDeploymentArchive |
ForwardingBeanDeploymentArchive.delegate() |
| Modifier and Type | Method and Description |
|---|---|
Collection<BeanDeploymentArchive> |
ForwardingBeanDeploymentArchive.getBeanDeploymentArchives() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeldBeanDeploymentArchive
Implements the basic requirements of a
BeanDeploymentArchive (bean
archive id and service registry). |
class |
WeldBeanDeploymentArchive |
| Modifier and Type | Method and Description |
|---|---|
static <T extends BeanDeploymentArchive> |
WeldBeanDeploymentArchive.merge(CDI11Bootstrap bootstrap,
Iterable<T> archives) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanDeploymentArchive |
WeldDeployment.createAdditionalBeanDeploymentArchiveIfNeeded(Class<?> beanClass) |
BeanDeploymentArchive |
WeldDeployment.getBeanDeploymentArchive(Class<?> beanClass) |
BeanDeploymentArchive |
WeldDeployment.loadBeanDeploymentArchive(Class<?> beanClass) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BeanDeploymentArchive> |
WeldDeployment.getBeanDeploymentArchives() |
Collection<BeanDeploymentArchive> |
WeldBeanDeploymentArchive.getBeanDeploymentArchives() |
| Modifier and Type | Method and Description |
|---|---|
static <B extends BeanDeploymentArchive> |
BeanArchives.findBeanClassesDeployedInMultipleBeanArchives(Set<B> beanArchives) |
| Modifier and Type | Method and Description |
|---|---|
static <B extends BeanDeploymentArchive> |
BeanArchives.findBeanClassesDeployedInMultipleBeanArchives(Set<B> beanArchives) |
| Constructor and Description |
|---|
BeanManagerLookupService(CDI11Deployment deployment,
ConcurrentMap<BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap) |
| Modifier and Type | Method and Description |
|---|---|
BeansXml |
BeansXmlParser.mergeExisting(Iterable<? extends BeanDeploymentArchive> beanArchives,
boolean removeDuplicates) |
Copyright © 2015. All Rights Reserved.