Class ImmutableSessionAttributeActivationNotifier<S,​C,​L>

  • Type Parameters:
    S - the HttpSession specification type
    C - the ServletContext specification type
    L - the HttpSessionActivationListener specification type
    All Implemented Interfaces:
    AutoCloseable, SessionAttributeActivationNotifier

    public class ImmutableSessionAttributeActivationNotifier<S,​C,​L>
    extends Object
    implements SessionAttributeActivationNotifier
    Triggers activation/passivation events for a single session attribute.
    Author:
    Paul Ferraro