|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptionType | |
---|---|
javax.inject.manager |
Uses of InterceptionType in javax.inject.manager |
---|
Methods in javax.inject.manager that return InterceptionType | |
---|---|
static InterceptionType |
InterceptionType.valueOf(java.lang.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. |
Methods in javax.inject.manager with parameters of type InterceptionType | |
---|---|
abstract java.lang.reflect.Method |
Interceptor.getMethod(InterceptionType type)
The interceptor method for the specified lifecycle callback or business method |
java.util.List<Interceptor> |
Manager.resolveInterceptors(InterceptionType type,
java.lang.annotation.Annotation... interceptorBindings)
Obtains an ordered list of enabled interceptors for a set interceptor bindings |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |