public interface WeldInvocationContext
extends javax.interceptor.InvocationContext
InvocationContext.| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getInterceptorBindings()
Return the set of interceptor bindings for a lifecycle callback, business method, timeout method, or constructor.
|
<T extends Annotation> |
getInterceptorBindingsByType(Class<T> annotationType)
Return the set of interceptor bindings with the specified annotation type.
|
Set<Annotation> getInterceptorBindings()
The returned set may be empty if only interceptors using the Interceptors annotation are associated.
<T extends Annotation> Set<T> getInterceptorBindingsByType(Class<T> annotationType)
T - subclass of AnnotationannotationType - type of annotationgetInterceptorBindings()Copyright © 2008–2017. All rights reserved.