|
Class Summary |
| AbstractFacesInitializer |
Performs common initialization tasks. |
| FacesELContextListener |
EL context listener which installs the faces context (if present) into el context and dispatches el context events to
faces application el context listeners. |
| FacesInitializerFactory |
Simple Factory to get a FacesInitializer implementation either from a web.xml
parameter or from a list of default implementations. |
| Jsp20FacesInitializer |
Initializes MyFaces in a JSP 2.0 (or less) environment. |
| Jsp21FacesInitializer |
Initializes MyFaces in a JSP 2.1 environment. |
| ManagedBeanDestroyerListener |
Listens to
- removing, replacing of attributes in context, session and request
- destroying of context, session and request
for the ManagedBeanDestroyer to assure right destruction of managed beans in those scopes. |
| MyFacesServlet |
Derived FacesServlet that can be used for debugging purpose
and to fix the Weblogic startup issue (FacesServlet is initialized before ServletContextListener). |
| StartupServletContextListener |
Initialise the MyFaces system. |