org.apache.webbeans.intercept
Class InterceptorsManager

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

public class InterceptorsManager
extends Object


Constructor Summary
InterceptorsManager()
           
 
Method Summary
 void addNewInterceptor(Class<?> interceptorClazz)
           
 int compare(Class<?> src, Class<?> target)
           
static InterceptorsManager getInstance()
           
 boolean isInterceptorEnabled(Class<?> interceptorClazz)
           
 void validateInterceptorClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorsManager

public InterceptorsManager()
Method Detail

getInstance

public static InterceptorsManager getInstance()

addNewInterceptor

public void addNewInterceptor(Class<?> interceptorClazz)

compare

public int compare(Class<?> src,
                   Class<?> target)

isInterceptorEnabled

public boolean isInterceptorEnabled(Class<?> interceptorClazz)

validateInterceptorClasses

public void validateInterceptorClasses()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.