Package | Description |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.bootstrap | |
org.jboss.weld.bootstrap.events |
Modifier and Type | Class and Description |
---|---|
class |
DecoratorImpl<T> |
class |
InterceptorImpl<T> |
class |
NewManagedBean<T>
Represents a @New simple bean
|
Modifier and Type | Method and Description |
---|---|
static <T> ManagedBean<T> |
ManagedBean.of(javax.enterprise.inject.spi.BeanAttributes<T> attributes,
EnhancedAnnotatedType<T> clazz,
BeanManagerImpl beanManager)
Creates a simple, annotation defined Web Bean
|
Modifier and Type | Method and Description |
---|---|
protected <T> ManagedBean<T> |
AbstractBeanDeployer.createManagedBean(EnhancedAnnotatedType<T> weldClass) |
Modifier and Type | Method and Description |
---|---|
void |
BeanDeployerEnvironment.addManagedBean(ManagedBean<?> bean) |
Modifier and Type | Method and Description |
---|---|
protected static <X> void |
ProcessManagedBeanImpl.fire(BeanManagerImpl beanManager,
ManagedBean<X> bean) |
Constructor and Description |
---|
ProcessManagedBeanImpl(BeanManagerImpl beanManager,
ManagedBean<X> bean) |
Copyright © 2016. All rights reserved.