Uses of Package
org.apache.wicket.spring

Packages that use org.apache.wicket.spring
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   
 

Classes in org.apache.wicket.spring used by org.apache.wicket.spring
ISpringContextLocator
          Interface representing object that can locate a spring context.
 

Classes in org.apache.wicket.spring used by org.apache.wicket.spring.injection.annot
ISpringContextLocator
          Interface representing object that can locate a spring context.
SpringWebApplication
          Deprecated. when using java5 it is preferrable to use SpringBean annotations for injection rather then this spring-specific application subclass with its helpers. To setup SpringBean add the following line to your WebApplication subclass init method add(new SpringComponentInjector(this));
 

Classes in org.apache.wicket.spring used by org.apache.wicket.spring.test
ISpringContextLocator
          Interface representing object that can locate a spring context.
 



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