Uses of Package
org.springframework.web.util
Packages that use org.springframework.web.util
Package
Description
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.
Support for creating a client proxy for an HTTP service annotated with
HttpExchange
methods.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Classes in org.springframework.web.util used by org.springframework.web.accept
-
Classes in org.springframework.web.util used by org.springframework.web.clientClassDescriptionBuilder-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. -
Classes in org.springframework.web.util used by org.springframework.web.cors
-
Classes in org.springframework.web.util used by org.springframework.web.method.annotation
-
Classes in org.springframework.web.util used by org.springframework.web.method.support
-
Classes in org.springframework.web.util used by org.springframework.web.service.invokerClassDescriptionFactory 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. -
Classes in org.springframework.web.util used by org.springframework.web.utilClassDescriptionEnum to represent multiple URI encoding strategies.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.