Uses of Class
jakarta.faces.context.PartialResponseWriter
-
Uses of PartialResponseWriter in jakarta.faces.context
Modifier and TypeMethodDescriptionabstract PartialResponseWriter
PartialViewContext.getPartialResponseWriter()
Return theResponseWriter
to which components should direct their output for partial view rendering.PartialViewContextWrapper.getPartialResponseWriter()
The default behavior of this method is to callPartialViewContext.getPartialResponseWriter()
on the wrappedPartialViewContext
object.