Class XmlResponseWriter
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
org.apache.myfaces.tobago.webapp.TobagoResponseWriter
org.apache.myfaces.tobago.internal.webapp.TobagoResponseWriterBase
org.apache.myfaces.tobago.internal.webapp.XmlResponseWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Summary
Fields inherited from class org.apache.myfaces.tobago.internal.webapp.TobagoResponseWriterBase
XML_VERSION_1_0_ENCODING_UTF_8, XML_VERSION_1_0_ENCODING_UTF_8_CHARS
-
Constructor Summary
ConstructorsConstructorDescriptionXmlResponseWriter
(Writer writer, String contentType, String characterEncoding) Deprecated.since 4.3.0XmlResponseWriter
(Writer writer, String contentType, Charset charset) -
Method Summary
Modifier and TypeMethodDescriptionjavax.faces.context.ResponseWriter
cloneWithWriter
(Writer originalWriter) protected void
void
void
void
write
(char[] cbuf, int off, int len) protected void
writerAttributeValue
(String value, boolean escape) void
writeText
(char[] text, int offset, int length) void
Methods inherited from class org.apache.myfaces.tobago.internal.webapp.TobagoResponseWriterBase
close, closeOpenTag, endElement, endElement, endElementInternal, findValue, flush, getCallingClassStackTraceElementString, getCharacterEncoding, getComponent, getContentType, getWriter, isStartStillOpen, setComponent, setStartStillOpen, startElement, startElement, startElementInternal, write, write, write, write, writeAttribute, writeAttribute, writeAttribute, writeAttributeInternal, writeComment, writeInternal, writeURIAttribute, writeURIAttribute
Methods inherited from class org.apache.myfaces.tobago.webapp.TobagoResponseWriter
endCDATA, getContentTypeWithCharSet, startCDATA, writeAttribute, writeAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeCommandMapAttribute, writeIcon, writeIdAttribute, writeNameAttribute, writeStyleAttribute, writeText
Methods inherited from class javax.faces.context.ResponseWriter
writeText
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
Constructor Details
-
XmlResponseWriter
Deprecated.since 4.3.0 -
XmlResponseWriter
-
-
Method Details
-
writeText
- Specified by:
writeText
in classTobagoResponseWriter
- Throws:
IOException
-
writeText
- Specified by:
writeText
in classjavax.faces.context.ResponseWriter
- Throws:
IOException
-
write
- Overrides:
write
in classTobagoResponseWriterBase
- Throws:
IOException
-
closeEmptyTag
- Specified by:
closeEmptyTag
in classTobagoResponseWriterBase
- Throws:
IOException
-
writerAttributeValue
- Specified by:
writerAttributeValue
in classTobagoResponseWriterBase
- Throws:
IOException
-
cloneWithWriter
- Specified by:
cloneWithWriter
in classTobagoResponseWriter
-
startDocument
- Overrides:
startDocument
in classTobagoResponseWriterBase
- Throws:
IOException
-
endDocument
- Overrides:
endDocument
in classTobagoResponseWriterBase
- Throws:
IOException
-