Uses of Package
org.springframework.web.util
Package
Description
Mock objects for the functional web framework.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.This package contains classes used to determine the requested the media types in a request.
Core package of the client-side web support.
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the
org.springframework.web.reactive.function.server
package.Support for creating a client proxy for an HTTP service annotated with
HttpExchange
methods.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.Support classes for serving static resources.
Support classes for Spring's web MVC framework.
Theme support classes for Spring's web MVC framework.
Support for annotation-based WebSocket setup in configuration classes.
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.Factory to create
UriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory. -
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.Factory to create
UriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.Defines methods for expanding a URI template with variables. -
-
-
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.Factory to create
UriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory. -
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.
-
ClassDescriptionFactory to create
UriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory. -
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.
-
-
-
-
-
-
-
ClassDescriptionBuilder-style methods to prepare and expand a URI template with variables.Builder for
UriComponents
.Helper class for URL path matching. -
-
-
ClassDescriptionEnum to represent multiple URI encoding strategies.Thrown when a URL string cannot be parsed.Builder-style methods to prepare and expand a URI template with variables.Factory to create
UriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.Represents an immutable collection of URI components, mapping component type to String values.Defines the contract for URI Template variables.Builder forUriComponents
.Defines methods for expanding a URI template with variables.Helper class for URL path matching.
ResponseCookie