Class ParametersOutputStreamExporterOutput
- java.lang.Object
-
- net.sf.jasperreports.export.parameters.AbstractParametersExporterOutput
-
- net.sf.jasperreports.export.parameters.ParametersOutputStreamExporterOutput
-
- All Implemented Interfaces:
ExporterOutput,OutputStreamExporterOutput
public class ParametersOutputStreamExporterOutput extends AbstractParametersExporterOutput implements OutputStreamExporterOutput
Deprecated.To be removed.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.export.parameters.AbstractParametersExporterOutput
EXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIED, parameters
-
-
Constructor Summary
Constructors Constructor Description ParametersOutputStreamExporterOutput(JasperReportsContext jasperReportsContext, Map<JRExporterParameter,Object> parameters, JasperPrint jasperPrint)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.OutputStreamgetOutputStream()Deprecated.-
Methods inherited from class net.sf.jasperreports.export.parameters.AbstractParametersExporterOutput
getParameterResolver, getPropertiesUtil
-
-
-
-
Constructor Detail
-
ParametersOutputStreamExporterOutput
public ParametersOutputStreamExporterOutput(JasperReportsContext jasperReportsContext, Map<JRExporterParameter,Object> parameters, JasperPrint jasperPrint)
Deprecated.
-
-
Method Detail
-
getOutputStream
public OutputStream getOutputStream()
Deprecated.- Specified by:
getOutputStreamin interfaceOutputStreamExporterOutput
-
close
public void close()
Deprecated.- Specified by:
closein interfaceOutputStreamExporterOutput
-
-