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

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

Uses of ConfigurableInjector in org.apache.wicket.guice
 

Subclasses of ConfigurableInjector 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 ConfigurableInjector in org.apache.wicket.injection.web
 

Methods in org.apache.wicket.injection.web that return ConfigurableInjector
static ConfigurableInjector InjectorHolder.getInjector()
          Gets an injector NOTICE this method is not thread safe if setInjector() is used
 

Methods in org.apache.wicket.injection.web with parameters of type ConfigurableInjector
static void InjectorHolder.setInjector(ConfigurableInjector newInjector)
          Sets an injector NOTICE this method is not thread safe.
static void InjectorHolder.setInjector(ConfigurableInjector newInjector, Application application)
          Sets an injector NOTICE this method is not thread safe.
 

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

Subclasses of ConfigurableInjector 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.