Interface HttpSessionAttributeListener

    • Method Detail

      • attributeAdded

        default void attributeAdded​(HttpSessionBindingEvent event)
        Handle the attribute added event.
        Parameters:
        event - the HTTP session binding event.
      • attributeRemoved

        default void attributeRemoved​(HttpSessionBindingEvent event)
        Handle the attribute removed event.
        Parameters:
        event - the HTTP session binding event.
      • attributeReplaced

        default void attributeReplaced​(HttpSessionBindingEvent event)
        Handle the attribute replaced event.
        Parameters:
        event - the HTTP session binding event.