Uses of Interface
org.apache.wicket.proxy.IProxyTargetLocator

Packages that use IProxyTargetLocator
org.apache.wicket.proxy   
org.apache.wicket.spring   
 

Uses of IProxyTargetLocator in org.apache.wicket.proxy
 

Methods in org.apache.wicket.proxy that return IProxyTargetLocator
 IProxyTargetLocator ILazyInitProxy.getObjectLocator()
           
 

Methods in org.apache.wicket.proxy with parameters of type IProxyTargetLocator
static Object LazyInitProxyFactory.createProxy(Class<?> type, IProxyTargetLocator locator)
          Create a lazy init proxy for the specified type.
 

Uses of IProxyTargetLocator in org.apache.wicket.spring
 

Classes in org.apache.wicket.spring that implement IProxyTargetLocator
 class SpringBeanLocator
          Implementation of IProxyTargetLocator that can locate beans within a spring application context.
 



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