Interface RenderingResult

    • Method Detail

      • getFormatName

        String getFormatName()
        Gets the format name of the result. This can be use to identify the type of the result. The format name can be a mime type or any application-defined format.
        Returns:
        the format name
      • getStream

        InputStream getStream()
        Gets the rendering result as a stream.
        Returns:
        the stream or null if the outcome cannot be expressed as a stream
      • getOutcome

        Object getOutcome()
        Gets the rendering result object.
        Returns:
        the rendering result. must never be null