public interface InterceptorMetadata<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
ClassMetadata<?> |
getInterceptorClass() |
InterceptorInvocation |
getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType) |
InterceptorReference<T> |
getInterceptorReference()
Returns the class for which this interceptor metadata was created
|
boolean |
isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this
InterceptorMetadata
has interceptor methods for the given interceptionType . |
InterceptorReference<T> getInterceptorReference()
ClassMetadata<?> getInterceptorClass()
boolean isEligible(InterceptionType interceptionType)
InterceptorMetadata
has interceptor methods for the given interceptionType
. Else returns false.interceptionType
- The InterceptionType
InterceptorInvocation getInterceptorInvocation(Object interceptorInstance, InterceptorMetadata interceptorReference, InterceptionType interceptionType)
Copyright © 2013 Seam Framework. All rights reserved.