Class MyFacesHttpSessionListener

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

    public class MyFacesHttpSessionListener
    extends Object
    implements jakarta.servlet.http.HttpSessionListener
    • Field Detail

      • APPLICATION_MAP_KEY

        public static final String APPLICATION_MAP_KEY
    • Constructor Detail

      • MyFacesHttpSessionListener

        public MyFacesHttpSessionListener()
    • Method Detail

      • sessionCreated

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

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