| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
static <T> DecoratorImpl<T> |
DecoratorImpl.of(BeanAttributes<T> attributes,
EnhancedAnnotatedType<T> clazz,
BeanManagerImpl beanManager)
Creates a decorator bean
|
| Modifier and Type | Method and Description |
|---|---|
Set<DecoratorImpl<?>> |
BeanDeployerEnvironment.getDecorators() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addDecorator(DecoratorImpl<?> bean) |
| Constructor and Description |
|---|
BeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes,
Set<Class<?>> vetoedClasses,
LoadingCache<Class<?>,Set<AbstractClassBean<?>>> classBeanMap,
Set<ProducerField<?,?>> producerFields,
LoadingCache<BeanDeployerEnvironment.WeldMethodKey,Set<ProducerMethod<?,?>>> producerMethodBeanMap,
Set<RIBean<?>> beans,
Set<ObserverInitializationContext<?,?>> observers,
Set<DisposalMethod<?,?>> allDisposalBeans,
Set<DisposalMethod<?,?>> resolvedDisposalBeans,
Set<DecoratorImpl<?>> decorators,
Set<InterceptorImpl<?>> interceptors,
EjbDescriptors ejbDescriptors,
Set<EnhancedAnnotatedType<?>> newManagedBeanClasses,
Map<InternalEjbDescriptor<?>,EnhancedAnnotatedType<?>> newSessionBeanDescriptorsFromInjectionPoint,
BeanManagerImpl manager) |
Copyright © 2014 Seam Framework. All Rights Reserved.