Class MailLinkCssApplierDirective

  • All Implemented Interfaces:
    WysiwygContentTransformerDirective

    public class MailLinkCssApplierDirective
    extends AbstractDirective
    Into context of a mail, silverpeas's internal link MUST be completed with the URL of the Silverpeas's server.
    Author:
    silveryocha
    • Constructor Detail

      • MailLinkCssApplierDirective

        public MailLinkCssApplierDirective()
    • Method Detail

      • prepareReplacements

        public void prepareReplacements​(net.htmlparser.jericho.Source source,
                                        Map<String,​String> replacements)
        Description copied from class: AbstractDirective
        Prepares all replacements to perform.
        Specified by:
        prepareReplacements in class AbstractDirective
        Parameters:
        source - the initial source content.
        replacements - the map into which replacements MUST be specified. The key represents the occurrence into source, the value the replacements.