Deprecated API

Deprecated Classes
com.tonbeller.wcf.ui.CheckBoxes
          - does this make sense? 
com.tonbeller.wcf.ui.RadioButtons
          - does this make sense? 
 

Deprecated Fields
com.tonbeller.wcf.utils.UrlUtils.URLENCODING
          - use CharsetFilter.getEncoding() instead 
 

Deprecated Methods
com.tonbeller.wcf.tree.TreeComponent.expandSelected()
          use expandSelected(boolean) instead 
com.tonbeller.wcf.component.ComponentSupport.getForm()
          Component implements Form directly 
com.tonbeller.wcf.controller.TestContext.TestSession.getSessionContext()
            
com.tonbeller.wcf.controller.TestContext.TestSession.getValue(String)
            
com.tonbeller.wcf.controller.TestContext.TestSession.getValueNames()
            
com.tonbeller.wcf.controller.TestContext.TestSession.putValue(String, Object)
            
com.tonbeller.wcf.controller.TestContext.TestSession.removeValue(String)
            
com.tonbeller.wcf.controller.RequestContextFactoryImpl.setLocale(Locale)
            
com.tonbeller.wcf.controller.RequestContextFactory.setLocale(Locale)
            
com.tonbeller.wcf.param.SqlInExpr.setSqlValue(Object[])
          use setSqlValues() instead