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:PrintJobResult
Get the report URI.- Specified by:
getReportURI
in interfacePrintJobResult
-
getReportURIString
Description copied from interface:PrintJobResult
Get the report URI as String.- Specified by:
getReportURIString
in interfacePrintJobResult
-
getMimeType
Description copied from interface:PrintJobResult
Get the report mime type.- Specified by:
getMimeType
in interfacePrintJobResult
-
getFileExtension
Description copied from interface:PrintJobResult
Get the file extension.- Specified by:
getFileExtension
in interfacePrintJobResult
-
getFileName
Description copied from interface:PrintJobResult
Get the file name.- Specified by:
getFileName
in interfacePrintJobResult
-