Uses of Class
org.springframework.web.util.pattern.PathPatternParser
Packages that use PathPatternParser
Package
Description
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Dedicated support for matching HTTP request paths.
-
Uses of PathPatternParser in org.springframework.web.cors
Constructors in org.springframework.web.cors with parameters of type PathPatternParser -
Uses of PathPatternParser in org.springframework.web.cors.reactive
Constructors in org.springframework.web.cors.reactive with parameters of type PathPatternParserModifierConstructorDescriptionUrlBasedCorsConfigurationSource(PathPatternParser patternParser) Construct a newUrlBasedCorsConfigurationSourceinstance from the suppliedPathPatternParser. -
Uses of PathPatternParser in org.springframework.web.util.pattern
Fields in org.springframework.web.util.pattern declared as PathPatternParserModifier and TypeFieldDescriptionstatic final PathPatternParserPathPatternParser.defaultInstanceShared, read-only instance ofPathPatternParser.Constructors in org.springframework.web.util.pattern with parameters of type PathPatternParser