org.apache.wicket.proxy
Interface ILazyInitProxy

All Superinterfaces:
IClusterable, java.io.Serializable

public interface ILazyInitProxy
extends IClusterable

Interface the lazy init proxies implement to make identification of the proxy and retrival of IProxyTargetLocator possible.

Author:
Igor Vaynberg (ivaynberg)

Method Summary
 IProxyTargetLocator getObjectLocator()
           
 

Method Detail

getObjectLocator

IProxyTargetLocator getObjectLocator()
Returns:
object locator the proxy carries


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.