Interface WysiwygContentTransformerProcess<T>

  • Type Parameters:
    T - the type of the result.
    All Known Implementing Classes:
    MailContentProcess

    public interface WysiwygContentTransformerProcess<T>
    Processes operation on WYSIWYG content and returning a typed result. Must be used with WysiwygContentTransformer.
    Author:
    Yohann Chastagnier
    • Method Detail

      • execute

        T execute​(String wysiwygContent)
           throws SilverpeasException
        Executes the process on the given WYSIWYG content.
        Parameters:
        wysiwygContent - the WYSIWYG content source.
        Returns:
        the typed result of the WYSIWYG transformation process.
        Throws:
        SilverpeasException