Uses of Class
jakarta.faces.context.PartialResponseWriter
- 
Packages that use PartialResponseWriter Package Description jakarta.faces.context  - 
- 
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. 
 -