Class ELResolverInitPhaseListener

java.lang.Object
com.sun.faces.lifecycle.ELResolverInitPhaseListener
All Implemented Interfaces:
PhaseListener, Serializable, EventListener

public class ELResolverInitPhaseListener extends Object implements PhaseListener
This class is used to register the Faces ELResolver stack with the Jakarta Server Pages 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.

Since:
1.2
See Also: