Class HtmlWriterHelper
java.lang.Object
org.apache.myfaces.tobago.internal.util.WriterHelper
org.apache.myfaces.tobago.internal.util.HtmlWriterHelper
-
Field Summary
Fields inherited from class org.apache.myfaces.tobago.internal.util.WriterHelper
EMPTY, ISO8859_1_ENTITIES
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlWriterHelper
(Writer out, String characterEncoding) Deprecated, for removal: This API element is subject to removal in a future version.HtmlWriterHelper
(Writer out, Charset charset) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
writeEncodedValue
(char[] text, int start, int length, boolean isAttribute) Methods inherited from class org.apache.myfaces.tobago.internal.util.WriterHelper
getBuffer, getOut, isUtf8, writeAttributeValue, writeDecRef, writeText, writeText
-
Constructor Details
-
HtmlWriterHelper
@Deprecated(since="4.3.0", forRemoval=true) public HtmlWriterHelper(Writer out, String characterEncoding) Deprecated, for removal: This API element is subject to removal in a future version. -
HtmlWriterHelper
-
-
Method Details
-
writeEncodedValue
protected void writeEncodedValue(char[] text, int start, int length, boolean isAttribute) throws IOException - Specified by:
writeEncodedValue
in classWriterHelper
- Throws:
IOException
-