io.undertow.attribute.ExchangeAttribute
public class ServletRequestLocaleAttribute extends Object implements io.undertow.attribute.ExchangeAttribute
Modifier and Type | Class | Description |
---|---|---|
static class |
ServletRequestLocaleAttribute.Builder |
Modifier and Type | Field | Description |
---|---|---|
static ServletRequestLocaleAttribute |
INSTANCE |
|
static String |
REQUEST_LOCALE |
Constructor | Description |
---|---|
ServletRequestLocaleAttribute() |
Modifier and Type | Method | Description |
---|---|---|
String |
readAttribute(io.undertow.server.HttpServerExchange exchange) |
|
void |
writeAttribute(io.undertow.server.HttpServerExchange exchange,
String newValue) |
public static final String REQUEST_LOCALE
public static final ServletRequestLocaleAttribute INSTANCE
public String readAttribute(io.undertow.server.HttpServerExchange exchange)
readAttribute
in interface io.undertow.attribute.ExchangeAttribute
public void writeAttribute(io.undertow.server.HttpServerExchange exchange, String newValue) throws io.undertow.attribute.ReadOnlyAttributeException
writeAttribute
in interface io.undertow.attribute.ExchangeAttribute
io.undertow.attribute.ReadOnlyAttributeException
Copyright © 2018. All rights reserved.