Uses of Class
jakarta.faces.context.ResponseStream
-
Uses of ResponseStream in jakarta.faces.context
Modifier and TypeMethodDescriptionabstract ResponseStream
FacesContext.getResponseStream()
Return theResponseStream
to which components should direct their binary output.FacesContextWrapper.getResponseStream()
The default behavior of this method is to callFacesContext.getResponseStream()
on the wrappedFacesContext
object.Modifier and TypeMethodDescriptionabstract void
FacesContext.setResponseStream
(ResponseStream responseStream) Set theResponseStream
to which components should direct their binary output.void
FacesContextWrapper.setResponseStream
(ResponseStream responseStream) The default behavior of this method is to callFacesContext.setResponseStream(ResponseStream)
on the wrappedFacesContext
object. -
Uses of ResponseStream in jakarta.faces.render
Modifier and TypeMethodDescriptionabstract ResponseStream
RenderKit.createResponseStream
(OutputStream out) Use the providedOutputStream
to create a newResponseStream
instance.RenderKitWrapper.createResponseStream
(OutputStream out) The default behavior of this method is to callRenderKit.createResponseStream(java.io.OutputStream)
on the wrappedRenderKit
object.