Package ortus.boxlang.web.attributes
Class DecodedRequestPathAttribute
java.lang.Object
ortus.boxlang.web.attributes.DecodedRequestPathAttribute
- All Implemented Interfaces:
io.undertow.attribute.ExchangeAttribute
public class DecodedRequestPathAttribute
extends Object
implements io.undertow.attribute.ExchangeAttribute
A cookie
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final io.undertow.attribute.ExchangeAttribute -
Method Summary
Modifier and TypeMethodDescriptionreadAttribute(io.undertow.server.HttpServerExchange exchange) toString()voidwriteAttribute(io.undertow.server.HttpServerExchange exchange, String newValue)
-
Field Details
-
DECODED_REQUEST_PATH
- See Also:
-
INSTANCE
public static final io.undertow.attribute.ExchangeAttribute INSTANCE
-
-
Method Details
-
readAttribute
- Specified by:
readAttributein interfaceio.undertow.attribute.ExchangeAttribute
-
writeAttribute
public void writeAttribute(io.undertow.server.HttpServerExchange exchange, String newValue) throws io.undertow.attribute.ReadOnlyAttributeException - Specified by:
writeAttributein interfaceio.undertow.attribute.ExchangeAttribute- Throws:
io.undertow.attribute.ReadOnlyAttributeException
-
toString
-