All Implemented Interfaces:
IComposerDS, IReportingDS

public final class ComposerDS extends ComposerDelegateDS implements IComposerDS
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

    • iterateContent

      public void iterateContent(IContentVisitor visitor)
      Description copied from interface: IComposerDS
      This method should iterate over all the elements that need to be available in the composer, and add them to the provided visitor.
      Specified by:
      iterateContent in interface IComposerDS
      Overrides:
      iterateContent in class ComposerDelegateDS
      Parameters:
      visitor - The visitor that should be used to add the elements to.