Class HtmlHelper


  • public class HtmlHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String CSS_FILE_NAME  
      private static java.lang.String MY_CSS_FILE_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      HtmlHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File generateStylesheet​(java.lang.String outputDirectory)  
      static java.lang.String getCssString()  
      static java.lang.String getCssString​(java.lang.String directory)  
      • Methods inherited from class java.lang.Object

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

      • HtmlHelper

        public HtmlHelper()
    • Method Detail

      • getCssString

        public static java.lang.String getCssString()
      • getCssString

        public static java.lang.String getCssString​(java.lang.String directory)
      • generateStylesheet

        public static java.io.File generateStylesheet​(java.lang.String outputDirectory)
                                               throws java.io.IOException
        Throws:
        java.io.IOException