Class HtmlImporter
java.lang.Object
com.nomagic.reportwizard.tools.importer.template.AbstractImporter
com.nomagic.reportwizard.tools.importer.template.HtmlImporter
- All Implemented Interfaces:
IImporter
Imports Html content at runtime.
- Since:
- Jan 22, 2009
-
Field Summary
Fields inherited from class com.nomagic.reportwizard.tools.importer.template.AbstractImporter
log, reader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nomagic.reportwizard.tools.importer.template.AbstractImporter
getDocumentSection, getReader, postFormat
-
Constructor Details
-
HtmlImporter
the constructor.- Parameters:
templateFileName- the template filesection- the section
-
-
Method Details
-
getDocumentBody
Description copied from class:AbstractImporterGet the HTML Body.- Specified by:
getDocumentBodyin classAbstractImporter- Parameters:
file- holding the document- Returns:
- the Text
- Throws:
IOException- if reading the file failed
-