public class LayoutPhaseListener extends Object implements javax.faces.event.PhaseListener
Process is done twice on ajax requests, when performing phase restore and then phase render response => empty the map before rendering response.
Constructor and Description |
---|
LayoutPhaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterPhase(javax.faces.event.PhaseEvent event) |
void |
beforePhase(javax.faces.event.PhaseEvent event) |
javax.faces.event.PhaseId |
getPhaseId() |
protected static NuxeoLayoutIdManagerBean |
lookupIdBean(javax.faces.context.FacesContext ctx) |
public LayoutPhaseListener()
public javax.faces.event.PhaseId getPhaseId()
getPhaseId
in interface javax.faces.event.PhaseListener
public void beforePhase(javax.faces.event.PhaseEvent event)
beforePhase
in interface javax.faces.event.PhaseListener
protected static NuxeoLayoutIdManagerBean lookupIdBean(javax.faces.context.FacesContext ctx)
public void afterPhase(javax.faces.event.PhaseEvent event)
afterPhase
in interface javax.faces.event.PhaseListener
Copyright © 2015 Nuxeo SA. All rights reserved.