Uses of Interface
org.apache.wicket.IBehaviorInstantiationListener

Packages that use IBehaviorInstantiationListener
org.apache.wicket The core Wicket package. 
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 IBehaviorInstantiationListener in org.apache.wicket
 

Classes in org.apache.wicket that implement IBehaviorInstantiationListener
 class BehaviorInstantiationListenerCollection
          ListenerCollection for IBehaviorInstantiationListeners
 

Uses of IBehaviorInstantiationListener in org.apache.wicket.guice
 

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

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

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



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.