io.undertow.attribute.ExchangeAttributepublic class ServletNameAttribute extends Object implements io.undertow.attribute.ExchangeAttribute
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ServletNameAttribute.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
static io.undertow.attribute.ExchangeAttribute |
INSTANCE |
|
static String |
NAME |
|
static String |
SERVLET_NAME |
| 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 SERVLET_NAME
public static final io.undertow.attribute.ExchangeAttribute INSTANCE
public static final String NAME
public String readAttribute(io.undertow.server.HttpServerExchange exchange)
readAttribute in interface io.undertow.attribute.ExchangeAttributepublic void writeAttribute(io.undertow.server.HttpServerExchange exchange,
String newValue)
throws io.undertow.attribute.ReadOnlyAttributeException
writeAttribute in interface io.undertow.attribute.ExchangeAttributeio.undertow.attribute.ReadOnlyAttributeExceptionCopyright © 2018. All rights reserved.