Class JRPrintServiceExporterParameter
- java.lang.Object
-
- net.sf.jasperreports.engine.JRExporterParameter
-
- net.sf.jasperreports.engine.export.JRPrintServiceExporterParameter
-
public class JRPrintServiceExporterParameter extends JRExporterParameter
Deprecated.Replaced byPrintServiceExporterConfiguration.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static JRPrintServiceExporterParameterDISPLAY_PAGE_DIALOGDeprecated.static JRPrintServiceExporterParameterDISPLAY_PAGE_DIALOG_ONLY_ONCEDeprecated.static JRPrintServiceExporterParameterDISPLAY_PRINT_DIALOGDeprecated.static JRPrintServiceExporterParameterDISPLAY_PRINT_DIALOG_ONLY_ONCEDeprecated.static JRPrintServiceExporterParameterPRINT_REQUEST_ATTRIBUTE_SETDeprecated.static JRPrintServiceExporterParameterPRINT_SERVICEDeprecated.Replaced byPrintServiceExporterConfiguration.getPrintService().static JRPrintServiceExporterParameterPRINT_SERVICE_ATTRIBUTE_SETDeprecated.-
Fields inherited from class net.sf.jasperreports.engine.JRExporterParameter
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FILTER, HYPERLINK_PRODUCER_FACTORY, IGNORE_PAGE_MARGINS, INPUT_FILE, INPUT_FILE_NAME, INPUT_ITEM_LIST, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PARAMETERS_OVERRIDE_REPORT_HINTS, PROGRESS_MONITOR, PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS, START_PAGE_INDEX, URL_HANDLER_FACTORY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJRPrintServiceExporterParameter(java.lang.String name)Deprecated.
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter
toString
-
-
-
-
Field Detail
-
PRINT_REQUEST_ATTRIBUTE_SET
public static final JRPrintServiceExporterParameter PRINT_REQUEST_ATTRIBUTE_SET
Deprecated.
-
PRINT_SERVICE_ATTRIBUTE_SET
public static final JRPrintServiceExporterParameter PRINT_SERVICE_ATTRIBUTE_SET
Deprecated.
-
DISPLAY_PAGE_DIALOG
public static final JRPrintServiceExporterParameter DISPLAY_PAGE_DIALOG
Deprecated.
-
DISPLAY_PAGE_DIALOG_ONLY_ONCE
public static final JRPrintServiceExporterParameter DISPLAY_PAGE_DIALOG_ONLY_ONCE
Deprecated.
-
DISPLAY_PRINT_DIALOG
public static final JRPrintServiceExporterParameter DISPLAY_PRINT_DIALOG
Deprecated.
-
DISPLAY_PRINT_DIALOG_ONLY_ONCE
public static final JRPrintServiceExporterParameter DISPLAY_PRINT_DIALOG_ONLY_ONCE
Deprecated.
-
PRINT_SERVICE
public static final JRPrintServiceExporterParameter PRINT_SERVICE
Deprecated.Replaced byPrintServiceExporterConfiguration.getPrintService().
-
-