Class PrintJobResultImpl
java.lang.Object
org.mapfish.print.servlet.job.impl.PrintJobResultImpl
- All Implemented Interfaces:
PrintJobResult
- Direct Known Subclasses:
PrintJobResultExtImpl
Print Job Result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the file extension.Get the file name.Get the report mime type.Get the report URI.Get the report URI as String.
-
Constructor Details
-
PrintJobResultImpl
public PrintJobResultImpl()Default Constructor. -
PrintJobResultImpl
public PrintJobResultImpl(URI reportURI, String fileName, String fileExtension, String mimeType, String referenceId) Constructor.- Parameters:
reportURI- the report URIfileName- the file namefileExtension- the file extensionmimeType- the mime typereferenceId- the reference ID
-
-
Method Details
-
getReportURI
Description copied from interface:PrintJobResultGet the report URI.- Specified by:
getReportURIin interfacePrintJobResult
-
getReportURIString
Description copied from interface:PrintJobResultGet the report URI as String.- Specified by:
getReportURIStringin interfacePrintJobResult
-
getMimeType
Description copied from interface:PrintJobResultGet the report mime type.- Specified by:
getMimeTypein interfacePrintJobResult
-
getFileExtension
Description copied from interface:PrintJobResultGet the file extension.- Specified by:
getFileExtensionin interfacePrintJobResult
-
getFileName
Description copied from interface:PrintJobResultGet the file name.- Specified by:
getFileNamein interfacePrintJobResult
-