org.infinispan.tools.doclet.html
Class HtmlGenerator

java.lang.Object
  extended by org.infinispan.tools.doclet.html.HtmlGenerator
Direct Known Subclasses:
JmxHtmlGenerator

public abstract class HtmlGenerator
extends Object

Generates HTML documents

Since:
4.0
Author:
Manik Surtani

Constructor Summary
HtmlGenerator(String encoding, String title, String bottom, String footer, String header, String metaDescription, List<String> metaKeywords)
           
 
Method Summary
protected abstract  String generateContents()
           
 void generateHtml(String fileName)
           
 void generateHtml(String fileName, String styleSheetName)
           
protected  boolean isValid(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlGenerator

public HtmlGenerator(String encoding,
                     String title,
                     String bottom,
                     String footer,
                     String header,
                     String metaDescription,
                     List<String> metaKeywords)
Method Detail

generateHtml

public void generateHtml(String fileName)
                  throws IOException
Throws:
IOException

generateHtml

public void generateHtml(String fileName,
                         String styleSheetName)
                  throws IOException
Throws:
IOException

generateContents

protected abstract String generateContents()

isValid

protected boolean isValid(String s)

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.