Package org.apache.wicket.proxy
Interface ILazyInitProxy
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,java.io.Serializable
- All Known Implementing Classes:
LazyInitProxyFactory.AbstractCGLibInterceptor,LazyInitProxyFactory.CGLibInterceptor,ObjenesisCGLibInterceptor
public interface ILazyInitProxy extends org.apache.wicket.util.io.IClusterableInterface the lazy init proxies implement to make identification of the proxy and retrival ofIProxyTargetLocatorpossible.- Author:
- Igor Vaynberg (ivaynberg)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IProxyTargetLocatorgetObjectLocator()
-
-
-
Method Detail
-
getObjectLocator
IProxyTargetLocator getObjectLocator()
- Returns:
- object locator the proxy carries
-
-