Class and Description |
---|
org.springframework.remoting.caucho.BurlapClientInterceptor
as of Spring 4.0, since Burlap hasn't evolved in years
and is effectively retired (in contrast to its sibling Hessian)
|
org.springframework.remoting.caucho.BurlapExporter
as of Spring 4.0, since Burlap hasn't evolved in years
and is effectively retired (in contrast to its sibling Hessian)
|
org.springframework.remoting.caucho.BurlapProxyFactoryBean
as of Spring 4.0, since Burlap hasn't evolved in years
and is effectively retired (in contrast to its sibling Hessian)
|
org.springframework.remoting.caucho.BurlapServiceExporter
as of Spring 4.0, since Burlap hasn't evolved in years
and is effectively retired (in contrast to its sibling Hessian)
|
org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
in Spring 3.1 in favor of
PropertySourcesPlaceholderConfigurer
in conjunction with StandardServletEnvironment . |
org.springframework.remoting.caucho.SimpleBurlapServiceExporter
as of Spring 4.0, since Burlap hasn't evolved in years
and is effectively retired (in contrast to its sibling Hessian)
|
org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
in favor of
AllEncompassingFormHttpMessageConverter |
Field and Description |
---|
org.springframework.web.util.CookieGenerator.DEFAULT_COOKIE_MAX_AGE
in favor of setting no max age value at all in such a case
|
Method and Description |
---|
org.springframework.web.context.ContextLoader.createWebApplicationContext(ServletContext, ApplicationContext) |
org.springframework.web.util.UriUtils.encodeHttpUrl(String, String)
in favor of
UriComponentsBuilder ; see note about query param encoding |
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.remoting.jaxws.JaxWsPortClientInterceptor.setWebServiceFeatures(Object[])
as of Spring 4.0, in favor of the differentiated
"serviceFeatures" and
"portFeatures" properties |
Enum Constant and Description |
---|
org.springframework.http.HttpStatus.DESTINATION_LOCKED |
org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
org.springframework.http.HttpStatus.METHOD_FAILURE |
org.springframework.http.HttpStatus.MOVED_TEMPORARILY
In favor of
HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |