spring-web

Deprecated API


Contents
Deprecated Interfaces
org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
 

Deprecated Classes
org.springframework.http.client.CommonsClientHttpRequestFactory
          In favor of HttpComponentsClientHttpRequestFactory 
org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
org.springframework.web.context.support.ServletContextFactoryBean
          as of Spring 3.0, since "servletContext" is now available as a default bean in every WebApplicationContext 
org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
          in Spring 3.1 in favor of PropertySourcesPlaceholderConfigurer in conjunction with StandardServletEnvironment. 
org.springframework.remoting.jaxrpc.ServletEndpointSupport
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
 

Deprecated Exceptions
org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
          in favor of JAX-WS support in org.springframework.remoting.jaxws 
 

Deprecated Fields
org.springframework.web.util.CookieGenerator.DEFAULT_COOKIE_MAX_AGE
          in favor of setting no max age value at all in such a case 
 

Deprecated Methods
org.springframework.web.bind.WebDataBinder.bindMultipartFiles(Map, MutablePropertyValues)
          as of Spring 3.0, in favor of WebDataBinder.bindMultipart(java.util.Map>, org.springframework.beans.MutablePropertyValues) which binds all multipart files, even if more than one sent for the same name 
org.springframework.web.context.ContextLoaderListener.createContextLoader()
          in favor of simply subclassing ContextLoaderListener itself (which extends ContextLoader, as of Spring 3.0) 
org.springframework.web.context.ContextLoader.createWebApplicationContext(ServletContext, ApplicationContext)
          as of Spring 3.1 in favor of ContextLoader.createWebApplicationContext(ServletContext) and ContextLoader.configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) 
org.springframework.web.util.UriUtils.encodeHttpUrl(String, String)
          in favor of UriComponentsBuilder; see note about query param encoding 
org.springframework.web.util.UriTemplate.encodeUri(String)
          No longer in use, with no direct replacement 
org.springframework.web.util.UriUtils.encodeUri(String, String)
          in favor of UriComponentsBuilder; see note about query param encoding 
org.springframework.web.util.UriUtils.encodeUriComponents(String, String, String, String, String, String, String, String, String)
          in favor of UriComponentsBuilder 
org.springframework.web.context.ContextLoaderListener.getContextLoader()
          in favor of simply subclassing ContextLoaderListener itself (which extends ContextLoader, as of Spring 3.0) 
 

Deprecated Enum Constants
org.springframework.http.HttpStatus.DESTINATION_LOCKED
          See WebDAV Draft Changes 
org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
          See WebDAV Draft Changes 
org.springframework.http.HttpStatus.METHOD_FAILURE
          See WebDAV Draft Changes 
 


spring-web