|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interceptor<T>
Metadata for for an interceptor
Method Summary | |
---|---|
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindings()
Returns the bindings for the interceptor |
java.lang.Object |
intercept(InterceptionType type,
T instance,
InvocationContext ctx)
Invokes the callback |
boolean |
intercepts(InterceptionType type)
Returns true if the interceptor intercepts the given type. |
Methods inherited from interface javax.enterprise.inject.spi.Bean |
---|
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable |
Methods inherited from interface javax.enterprise.context.spi.Contextual |
---|
create, destroy |
Method Detail |
---|
java.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
boolean intercepts(InterceptionType type)
java.lang.Object intercept(InterceptionType type, T instance, InvocationContext ctx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |