|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Interfaces | |
|---|---|
| org.apache.wicket.util.tester.ITestPageSource
since 1.5 No longer needed |
|
| org.apache.wicket.util.tester.ITestPanelSource
since 1.5 No longer needed |
|
| Deprecated Classes | |
|---|---|
| org.apache.wicket.behavior.AbstractBehavior
extend Behavior instead |
|
| org.apache.wicket.markup.html.border.MarkupComponentBorder
Please use BorderBehavior instead. |
|
| org.apache.wicket.behavior.SimpleAttributeModifier
use AttributeModifier.replace(String, java.io.Serializable) instead |
|
| 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)); |
|
| org.apache.wicket.extensions.ajax.markup.html.WicketAjaxIndicatorAppender
Use AjaxIndicatorAppender instead. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||