|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ExportUtils.HtmlFileExporter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter |
---|
ExportUtils.HtmlExporter.Attribute, ExportUtils.HtmlExporter.Element, ExportUtils.HtmlExporter.MacroResolver |
Field Summary |
---|
Fields inherited from interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter |
---|
BR, DIV, H1, H2, H3, HR, META, P, SPAN, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR |
Method Summary | |
---|---|
void |
close()
Closes this exporter and writes everything down to file. |
void |
write(ExportUtils.HtmlExporter.MacroResolver aResolver)
Writes the HTML export to file using the given macro resolver to resolve any macros. |
Methods inherited from interface nl.lxtreme.ols.util.ExportUtils.HtmlExporter |
---|
addCssStyle, getBody, getHead, setTitle, toString |
Method Detail |
---|
void write(ExportUtils.HtmlExporter.MacroResolver aResolver) throws IOException
aResolver
- the macro resolver to use, cannot be null
.
IOException
- in case of I/O problems.void close() throws IOException
IOException
- in case of I/O problems.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |