T - The type (class) of the interceptor beanpublic interface InterceptorMetadata<T>
| Modifier and Type | Method and Description |
|---|---|
ClassMetadata<?> |
getInterceptorClass() |
InterceptorFactory<T> |
getInterceptorFactory()
Returns the class for which this interceptor metadata was created
|
InterceptorInvocation |
getInterceptorInvocation(Object interceptorInstance,
InterceptionType interceptionType) |
boolean |
isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this
InterceptorMetadata
has interceptor methods for the given interceptionType. |
InterceptorFactory<T> getInterceptorFactory()
ClassMetadata<?> getInterceptorClass()
boolean isEligible(InterceptionType interceptionType)
InterceptorMetadata
has interceptor methods for the given interceptionType. Else returns false.interceptionType - The InterceptionTypeInterceptorInvocation getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType)
Copyright © 2013 Seam Framework. All Rights Reserved.