Package com.sun.faces.config
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 Summary
Fields Modifier and Type Field Description protected WebappLifecycleListenerwebAppListenerprotected WebConfigurationwebConfig -
Constructor Summary
Constructors Constructor Description ConfigureListener() -
Method Summary
Modifier and Type Method Description voidattributeAdded(jakarta.servlet.http.HttpSessionBindingEvent event)voidattributeAdded(jakarta.servlet.ServletContextAttributeEvent event)voidattributeAdded(jakarta.servlet.ServletRequestAttributeEvent event)voidattributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent event)voidattributeRemoved(jakarta.servlet.ServletContextAttributeEvent event)voidattributeRemoved(jakarta.servlet.ServletRequestAttributeEvent event)voidattributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent event)voidattributeReplaced(jakarta.servlet.ServletContextAttributeEvent event)voidattributeReplaced(jakarta.servlet.ServletRequestAttributeEvent event)voidcontextDestroyed(jakarta.servlet.ServletContextEvent sce)voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)voidregisterELResolverAndListenerWithJsp(jakarta.servlet.ServletContext context, boolean reloaded)voidrequestDestroyed(jakarta.servlet.ServletRequestEvent event)voidrequestInitialized(jakarta.servlet.ServletRequestEvent event)voidsessionCreated(jakarta.servlet.http.HttpSessionEvent event)voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)
-
Field Details
-
Constructor Details
-
ConfigureListener
public ConfigureListener()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce)- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
requestDestroyed
public void requestDestroyed(jakarta.servlet.ServletRequestEvent event)- Specified by:
requestDestroyedin interfacejakarta.servlet.ServletRequestListener
-
requestInitialized
public void requestInitialized(jakarta.servlet.ServletRequestEvent event)- Specified by:
requestInitializedin interfacejakarta.servlet.ServletRequestListener
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent event)- Specified by:
sessionCreatedin interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)- Specified by:
sessionDestroyedin interfacejakarta.servlet.http.HttpSessionListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.ServletRequestAttributeEvent event)- Specified by:
attributeAddedin interfacejakarta.servlet.ServletRequestAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.ServletRequestAttributeEvent event)- Specified by:
attributeRemovedin interfacejakarta.servlet.ServletRequestAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.ServletRequestAttributeEvent event)- Specified by:
attributeReplacedin interfacejakarta.servlet.ServletRequestAttributeListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeAddedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeRemovedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeReplacedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeAddedin interfacejakarta.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeRemovedin interfacejakarta.servlet.ServletContextAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeReplacedin interfacejakarta.servlet.ServletContextAttributeListener
-
registerELResolverAndListenerWithJsp
public void registerELResolverAndListenerWithJsp(jakarta.servlet.ServletContext context, boolean reloaded)
-