org.silverpeas.wysiwyg.control
Interface WysiwygContentTransformerDirective

All Known Implementing Classes:
ImageUrlAccordingToHtmlSizeDirective

public interface WysiwygContentTransformerDirective

Permits to apply a transformation directive on a WYSIWYG content. Must be used with WysiwygContentTransformer.

Author:
Yohann Chastagnier

Method Summary
 String execute(String wysiwygContent)
          Executes the directive on the given WYSIWYG content.
 

Method Detail

execute

String execute(String wysiwygContent)
Executes the directive on the given WYSIWYG content.

Parameters:
wysiwygContent - the WYSIWYG content source.
Returns:
the WYSIWYG content on which the directive has been performed.


Copyright © 2016 Silverpeas. All Rights Reserved.