Deprecated API

Deprecated Classes
org.araneaframework.http.filter.StandardClientStateFilterWidget
          it is outdated and does not work correctly because some state may be actually modified by Widget.Interface.render(OutputData) call. Aranea 1.2 will provide more general StandardStateVersioningFilterWidget which can provide similar functionality. 
 

Deprecated Interfaces
org.araneaframework.framework.FlowContext.FlowReference
          to be removed in Aranea 2.0 
 

Deprecated Exceptions
org.araneaframework.framework.NoSerializedClientStateException
          Together with StandardClientStateFilterWidget 
 

Deprecated Fields
org.araneaframework.core.BaseApplicationService.ACTION_ID_ATTRIBUTE
            
 

Deprecated Methods
org.araneaframework.uilib.form.control.MultiSelectControl.addDisplayItems(Collection, String, String)
          use MultiSelectControl.addFromBeanCollection(Collection, String, String) instead 
org.araneaframework.uilib.form.control.SelectControl.addDisplayItems(Collection, String, String)
          use SelectControl.addFromBeanCollection(Collection, String, String) instead 
org.araneaframework.framework.FlowContext.getCurrentReference()
          to be removed in Aranea 2.0. Also see FlowContext.FlowReference 
org.araneaframework.uilib.core.MenuItem.isHolder()
            
org.araneaframework.jsp.tag.uilib.form.FormSimpleLabelHtmlTag.writeLabel(Writer, String, boolean, String, String, PageContext, boolean, String)
          Use FormSimpleLabelHtmlTag.writeLabel(Writer,String,boolean,String,String,PageContext,boolean,String,String) instead