public class FlowPartialViewContext
extends javax.faces.context.PartialViewContextWrapper
PartialViewContext implementation allowing IDs for partial rendering to be specified from the
server-side. This is done in a flow definition with the <render fragments="..." /> action.| Constructor and Description |
|---|
FlowPartialViewContext(javax.faces.context.PartialViewContext wrapped) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getRenderIds() |
javax.faces.context.PartialViewContext |
getWrapped() |
void |
setPartialRequest(boolean isPartialRequest) |
public FlowPartialViewContext(javax.faces.context.PartialViewContext wrapped)
public javax.faces.context.PartialViewContext getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>getWrapped in class javax.faces.context.PartialViewContextWrapperpublic void setPartialRequest(boolean isPartialRequest)
setPartialRequest in class javax.faces.context.PartialViewContextWrapperpublic java.util.Collection<java.lang.String> getRenderIds()
getRenderIds in class javax.faces.context.PartialViewContextWrapper