Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.config » [javadoc | source]
com.sun.faces.config
public class: ConfigureListener [javadoc | source]
java.lang.Object
   com.sun.faces.config.ConfigureListener

All Implemented Interfaces:
    HttpSessionAttributeListener, ServletContextAttributeListener, ServletRequestAttributeListener, HttpSessionListener, ServletContextListener, ServletRequestListener

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

Field Summary
protected  WebappLifecycleListener webAppListener     
protected  WebConfiguration webConfig     
Method from com.sun.faces.config.ConfigureListener Summary:
attributeAdded,   attributeAdded,   attributeAdded,   attributeRemoved,   attributeRemoved,   attributeRemoved,   attributeReplaced,   attributeReplaced,   attributeReplaced,   contextDestroyed,   contextInitialized,   registerELResolverAndListenerWithJsp,   requestDestroyed,   requestInitialized,   sessionCreated,   sessionDestroyed
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.config.ConfigureListener Detail:
 public  void attributeAdded(ServletRequestAttributeEvent event) 
 public  void attributeAdded(HttpSessionBindingEvent event) 
 public  void attributeAdded(ServletContextAttributeEvent event) 
 public  void attributeRemoved(ServletRequestAttributeEvent event) 
 public  void attributeRemoved(HttpSessionBindingEvent event) 
 public  void attributeRemoved(ServletContextAttributeEvent event) 
 public  void attributeReplaced(ServletRequestAttributeEvent event) 
 public  void attributeReplaced(HttpSessionBindingEvent event) 
 public  void attributeReplaced(ServletContextAttributeEvent event) 
 public  void contextDestroyed(ServletContextEvent sce) 
 public  void contextInitialized(ServletContextEvent sce) 
 public  void registerELResolverAndListenerWithJsp(ServletContext context,
    boolean reloaded) 
 public  void requestDestroyed(ServletRequestEvent event) 
 public  void requestInitialized(ServletRequestEvent event) 
 public  void sessionCreated(HttpSessionEvent event) 
 public  void sessionDestroyed(HttpSessionEvent event)