Uses of Interface
org.apache.wicket.application.IComponentInstantiationListener

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

Classes in org.apache.wicket.application that implement IComponentInstantiationListener
 class ComponentInstantiationListenerCollection
           
 

Uses of IComponentInstantiationListener in org.apache.wicket.guice
 

Classes in org.apache.wicket.guice that implement IComponentInstantiationListener
 class GuiceComponentInjector
          Injects field members of components using Guice.
 

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

Classes in org.apache.wicket.spring.injection.annot that implement IComponentInstantiationListener
 class SpringComponentInjector
          IComponentInstantiationListener that injects component properties annotated with SpringBean annotations.
 



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