public class ComponentPhaseListener extends com.webmethods.caf.faces.bean.BasePhaseListener implements PhaseListener
Constructor and Description |
---|
ComponentPhaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterPhase(PhaseEvent event) |
void |
beforePhase(PhaseEvent event) |
protected static PhaseEvent |
createPhaseEvent(FacesContext context,
PhaseId phaseId) |
PhaseId |
getPhaseId() |
protected void |
preRenderView(PreRenderViewEvent e) |
protected void |
propagateEvent(FacesContext context,
UIComponent component,
PhaseEvent event,
boolean before) |
isListenerForSource, processEvent
getPageBean, resolveExpression
protected void preRenderView(PreRenderViewEvent e)
preRenderView
in class com.webmethods.caf.faces.bean.BasePhaseListener
protected static PhaseEvent createPhaseEvent(FacesContext context, PhaseId phaseId) throws FacesException
FacesException
public void beforePhase(PhaseEvent event)
beforePhase
in interface PhaseListener
public void afterPhase(PhaseEvent event)
afterPhase
in interface PhaseListener
public PhaseId getPhaseId()
getPhaseId
in interface PhaseListener
protected void propagateEvent(FacesContext context, UIComponent component, PhaseEvent event, boolean before)