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, output
public 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()
AbstractReportOutput
close
in interface ReportOutput
close
in class AbstractReportOutput
Copyright © 2006–2015. All rights reserved.