Interface | Description |
---|---|
ILazyInitProxy |
Interface the lazy init proxies implement to make identification of the proxy and retrival of
IProxyTargetLocator possible. |
IProxyTargetLocator |
Represents a service locator for lazy init proxies.
|
LazyInitProxyFactory.IWriteReplace |
This interface is used to make the proxy forward writeReplace() call to the handler instead
of invoking it on itself.
|
Class | Description |
---|---|
LazyInitProxyFactory |
A factory class that creates lazy init proxies given a type and a
IProxyTargetLocator
used to retrieve the object the proxy will represent. |
LazyInitProxyFactory.AbstractCGLibInterceptor |
Method interceptor for proxies representing concrete object not backed by an interface.
|
LazyInitProxyFactory.CGLibInterceptor |
Method interceptor for proxies representing concrete object not backed by an interface.
|
LazyInitProxyFactory.SerializableNoOpCallback |
Serializable implementation of the NoOp callback.
|
LazyInitProxyFactory.WicketNamingPolicy |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.