Interface ContentView

    • Method Detail

      • getSource

        Source getSource​(String location,
                         String contentType,
                         String view,
                         String format,
                         String pluginName,
                         String extension)
                  throws IOException
        Get the file source for rendering a content
        Parameters:
        location - the requested location
        contentType - the type of the current Content
        view - the content view
        format - the format of the output (html, pdf, ...)
        pluginName - the current plugin name
        extension - the extension (xsl, xml, ...)
        Returns:
        the file source
        Throws:
        IOException - if the Source cannot be resolved