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