Package thredds.server.opendap
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAdded(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) voidattributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent e) voidattributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
-
Constructor Details
-
OpendapSessionAttributeListener
public OpendapSessionAttributeListener()
-
-
Method Details
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent e) - Specified by:
attributeRemovedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) - Specified by:
attributeAddedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) - Specified by:
attributeReplacedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-