Class XmlResponseWriter
java.lang.Object
java.io.Writer
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 TobagoResponseWriterBase
XML_VERSION_1_0_ENCODING_UTF_8, XML_VERSION_1_0_ENCODING_UTF_8_CHARS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.faces.context.ResponseWritercloneWithWriter(Writer originalWriter) protected voidvoidvoidvoidwrite(char[] cbuf, int off, int len) voidwriteDoctype(String arg0) voidwritePreamble(String arg0) protected voidwriterAttributeValue(String value, boolean escape) voidwriteText(char[] text, int offset, int length) voidvoidMethods inherited from class TobagoResponseWriterBase
close, closeOpenTag, endElement, endElement, endElementInternal, findValue, flush, getCallingClassStackTraceElementString, getCharacterEncoding, getCharset, getComponent, getContentType, getWriter, handlePassThroughAttributes, isStartStillOpen, setComponent, setStartStillOpen, startElement, startElement, startElement, startElementInternal, write, write, write, write, writeAttribute, writeAttribute, writeAttribute, writeAttributeInternal, writeComment, writeInternal, writeURIAttribute, writeURIAttributeMethods inherited from class TobagoResponseWriter
endCDATA, getContentTypeWithCharSet, startCDATA, writeAttribute, writeAttribute, writeAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeCommandMapAttribute, writeIdAttribute, writeNameAttribute, writeTextMethods inherited from class Writer
append, append, append, nullWriter
-
Constructor Details
-
XmlResponseWriter
-
-
Method Details
-
writeText
- Specified by:
writeTextin classTobagoResponseWriter- Throws:
IOException
-
writeText
- Throws:
IOException
-
write
- Overrides:
writein classTobagoResponseWriterBase- Throws:
IOException
-
closeEmptyTag
- Specified by:
closeEmptyTagin classTobagoResponseWriterBase- Throws:
IOException
-
writerAttributeValue
- Specified by:
writerAttributeValuein classTobagoResponseWriterBase- Throws:
IOException
-
cloneWithWriter
- Specified by:
cloneWithWriterin classTobagoResponseWriter
-
startDocument
- Overrides:
startDocumentin classTobagoResponseWriterBase- Throws:
IOException
-
endDocument
- Overrides:
endDocumentin classTobagoResponseWriterBase- Throws:
IOException
-
writeText
public void writeText(Object arg0, jakarta.faces.component.UIComponent arg1, String arg2) throws IOException - Throws:
IOException
-
writePreamble
- Throws:
IOException
-
writeDoctype
- Throws:
IOException
-