org.jboss.weld.interceptor.reader
Class InterceptorMetadataUtils

java.lang.Object
  extended by org.jboss.weld.interceptor.reader.InterceptorMetadataUtils

public class InterceptorMetadataUtils
extends Object

Author:
Marius Bogoevici

Field Summary
protected static String OBJECT_CLASS_NAME
           
 
Constructor Summary
InterceptorMetadataUtils()
           
 
Method Summary
static boolean isInterceptorMethod(InterceptionType interceptionType, MethodMetadata method, boolean forTargetClass)
           
static InterceptorMetadata readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)
           
static InterceptorMetadata readMetadataForTargetClass(ClassMetadata<?> classMetadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_CLASS_NAME

protected static final String OBJECT_CLASS_NAME
Constructor Detail

InterceptorMetadataUtils

public InterceptorMetadataUtils()
Method Detail

readMetadataForInterceptorClass

public static InterceptorMetadata readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)

readMetadataForTargetClass

public static InterceptorMetadata readMetadataForTargetClass(ClassMetadata<?> classMetadata)

isInterceptorMethod

public static boolean isInterceptorMethod(InterceptionType interceptionType,
                                          MethodMetadata method,
                                          boolean forTargetClass)


Copyright © 2013 Seam Framework. All Rights Reserved.