| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
static <T> InterceptorImpl<T> |
InterceptorImpl.of(BeanAttributes<T> attributes,
EnhancedAnnotatedType<T> type,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
Set<InterceptorImpl<?>> |
BeanDeployerEnvironment.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addInterceptor(InterceptorImpl<?> 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 © 2015. All Rights Reserved.