public class PostProcessedFoReportOutput extends AbstractReportOutput
| Constructor and Description |
|---|
PostProcessedFoReportOutput(OutputStream outStream,
FoOutputFormat outFormat,
String mimeType,
org.apache.avalon.framework.configuration.Configuration fopConfiguration,
FopUserAgentProperties userAgentProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
marks the report as CLOSED.
|
org.apache.avalon.framework.configuration.Configuration |
getFopConfiguration() |
FopUserAgentProperties |
getFopUserAgentProps() |
String |
getMimeType() |
OutputStream |
getOutputStream() |
<T> void |
output(String templateName,
T model) |
void |
postProcess() |
getFormat, getStatus, open, outputpublic PostProcessedFoReportOutput(OutputStream outStream, FoOutputFormat outFormat, String mimeType, org.apache.avalon.framework.configuration.Configuration fopConfiguration, FopUserAgentProperties userAgentProps)
outStream - outFormat - mimeType - userAgentProps - public OutputStream getOutputStream()
public FopUserAgentProperties getFopUserAgentProps()
public org.apache.avalon.framework.configuration.Configuration getFopConfiguration()
public String getMimeType()
public <T> void output(String templateName, T model)
public void postProcess()
public void close()
AbstractReportOutputclose in interface ReportOutputclose in class AbstractReportOutputCopyright © 2006–2015. All rights reserved.