Package org.mapfish.print.servlet.job
Interface PrintJobResult
- All Known Implementing Classes:
PrintJobResultExtImpl
,PrintJobResultImpl
public interface PrintJobResult
Print Job Result.
-
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.
-
Method Details
-
getReportURI
URI getReportURI()Get the report URI. -
getMimeType
String getMimeType()Get the report mime type. -
getFileExtension
String getFileExtension()Get the file extension. -
getFileName
String getFileName()Get the file name. -
getReportURIString
String getReportURIString()Get the report URI as String.
-