com.caucho.jsf.context
Class ResponseWriterImpl
java.lang.Object
ResponseWriter
com.caucho.jsf.context.ResponseWriterImpl
public class ResponseWriterImpl
- extends ResponseWriter
|
Method Summary |
ResponseWriter |
cloneWithWriter(java.io.Writer out)
|
void |
close()
|
void |
endDocument()
|
void |
endElement(java.lang.String name)
|
void |
flush()
|
java.lang.String |
getCharacterEncoding()
|
java.lang.String |
getContentType()
|
void |
startDocument()
|
void |
startElement(java.lang.String name,
UIComponent component)
|
void |
write(char ch)
|
void |
write(char[] buffer,
int offset,
int length)
|
void |
writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
|
void |
writeComment(java.lang.Object comment)
|
void |
writeText(char[] text,
int offset,
int length)
|
void |
writeText(java.lang.Object text,
java.lang.String property)
|
void |
writeURIAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public void write(char[] buffer,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(char ch)
throws java.io.IOException
- Throws:
java.io.IOException
getContentType
public java.lang.String getContentType()
getCharacterEncoding
public java.lang.String getCharacterEncoding()
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
startDocument
public void startDocument()
throws java.io.IOException
- Throws:
java.io.IOException
endDocument
public void endDocument()
throws java.io.IOException
- Throws:
java.io.IOException
startElement
public void startElement(java.lang.String name,
UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
endElement
public void endElement(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
writeAttribute
public void writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
throws java.io.IOException
- Throws:
java.io.IOException
writeURIAttribute
public void writeURIAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
throws java.io.IOException
- Throws:
java.io.IOException
writeComment
public void writeComment(java.lang.Object comment)
throws java.io.IOException
- Throws:
java.io.IOException
writeText
public void writeText(java.lang.Object text,
java.lang.String property)
throws java.io.IOException
- Throws:
java.io.IOException
writeText
public void writeText(char[] text,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
cloneWithWriter
public ResponseWriter cloneWithWriter(java.io.Writer out)
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException