Package | Description |
---|---|
javax.faces.context | |
javax.faces.render |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ResponseStream |
RenderKitWrapper.createResponseStream(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(OutputStream out)
Use the provided
OutputStream to create a new
ResponseStream instance. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.