Modifier and Type | Method and Description |
---|---|
void |
BuildableInterceptionModel.appendInterceptors(InterceptionType interceptionType,
Method method,
InterceptorMetadata<I>... interceptors) |
Constructor and Description |
---|
InterceptionModelBuilder.MethodInterceptorDescriptor(Method m,
InterceptionType... interceptionType) |
Constructor and Description |
---|
InterceptorInvocation(T instance,
InterceptorMetadata<?> interceptorMetadata,
InterceptionType interceptionType) |
SimpleInterceptionChain(Collection<InterceptorInvocation<?>> interceptorInvocations,
InterceptionType interceptionType,
Object target,
Method targetMethod) |
Modifier and Type | Method and Description |
---|---|
Set<InterceptionType> |
DefaultMethodMetadata.getSupportedInterceptionTypes() |
Modifier and Type | Method and Description |
---|---|
List<MethodMetadata> |
SimpleInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType) |
boolean |
SimpleInterceptorMetadata.isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this
InterceptorMetadata
has interceptor methods for the given interceptionType . |
static boolean |
InterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass) |
Constructor and Description |
---|
SimpleInterceptorMetadata(InterceptorReference<T> interceptorReference,
boolean targetClass,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
Modifier and Type | Method and Description |
---|---|
Set<InterceptionType> |
MethodMetadata.getSupportedInterceptionTypes() |
Modifier and Type | Method and Description |
---|---|
List<MethodMetadata> |
InterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
Returns the list of interceptor methods of this class for a given
interception type.
|
boolean |
InterceptorMetadata.isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this
InterceptorMetadata
has interceptor methods for the given interceptionType . |
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 |
---|---|
List<InterceptorMetadata<I>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
Method method)
Returns the interceptors applicable for the given interception type and method
|
Modifier and Type | Method and Description |
---|---|
static Collection<InterceptionType> |
InterceptionTypeRegistry.getSupportedInterceptionTypes() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Annotation> |
InterceptionTypeRegistry.getAnnotationClass(InterceptionType interceptionType) |
static boolean |
InterceptionTypeRegistry.isSupported(InterceptionType interceptionType) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.