Class Text

java.lang.Object
org.apache.tapestry5.dom.Node
org.apache.tapestry5.dom.Text

public final class Text extends Node
A type of node that contains text.
  • Method Details

    • write

      public void write(String text)
      Writes additional text into the node, appending it to any existing text.
    • writef

      public void writef(String format, Object... args)