Class WysiwygContentRenderer

    • Constructor Detail

      • WysiwygContentRenderer

        public WysiwygContentRenderer()
    • Method Detail

      • renderView

        public String renderView​(boolean externalApplicationContext)
        Description copied from interface: ContributionContentRenderer
        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

        public String renderEdition()
        Description copied from interface: ContributionContentRenderer
        Rendering the HTML content in order to be displayed into a context of edition.
        Returns:
        HTML as String.