Klasse WriterHelper

java.lang.Object
org.apache.myfaces.tobago.internal.util.WriterHelper
Bekannte direkte Unterklassen:
HtmlWriterHelper

public abstract class WriterHelper extends Object
  • Felddetails

    • EMPTY

      protected static final char[] EMPTY
    • ISO8859_1_ENTITIES

      protected static final char[][] ISO8859_1_ENTITIES
  • Konstruktordetails

  • Methodendetails

    • writeAttributeValue

      public void writeAttributeValue(String text) throws IOException
      Löst aus:
      IOException
    • writeText

      public void writeText(String text) throws IOException
      Löst aus:
      IOException
    • writeText

      public void writeText(char[] text, int start, int length) throws IOException
      Löst aus:
      IOException
    • writeEncodedValue

      protected abstract void writeEncodedValue(char[] text, int start, int length, boolean isAttribute) throws IOException
      Löst aus:
      IOException
    • writeDecRef

      protected void writeDecRef(char ch) throws IOException
      Writes a character as a decimal escape. Hex escapes are smaller than the decimal version, but Netscape didn't support hex escapes until 4.7.4.
      Löst aus:
      IOException
    • getOut

      protected final Writer getOut()
    • getBuffer

      protected final ResponseWriterBuffer getBuffer()
    • isUtf8

      protected final boolean isUtf8()