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<javax.enterprise.inject.spi.AnnotatedMethod<?>> getLifecycleMethods(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation)
           
 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<javax.enterprise.inject.spi.AnnotatedMethod<?>> getLifecycleMethods(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType,
                                                                                Class<? extends Annotation> annotation)

checkSimpleWebBeansInterceptorConditions

public void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)


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