Class HttpSessionScope

  • All Implemented Interfaces:
    Scope, NonPersistent, SessionBindingListener, java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

    public class HttpSessionScope
    extends SessionScope
    implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable
    The Class HttpSessionScope.
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpSessionScope

        public HttpSessionScope()
        Instantiates a new HttpSessionScope.
    • Method Detail

      • valueBound

        public void valueBound​(javax.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueBound in interface javax.servlet.http.HttpSessionBindingListener
      • valueUnbound

        public void valueUnbound​(javax.servlet.http.HttpSessionBindingEvent event)
        Specified by:
        valueUnbound in interface javax.servlet.http.HttpSessionBindingListener