| Package | Description |
|---|---|
| org.springframework.web.cors |
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
| org.springframework.web.cors.reactive |
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
| org.springframework.web.util.pattern |
Dedicated support for matching HTTP request paths.
|
| Constructor and Description |
|---|
UrlBasedCorsConfigurationSource(PathPatternParser parser)
Constructor with a
PathPatternParser to parse patterns with. |
| Constructor and Description |
|---|
UrlBasedCorsConfigurationSource(PathPatternParser patternParser)
Construct a new
UrlBasedCorsConfigurationSource instance from the supplied
PathPatternParser. |
| Modifier and Type | Field and Description |
|---|---|
static PathPatternParser |
PathPatternParser.defaultInstance
Shared, read-only instance of
PathPatternParser. |
| Constructor and Description |
|---|
PathPatternRouteMatcher(PathPatternParser parser)
Constructor with given
PathPatternParser. |