public class InterceptorResolutionService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InterceptorResolutionService.BeanInterceptorInfo
static information about interceptors and decorators for a
single bean.
|
static class |
InterceptorResolutionService.BusinessMethodInterceptorInfo
We track per method which Interceptors to invoke
|
static class |
InterceptorResolutionService.LifecycleMethodInfo |
Constructor and Description |
---|
InterceptorResolutionService(WebBeansContext webBeansContext) |
Modifier and Type | Method and Description |
---|---|
<T> InterceptorResolutionService.BeanInterceptorInfo |
calculateInterceptorInfo(Set<Type> beanTypes,
Set<Annotation> qualifiers,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType) |
public InterceptorResolutionService(WebBeansContext webBeansContext)
public <T> InterceptorResolutionService.BeanInterceptorInfo calculateInterceptorInfo(Set<Type> beanTypes, Set<Annotation> qualifiers, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.