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: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialViewContextWrapper
public PartialViewContextWrapper()
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.