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 TypeMethodDescriptionvoidUrlBasedCorsConfigurationSource.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 UrlPathHelperUrlPathHelper.defaultInstanceShared, read-only instance with defaults.static final UrlPathHelperUrlPathHelper.rawPathInstanceShared, read-only instance for the full, encoded path.
PathMatcherandUrlPathHelperis deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser.