| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
CustomInterceptorMetadata.getInterceptorInvocation(java.lang.Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
boolean |
CustomInterceptorMetadata.isEligible(InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildableInterceptionModel.appendInterceptors(InterceptionType interceptionType,
java.lang.reflect.Method method,
InterceptorMetadata<I>... interceptors) |
| Constructor and Description |
|---|
InterceptionModelBuilder.MethodInterceptorDescriptor(java.lang.reflect.Method m,
InterceptionType... interceptionType) |
| Constructor and Description |
|---|
SimpleInterceptorInvocation(T instance,
InterceptionType interceptionType,
java.util.Collection<MethodMetadata> interceptorMethods,
boolean targetClass) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InterceptionType> |
DefaultMethodMetadata.getSupportedInterceptionTypes() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
SimpleInterceptorMetadata.getInterceptorInvocation(java.lang.Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
java.util.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,
java.util.Map<InterceptionType,java.util.List<MethodMetadata>> interceptorMethodMap) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InterceptionType> |
MethodMetadata.getSupportedInterceptionTypes() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
InterceptorMetadata.getInterceptorInvocation(java.lang.Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
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(InterceptionType 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InterceptorMetadata<I>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
java.lang.reflect.Method method)
Returns the interceptors applicable for the given interception type and method
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<InterceptionType> |
InterceptionTypeRegistry.getSupportedInterceptionTypes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<? extends java.lang.annotation.Annotation> |
InterceptionTypeRegistry.getAnnotationClass(InterceptionType interceptionType) |
static boolean |
InterceptionTypeRegistry.isSupported(InterceptionType interceptionType) |
Copyright © 2014 Seam Framework. All Rights Reserved.