Package org.smooks.engine.report
Class HtmlReportGenerator
- java.lang.Object
-
- org.smooks.engine.delivery.event.BasicExecutionEventListener
-
- org.smooks.engine.report.AbstractReportGenerator
-
- org.smooks.engine.report.HtmlReportGenerator
-
- All Implemented Interfaces:
ExecutionEventListener
,DOMFilterLifecycle
,FilterLifecycle
public class HtmlReportGenerator extends AbstractReportGenerator
HTML Execution Report generatingExecutionEventListener
.- Author:
- tom.fennelly@gmail.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.smooks.engine.report.AbstractReportGenerator
AbstractReportGenerator.ReportNode
-
-
Constructor Summary
Constructors Modifier Constructor Description HtmlReportGenerator(Writer outputWriter, ApplicationContext applicationContext)
HtmlReportGenerator(String outputFile, ApplicationContext applicationContext)
protected
HtmlReportGenerator(ReportConfiguration reportConfiguration, ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTemplate(Report report)
-
Methods inherited from class org.smooks.engine.report.AbstractReportGenerator
getOutputWriter, getReportConfiguration, ignoreEvent, onAssemblyStarted, onEvent, onPostFilter, onPreFilter, onProcessingStarted, onSerializationStarted, processFinishEvent
-
Methods inherited from class org.smooks.engine.delivery.event.BasicExecutionEventListener
getEvents, setFilterEvents
-
-
-
-
Constructor Detail
-
HtmlReportGenerator
public HtmlReportGenerator(Writer outputWriter, ApplicationContext applicationContext)
-
HtmlReportGenerator
public HtmlReportGenerator(String outputFile, ApplicationContext applicationContext) throws IOException
- Throws:
IOException
-
HtmlReportGenerator
protected HtmlReportGenerator(ReportConfiguration reportConfiguration, ApplicationContext applicationContext)
-
-
Method Detail
-
applyTemplate
public void applyTemplate(Report report) throws IOException
- Specified by:
applyTemplate
in classAbstractReportGenerator
- Throws:
IOException
-
-