Deprecated API


Contents
Deprecated Classes
org.apache.wicket.spring.injection.annot.AnnotSpringWebApplication
          instead in application.init() do addComponentInstantiationListener(new SpringComponentInjector(this)); TODO remove post 1.3 
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 add(new SpringComponentInjector(this)); 
 



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