| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bean | |
| org.jboss.weld.bean.interceptor | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.ejb.spi | |
| org.jboss.weld.interceptor.proxy | |
| org.jboss.weld.manager | |
| org.jboss.weld.resolution |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor<?>> |
BeanManager.resolveInterceptors(InterceptionType type,
Annotation... interceptorBindings)
Return an ordered list of enabled interceptors for
a set of interceptor bindings and a type of interception and which are enabled
in the module or library containing the class into which the BeanManager
was injected or the Java EE component from whose JNDI environment namespace
the BeanManager was obtained.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Collection<Interceptor<?>> |
InterceptorBindingsAdapter.getAllInterceptors() |
SerializableContextual<Interceptor<?>,?> |
SerializableContextualInterceptorReference.getInterceptor() |
InterceptorReference<SerializableContextual<Interceptor<?>,?>> |
CustomInterceptorMetadata.getInterceptorReference() |
List<Interceptor<?>> |
InterceptorBindingsAdapter.getLifecycleInterceptors(InterceptionType interceptionType) |
List<Interceptor<?>> |
InterceptorBindingsAdapter.getMethodInterceptors(InterceptionType interceptionType,
Method method) |
| Constructor and Description |
|---|
SerializableContextualInterceptorReference(SerializableContextual<Interceptor<?>,?> interceptor,
ClassMetadata<?> classMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
Validator.validateInterceptors(Collection<? extends Interceptor<?>> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Interceptor<?>> |
InterceptorBindings.getAllInterceptors()
Returns all interceptors that are bound to an EJB object through
the
InterceptorBinding mechanism and are
enabled through the beans.xml file. |
List<Interceptor<?>> |
InterceptorBindings.getLifecycleInterceptors(InterceptionType interceptionType)
Returns the lifecycle interceptors that are applicable to a given
InterceptionType
(bound by InterceptorBinding). |
List<Interceptor<?>> |
InterceptorBindings.getMethodInterceptors(InterceptionType interceptionType,
Method method)
Returns the interceptors that are applicable to a given
InterceptionType
and method (bound by InterceptorBinding). |
| Constructor and Description |
|---|
CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance,
T interceptorInstance,
InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Interceptor<?>> |
BeanManagerImpl.getAccessibleInterceptors() |
Comparator<Interceptor<?>> |
Enabled.getInterceptorComparator() |
List<Interceptor<?>> |
BeanManagerImpl.getInterceptors() |
List<Interceptor<?>> |
BeanManagerImpl.resolveInterceptors(InterceptionType type,
Annotation... interceptorBindings)
Resolves a list of interceptors based on interception type and interceptor
bindings
|
List<Interceptor<?>> |
BeanManagerImpl.resolveInterceptors(InterceptionType type,
Set<InterceptorBindingType> flattenedInterceptorBindings) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanManagerImpl.addInterceptor(Interceptor<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Interceptor<?>> |
TypeSafeInterceptorResolver.filterResult(Set<Interceptor<?>> matched) |
protected Set<Interceptor<?>> |
TypeSafeInterceptorResolver.sortResult(Set<Interceptor<?>> matchedInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TypeSafeInterceptorResolver.matches(InterceptorResolvable resolvable,
Interceptor<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Interceptor<?>> |
TypeSafeInterceptorResolver.filterResult(Set<Interceptor<?>> matched) |
protected Set<Interceptor<?>> |
TypeSafeInterceptorResolver.sortResult(Set<Interceptor<?>> matchedInterceptors) |
| Constructor and Description |
|---|
TypeSafeInterceptorResolver(BeanManagerImpl manager,
Iterable<Interceptor<?>> interceptors) |
Copyright © 2013 Seam Framework. All Rights Reserved.