HTMLOutput (taack-ui 0.5.7-SNAPSHOT API)
Package: taack.ui.dump.html.block

[Groovy] Class HTMLOutput

    • taack.ui.dump.html.block.HTMLOutput
    • All Implemented Interfaces and Traits:
      taack.ui.dump.html.element.IHTMLElement


      class HTMLOutput
      extends java.lang.Object
      implements taack.ui.dump.html.element.IHTMLElement
      • Properties Summary

          Properties 
          Type Name and description
          java.io.ByteArrayOutputStream  out
      • Constructor Summary

          Constructors 
          Constructor and description
          HTMLOutput (java.io.ByteArrayOutputStream out)
      • Methods Summary

          Methods 
          Type Params Return Type Name and description
          java.lang.String getOutput()
      • Inherited Methods Summary

          Inherited Methods 
          Methods inherited from class Name
          class java.lang.Object java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
      • Property Detail

        • final java.io.ByteArrayOutputStream out

      • Constructor Detail

        • HTMLOutput(java.io.ByteArrayOutputStream out)

      • Method Detail

        • @java.lang.Override java.lang.String getOutput()