javax.faces.context
Class PartialViewContextWrapper
java.lang.Object
javax.faces.context.PartialViewContext
javax.faces.context.PartialViewContextWrapper
- All Implemented Interfaces:
- FacesWrapper<PartialViewContext>
public abstract class PartialViewContextWrapper
- extends PartialViewContext
- implements FacesWrapper<PartialViewContext>
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-14 18:07:00 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialViewContextWrapper
public PartialViewContextWrapper()
getExecuteIds
public java.util.Collection<java.lang.String> getExecuteIds()
- Specified by:
getExecuteIds
in class PartialViewContext
getPartialResponseWriter
public PartialResponseWriter getPartialResponseWriter()
- Specified by:
getPartialResponseWriter
in class PartialViewContext
getRenderIds
public java.util.Collection<java.lang.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 © 2010 The Apache Software Foundation. All Rights Reserved.