Uses of Interface
org.apache.webbeans.proxy.InterceptorHandler
-
Packages that use InterceptorHandler Package Description 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 Modifier and Type Class Description classDecoratorHandlerInterceptorHandler which handles all the Decorators on the InjectionTarget.classDefaultInterceptorHandler<T> -
Uses of InterceptorHandler in org.apache.webbeans.proxy
Methods in org.apache.webbeans.proxy that return InterceptorHandler Modifier and Type Method Description InterceptorHandlerInterceptorDecoratorProxyFactory. getInterceptorHandler(OwbInterceptorProxy proxyInstance)Methods in org.apache.webbeans.proxy with parameters of type InterceptorHandler Modifier and Type Method Description <T> TInterceptorDecoratorProxyFactory. createProxyInstance(Class<? extends T> proxyClass, T instance, InterceptorHandler interceptorDecoratorStack)
-