Class WeldTerminationListenerProxy

  • All Implemented Interfaces:
    jakarta.servlet.http.HttpSessionListener, EventListener

    public class WeldTerminationListenerProxy
    extends Object
    implements jakarta.servlet.http.HttpSessionListener
    checks whether bean manager exists before calling the real listener
    Author:
    lprimak
    • Constructor Detail

      • WeldTerminationListenerProxy

        public WeldTerminationListenerProxy()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionCreated in interface jakarta.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener