Class AbstractParametersExporterOutput
- java.lang.Object
-
- net.sf.jasperreports.export.parameters.AbstractParametersExporterOutput
-
- All Implemented Interfaces:
ExporterOutput
- Direct Known Subclasses:
ParametersOutputStreamExporterOutput,ParametersWriterExporterOutput
public abstract class AbstractParametersExporterOutput extends Object implements ExporterOutput
Deprecated.To be removed.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIEDDeprecated.protected Map<JRExporterParameter,Object>parametersDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractParametersExporterOutput(JasperReportsContext jasperReportsContext, Map<JRExporterParameter,Object> parameters, JasperPrint jasperPrint)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ParameterResolvergetParameterResolver()Deprecated.protected JRPropertiesUtilgetPropertiesUtil()Deprecated.
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIED
public static final String EXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIED
Deprecated.- See Also:
- Constant Field Values
-
parameters
protected final Map<JRExporterParameter,Object> parameters
Deprecated.
-
-
Constructor Detail
-
AbstractParametersExporterOutput
public AbstractParametersExporterOutput(JasperReportsContext jasperReportsContext, Map<JRExporterParameter,Object> parameters, JasperPrint jasperPrint)
Deprecated.
-
-
Method Detail
-
getParameterResolver
protected ParameterResolver getParameterResolver()
Deprecated.
-
getPropertiesUtil
protected JRPropertiesUtil getPropertiesUtil()
Deprecated.
-
-