Class PlainHandler
java.lang.Object
ch.tocco.nice2.reporting.impl.freemarker.handlers.PlainHandler
- All Implemented Interfaces:
FileFormatHandler
- Direct Known Subclasses:
TafHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleFileFormat
(OutputStream target, TemplateEngine templateEngine, Nice2Template nice2Template, com.google.common.io.FileBackedOutputStream fileBackedOutputStream, String businessUnitId, String css, ReportDescription reportDescription, String encoding) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.reporting.impl.freemarker.handlers.FileFormatHandler
handleFileFormat
-
Constructor Details
-
PlainHandler
public PlainHandler()
-
-
Method Details
-
getFileExtension
- Specified by:
getFileExtension
in interfaceFileFormatHandler
-
handleFileFormat
public void handleFileFormat(OutputStream target, TemplateEngine templateEngine, Nice2Template nice2Template, com.google.common.io.FileBackedOutputStream fileBackedOutputStream, String businessUnitId, String css, ReportDescription reportDescription, String encoding) throws IOException - Specified by:
handleFileFormat
in interfaceFileFormatHandler
- Throws:
IOException
-