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,
String characterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer originalWriter) |
protected void |
closeEmptyTag() |
void |
endDocument() |
void |
endElement(String name) |
void |
endJavascript()
Deprecated.
Should not be used, because it conflicts with CSP.
|
WriterUtils |
getHelper() |
String |
getJavascript() |
void |
startDocument() |
void |
startJavascript()
Deprecated.
Should not be used, because it conflicts with CSP.
|
void |
write(char[] cbuf,
int off,
int len) |
void |
write(String string) |
void |
writeJavascript(String script)
Deprecated.
Should not be used, because it conflicts with CSP.
|
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, writeURIAttributeendCDATA, getContentTypeWithCharSet, startCDATA, writeAttribute, writeAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeCommandMapAttribute, writeIcon, writeIcon, writeIdAttribute, writeNameAttribute, writeStyleAttribute, writeStyleAttribute, writeText@Deprecated public void endJavascript() throws IOException
endJavascript in class TobagoResponseWriterIOException@Deprecated public void startJavascript() throws IOException
startJavascript in class TobagoResponseWriterIOExceptionpublic void write(String string) throws IOException
write in class TobagoResponseWriterBaseIOException@Deprecated public void writeJavascript(String script) throws IOException
writeJavascript in class TobagoResponseWriterIOExceptionpublic String getJavascript()
public final WriterUtils getHelper()
public void writeText(Object text, String property) throws IOException
writeText in class TobagoResponseWriterIOExceptionpublic void writeText(char[] text,
int offset,
int length)
throws IOException
writeText in class javax.faces.context.ResponseWriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class TobagoResponseWriterBaseIOExceptionprotected void closeEmptyTag()
throws IOException
closeEmptyTag in class TobagoResponseWriterBaseIOExceptionprotected void writerAttributeValue(String value, boolean escape) throws IOException
writerAttributeValue in class TobagoResponseWriterBaseIOExceptionpublic javax.faces.context.ResponseWriter cloneWithWriter(Writer originalWriter)
cloneWithWriter in class TobagoResponseWriterpublic void startDocument()
throws IOException
startDocument in class TobagoResponseWriterBaseIOExceptionpublic void endElement(String name) throws IOException
endElement in class TobagoResponseWriterBaseIOExceptionpublic void endDocument()
throws IOException
endDocument in class TobagoResponseWriterBaseIOExceptionCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.