Uses of Class
jakarta.faces.context.PartialResponseWriter
Packages that use PartialResponseWriter
-
Uses of PartialResponseWriter in jakarta.faces.context
Subclasses of PartialResponseWriter in jakarta.faces.contextModifier and TypeClassDescriptionclassProvides a simple implementation ofPartialResponseWriterthat can be subclassed by developers wishing to provide specialized behavior to an existingPartialResponseWriterinstance.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.PartialResponseWriterWrapper.getWrapped()Constructors in jakarta.faces.context with parameters of type PartialResponseWriterModifierConstructorDescriptionIf this response writer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.