Uses of Interface
org.apache.webbeans.proxy.InterceptorHandler

Packages that use InterceptorHandler
org.apache.webbeans.intercept   
org.apache.webbeans.proxy   
 

Uses of InterceptorHandler in org.apache.webbeans.intercept
 

Classes in org.apache.webbeans.intercept that implement InterceptorHandler
 class DecoratorHandler
          InterceptorHandler which handles all the Decorators on the InjectionTarget.
 class DefaultInterceptorHandler<T>
           
 

Uses of InterceptorHandler in org.apache.webbeans.proxy
 

Methods in org.apache.webbeans.proxy that return InterceptorHandler
 InterceptorHandler InterceptorDecoratorProxyFactory.getInterceptorHandler(OwbInterceptorProxy proxyInstance)
           
 

Methods in org.apache.webbeans.proxy with parameters of type InterceptorHandler
<T> T
InterceptorDecoratorProxyFactory.createProxyInstance(Class<? extends T> proxyClass, T instance, InterceptorHandler interceptorDecoratorStack)
           
 



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