|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Interceptor<T>
| Method Summary | |
|---|---|
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindingTypes()
The interceptor bindings used to bind an interceptor to a bean |
java.lang.Object |
intercept(InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx)
|
boolean |
intercepts(InterceptionType type)
|
| Methods inherited from interface javax.enterprise.inject.spi.Bean |
|---|
getBindings, getDeploymentType, getInjectionPoints, getName, getScopeType, getTypes, isNullable, isSerializable |
| Methods inherited from interface javax.enterprise.context.spi.Contextual |
|---|
create, destroy |
| Method Detail |
|---|
java.util.Set<java.lang.annotation.Annotation> getInterceptorBindingTypes()
boolean intercepts(InterceptionType type)
java.lang.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 | |||||||||