|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
abstract ResponseStream |
FacesContext.getResponseStream()
Return the ResponseStream to which components should
direct their binary output. |
ResponseStream |
FacesContextWrapper.getResponseStream()
The default behavior of this method is to call FacesContext.getResponseStream()
on the wrapped FacesContext object. |
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 | |
---|---|
abstract void |
FacesContext.setResponseStream(ResponseStream responseStream)
Set the ResponseStream to which components should
direct their binary output. |
void |
FacesContextWrapper.setResponseStream(ResponseStream responseStream)
The default behavior of this method is to call FacesContext.setResponseStream(ResponseStream)
on the wrapped FacesContext object. |
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 | |
---|---|
abstract ResponseStream |
RenderKit.createResponseStream(java.io.OutputStream out)
Use the provided OutputStream to create a new
ResponseStream instance. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |