Class MyFacesHttpSessionListener

java.lang.Object
org.apache.myfaces.webapp.MyFacesHttpSessionListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener, EventListener

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

    • APPLICATION_MAP_KEY

      public static final String APPLICATION_MAP_KEY
  • Constructor Details

    • MyFacesHttpSessionListener

      public MyFacesHttpSessionListener()
  • Method Details

    • 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
    • destroySessionDependentScopes

      protected void destroySessionDependentScopes(FacesContext facesContext)