Uses of Class
jakarta.faces.context.ResponseStream
Packages that use ResponseStream
Package
Description
-
Uses of ResponseStream in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return ResponseStreamMethods in com.sun.faces.config.initfacescontext with parameters of type ResponseStreamModifier and TypeMethodDescriptionvoidNoOpFacesContext.setResponseStream(ResponseStream responseStream) -
Uses of ResponseStream in com.sun.faces.context
Methods in com.sun.faces.context that return ResponseStreamMethods in com.sun.faces.context with parameters of type ResponseStreamModifier and TypeMethodDescriptionvoidFacesContextImpl.setResponseStream(ResponseStream responseStream) -
Uses of ResponseStream in com.sun.faces.renderkit
Methods in com.sun.faces.renderkit that return ResponseStream -
Uses of ResponseStream in jakarta.faces.context
Methods in jakarta.faces.context that return ResponseStreamModifier and TypeMethodDescriptionabstract ResponseStreamFacesContext.getResponseStream()Return theResponseStreamto which components should direct their binary output.FacesContextWrapper.getResponseStream()The default behavior of this method is to callFacesContext.getResponseStream()on the wrappedFacesContextobject.Methods in jakarta.faces.context with parameters of type ResponseStreamModifier and TypeMethodDescriptionabstract voidFacesContext.setResponseStream(ResponseStream responseStream) Set theResponseStreamto which components should direct their binary output.voidFacesContextWrapper.setResponseStream(ResponseStream responseStream) The default behavior of this method is to callFacesContext.setResponseStream(ResponseStream)on the wrappedFacesContextobject. -
Uses of ResponseStream in jakarta.faces.render
Methods in jakarta.faces.render that return ResponseStreamModifier and TypeMethodDescriptionabstract ResponseStreamRenderKit.createResponseStream(OutputStream out) Use the providedOutputStreamto create a newResponseStreaminstance.RenderKitWrapper.createResponseStream(OutputStream out) The default behavior of this method is to callRenderKit.createResponseStream(java.io.OutputStream)on the wrappedRenderKitobject.