Class OutputBuffer

java.lang.Object
com.webfirmframework.wffweb.io.OutputBuffer

public class OutputBuffer extends Object
Since:
1.0.0
  • Constructor Details

    • OutputBuffer

      public OutputBuffer()
  • Method Details

    • append

      public void append(AbstractTagBase base)
      Parameters:
      base -
      Since:
      1.0.0
    • getStringBuilder

      public StringBuilder getStringBuilder()
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • toBuilderString

      public String toBuilderString()
    • isRebuild

      public boolean isRebuild()
      Returns:
      the rebuild
      Since:
      1.0.0
    • setRebuild

      public void setRebuild(boolean rebuild)
      Parameters:
      rebuild - the rebuild to set
      Since:
      1.0.0
    • setLength

      public void setLength(int newLength)
      Parameters:
      newLength - sets the length to the output buffer so that the first chars up to newLength will be kept and the remaining will be removed.
      Since:
      1.0.0