Uses of Class
jakarta.faces.context.PartialResponseWriter
-
Packages that use PartialResponseWriter Package Description com.sun.faces.context jakarta.faces.context Classes and interfaces defining per-request state information. -
-
Uses of PartialResponseWriter in com.sun.faces.context
Methods in com.sun.faces.context that return PartialResponseWriter Modifier and Type Method Description PartialResponseWriterPartialViewContextImpl. getPartialResponseWriter() -
Uses of PartialResponseWriter in jakarta.faces.context
Methods in jakarta.faces.context that return PartialResponseWriter Modifier and Type Method Description abstract PartialResponseWriterPartialViewContext. getPartialResponseWriter()Return theResponseWriterto which components should direct their output for partial view rendering.PartialResponseWriterPartialViewContextWrapper. getPartialResponseWriter()The default behavior of this method is to callPartialViewContext.getPartialResponseWriter()on the wrappedPartialViewContextobject.
-