Class AbstractHttpSession

  • All Implemented Interfaces:
    javax.servlet.http.HttpSession
    Direct Known Subclasses:
    HttpSessionAdapter

    public abstract class AbstractHttpSession
    extends Object
    implements javax.servlet.http.HttpSession
    Implements deprecated methods, as well as equals(Object), hashCode(), and toString().
    Author:
    Paul Ferraro
    • Constructor Detail

      • AbstractHttpSession

        public AbstractHttpSession()
    • Method Detail

      • getValueNames

        @Deprecated
        public String[] getValueNames()
        Deprecated.
        Specified by:
        getValueNames in interface javax.servlet.http.HttpSession
      • getValue

        @Deprecated
        public Object getValue​(String name)
        Deprecated.
        Specified by:
        getValue in interface javax.servlet.http.HttpSession
      • putValue

        @Deprecated
        public void putValue​(String name,
                             Object value)
        Deprecated.
        Specified by:
        putValue in interface javax.servlet.http.HttpSession
      • removeValue

        @Deprecated
        public void removeValue​(String name)
        Deprecated.
        Specified by:
        removeValue in interface javax.servlet.http.HttpSession
      • getSessionContext

        @Deprecated
        public javax.servlet.http.HttpSessionContext getSessionContext()
        Deprecated.
        Specified by:
        getSessionContext in interface javax.servlet.http.HttpSession
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object