All Implemented Interfaces:
IAssetDS, IElementDS, IReportingDS

public final class AssetDS extends AssetDelegateDS implements IAssetDS
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

    • iterateText

      public void iterateText(IAssetTextVisitor visitor)
      Description copied from interface: IAssetDS
      This method should iterate over all the content texts for this text element, and add each text in conjunction with its format to the visitor.
      Specified by:
      iterateText in interface IAssetDS
      Overrides:
      iterateText in class AssetDelegateDS
      Parameters:
      visitor - The visitor that should be used to add the texts to.