Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServletSessionAttribute

        public ServletSessionAttribute​(java.lang.String attributeName)
    • Method Detail

      • readAttribute

        public java.lang.String readAttribute​(io.undertow.server.HttpServerExchange exchange)
        Specified by:
        readAttribute in interface io.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 interface io.undertow.attribute.ExchangeAttribute
        Throws:
        io.undertow.attribute.ReadOnlyAttributeException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object