|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interceptor<T>
Method Summary | |
---|---|
Set<Annotation> |
getInterceptorBindings()
|
Object |
intercept(InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx)
|
boolean |
intercepts(InterceptionType 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 |
---|
Set<Annotation> getInterceptorBindings()
boolean intercepts(InterceptionType type)
Object intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |