Package | Description |
---|---|
org.springframework.web.cors.reactive |
Reactive support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.reactive.function.server |
Provides the types that make up Spring's functional web framework for Reactive environments.
|
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
org.springframework.web.reactive.resource |
Support classes for serving static resources.
|
org.springframework.web.reactive.result.condition |
RequestCondition
and implementations for matching requests based on different criteria. |
org.springframework.web.reactive.result.method |
Infrastructure for handler method processing.
|
org.springframework.web.util.pattern |
Dedicated support for matching HTTP request paths.
|
Class and Description |
---|
PathPatternParser
Parser for URI path patterns producing
PathPattern instances that can
then be matched to requests. |
Class and Description |
---|
PathPatternParser
Parser for URI path patterns producing
PathPattern instances that can
then be matched to requests. |
Class and Description |
---|
PathPattern
Representation of a parsed path pattern.
|
PathPatternParser
Parser for URI path patterns producing
PathPattern instances that can
then be matched to requests. |
Class and Description |
---|
PathPattern
Representation of a parsed path pattern.
|
Class and Description |
---|
PathPattern
Representation of a parsed path pattern.
|
Class and Description |
---|
PathPatternParser
Parser for URI path patterns producing
PathPattern instances that can
then be matched to requests. |
Class and Description |
---|
PathPattern
Representation of a parsed path pattern.
|
PathPattern.PathMatchInfo
Holder for URI variables and path parameters (matrix variables) extracted
based on the pattern for a given matched path.
|
PathPattern.PathRemainingMatchInfo
Holder for the result of a match on the start of a pattern.
|
PathPatternParser
Parser for URI path patterns producing
PathPattern instances that can
then be matched to requests. |
PatternParseException
Exception that is thrown when there is a problem with the pattern being parsed.
|
PatternParseException.PatternMessage
The messages that can be included in a
PatternParseException when there is a parse failure. |