Package | Description |
---|---|
org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
org.springframework.web.cors |
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
|
Modifier and Type | Method and Description |
---|---|
void |
PathExtensionContentNegotiationStrategy.setUrlPathHelper(UrlPathHelper urlPathHelper)
Deprecated.
Configure a
UrlPathHelper to use in PathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest)
in order to derive the lookup path for a target request URL path. |
Modifier and Type | Method and Description |
---|---|
void |
UrlBasedCorsConfigurationSource.setUrlPathHelper(UrlPathHelper urlPathHelper)
Configure the
UrlPathHelper to resolve the lookupPath. |
Modifier and Type | Field and Description |
---|---|
static UrlPathHelper |
UrlPathHelper.defaultInstance
Shared, read-only instance with defaults.
|
static UrlPathHelper |
UrlPathHelper.rawPathInstance
Shared, read-only instance for the full, encoded path.
|