org.apache.wicket.proxy
Interface ILazyInitProxy
- All Superinterfaces:
- org.apache.wicket.IClusterable, java.io.Serializable
public interface ILazyInitProxy
- extends org.apache.wicket.IClusterable
Interface the lazy init proxies implement to make identification of the proxy and retrival of
IProxyTargetLocator possible.
- Author:
- Igor Vaynberg (ivaynberg)
getObjectLocator
IProxyTargetLocator getObjectLocator()
- Returns:
- object locator the proxy carries
Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.