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) |