Uses of Class
org.springframework.web.util.UrlPathHelper
Packages that use UrlPathHelper
Package
Description
This package contains classes used to determine the requested the media types in a request.
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.accept
Methods in org.springframework.web.accept with parameters of type UrlPathHelperModifier and TypeMethodDescriptionvoid
PathExtensionContentNegotiationStrategy.setUrlPathHelper
(UrlPathHelper urlPathHelper) Deprecated.Configure aUrlPathHelper
to use inPathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest)
in order to derive the lookup path for a target request URL path. -
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) Configure theUrlPathHelper
to resolve the lookupPath. -
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.