Class OpendapSessionAttributeListener

java.lang.Object
thredds.server.opendap.OpendapSessionAttributeListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionAttributeListener, EventListener

public class OpendapSessionAttributeListener extends Object implements jakarta.servlet.http.HttpSessionAttributeListener
  • Constructor Details

    • OpendapSessionAttributeListener

      public OpendapSessionAttributeListener()
  • Method Details

    • attributeRemoved

      public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent e)
      Specified by:
      attributeRemoved in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeAdded

      public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeAdded in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeReplaced

      public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeReplaced in interface jakarta.servlet.http.HttpSessionAttributeListener