org.apache.myfaces.trinidadinternal.context
Class PartialViewContextImpl

java.lang.Object
  extended by javax.faces.context.PartialViewContext
      extended by org.apache.myfaces.trinidadinternal.context.PartialViewContextImpl

public class PartialViewContextImpl
extends javax.faces.context.PartialViewContext


Field Summary
 
Fields inherited from class javax.faces.context.PartialViewContext
ALL_PARTIAL_PHASE_CLIENT_IDS, PARTIAL_EXECUTE_PARAM_NAME, PARTIAL_RENDER_PARAM_NAME
 
Constructor Summary
PartialViewContextImpl(javax.faces.context.FacesContext context)
           
 
Method Summary
 java.util.Collection<java.lang.String> getExecuteIds()
          To force a full execute we always return an empty execute list.
 javax.faces.context.PartialResponseWriter getPartialResponseWriter()
           
 java.util.Collection<java.lang.String> getRenderIds()
           
 boolean isAjaxRequest()
           
 boolean isExecuteAll()
           
 boolean isPartialRequest()
           
 boolean isRenderAll()
           
 void processPartial(javax.faces.event.PhaseId phaseId)
           
 void release()
           
 void setPartialRequest(boolean isPartialRequest)
           
 void setRenderAll(boolean renderAll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialViewContextImpl

public PartialViewContextImpl(javax.faces.context.FacesContext context)
Method Detail

getExecuteIds

public java.util.Collection<java.lang.String> getExecuteIds()
To force a full execute we always return an empty execute list.

Specified by:
getExecuteIds in class javax.faces.context.PartialViewContext
Returns:

getRenderIds

public java.util.Collection<java.lang.String> getRenderIds()
Specified by:
getRenderIds in class javax.faces.context.PartialViewContext

isAjaxRequest

public boolean isAjaxRequest()
Specified by:
isAjaxRequest in class javax.faces.context.PartialViewContext

isPartialRequest

public boolean isPartialRequest()
Specified by:
isPartialRequest in class javax.faces.context.PartialViewContext

isExecuteAll

public boolean isExecuteAll()
Specified by:
isExecuteAll in class javax.faces.context.PartialViewContext

isRenderAll

public boolean isRenderAll()
Specified by:
isRenderAll in class javax.faces.context.PartialViewContext

processPartial

public void processPartial(javax.faces.event.PhaseId phaseId)
Specified by:
processPartial in class javax.faces.context.PartialViewContext

getPartialResponseWriter

public javax.faces.context.PartialResponseWriter getPartialResponseWriter()
Specified by:
getPartialResponseWriter in class javax.faces.context.PartialViewContext

setRenderAll

public void setRenderAll(boolean renderAll)
Specified by:
setRenderAll in class javax.faces.context.PartialViewContext

setPartialRequest

public void setPartialRequest(boolean isPartialRequest)
Specified by:
setPartialRequest in class javax.faces.context.PartialViewContext

release

public void release()
Specified by:
release in class javax.faces.context.PartialViewContext


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.