javax.faces.context
Class PartialViewContextWrapper

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

public abstract class PartialViewContextWrapper
extends PartialViewContext
implements FacesWrapper<PartialViewContext>

Since:
2.0
Version:
$Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
Author:
Simon Lessard (latest modification by $Author: bommel $)

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
PartialViewContextWrapper()
           
 
Method Summary
 Collection<String> getExecuteIds()
           
 PartialResponseWriter getPartialResponseWriter()
           
 Collection<String> getRenderIds()
           
abstract  PartialViewContext getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 boolean isAjaxRequest()
           
 boolean isExecuteAll()
           
 boolean isPartialRequest()
           
 boolean isRenderAll()
           
 void processPartial(PhaseId phaseId)
           
 void release()
           
 void setRenderAll(boolean renderAll)
           
 
Methods inherited from class javax.faces.context.PartialViewContext
setPartialRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialViewContextWrapper

public PartialViewContextWrapper()
Method Detail

getExecuteIds

public Collection<String> getExecuteIds()
Specified by:
getExecuteIds in class PartialViewContext

getPartialResponseWriter

public PartialResponseWriter getPartialResponseWriter()
Specified by:
getPartialResponseWriter in class PartialViewContext

getRenderIds

public Collection<String> getRenderIds()
Specified by:
getRenderIds in class PartialViewContext

getWrapped

public abstract PartialViewContext getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<PartialViewContext>
Returns:
the instance of the class being wrapped

isAjaxRequest

public boolean isAjaxRequest()
Specified by:
isAjaxRequest in class PartialViewContext

isExecuteAll

public boolean isExecuteAll()
Specified by:
isExecuteAll in class PartialViewContext

isPartialRequest

public boolean isPartialRequest()
Specified by:
isPartialRequest in class PartialViewContext

isRenderAll

public boolean isRenderAll()
Specified by:
isRenderAll in class PartialViewContext

processPartial

public void processPartial(PhaseId phaseId)
Specified by:
processPartial in class PartialViewContext

release

public void release()
Specified by:
release in class PartialViewContext

setRenderAll

public void setRenderAll(boolean renderAll)
Specified by:
setRenderAll in class PartialViewContext


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.