public class HtmlResponseWriter extends TobagoResponseWriterBase
XML_VERSION_1_0_ENCODING_UTF_8, XML_VERSION_1_0_ENCODING_UTF_8_CHARS
Constructor and Description |
---|
HtmlResponseWriter(Writer writer,
String contentType,
Charset charset) |
HtmlResponseWriter(Writer writer,
String contentType,
String characterEncoding)
Deprecated.
since 4.3.0
|
Modifier and Type | Method and Description |
---|---|
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer originalWriter) |
protected void |
closeEmptyTag() |
void |
endDocument() |
void |
endElement(String name) |
WriterHelper |
getHelper() |
void |
startDocument() |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(String string) |
protected void |
writerAttributeValue(String value,
boolean escape) |
void |
writeText(char[] text,
int offset,
int length) |
void |
writeText(Object text,
String property) |
close, closeOpenTag, endElement, endElementInternal, findValue, flush, getCallingClassStackTraceElementString, getCharacterEncoding, getComponent, getContentType, getWriter, isStartStillOpen, setComponent, setStartStillOpen, startElement, startElement, startElementInternal, write, write, write, writeAttribute, writeAttribute, writeAttribute, writeAttributeInternal, writeComment, writeInternal, writeURIAttribute, writeURIAttribute
endCDATA, getContentTypeWithCharSet, startCDATA, writeAttribute, writeAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeCommandMapAttribute, writeIcon, writeIdAttribute, writeNameAttribute, writeStyleAttribute, writeText
@Deprecated public HtmlResponseWriter(Writer writer, String contentType, String characterEncoding)
public void write(String string) throws IOException
write
in class TobagoResponseWriterBase
IOException
public final WriterHelper getHelper()
public void writeText(Object text, String property) throws IOException
writeText
in class TobagoResponseWriter
IOException
public void writeText(char[] text, int offset, int length) throws IOException
writeText
in class javax.faces.context.ResponseWriter
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class TobagoResponseWriterBase
IOException
protected void closeEmptyTag() throws IOException
closeEmptyTag
in class TobagoResponseWriterBase
IOException
protected void writerAttributeValue(String value, boolean escape) throws IOException
writerAttributeValue
in class TobagoResponseWriterBase
IOException
public javax.faces.context.ResponseWriter cloneWithWriter(Writer originalWriter)
cloneWithWriter
in class TobagoResponseWriter
public void startDocument() throws IOException
startDocument
in class TobagoResponseWriterBase
IOException
public void endElement(String name) throws IOException
endElement
in class TobagoResponseWriterBase
IOException
public void endDocument() throws IOException
endDocument
in class TobagoResponseWriterBase
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.