public final class LocaleSelectionQueryParameters extends Base
Modifier and Type | Field and Description |
---|---|
static String |
LOCALE_PROJECTION |
Modifier and Type | Method and Description |
---|---|
static LocaleSelection |
extractLocaleSelectionFromHttpQueryParameters(List<NameValuePair> additionalHttpQueryParameters) |
static List<NameValuePair> |
getQueryParametersPlusLocaleSelection(LocaleSelection localeSelection,
List<NameValuePair> currentParameters) |
static List<NameValuePair> |
getQueryParametersWithLocaleSelection(LocaleSelection localeSelection,
List<NameValuePair> currentParameters) |
public static final String LOCALE_PROJECTION
public static List<NameValuePair> getQueryParametersWithLocaleSelection(@Nullable LocaleSelection localeSelection, List<NameValuePair> currentParameters)
public static List<NameValuePair> getQueryParametersPlusLocaleSelection(@Nullable LocaleSelection localeSelection, List<NameValuePair> currentParameters)
@Nullable public static LocaleSelection extractLocaleSelectionFromHttpQueryParameters(List<NameValuePair> additionalHttpQueryParameters)