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