Interface WysiwygContentTransformerDirective
-
- All Known Implementing Classes:
AbstractDirective
,ImageUrlAccordingToHtmlSizeDirective
,MailLinkCssApplierDirective
,OpenLinkOnBlankPageDirective
,SanitizeDirective
,SilverpeasLinkCssApplierDirective
,VariablesReplacementDirective
public interface WysiwygContentTransformerDirective
Permits to apply a transformation directive on a WYSIWYG content. Must be used withWysiwygContentTransformer
.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
execute(String wysiwygContent)
Executes the directive on the given WYSIWYG content.
-