Package org.apache.wicket.proxy
Interface IProxyFactory
-
public interface IProxyFactory
A factory of proxies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TcreateProxy(Class<T> type, IProxyTargetLocator locator)Create a proxy.
-
-
-
Method Detail
-
createProxy
<T> T createProxy(Class<T> type, IProxyTargetLocator locator)
Create a proxy.- Parameters:
type- the target typelocator- the locator of the target- Returns:
- a proxy
-
-