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

Packages that use ConfigurableInjector
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.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.
 

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-2010 Apache Software Foundation. All Rights Reserved.