Package | Description |
---|---|
org.apache.webbeans.proxy |
Modifier and Type | Class and Description |
---|---|
class |
InterceptorDecoratorProxyFactory
Generate a dynamic subclass which has exactly 1 delegation point instance
which get's set in the Constructor of the proxy.
|
class |
NormalScopeProxyFactory
This factory creates proxies which delegate the
method invocations 1:1 to an instance which gets
resolved via a
Provider . |
class |
SubclassProxyFactory
This factory creates subclasses for abstract classes.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.