|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyFactory | |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.bean.proxy |
Uses of ProxyFactory in org.jboss.weld.bean |
---|
Fields in org.jboss.weld.bean declared as ProxyFactory | |
---|---|
protected ProxyFactory<T> |
AbstractClassBean.decoratorProxyFactory
|
Uses of ProxyFactory in org.jboss.weld.bean.proxy |
---|
Subclasses of ProxyFactory in org.jboss.weld.bean.proxy | |
---|---|
class |
ClientProxyFactory<T>
Proxy factory that generates client proxies, it uses optimizations that are not valid for other proxy types. |
class |
DecoratorProxyFactory<T>
This special proxy factory is mostly used for abstract decorators. |
class |
EnterpriseProxyFactory<T>
This factory produces client proxies specific for enterprise beans, in particular session beans. |
class |
InterceptedSubclassFactory<T>
Factory for producing subclasses that are used by the combined interceptors and decorators stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |