Package org.springframework.web.servlet.config
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.config
Defines the XML configuration namespace for Spring MVC.
-
ClassDescription
BeanDefinitionParser
that parses acors
element in order to set the CORS configuration in the various {AbstractHandlerMapping} beans created byAnnotationDrivenBeanDefinitionParser
,ResourcesBeanDefinitionParser
andViewControllerBeanDefinitionParser
.Parse the<mvc:freemarker-configurer>
MVC namespace element and registerFreeMarkerConfigurer
bean.Parse the<mvc:groovy-configurer>
MVC namespace element and register aGroovyConfigurer
bean.NamespaceHandler
for Spring MVC configuration namespace.Convenience methods for use in MVC namespace BeanDefinitionParsers.Parse the<mvc:script-template-configurer>
MVC namespace element and register aScriptTemplateConfigurer
bean.Parses theview-resolvers
MVC namespace element and registersViewResolver
bean definitions.