public class ConfigureListener extends Object implements javax.servlet.ServletRequestListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletRequestAttributeListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
Parse all relevant JavaServer Faces configuration resources, and configure the Reference Implementation runtime environment.
Modifier and Type | Field and Description |
---|---|
protected WebappLifecycleListener |
webAppListener |
protected WebConfiguration |
webConfig |
Constructor and Description |
---|
ConfigureListener() |
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent event) |
void |
attributeAdded(javax.servlet.ServletContextAttributeEvent event) |
void |
attributeAdded(javax.servlet.ServletRequestAttributeEvent event) |
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event) |
void |
attributeRemoved(javax.servlet.ServletContextAttributeEvent event) |
void |
attributeRemoved(javax.servlet.ServletRequestAttributeEvent event) |
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event) |
void |
attributeReplaced(javax.servlet.ServletContextAttributeEvent event) |
void |
attributeReplaced(javax.servlet.ServletRequestAttributeEvent event) |
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
void |
registerELResolverAndListenerWithJsp(javax.servlet.ServletContext context,
boolean reloaded) |
void |
requestDestroyed(javax.servlet.ServletRequestEvent event) |
void |
requestInitialized(javax.servlet.ServletRequestEvent event) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
protected WebappLifecycleListener webAppListener
protected WebConfiguration webConfig
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
public void requestDestroyed(javax.servlet.ServletRequestEvent event)
requestDestroyed
in interface javax.servlet.ServletRequestListener
public void requestInitialized(javax.servlet.ServletRequestEvent event)
requestInitialized
in interface javax.servlet.ServletRequestListener
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
public void attributeAdded(javax.servlet.ServletRequestAttributeEvent event)
attributeAdded
in interface javax.servlet.ServletRequestAttributeListener
public void attributeRemoved(javax.servlet.ServletRequestAttributeEvent event)
attributeRemoved
in interface javax.servlet.ServletRequestAttributeListener
public void attributeReplaced(javax.servlet.ServletRequestAttributeEvent event)
attributeReplaced
in interface javax.servlet.ServletRequestAttributeListener
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
attributeAdded
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
attributeRemoved
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
attributeReplaced
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
attributeAdded
in interface javax.servlet.ServletContextAttributeListener
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
attributeRemoved
in interface javax.servlet.ServletContextAttributeListener
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
attributeReplaced
in interface javax.servlet.ServletContextAttributeListener
public void registerELResolverAndListenerWithJsp(javax.servlet.ServletContext context, boolean reloaded)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.