Uses of Class
org.springframework.beans.factory.config.RuntimeBeanReference
Packages that use RuntimeBeanReference
Package
Description
Defines the XML configuration namespace for Spring MVC.
- 
Uses of RuntimeBeanReference in org.springframework.web.servlet.configMethods in org.springframework.web.servlet.config that return RuntimeBeanReferenceModifier and TypeMethodDescriptionstatic RuntimeBeanReferenceMvcNamespaceUtils.registerCorsConfigurations(@Nullable Map<String, CorsConfiguration> corsConfigurations, ParserContext context, @Nullable Object source) Registers aMap<String, CorsConfiguration>(mappedCorsConfigurations) under a well-known name unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerPathMatcher(@Nullable RuntimeBeanReference pathMatcherRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aPathMatcherunder that well-known name, unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerPatternParser(@Nullable RuntimeBeanReference patternParserRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aPathPatternParserunder that well-known name, unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerUrlPathHelper(@Nullable RuntimeBeanReference urlPathHelperRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aUrlPathHelperunder that well-known name, unless already registered.Methods in org.springframework.web.servlet.config with parameters of type RuntimeBeanReferenceModifier and TypeMethodDescriptionstatic RuntimeBeanReferenceMvcNamespaceUtils.registerPathMatcher(@Nullable RuntimeBeanReference pathMatcherRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aPathMatcherunder that well-known name, unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerPatternParser(@Nullable RuntimeBeanReference patternParserRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aPathPatternParserunder that well-known name, unless already registered.static RuntimeBeanReferenceMvcNamespaceUtils.registerUrlPathHelper(@Nullable RuntimeBeanReference urlPathHelperRef, ParserContext context, @Nullable Object source) Adds an alias to an existing well-known name or registers a new instance of aUrlPathHelperunder that well-known name, unless already registered.