org.silverpeas.wysiwyg.control
Interface WysiwygContentTransformerProcess<TYPED_RESULT>
- Type Parameters:
TYPED_RESULT
- the type of the result.
- All Known Implementing Classes:
- MailContentProcess
public interface WysiwygContentTransformerProcess<TYPED_RESULT>
Processes operation on WYSIWYG content and returning a typed result.
Must be used with WysiwygContentTransformer
.
- Author:
- Yohann Chastagnier
execute
TYPED_RESULT execute(String wysiwygContent)
throws Exception
- Executes the process on the given WYSIWYG content.
- Parameters:
wysiwygContent
- the WYSIWYG content source.
- Returns:
- the typed result of the WYSIWYG transformation process.
- Throws:
Exception
Copyright © 2016 Silverpeas. All Rights Reserved.