public interface Interceptor<T> extends Bean<T>
Modifier and Type | Method and Description |
---|---|
Set<Annotation> |
getInterceptorBindings() |
Object |
intercept(InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(InterceptionType type) |
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
create, destroy
Set<Annotation> getInterceptorBindings()
boolean intercepts(InterceptionType type)
Object intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)
Copyright © 2018. All rights reserved.