Interface TextConverterBase
- All Known Implementing Classes:
TextConverterBaseImpl
public interface TextConverterBase
Text Converter class for converting backend texts from ITF format into plain text format to be used within hybris.
-
Method Summary
Modifier and TypeMethodDescriptionconvertLongText(String formattedText) Removes all meta text elements (bold, underline, etc.) out of the long text value, provided by the knowledge base.
-
Method Details
-
convertLongText
Removes all meta text elements (bold, underline, etc.) out of the long text value, provided by the knowledge base.- Parameters:
formattedText- The text to be cleansed- Returns:
- The converted text, which will be shown in the web frontend
-