Uses of Class
org.apache.webbeans.proxy.AbstractProxyFactory
-
Packages that use AbstractProxyFactory Package Description org.apache.webbeans.proxy -
-
Uses of AbstractProxyFactory in org.apache.webbeans.proxy
Subclasses of AbstractProxyFactory in org.apache.webbeans.proxy Modifier and Type Class Description classInterceptorDecoratorProxyFactoryGenerate a dynamic subclass which has exactly 1 delegation point instance which get's set in the Constructor of the proxy.classNormalScopeProxyFactoryThis factory creates proxies which delegate the method invocations 1:1 to an instance which gets resolved via aProvider.classSubclassProxyFactoryThis factory creates subclasses for abstract classes.
-