Uses of Class
org.springframework.web.util.UrlPathHelper
Packages that use UrlPathHelper
Package
Description
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UrlPathHelper in org.springframework.web.cors
Methods in org.springframework.web.cors with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
UrlBasedCorsConfigurationSource.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UrlPathHelper in org.springframework.web.util
Fields in org.springframework.web.util declared as UrlPathHelperModifier and TypeFieldDescriptionstatic final UrlPathHelper
UrlPathHelper.defaultInstance
Shared, read-only instance with defaults.static final UrlPathHelper
UrlPathHelper.rawPathInstance
Shared, read-only instance for the full, encoded path.
PathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.