Deprecated API


Contents
Deprecated Classes
org.apache.wicket.spring.SpringWebApplication
          when using java5 it is preferrable to use SpringBean annotations for injection rather then this spring-specific application subclass with its helpers. To setup SpringBean add the following line to your WebApplication subclass init method getComponentInstantiationListeners().add(new SpringComponentInjector(this)); 
 



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