Package | Description |
---|---|
org.apache.webbeans.intercept | |
org.apache.webbeans.portable |
Modifier and Type | Method and Description |
---|---|
<T> InterceptorResolutionService.BeanInterceptorInfo |
InterceptorResolutionService.calculateInterceptorInfo(Set<Type> beanTypes,
Set<Annotation> qualifiers,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType) |
Constructor and Description |
---|
DecoratorHandler(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo,
Map<javax.enterprise.inject.spi.Decorator<?>,?> instances,
int index,
Object target) |
Modifier and Type | Method and Description |
---|---|
InterceptorResolutionService.BeanInterceptorInfo |
InjectionTargetImpl.getInterceptorInfo() |
Modifier and Type | Method and Description |
---|---|
void |
InjectionTargetImpl.setInterceptorInfo(InterceptorResolutionService.BeanInterceptorInfo interceptorInfo,
Class<? extends T> proxyClass,
Map<Method,List<javax.enterprise.inject.spi.Interceptor<?>>> methodInterceptors,
List<javax.enterprise.inject.spi.Interceptor<?>> postConstructInterceptors,
List<javax.enterprise.inject.spi.Interceptor<?>> preDestroyInterceptors,
String beanPassivationId) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.