Package io.undertow.servlet.attribute
Class ServletSessionAttribute
- java.lang.Object
-
- io.undertow.servlet.attribute.ServletSessionAttribute
-
- All Implemented Interfaces:
io.undertow.attribute.ExchangeAttribute
public class ServletSessionAttribute extends java.lang.Object implements io.undertow.attribute.ExchangeAttribute
An attribute in the servlet request- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServletSessionAttribute.Builder
-
Constructor Summary
Constructors Constructor Description ServletSessionAttribute(java.lang.String attributeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
readAttribute(io.undertow.server.HttpServerExchange exchange)
java.lang.String
toString()
void
writeAttribute(io.undertow.server.HttpServerExchange exchange, java.lang.String newValue)
-
-
-
Method Detail
-
readAttribute
public java.lang.String readAttribute(io.undertow.server.HttpServerExchange exchange)
- Specified by:
readAttribute
in interfaceio.undertow.attribute.ExchangeAttribute
-
writeAttribute
public void writeAttribute(io.undertow.server.HttpServerExchange exchange, java.lang.String newValue) throws io.undertow.attribute.ReadOnlyAttributeException
- Specified by:
writeAttribute
in interfaceio.undertow.attribute.ExchangeAttribute
- Throws:
io.undertow.attribute.ReadOnlyAttributeException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-