Package | Description |
---|---|
javax.enterprise.inject.spi |
Modifier and Type | Method and Description |
---|---|
static InterceptionType |
InterceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptionType[] |
InterceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
Interceptor.intercept(InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx) |
boolean |
Interceptor.intercepts(InterceptionType type) |
List<Interceptor<?>> |
BeanManager.resolveInterceptors(InterceptionType type,
Annotation... interceptorBindings)
Returns a list of interceptor.
|
Copyright © 2016. All rights reserved.