Class PageTemplate


  • public class PageTemplate
    extends com.xebialabs.commons.html.HtmlWriter
    Provides header and footer for generated files.
    • Constructor Summary

      Constructors 
      Constructor Description
      PageTemplate​(java.io.PrintWriter writer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeFooter()  
      void writeHeader​(java.lang.String title)  
      • Methods inherited from class com.xebialabs.commons.html.HtmlWriter

        anchor, body, bold, br, code, definitionList, div, element, getWriter, h1, h2, h3, h4, head, hr, html, img, italic, link, linkCss, p, row, rowHeader, span, table, td, th, title, tr, wrap, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageTemplate

        public PageTemplate​(java.io.PrintWriter writer)
    • Method Detail

      • writeHeader

        public void writeHeader​(java.lang.String title)
      • writeFooter

        public void writeFooter()