Package org.apache.wicket.proxy
-
Interface Summary Interface Description ILazyInitProxy Interface the lazy init proxies implement to make identification of the proxy and retrival ofIProxyTargetLocatorpossible.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 Summary Class Description LazyInitProxyFactory A factory class that creates lazy init proxies given a type and aIProxyTargetLocatorused 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