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 delegate) |
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 delegate)
public javax.faces.context.PartialViewContext getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContext>
getWrapped
in class javax.faces.context.PartialViewContextWrapper
public void setPartialRequest(boolean isPartialRequest)
setPartialRequest
in class javax.faces.context.PartialViewContextWrapper
public java.util.Collection<java.lang.String> getRenderIds()
getRenderIds
in class javax.faces.context.PartialViewContextWrapper