Uses of Package
org.apache.wicket.injection

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

Classes in org.apache.wicket.injection used by org.apache.wicket.guice
ConfigurableInjector
          Abstract injector that allows subclasses to provide IFieldValueFactory pragmatically by implementing getFieldValueFactory().
IFieldValueFactory
          Factory object used by injector to generate values for fields of the object being injected.
Injector
          Injector scans fields of an object instance and checks if the specified IFieldValueFactory can provide a value for a field; if it can, the field is set to that value.
 

Classes in org.apache.wicket.injection used by org.apache.wicket.injection
IFieldValueFactory
          Factory object used by injector to generate values for fields of the object being injected.
Injector
          Injector scans fields of an object instance and checks if the specified IFieldValueFactory can provide a value for a field; if it can, the field is set to that value.
 

Classes in org.apache.wicket.injection used by org.apache.wicket.injection.web
ConfigurableInjector
          Abstract injector that allows subclasses to provide IFieldValueFactory pragmatically by implementing getFieldValueFactory().
 

Classes in org.apache.wicket.injection used by org.apache.wicket.spring.injection.annot
ComponentInjector
          Enables your application to do dependency injection.
ConfigurableInjector
          Abstract injector that allows subclasses to provide IFieldValueFactory pragmatically by implementing getFieldValueFactory().
IFieldValueFactory
          Factory object used by injector to generate values for fields of the object being injected.
Injector
          Injector scans fields of an object instance and checks if the specified IFieldValueFactory can provide a value for a field; if it can, the field is set to that value.
 



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