Package | Description |
---|---|
org.jboss.weld.interceptor | |
org.jboss.weld.manager | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
static Set<Annotation> |
InterceptorBindingType.unwrap(Set<InterceptorBindingType> interceptorBindingTypes) |
Modifier and Type | Method and Description |
---|---|
Set<InterceptorBindingType> |
BeanManagerImpl.extractAndFlattenInterceptorBindings(Iterable<Annotation> annotations) |
Set<InterceptorBindingType> |
BeanManagerImpl.extractInterceptorBindings(Iterable<Annotation> annotations) |
Set<InterceptorBindingType> |
BeanManagerImpl.flattenInterceptorBindings(Set<InterceptorBindingType> interceptorBindingTypes)
Extracts the complete set of interception bindings from a given set of
interceptorBindingTypes.
|
Modifier and Type | Method and Description |
---|---|
Set<InterceptorBindingType> |
BeanManagerImpl.flattenInterceptorBindings(Set<InterceptorBindingType> interceptorBindingTypes)
Extracts the complete set of interception bindings from a given set of
interceptorBindingTypes.
|
List<javax.enterprise.inject.spi.Interceptor<?>> |
BeanManagerImpl.resolveInterceptors(javax.enterprise.inject.spi.InterceptionType type,
Set<InterceptorBindingType> flattenedInterceptorBindings) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Beans.findInterceptorBindingConflicts(Set<InterceptorBindingType> flattenedBindings) |
Copyright © 2013 Seam Framework. All rights reserved.