Uses of Interface
org.apache.wicket.spring.ISpringContextLocator
-
Packages that use ISpringContextLocator Package Description 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 Modifier and Type Method Description ISpringContextLocatorSpringBeanLocator. getSpringContextLocator()Constructors in org.apache.wicket.spring with parameters of type ISpringContextLocator Constructor Description SpringBeanLocator(Class<?> beanType, Field beanField, ISpringContextLocator locator)ConstructorSpringBeanLocator(Class<?> beanType, ISpringContextLocator locator)ConstructorSpringBeanLocator(String beanName, Class<?> beanType, Field beanField, ISpringContextLocator locator)ConstructorSpringBeanLocator(String beanName, Class<?> beanType, ISpringContextLocator locator) -
Uses of ISpringContextLocator in org.apache.wicket.spring.injection.annot
Constructors in org.apache.wicket.spring.injection.annot with parameters of type ISpringContextLocator Constructor Description AnnotProxyFieldValueFactory(ISpringContextLocator contextLocator)AnnotProxyFieldValueFactory(ISpringContextLocator contextLocator, boolean wrapInProxies) -
Uses of ISpringContextLocator in org.apache.wicket.spring.test
Classes in org.apache.wicket.spring.test that implement ISpringContextLocator Modifier and Type Class Description classSpringContextLocatorMockMock SpringContextLocator
-