Uses of Package
org.springframework.web.util.pattern
Package
Description
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
MockMvcBuilder
implementations.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.Provides the types that make up Spring's functional web framework for Reactive environments.
Provides HandlerMapping implementations including abstract base classes.
Support classes for serving static resources.
RequestCondition
and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
Annotation-based setup for Spring MVC.
Provides the types that make up Spring's functional web framework for Servlet environments.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Dedicated support for matching HTTP request paths.
-
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionRepresentation of a parsed path pattern.Parser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
-
-
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionRepresentation of a parsed path pattern.Parser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionRepresentation of a parsed path pattern.Parser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionParser for URI path patterns producing
PathPattern
instances that can then be matched to requests. -
ClassDescriptionRepresentation of a parsed path pattern.Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.Holder for the result of a match on the start of a pattern.Parser for URI path patterns producing
PathPattern
instances that can then be matched to requests.Exception that is thrown when there is a problem with the pattern being parsed.The messages that can be included in aPatternParseException
when there is a parse failure.