Uses of Class
jakarta.faces.context.ResponseStream
-
Packages that use ResponseStream Package Description com.sun.faces.config.initfacescontext com.sun.faces.context com.sun.faces.renderkit jakarta.faces.context Classes and interfaces defining per-request state information.jakarta.faces.render Classes and interfaces defining the rendering model. -
-
Uses of ResponseStream in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return ResponseStream Modifier and Type Method Description ResponseStreamNoOpFacesContext. getResponseStream()Methods in com.sun.faces.config.initfacescontext with parameters of type ResponseStream Modifier and Type Method Description voidNoOpFacesContext. setResponseStream(ResponseStream responseStream) -
Uses of ResponseStream in com.sun.faces.context
Methods in com.sun.faces.context that return ResponseStream Modifier and Type Method Description ResponseStreamFacesContextImpl. getResponseStream()Methods in com.sun.faces.context with parameters of type ResponseStream Modifier and Type Method Description voidFacesContextImpl. setResponseStream(ResponseStream responseStream) -
Uses of ResponseStream in com.sun.faces.renderkit
Methods in com.sun.faces.renderkit that return ResponseStream Modifier and Type Method Description ResponseStreamRenderKitImpl. createResponseStream(OutputStream out) -
Uses of ResponseStream in jakarta.faces.context
Methods in jakarta.faces.context that return ResponseStream Modifier and Type Method Description abstract ResponseStreamFacesContext. getResponseStream()Return theResponseStreamto which components should direct their binary output.ResponseStreamFacesContextWrapper. getResponseStream()The default behavior of this method is to callFacesContext.getResponseStream()on the wrappedFacesContextobject.Methods in jakarta.faces.context with parameters of type ResponseStream Modifier and Type Method Description abstract 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 ResponseStream Modifier and Type Method Description abstract ResponseStreamRenderKit. createResponseStream(OutputStream out)Use the providedOutputStreamto create a newResponseStreaminstance.ResponseStreamRenderKitWrapper. createResponseStream(OutputStream out)The default behavior of this method is to callRenderKit.createResponseStream(java.io.OutputStream)on the wrappedRenderKitobject.
-