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 fields/members of components using Guice.
 class InjectionFlagCachingGuiceComponentInjector
          Finding the guice annotations via reflection for each Component instantiation is a rather heavyweight operation (@link GuiceComponentInjector.
 

Uses of Injector in org.apache.wicket.injection
 

Subclasses of Injector in org.apache.wicket.injection
 class ConfigurableInjector
          Abstract injector that allows subclasses to provide IFieldValueFactory pragmatically by implementing getFieldValueFactory().
 

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

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

Subclasses of Injector in org.apache.wicket.spring.injection.annot
 class AnnotSpringInjector
          Injector that injects classes based on SpringBean annotation
 



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