| Package | Description | 
|---|---|
| javax.faces.context | 
Classes and interfaces
defining per-request state information. | 
| javax.faces.render | Classes 
    and interfaces
defining the rendering model. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartialResponseWriterPartialResponseWriter
 decorates an existing  | 
| class  | ResponseWriterWrapperProvides a simple implementation
 of  ResponseWriterthat
 can be subclassed by developers wishing to provide specialized
 behavior to an existingResponseWriterinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponseWriter | ResponseWriterWrapper. cloneWithWriter(Writer writer)The default behavior of this method is to
 call  cloneWithWriter(java.io.Writer)on the wrappedResponseWriterobject. | 
| abstract ResponseWriter | ResponseWriter. cloneWithWriter(Writer writer)Create and return a new instance of this  ResponseWriter,
 using the specifiedWriteras the output destination. | 
| ResponseWriter | FacesContextWrapper. getResponseWriter()The default behavior of this method is to
 call  FacesContext.getResponseWriter()on the wrappedFacesContextobject. | 
| abstract ResponseWriter | FacesContext. getResponseWriter()Return the  ResponseWriterto which components should
 direct their character-based output. | 
| abstract ResponseWriter | ResponseWriterWrapper. getWrapped()Return the instance that we are wrapping. | 
| ResponseWriter | PartialResponseWriter. getWrapped()Return the wrapped
  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FacesContextWrapper. setResponseWriter(ResponseWriter responseWriter)The default behavior of this method is to
 call  FacesContext.setResponseWriter(ResponseWriter)on the wrappedFacesContextobject. | 
| abstract void | FacesContext. setResponseWriter(ResponseWriter responseWriter)Set the  ResponseWriterto which components should
 direct their character-based output. | 
| Constructor and Description | 
|---|
| PartialResponseWriter(ResponseWriter writer)Create a  | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponseWriter | RenderKitWrapper. createResponseWriter(Writer writer,
                    String contentTypeList,
                    String characterEncoding)The default behavior of this method is to
 call  RenderKit.createResponseWriter(java.io.Writer, String, String)on the wrappedRenderKitobject. | 
| abstract ResponseWriter | RenderKit. createResponseWriter(Writer writer,
                    String contentTypeList,
                    String characterEncoding)Use the provided  Writerto create a newResponseWriterinstance for the specified (optional) content
 type, and character encoding. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.