Package com.jadice.web.export.server
Interface JPSExporter
- All Superinterfaces:
Exporter
An extension of
Exporter allowing to specify typical print settings based on a PrintJobConfiguration-
Field Summary
Fields inherited from interface com.jadice.web.export.server.Exporter
statusListeners -
Method Summary
Modifier and TypeMethodDescriptioncom.levigo.jadice.printer.PrintJobConfigurationAccess thePrintJobConfigurationassociated with thiscom.jadice.web.print.stream.server.printer.JPSStreamPrinterinstance.Methods inherited from interface com.jadice.web.export.server.Exporter
addExportStatusListener, export, export, getSourcePages, isAvailable, onExportFailed, setRenderControlsInventory
-
Method Details
-
getPrintJobConfiguration
com.levigo.jadice.printer.PrintJobConfiguration getPrintJobConfiguration()Access thePrintJobConfigurationassociated with thiscom.jadice.web.print.stream.server.printer.JPSStreamPrinterinstance.- Returns:
- a mutable
PrintJobConfiguration
-