Class HtmlResponseWriter
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.HtmlResponseWriter
- 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
ConstructorsConstructorDescriptionHtmlResponseWriter(Writer writer, String contentType, String characterEncoding) Deprecated, for removal: This API element is subject to removal in a future version.HtmlResponseWriter(Writer writer, String contentType, Charset charset) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.faces.context.ResponseWritercloneWithWriter(Writer originalWriter) protected voidvoidvoidendElement(String name) final WriterHelpervoidvoidwrite(char[] cbuf, int off, int len) voidvoidwriteDoctype(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, endElementInternal, findValue, flush, getCallingClassStackTraceElementString, getCharacterEncoding, getCharset, getComponent, getContentType, getWriter, handlePassThroughAttributes, isStartStillOpen, setComponent, setStartStillOpen, startElement, startElement, startElement, startElementInternal, 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
-
HtmlResponseWriter
@Deprecated(since="4.3.0", forRemoval=true) public HtmlResponseWriter(Writer writer, String contentType, String characterEncoding) Deprecated, for removal: This API element is subject to removal in a future version. -
HtmlResponseWriter
-
-
Method Details
-
write
- Overrides:
writein classTobagoResponseWriterBase- Throws:
IOException
-
getHelper
-
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
-
endElement
- Overrides:
endElementin 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
-