Uses of Interface
org.apache.wicket.proxy.IProxyTargetLocator
-
Uses of IProxyTargetLocator in org.apache.wicket.proxy
Modifier and TypeMethodDescription<T> T
IProxyFactory.createProxy
(Class<T> type, IProxyTargetLocator locator) Create a proxy.static <T> T
LazyInitProxyFactory.createProxy
(Class<T> type, IProxyTargetLocator locator) Create a lazy init proxy for the specified type.ModifierConstructorDescriptionProxyReplacement
(String type, IProxyTargetLocator locator) Constructor -
Uses of IProxyTargetLocator in org.apache.wicket.spring
Modifier and TypeClassDescriptionclass
Implementation ofIProxyTargetLocator
that can locate beans within a spring application context.