| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bean.builtin.ee | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.bootstrap.events |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassBean<T>
An abstract bean representation common for class-based beans
|
class |
AbstractProducerBean<X,T,S extends Member>
The implicit producer bean
|
class |
DecoratorImpl<T> |
class |
InterceptorImpl<T> |
class |
ManagedBean<T>
Represents a simple bean
|
class |
NewManagedBean<T>
Represents a @New simple bean
|
class |
NewSessionBean<T>
Represents a @New enterprise bean
|
class |
ProducerField<X,T>
Represents a producer field
|
class |
ProducerMethod<X,T>
Represents a producer method bean
|
class |
SessionBean<T>
An enterprise bean representation
|
| Modifier and Type | Method and Description |
|---|---|
Set<AbstractBean<?,?>> |
ProducerField.getSpecializedBeans() |
protected Set<? extends AbstractBean<?,?>> |
AbstractBean.getSpecializedBeans() |
| Modifier and Type | Class and Description |
|---|---|
class |
EEResourceProducerField<X,T> |
class |
StaticEEResourceProducerField<X,T>
A resource producer field that is static (not injected).
|
| Modifier and Type | Method and Description |
|---|---|
Set<AbstractBean<?,?>> |
SpecializationAndEnablementRegistry.getBeansSpecializedInAnyDeployment() |
Map<AbstractBean<?,?>,Long> |
SpecializationAndEnablementRegistry.getBeansSpecializedInAnyDeploymentAsMap() |
Set<? extends AbstractBean<?,?>> |
SpecializationAndEnablementRegistry.resolveSpecializedBeans(Bean<?> specializingBean)
Returns a set of beans specialized by this bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanDeployerEnvironment.addAbstractBean(AbstractBean<?,?> bean) |
void |
BeanDeployerEnvironment.addNewBeansFromInjectionPoints(AbstractBean<?,?> bean) |
protected <T,S> boolean |
AbstractBeanDeployer.fireProcessBeanAttributes(AbstractBean<T,S> bean) |
void |
BeanDeployerEnvironment.vetoBean(AbstractBean<?,?> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanDeployer.processBeanAttributes(Iterable<? extends AbstractBean<?,?>> beans) |
protected void |
BeanDeployer.searchForNewBeanDeclarations(Iterable<? extends AbstractBean<?,?>> beans) |
| Modifier and Type | Method and Description |
|---|---|
protected static <X> void |
ProcessBeanImpl.fire(BeanManagerImpl beanManager,
AbstractBean<X,?> bean) |
Copyright © 2015. All Rights Reserved.