Deprecated API


Contents
Deprecated Classes
org.springframework.http.client.CommonsClientHttpRequestFactory
          As of release 1.0.0.M2, replaced by HttpComponentsClientHttpRequestFactory. Apache Commons HttpClient 3.x is not available on Android. 
 

Deprecated Methods
org.springframework.util.ClassUtils.forName(String)
          as of Spring 3.0, in favor of specifying a ClassLoader explicitly: see ClassUtils.forName(String, ClassLoader) 
org.springframework.util.ClassUtils.isPresent(String)
          as of Spring 2.5, in favor of ClassUtils.isPresent(String, ClassLoader)