public class CafPartialViewContextWrapper extends PartialViewContextWrapper
Modifier and Type | Class and Description |
---|---|
static class |
CafPartialViewContextWrapper.CafPartialResponseWriter |
Modifier and Type | Field and Description |
---|---|
protected FacesContext |
ctx |
protected PartialViewContext |
wrapped |
ALL_PARTIAL_PHASE_CLIENT_IDS, PARTIAL_EXECUTE_PARAM_NAME, PARTIAL_RENDER_PARAM_NAME, RESET_VALUES_PARAM_NAME
Constructor and Description |
---|
CafPartialViewContextWrapper(FacesContext context,
PartialViewContext wrapped) |
Modifier and Type | Method and Description |
---|---|
PartialResponseWriter |
getPartialResponseWriter() |
PartialViewContext |
getWrapped() |
void |
processPartial(PhaseId phaseId) |
protected void |
superProcessPartial(PhaseId phaseId) |
getExecuteIds, getRenderIds, isAjaxRequest, isExecuteAll, isPartialRequest, isRenderAll, isResetValues, release, setPartialRequest, setRenderAll
protected FacesContext ctx
protected PartialViewContext wrapped
public CafPartialViewContextWrapper(FacesContext context, PartialViewContext wrapped)
public PartialViewContext getWrapped()
getWrapped
in interface FacesWrapper<PartialViewContext>
getWrapped
in class PartialViewContextWrapper
public PartialResponseWriter getPartialResponseWriter()
getPartialResponseWriter
in class PartialViewContextWrapper
public void processPartial(PhaseId phaseId)
processPartial
in class PartialViewContextWrapper
protected void superProcessPartial(PhaseId phaseId)