| Interface | Description | 
|---|---|
| DelegatedFacesServlet | |
| FacesInitializer | |
| StartupListener | Startup Listener for the myfaces init process
 This interface allows to implement
 Plugins which then can be hooked into the various stages
 of our initialisation process to add various plugins
 which depend on the various phases of the init | 
| Class | Description | 
|---|---|
| AbstractFacesInitializer | Performs common initialization tasks. | 
| FaceletsInitilializer | This initializer initializes only Facelets. | 
| FacesELContextListener | ELContextListenerwhich installs theFacesContext(if present),
 into theELContextand dispatches ELContext events to
 the Faces application #ELContextListener. | 
| FacesInitializerFactory | Simple Factory to get a FacesInitializer implementation either from a web.xml
 parameter or from a list of default implementations. | 
| JspFacesInitializer | Initializes MyFaces in a JSP 2.1 environment. | 
| MyFacesContainerInitializer | This class is called by any Java EE 6 complaint container at startup. | 
| MyFacesHttpSessionListener | |
| MyFacesServlet | Derived FacesServlet that can be used for debugging purpose
 and to fix the Weblogic startup issue (FacesServlet is initialized before ServletContextListener). | 
| SourceCodeServlet | |
| StartupServletContextListener | Initialise the MyFaces system. | 
| WebConfigParamsLogger | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.