Class RenderResult

    • Constructor Detail

      • RenderResult

        public RenderResult​(org.json.JSONObject jsonOptions,
                            String jsonString)
        Constructor using a JSON string.
        Parameters:
        jsonOptions - the original JSON options, parsed
        jsonString - the string containing the JSON package
    • Method Detail

      • getRenderedText

        public String getRenderedText()
        Returns the text.
        Returns:
        text
      • getOutputData

        public String getOutputData()
        Returns the output data as JSON string.
        Returns:
        outputData
      • getRenderOptions

        public String getRenderOptions()
        Returns the render options as JSON string.
        Returns:
        renderOptions