java.lang.Objectcom.sun.faces.lifecycle.ELResolverInitPhaseListener
All Implemented Interfaces:
javax.faces.event.PhaseListener
This class is used to register the JSF ELResolver
stack with the JSP container.
We overload it a bit to set a bit on the ApplicationAssociate stating we've processed a request to indicate the appliation is fully initialized.
After the first request, this PhaseListener will remove
itself from all registered lifecycle instances registered with the
application.
1.2 - | Method from com.sun.faces.lifecycle.ELResolverInitPhaseListener Summary: |
|---|
| afterPhase, beforePhase, getPhaseId, populateFacesELResolverForJsp |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.sun.faces.lifecycle.ELResolverInitPhaseListener Detail: |
|---|
Handle a notification that the processing for a particular phase has just been completed. When invoked, this phase listener will remove itself
as a registered |
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin. The implementation of this method currently calls through to #populateFacesELResolverForJsp(javax.faces.context.FacesContext) . |
Return the identifier of the request processing phase during
which this listener is interested in processing javax.faces.event.PhaseEvent
events. Legal values are the singleton instances defined by the
javax.faces.event.PhaseId class, including We return |
|