org.apache.webbeans.intercept
Class InterceptorUtil

java.lang.Object
  extended by org.apache.webbeans.intercept.InterceptorUtil

public final class InterceptorUtil
extends Object


Constructor Summary
InterceptorUtil(WebBeansContext webBeansContext)
           
 
Method Summary
 void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)
           
 List<AnnotatedMethod<?>> getLifecycleMethods(AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation, boolean parentFirst)
           
 List<Class> getReverseClassHierarchy(Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorUtil

public InterceptorUtil(WebBeansContext webBeansContext)
Method Detail

getReverseClassHierarchy

public List<Class> getReverseClassHierarchy(Class clazz)
Returns:
the Type hierarchy in the order superclass first. Object.class is not included!

getLifecycleMethods

public List<AnnotatedMethod<?>> getLifecycleMethods(AnnotatedType<?> annotatedType,
                                                    Class<? extends Annotation> annotation,
                                                    boolean parentFirst)

checkSimpleWebBeansInterceptorConditions

public void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.