org.primefaces.context
Class PrimePartialViewContext

java.lang.Object
  extended by javax.faces.context.PartialViewContext
      extended by javax.faces.context.PartialViewContextWrapper
          extended by org.primefaces.context.PrimePartialViewContext
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>

public class PrimePartialViewContext
extends javax.faces.context.PartialViewContextWrapper


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
PrimePartialViewContext(javax.faces.context.PartialViewContext wrapped)
           
 
Method Summary
 javax.faces.context.PartialResponseWriter getPartialResponseWriter()
           
 javax.faces.context.PartialViewContext getWrapped()
           
 boolean isAjaxRequest()
           
 boolean isPartialRequest()
           
 void setPartialRequest(boolean value)
           
 
Methods inherited from class javax.faces.context.PartialViewContextWrapper
getExecuteIds, getRenderIds, isExecuteAll, isRenderAll, processPartial, release, setRenderAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimePartialViewContext

public PrimePartialViewContext(javax.faces.context.PartialViewContext wrapped)
Method Detail

getWrapped

public javax.faces.context.PartialViewContext getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>
Overrides:
getWrapped in class javax.faces.context.PartialViewContextWrapper

setPartialRequest

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

getPartialResponseWriter

public javax.faces.context.PartialResponseWriter getPartialResponseWriter()
Overrides:
getPartialResponseWriter in class javax.faces.context.PartialViewContextWrapper

isAjaxRequest

public boolean isAjaxRequest()
Overrides:
isAjaxRequest in class javax.faces.context.PartialViewContextWrapper

isPartialRequest

public boolean isPartialRequest()
Overrides:
isPartialRequest in class javax.faces.context.PartialViewContextWrapper


Copyright © 2012. All Rights Reserved.