Modifier and Type | Method and Description |
---|---|
InterceptorMetadata<T> |
InterceptorImpl.getInterceptorMetadata() |
Modifier and Type | Class and Description |
---|---|
class |
CustomInterceptorMetadata<T> |
Modifier and Type | Method and Description |
---|---|
void |
InterceptionModelBuilder.MethodInterceptorDescriptor.with(InterceptorMetadata<?>... interceptors) |
Modifier and Type | Method and Description |
---|---|
<T> T |
InterceptionContext.getInterceptorInstance(InterceptorMetadata<T> interceptorMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptorMetadata<T> |
class |
DefaultInterceptorMetadata<T> |
class |
TargetClassInterceptorMetadata<T> |
Modifier and Type | Method and Description |
---|---|
static InterceptorMetadata |
InterceptorMetadataUtils.readMetadataForInterceptorClass(InterceptorFactory<?> interceptorReference) |
Modifier and Type | Method and Description |
---|---|
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getInterceptorMetadata(Class<T> clazz) |
<T> InterceptorMetadata<T> |
MetadataCachingReader.getInterceptorMetadata(Class<T> clazz) |
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getInterceptorMetadata(InterceptorFactory<T> interceptorReference) |
<T> InterceptorMetadata<T> |
MetadataCachingReader.getInterceptorMetadata(InterceptorFactory<T> interceptorReference) |
Modifier and Type | Method and Description |
---|---|
Set<InterceptorMetadata<?>> |
InterceptionModel.getAllInterceptors()
Returns all interceptor classes that are applicable to the given intercepted entity
|
List<InterceptorMetadata<?>> |
InterceptionModel.getConstructorInvocationInterceptors()
Returns
AroundConstruct interceptors applicable for the given constructor. |
List<InterceptorMetadata<?>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
Method method)
Returns the interceptors applicable for the given interception type and method.
|
Copyright © 2013 Seam Framework. All Rights Reserved.