@Deprecated public interface RequestParameters
Modifier and Type | Method and Description |
---|---|
String |
getHeader(String id)
Deprecated.
Returns the value of a header with the given identifier
|
Stream<Locale> |
getLocales()
Deprecated.
|
String |
getQueryParameter(String key)
Deprecated.
Returns the value of a query parameter with the given key
|
Stream<String> |
getQueryParameters()
Deprecated.
|
String getHeader(String id)
id
- the header identifierString getQueryParameter(String key)
key
- the query parameter keyStream<String> getQueryParameters()
@Deprecated Stream<Locale> getLocales()
Locale
set by the requestCopyright © 2021. All rights reserved.