Interface ContributionContentRenderer

    • Method Detail

      • renderView

        default String renderView()
        Rendering the HTML content in order to be displayed into a context of edition.
        Returns:
        HTML as String.
      • renderView

        String renderView​(boolean externalApplicationContext)
        Rendering the HTML content in order to be displayed into a context of edition.
        Parameters:
        externalApplicationContext - true if the wysiwyg content will be used outside the Silverpeas's application context.
        Returns:
        HTML as String.
      • renderEdition

        String renderEdition()
        Rendering the HTML content in order to be displayed into a context of edition.
        Returns:
        HTML as String.