WebFlux support for LocaleContext related arguments

Issue: SPR-15998
This commit is contained in:
Rossen Stoyanchev
2017-09-27 21:45:03 -04:00
parent 0f1bd49f6d
commit 869b818e96
3 changed files with 58 additions and 12 deletions

View File

@@ -873,15 +873,13 @@ Supports reactive types.
|`org.springframework.http.HttpMethod`
|The HTTP method of the request.
// TODO: not supported
// |`java.util.Locale`
// |The current request locale, determined by the most specific `LocaleResolver` available, in
// effect, the configured `LocaleResolver`/`LocaleContextResolver`.
|`java.util.Locale`
|The current request locale, determined by the most specific `LocaleResolver` available, in
effect, the configured `LocaleResolver`/`LocaleContextResolver`.
// TODO: not supported
//|Java 6+: `java.util.TimeZone` +
//Java 8+: `java.time.ZoneId`
//|The time zone associated with the current request, as determined by a `LocaleContextResolver`.
|Java 6+: `java.util.TimeZone` +
Java 8+: `java.time.ZoneId`
|The time zone associated with the current request, as determined by a `LocaleContextResolver`.
|`@PathVariable`
|For access to URI template variables.