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 WebappLifecycleListener
webAppListener
protected WebConfiguration
webConfig
-
Constructor Summary
Constructors Constructor Description ConfigureListener()
-
Method Summary
Modifier and Type Method Description void
attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent event)
void
attributeAdded(jakarta.servlet.ServletContextAttributeEvent event)
void
attributeAdded(jakarta.servlet.ServletRequestAttributeEvent event)
void
attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent event)
void
attributeRemoved(jakarta.servlet.ServletContextAttributeEvent event)
void
attributeRemoved(jakarta.servlet.ServletRequestAttributeEvent event)
void
attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent event)
void
attributeReplaced(jakarta.servlet.ServletContextAttributeEvent event)
void
attributeReplaced(jakarta.servlet.ServletRequestAttributeEvent event)
void
contextDestroyed(jakarta.servlet.ServletContextEvent sce)
void
contextInitialized(jakarta.servlet.ServletContextEvent sce)
void
registerELResolverAndListenerWithJsp(jakarta.servlet.ServletContext context, boolean reloaded)
void
requestDestroyed(jakarta.servlet.ServletRequestEvent event)
void
requestInitialized(jakarta.servlet.ServletRequestEvent event)
void
sessionCreated(jakarta.servlet.http.HttpSessionEvent event)
void
sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)
-
Field Details
-
Constructor Details
-
ConfigureListener
public ConfigureListener()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce)- Specified by:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)- Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-
requestDestroyed
public void requestDestroyed(jakarta.servlet.ServletRequestEvent event)- Specified by:
requestDestroyed
in interfacejakarta.servlet.ServletRequestListener
-
requestInitialized
public void requestInitialized(jakarta.servlet.ServletRequestEvent event)- Specified by:
requestInitialized
in interfacejakarta.servlet.ServletRequestListener
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent event)- Specified by:
sessionCreated
in interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)- Specified by:
sessionDestroyed
in interfacejakarta.servlet.http.HttpSessionListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.ServletRequestAttributeEvent event)- Specified by:
attributeAdded
in interfacejakarta.servlet.ServletRequestAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.ServletRequestAttributeEvent event)- Specified by:
attributeRemoved
in interfacejakarta.servlet.ServletRequestAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.ServletRequestAttributeEvent event)- Specified by:
attributeReplaced
in interfacejakarta.servlet.ServletRequestAttributeListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeAdded
in interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeRemoved
in interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeReplaced
in interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeAdded
in interfacejakarta.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeRemoved
in interfacejakarta.servlet.ServletContextAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeReplaced
in interfacejakarta.servlet.ServletContextAttributeListener
-
registerELResolverAndListenerWithJsp
public void registerELResolverAndListenerWithJsp(jakarta.servlet.ServletContext context, boolean reloaded)
-