Class AssetTextVisitor

java.lang.Object
com.aquima.interactions.portal.ds.sys.dialects.AssetTextVisitor
All Implemented Interfaces:
IAssetTextVisitor

public final class AssetTextVisitor extends Object implements IAssetTextVisitor
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • addText

      public void addText(String format, IMultilingualText text)
      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 interface IAssetTextVisitor
      Parameters:
      format - The format of the text object.
      text - The actual text object that needs to be added.