public abstract class HtmlGenerator extends Object
| Constructor and Description |
|---|
HtmlGenerator(String encoding,
String title,
String bottom,
String footer,
String header,
String metaDescription,
List<String> metaKeywords) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
generateContents() |
void |
generateHtml(String fileName) |
void |
generateHtml(String fileName,
String styleSheetName) |
protected boolean |
isValid(String s) |
public void generateHtml(String fileName) throws IOException
IOExceptionpublic void generateHtml(String fileName, String styleSheetName) throws IOException
IOExceptionprotected abstract String generateContents()
protected boolean isValid(String s)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.