Class ConfigureListener

java.lang.Object
com.sun.faces.config.ConfigureListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionAttributeListener, jakarta.servlet.http.HttpSessionListener, jakarta.servlet.ServletContextAttributeListener, jakarta.servlet.ServletContextListener, jakarta.servlet.ServletRequestAttributeListener, jakarta.servlet.ServletRequestListener, EventListener

public class ConfigureListener
extends Object
implements jakarta.servlet.ServletRequestListener, jakarta.servlet.http.HttpSessionListener, jakarta.servlet.ServletRequestAttributeListener, jakarta.servlet.http.HttpSessionAttributeListener, jakarta.servlet.ServletContextAttributeListener, jakarta.servlet.ServletContextListener

Parse all relevant JavaServer Faces configuration resources, and configure the Reference Implementation runtime environment.

  • Field Details

  • Constructor Details

  • Method Details

    • contextInitialized

      public void contextInitialized​(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed​(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener
    • requestDestroyed

      public void requestDestroyed​(jakarta.servlet.ServletRequestEvent event)
      Specified by:
      requestDestroyed in interface jakarta.servlet.ServletRequestListener
    • requestInitialized

      public void requestInitialized​(jakarta.servlet.ServletRequestEvent event)
      Specified by:
      requestInitialized in interface jakarta.servlet.ServletRequestListener
    • 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
    • attributeAdded

      public void attributeAdded​(jakarta.servlet.ServletRequestAttributeEvent event)
      Specified by:
      attributeAdded in interface jakarta.servlet.ServletRequestAttributeListener
    • attributeRemoved

      public void attributeRemoved​(jakarta.servlet.ServletRequestAttributeEvent event)
      Specified by:
      attributeRemoved in interface jakarta.servlet.ServletRequestAttributeListener
    • attributeReplaced

      public void attributeReplaced​(jakarta.servlet.ServletRequestAttributeEvent event)
      Specified by:
      attributeReplaced in interface jakarta.servlet.ServletRequestAttributeListener
    • attributeAdded

      public void attributeAdded​(jakarta.servlet.http.HttpSessionBindingEvent event)
      Specified by:
      attributeAdded in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeRemoved

      public void attributeRemoved​(jakarta.servlet.http.HttpSessionBindingEvent event)
      Specified by:
      attributeRemoved in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeReplaced

      public void attributeReplaced​(jakarta.servlet.http.HttpSessionBindingEvent event)
      Specified by:
      attributeReplaced in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeAdded

      public void attributeAdded​(jakarta.servlet.ServletContextAttributeEvent event)
      Specified by:
      attributeAdded in interface jakarta.servlet.ServletContextAttributeListener
    • attributeRemoved

      public void attributeRemoved​(jakarta.servlet.ServletContextAttributeEvent event)
      Specified by:
      attributeRemoved in interface jakarta.servlet.ServletContextAttributeListener
    • attributeReplaced

      public void attributeReplaced​(jakarta.servlet.ServletContextAttributeEvent event)
      Specified by:
      attributeReplaced in interface jakarta.servlet.ServletContextAttributeListener
    • registerELResolverAndListenerWithJsp

      public void registerELResolverAndListenerWithJsp​(jakarta.servlet.ServletContext context, boolean reloaded)