org.apache.webbeans.intercept
Class InterceptorsManager

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

public class InterceptorsManager
extends java.lang.Object


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

compare

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

isInterceptorEnabled

public boolean isInterceptorEnabled(java.lang.Class<?> interceptorClazz)

validateInterceptorClasses

public void validateInterceptorClasses()


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