org.apache.webbeans.intercept
Class InterceptorsManager

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

public class InterceptorsManager
extends Object


Constructor Summary
InterceptorsManager(WebBeansContext webBeansContext)
           
 
Method Summary
 void addNewInterceptor(Class<?> interceptorClazz)
           
 int compare(Class<?> src, Class<?> target)
           
static InterceptorsManager getInstance()
          Deprecated. 
 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(WebBeansContext webBeansContext)
Method Detail

getInstance

@Deprecated
public static InterceptorsManager getInstance()
Deprecated. 


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-2011 The Apache Software Foundation. All Rights Reserved.