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

Packages that use IComponentInstantiationListener
org.apache.wicket.application   
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
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.devutils.inspector
 

Classes in org.apache.wicket.devutils.inspector that implement IComponentInstantiationListener
 class RenderPerformanceListener
          A listener that adds a special Behavior that measures the time needed by a component to render itself.
 

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 © 2006-2012 Apache Software Foundation. All Rights Reserved.