java.lang.Objectjavax.faces.context.PartialViewContext
Direct Known Subclasses:
PartialViewContextWrapper
PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
The PartialViewContext instance is used to determine if
the current request indicates the requirement to perform
partial processing
and/or partial rendering
.
Partial processing is the processing of selected components
through the execute
portion of the request processing
lifecycle. Partial rendering is the rendering of specified
components in the Render Response Phase
of the
request processing lifecycle.
Field Summary | ||
---|---|---|
public static final String | PARTIAL_RENDER_PARAM_NAME |
The request parameter name whose request parameter value
is a
|
public static final String | PARTIAL_EXECUTE_PARAM_NAME |
The request parameter name whose request parameter value
is a
|
public static final String | ALL_PARTIAL_PHASE_CLIENT_IDS | The value that when used with #PARTIAL_EXECUTE_PARAM_NAME or #PARTIAL_RENDER_PARAM_NAME indicates these phases must be skipped.
|
Method from javax.faces.context.PartialViewContext Summary: |
---|
getExecuteIds, getPartialResponseWriter, getRenderIds, isAjaxRequest, isExecuteAll, isPartialRequest, isRenderAll, processPartial, release, setPartialRequest, setRenderAll |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.context.PartialViewContext Detail: |
---|
Return a
|
Return the ResponseWriter to which components should direct their output for partial view rendering. Within a given response, components can use either the ResponseStream or the ResponseWriter, but not both. |
Return a
|
Return |
Return false . |
Return |
Return false . |
Perform lifecycle processing on
components during the indicated |
Release any
resources associated with this |
Dynamically indicate that this is a partial request. |
Indicate the entire view must be rendered if
|