Uses of Class
jakarta.faces.context.PartialResponseWriter
Packages that use PartialResponseWriter
-
Uses of PartialResponseWriter in jakarta.faces.context
Methods in jakarta.faces.context that return PartialResponseWriterModifier and TypeMethodDescriptionabstract PartialResponseWriterPartialViewContext.getPartialResponseWriter()Return theResponseWriterto which components should direct their output for partial view rendering.PartialViewContextWrapper.getPartialResponseWriter()The default behavior of this method is to callPartialViewContext.getPartialResponseWriter()on the wrappedPartialViewContextobject.