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