public class DefaultInterceptorMetadata<T> extends AbstractInterceptorMetadata<T>
| Constructor and Description |
|---|
DefaultInterceptorMetadata(InterceptorFactory<T> reference,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorFactory<T> |
getInterceptorFactory()
Returns the class for which this interceptor metadata was created
|
protected boolean |
isTargetClassInterceptor() |
getInterceptorClass, getInterceptorInvocation, getInterceptorMethods, isEligiblepublic DefaultInterceptorMetadata(InterceptorFactory<T> reference, Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap)
public InterceptorFactory<T> getInterceptorFactory()
InterceptorMetadataprotected boolean isTargetClassInterceptor()
isTargetClassInterceptor in class AbstractInterceptorMetadata<T>Copyright © 2013 Seam Framework. All Rights Reserved.