Class PartialViewContext

java.lang.Object
jakarta.faces.context.PartialViewContext
Direct Known Subclasses:
PartialViewContextImpl, PartialViewContextWrapper

public abstract class PartialViewContext extends Object

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.