com.ibm.xsp.event
Interface FacesContextListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener

public interface FacesContextListener
extends javax.faces.event.FacesListener

This interface defines an event listener to handle notifications about the current FacesContext. Instances are registered using FacesContextEx.addRequestListener(FacesContextListener)


Method Summary
 void beforeContextReleased(javax.faces.context.FacesContext facesContext)
          Handle a notification that the current FacesContext is about to be released.
 void beforeRenderingPhase(javax.faces.context.FacesContext facesContext)
          Handle a notification that the current FacesContext is about to be rendered.
 

Method Detail

beforeContextReleased

void beforeContextReleased(javax.faces.context.FacesContext facesContext)
Handle a notification that the current FacesContext is about to be released.


beforeRenderingPhase

void beforeRenderingPhase(javax.faces.context.FacesContext facesContext)
Handle a notification that the current FacesContext is about to be rendered.