Class AssetTextVisitor
java.lang.Object
com.aquima.interactions.portal.ds.sys.dialects.AssetTextVisitor
- All Implemented Interfaces:
IAssetTextVisitor
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
- Since:
- 8.4
- Author:
- Jon van Leuven
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AssetTextVisitor
(IAssetTextVisitor visitor, FallbackLanguages fallbackLanguages) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addText
(String format, IMultilingualText text) This method should be invoked for each text object that needs to be added to the text definition.
-
Constructor Details
-
Method Details
-
addText
Description copied from interface:IAssetTextVisitor
This method should be invoked for each text object that needs to be added to the text definition.- Specified by:
addText
in interfaceIAssetTextVisitor
- Parameters:
format
- The format of the text object.text
- The actual text object that needs to be added.
-