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.html(String)
          use htmlEncode(String) instead. 
com.opensymphony.util.MultipartException.list()
          Use getIterator() instead. 
com.opensymphony.util.DateUtil.toDate(float)
            
 


OSCore Project Page