Package | Description |
---|---|
io.vertx.ext.web | |
io.vertx.rxjava.ext.web |
Modifier and Type | Method and Description |
---|---|
static Locale |
Locale.create() |
static Locale |
Locale.create(String language) |
static Locale |
Locale.create(String language,
String country) |
static Locale |
Locale.create(String language,
String country,
String variant) |
default Locale |
RoutingContext.preferredLocale()
Helper to return the user preferred locale.
|
Modifier and Type | Method and Description |
---|---|
List<Locale> |
RoutingContext.acceptableLocales()
Returns the locales for the current request.
|
Modifier and Type | Method and Description |
---|---|
static Locale |
Locale.newInstance(Locale arg) |
Constructor and Description |
---|
Locale(Locale delegate) |
Copyright © 2016. All rights reserved.