javax.faces.context
Class ResponseWriter
java.lang.Object
   java.io.Writer
java.io.Writer
       javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriter
- All Implemented Interfaces: 
- Closeable, Flushable, Appendable
- public abstract class ResponseWriter 
- extends Writer
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResponseWriter
public ResponseWriter()
getContentType
public abstract String getContentType()
- 
 
getCharacterEncoding
public abstract String getCharacterEncoding()
- 
 
flush
public abstract void flush()
                    throws IOException
- 
- Specified by:
- flushin interface- Flushable
- Specified by:
- flushin class- Writer
 
- 
- Throws:
- IOException
 
startDocument
public abstract void startDocument()
                            throws IOException
- 
- Throws:
- IOException
 
endDocument
public abstract void endDocument()
                          throws IOException
- 
- Throws:
- IOException
 
startElement
public abstract void startElement(String name,
                                  UIComponent component)
                           throws IOException
- 
- Throws:
- IOException
 
endElement
public abstract void endElement(String name)
                         throws IOException
- 
- Throws:
- IOException
 
writeAttribute
public abstract void writeAttribute(String name,
                                    Object value,
                                    String property)
                             throws IOException
- 
- Throws:
- IOException
 
writeURIAttribute
public abstract void writeURIAttribute(String name,
                                       Object value,
                                       String property)
                                throws IOException
- 
- Throws:
- IOException
 
writeComment
public abstract void writeComment(Object comment)
                           throws IOException
- 
- Throws:
- IOException
 
writeText
public abstract void writeText(Object text,
                               String property)
                        throws IOException
- 
- Throws:
- IOException
 
writeText
public abstract void writeText(char[] text,
                               int off,
                               int len)
                        throws IOException
- 
- Throws:
- IOException
 
cloneWithWriter
public abstract ResponseWriter cloneWithWriter(Writer writer)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.