Package wt.change2.converter.richtext
Class ChangeItemRichTextConverterDelegate
java.lang.Object
wt.change2.converter.richtext.ChangeItemRichTextConverterDelegate
- All Implemented Interfaces:
ChangeRichTextConverterDelegate
public abstract class ChangeItemRichTextConverterDelegate
extends Object
implements ChangeRichTextConverterDelegate
Abstract class for conversion.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionstatic HTMLTextgetRichText(String plainText) Converts the plaint text String into an HTMLTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.change2.converter.richtext.ChangeRichTextConverterDelegate
checkRichTextTransformation, convert, getAttributesForConversion, getTargetClass
-
Method Details
-
getRichText
Converts the plaint text String into an HTMLText- Parameters:
plainText-- Returns:
- HTMLTEXT
- Throws:
WTPropertyVetoException- Supported API: trueWTException
-