Uses of Class
javax.faces.context.ResponseStream

Packages that use ResponseStream
javax.faces.context Classes and interfaces defining per-request state information. 
javax.faces.render Classes and interfaces defining the rendering model. 
 

Uses of ResponseStream in javax.faces.context
 

Methods in javax.faces.context that return ResponseStream
 ResponseStream FacesContextWrapper.getResponseStream()
          The default behavior of this method is to call FacesContext.getResponseStream() on the wrapped FacesContext object.
abstract  ResponseStream FacesContext.getResponseStream()
          Return the ResponseStream to which components should direct their binary output.
 

Methods in javax.faces.context with parameters of type ResponseStream
 void FacesContextWrapper.setResponseStream(ResponseStream responseStream)
          The default behavior of this method is to call FacesContext.setResponseStream(ResponseStream) on the wrapped FacesContext object.
abstract  void FacesContext.setResponseStream(ResponseStream responseStream)
          Set the ResponseStream to which components should direct their binary output.
 

Uses of ResponseStream in javax.faces.render
 

Methods in javax.faces.render that return ResponseStream
 ResponseStream RenderKitWrapper.createResponseStream(java.io.OutputStream out)
          The default behavior of this method is to call RenderKit.createResponseStream(java.io.OutputStream) on the wrapped RenderKit object.
abstract  ResponseStream RenderKit.createResponseStream(java.io.OutputStream out)
          Use the provided OutputStream to create a new ResponseStream instance.
 



Copyright © 2011 Oracle America, Inc. All Rights Reserved.