Package io.undertow.servlet.attribute
Class ServletRequestAttribute
java.lang.Object
io.undertow.servlet.attribute.ServletRequestAttribute
- All Implemented Interfaces:
ExchangeAttribute
An attribute in the servlet request
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAttribute(HttpServerExchange exchange) voidwriteAttribute(HttpServerExchange exchange, String newValue)
-
Constructor Details
-
ServletRequestAttribute
-
-
Method Details
-
readAttribute
- Specified by:
readAttributein interfaceExchangeAttribute
-
writeAttribute
public void writeAttribute(HttpServerExchange exchange, String newValue) throws ReadOnlyAttributeException - Specified by:
writeAttributein interfaceExchangeAttribute- Throws:
ReadOnlyAttributeException
-