org.apache.webbeans.intercept
Class InterceptorUtil
java.lang.Object
org.apache.webbeans.intercept.InterceptorUtil
public final class InterceptorUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorUtil
public InterceptorUtil(WebBeansContext webBeansContext)
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.