Uses of Class
org.apache.wicket.injection.Injector

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

Uses of Injector in org.apache.wicket.guice
 

Subclasses of Injector in org.apache.wicket.guice
 class GuiceComponentInjector
          Injects field members of components using Guice.
 

Uses of Injector in org.apache.wicket.injection
 

Methods in org.apache.wicket.injection that return Injector
static Injector Injector.get()
           
 

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

Subclasses of Injector in org.apache.wicket.spring.injection.annot
 class SpringComponentInjector
          IComponentInstantiationListener that injects component properties annotated with SpringBean annotations.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.