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

Packages that use IComponentInstantiationListener
org.apache.wicket The core Wicket package. 
org.apache.wicket.guice   
org.apache.wicket.injection   
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
 

Methods in org.apache.wicket with parameters of type IComponentInstantiationListener
 void Application.addComponentInstantiationListener(IComponentInstantiationListener listener)
          Adds a component instantiation listener.
 void Application.removeComponentInstantiationListener(IComponentInstantiationListener listener)
          Removes a component instantiation listener.
 

Uses of IComponentInstantiationListener in org.apache.wicket.guice
 

Classes in org.apache.wicket.guice that implement IComponentInstantiationListener
 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 IComponentInstantiationListener in org.apache.wicket.injection
 

Classes in org.apache.wicket.injection that implement IComponentInstantiationListener
 class ComponentInjector
          Enables your application to do dependency injection.
 

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.