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

Packages that use Injector
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.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-2009 Apache Software Foundation. All Rights Reserved.