See: Description
Class | Description |
---|---|
CorsBeanDefinitionParser |
BeanDefinitionParser that parses a
cors element in order to set the CORS configuration in the various
{AbstractHandlerMapping} beans created by AnnotationDrivenBeanDefinitionParser ,
ResourcesBeanDefinitionParser and ViewControllerBeanDefinitionParser . |
FreeMarkerConfigurerBeanDefinitionParser |
Parse the
<mvc:freemarker-configurer> MVC namespace element and
register FreeMarkerConfigurer bean. |
GroovyMarkupConfigurerBeanDefinitionParser |
Parse the
<mvc:groovy-configurer> MVC namespace element and register a
GroovyConfigurer bean. |
MvcNamespaceHandler |
NamespaceHandler for Spring MVC configuration namespace. |
MvcNamespaceUtils |
Convenience methods for use in MVC namespace BeanDefinitionParsers.
|
ScriptTemplateConfigurerBeanDefinitionParser |
Parse the
<mvc:script-template-configurer> MVC namespace element and
register a ScriptTemplateConfigurer bean. |
TilesConfigurerBeanDefinitionParser |
Parse the
<mvc:tiles-configurer> MVC namespace element and register
a corresponding TilesConfigurer bean. |
ViewResolversBeanDefinitionParser |
Parse the
view-resolvers MVC namespace element and register
ViewResolver bean definitions. |