Uses of Interface
org.apache.wicket.spring.ISpringContextLocator

Packages that use ISpringContextLocator
org.apache.wicket.spring   
org.apache.wicket.spring.injection.annot This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware. 
org.apache.wicket.spring.test   
 

Uses of ISpringContextLocator in org.apache.wicket.spring
 

Methods in org.apache.wicket.spring that return ISpringContextLocator
 ISpringContextLocator SpringWebApplication.getSpringContextLocator()
          Deprecated. Retrieves the spring application context locator object
 ISpringContextLocator SpringBeanLocator.getSpringContextLocator()
           
 

Constructors in org.apache.wicket.spring with parameters of type ISpringContextLocator
SpringBeanLocator(Class<?> beanType, ISpringContextLocator locator)
          Constructor
SpringBeanLocator(String beanName, Class<?> beanType, ISpringContextLocator locator)
          Constructor
 

Uses of ISpringContextLocator in org.apache.wicket.spring.injection.annot
 

Constructors in org.apache.wicket.spring.injection.annot with parameters of type ISpringContextLocator
AnnotProxyFieldValueFactory(ISpringContextLocator contextLocator)
           
AnnotProxyFieldValueFactory(ISpringContextLocator contextLocator, boolean wrapInProxies)
           
AnnotSpringInjector(ISpringContextLocator locator)
          Constructor
AnnotSpringInjector(ISpringContextLocator locator, boolean wrapInProxies)
          Constructor
 

Uses of ISpringContextLocator in org.apache.wicket.spring.test
 

Classes in org.apache.wicket.spring.test that implement ISpringContextLocator
 class SpringContextLocatorMock
          Mock SpringContextLocator
 



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