| Modifier and Type | Method and Description |
|---|---|
InterceptorMetadata<?> |
InterceptorImpl.getInterceptorMetadata() |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomInterceptorMetadata |
| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
CustomInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildableInterceptionModel.appendInterceptors(InterceptionType interceptionType,
Method method,
InterceptorMetadata<I>... interceptors) |
void |
InterceptionModelBuilder.MethodInterceptorDescriptor.with(InterceptorMetadata... interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleInterceptorMetadata<T> |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorMetadata |
InterceptorMetadataUtils.readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference) |
static InterceptorMetadata |
InterceptorMetadataUtils.readMetadataForTargetClass(ClassMetadata<?> classMetadata) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
SimpleInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
<T> InterceptorMetadata<T> |
MetadataCachingReader.getInterceptorMetadata(Class<T> clazz) |
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getInterceptorMetadata(Class<T> clazz) |
<T> InterceptorMetadata<T> |
MetadataCachingReader.getInterceptorMetadata(InterceptorReference<T> interceptorReference) |
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getInterceptorMetadata(InterceptorReference<T> interceptorReference) |
<T> InterceptorMetadata<T> |
MetadataCachingReader.getTargetClassInterceptorMetadata(ClassMetadata<T> classMetadata) |
<T> InterceptorMetadata<T> |
DefaultMetadataCachingReader.getTargetClassInterceptorMetadata(ClassMetadata<T> classMetadata) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
InterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
Set<InterceptorMetadata<I>> |
InterceptionModel.getAllInterceptors()
Returns all interceptor classes that are applicable to the given intercepted entity
|
List<InterceptorMetadata<I>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
Method method)
Returns the interceptors applicable for the given interception type and method
|
Copyright © 2014 Seam Framework. All Rights Reserved.