Deprecated API


Contents
Deprecated Classes
com.opensymphony.util.Logger
          If you require this functionality, we recommend you check out the Jakarta commons-logging project. 
com.opensymphony.util.OrderedMap
          If you need special data structures like this, we recommend you check out the Jakarta commons-collections project. 
 

Deprecated Methods
com.opensymphony.util.DateUtil.daysBetween(Calendar, Calendar)
            
com.opensymphony.util.DateUtil.daysBetween(Date, Date)
            
com.opensymphony.util.TextUtils.decodeBytes(String)
          use MailUtils.decodeBytes(String) instead. 
com.opensymphony.util.TextUtils.encodeBytes(byte[])
          use MailUtils.encodeBytes(byte[]) instead. 
com.opensymphony.util.TextUtils.html(String)
          use htmlEncode(String) instead. 
com.opensymphony.util.MultipartException.list()
          Use getIterator() instead. 
com.opensymphony.util.DateUtil.toDate(float)
            
 


OSCore Project Page

Copyright 2000-2005 - OpenSymphony