| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy |
| Modifier and Type | Class and Description |
|---|---|
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 |
InterceptedProxyFactory<T>
Generates proxies used to apply intercptors to custom bean instances and return values of producer methods.
|
class |
InterceptedSubclassFactory<T>
Factory for producing subclasses that are used by the combined interceptors and decorators stack.
|
Copyright © 2017. All rights reserved.