abstract class MvcNamespaceUtils
Convenience methods for use in MVC namespace BeanDefinitionParsers.
Author
Rossen Stoyanchev
Author
Brian Clozel
Since
3.1
MvcNamespaceUtils()
Convenience methods for use in MVC namespace BeanDefinitionParsers. |
open static fun getContentNegotiationManager(context: ParserContext): Any
Find the |
|
open static fun registerCorsConfigurations(corsConfigurations: MutableMap<String, CorsConfiguration>, context: ParserContext, source: Any): RuntimeBeanReference
Registers a |
|
open static fun registerDefaultComponents(parserContext: ParserContext, source: Any): Unit |
|
open static fun registerPathMatcher(pathMatcherRef: RuntimeBeanReference, parserContext: ParserContext, source: Any): RuntimeBeanReference
Adds an alias to an existing well-known name or registers a new instance of a PathMatcher under that well-known name, unless already registered. |
|
open static fun registerUrlPathHelper(urlPathHelperRef: RuntimeBeanReference, parserContext: ParserContext, source: Any): RuntimeBeanReference
Adds an alias to an existing well-known name or registers a new instance of a UrlPathHelper under that well-known name, unless already registered. |