public class FoReportOutput extends AbstractFreemarkerReportOutput
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FO_TEMPLATES_CLASS_PATH
the default FO templates class path
|
Constructor and Description |
---|
FoReportOutput(Writer writer) |
FoReportOutput(Writer writer,
boolean closeWriterWhenDone) |
FoReportOutput(Writer writer,
boolean closeWriterWhenDone,
FoOutputFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
String |
getTemplatesClasspath() |
close, output
getFormat, getStatus, open, output
public static final String DEFAULT_FO_TEMPLATES_CLASS_PATH
public FoReportOutput(Writer writer)
writer
- public FoReportOutput(Writer writer, boolean closeWriterWhenDone)
writer
- closeWriterWhenDone
- public FoReportOutput(Writer writer, boolean closeWriterWhenDone, FoOutputFormat outputFormat)
writer
- closeWriterWhenDone
- outputFormat
- public String getTemplatesClasspath()
getTemplatesClasspath
in class AbstractFreemarkerReportOutput
Copyright © 2006–2015. All rights reserved.