Class and Description |
---|
org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
Will be removed as of Spring Framework 5.1, use
CORS instead.
|
org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
as of 5.0
WebMvcConfigurer has default methods (made
possible by a Java 8 baseline) and can be implemented directly without the
need for this adapter |
Field and Description |
---|
org.springframework.web.servlet.view.json.MappingJackson2JsonView.DEFAULT_JSONP_CONTENT_TYPE
Will be removed as of Spring Framework 5.1, use
CORS instead.
|
org.springframework.web.servlet.tags.form.InputTag.READONLY_ATTRIBUTE |
org.springframework.web.servlet.tags.form.TextareaTag.READONLY_ATTRIBUTE |
Constructor and Description |
---|
org.springframework.web.servlet.handler.HandlerMappingIntrospector(ApplicationContext)
as of 4.3.12, in favor of
HandlerMappingIntrospector.setApplicationContext(org.springframework.context.ApplicationContext) |