Package io.undertow.servlet.attribute
Class ServletRelativePathAttribute
java.lang.Object
io.undertow.servlet.attribute.ServletRelativePathAttribute
- All Implemented Interfaces:
ExchangeAttribute
The relative path
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExchangeAttributestatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionreadAttribute(HttpServerExchange exchange) voidwriteAttribute(HttpServerExchange exchange, String newValue)
-
Field Details
-
RELATIVE_PATH_SHORT
- See Also:
-
RELATIVE_PATH
- See Also:
-
INSTANCE
-
-
Method Details
-
readAttribute
- Specified by:
readAttributein interfaceExchangeAttribute
-
writeAttribute
public void writeAttribute(HttpServerExchange exchange, String newValue) throws ReadOnlyAttributeException - Specified by:
writeAttributein interfaceExchangeAttribute- Throws:
ReadOnlyAttributeException
-