public class ExtendedPartialViewContextImpl
extends org.richfaces.context.ExtendedPartialViewContext
Constructor and Description |
---|
ExtendedPartialViewContextImpl(javax.faces.context.PartialViewContext wrappedViewContext,
javax.faces.context.FacesContext facesContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
addImplicitExecuteIds(Collection<String> ids) |
protected void |
addImplicitRenderIds(Collection<String> ids,
boolean limitRender) |
protected void |
addJavaScriptServicePageScripts(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected org.richfaces.context.ExtendedPartialViewContextImpl.ContextMode |
detectContextMode() |
protected void |
executeComponents(javax.faces.event.PhaseId phaseId,
Collection<String> executeIds) |
Collection<String> |
getExecuteIds() |
javax.faces.context.PartialResponseWriter |
getPartialResponseWriter() |
Collection<String> |
getRenderIds() |
boolean |
isAjaxRequest() |
boolean |
isExecuteAll() |
boolean |
isPartialRequest() |
boolean |
isRenderAll() |
void |
processPartial(javax.faces.event.PhaseId phaseId) |
protected void |
processPartialExecutePhase(javax.faces.event.PhaseId phaseId) |
protected void |
processPartialRenderPhase() |
void |
release() |
protected void |
renderExtensions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
setPartialRequest(boolean isPartialRequest) |
void |
setRenderAll(boolean isRenderAll) |
appendOnbeforedomupdate, appendOncomplete, getFacesContext, getInstance, getOnbeforedomupdate, getOncomplete, getResponseComponentDataMap, getResponseData, isLimitRender, prependOnbeforedomupdate, prependOncomplete, setLimitRender, setResponseData
public ExtendedPartialViewContextImpl(javax.faces.context.PartialViewContext wrappedViewContext, javax.faces.context.FacesContext facesContext)
public Collection<String> getExecuteIds()
getExecuteIds
in class javax.faces.context.PartialViewContext
public Collection<String> getRenderIds()
getRenderIds
in class javax.faces.context.PartialViewContext
public boolean isAjaxRequest()
isAjaxRequest
in class javax.faces.context.PartialViewContext
public boolean isPartialRequest()
isPartialRequest
in class javax.faces.context.PartialViewContext
public void setPartialRequest(boolean isPartialRequest)
setPartialRequest
in class javax.faces.context.PartialViewContext
public boolean isExecuteAll()
isExecuteAll
in class javax.faces.context.PartialViewContext
public boolean isRenderAll()
isRenderAll
in class javax.faces.context.PartialViewContext
public void setRenderAll(boolean isRenderAll)
setRenderAll
in class javax.faces.context.PartialViewContext
public javax.faces.context.PartialResponseWriter getPartialResponseWriter()
getPartialResponseWriter
in class javax.faces.context.PartialViewContext
public void processPartial(javax.faces.event.PhaseId phaseId)
processPartial
in class javax.faces.context.PartialViewContext
protected void processPartialExecutePhase(javax.faces.event.PhaseId phaseId)
protected void executeComponents(javax.faces.event.PhaseId phaseId, Collection<String> executeIds)
protected void processPartialRenderPhase()
public void release()
release
in class org.richfaces.context.ExtendedPartialViewContext
protected void addImplicitExecuteIds(Collection<String> ids)
protected void addImplicitRenderIds(Collection<String> ids, boolean limitRender)
protected void addJavaScriptServicePageScripts(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
protected void renderExtensions(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
IOException
protected org.richfaces.context.ExtendedPartialViewContextImpl.ContextMode detectContextMode()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.