| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.AbstractHtmlFormatter<StyleObject> |
Known Direct Subclasses
|
Abstract Class that helps building HTML outputs.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractHtmlFormatter(String title, StringBuilder cssdata, boolean insertCopyright) | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
generate(CharSequence body)
Generate the full HTML Document.
| ||||||||||
| abstract CharSequence | generateCssBlock(StyleObject id, String classname) | ||||||||||
| String |
generateCssDivStyle(StyleObject id)
Generate the CSS part of a StyleObject.
| ||||||||||
| String | getClassname(StyleObject id) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Generate the full HTML Document. Should be called by implementor.
| body | HTML body |
|---|
Generate the CSS part of a StyleObject. Manages duplicates styles.