public class InterceptorMetadataUtils extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
OBJECT_CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass) |
static InterceptorMetadata |
readMetadataForInterceptorClass(InterceptorFactory<?> interceptorReference) |
static <T> TargetClassInterceptorMetadata |
readMetadataForTargetClass(ClassMetadata<T> classMetadata) |
protected static final String OBJECT_CLASS_NAME
public static InterceptorMetadata readMetadataForInterceptorClass(InterceptorFactory<?> interceptorReference)
public static <T> TargetClassInterceptorMetadata readMetadataForTargetClass(ClassMetadata<T> classMetadata)
public static boolean isInterceptorMethod(InterceptionType interceptionType, MethodMetadata method, boolean forTargetClass)
Copyright © 2014 Seam Framework. All rights reserved.