|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FacesContextListener
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 |
|---|
void beforeContextReleased(javax.faces.context.FacesContext facesContext)
void beforeRenderingPhase(javax.faces.context.FacesContext facesContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||