Class ReportingTextContentVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.composer.report.ReportingTextContentVisitor
All Implemented Interfaces:
ITextContentVisitor

public class ReportingTextContentVisitor extends ReportingVisitorDS implements ITextContentVisitor
ITextContentVisitor implementation that adds error reporting.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addContent

      public void addContent(String languageCode, ITextNodeDS datasource)
      Description copied from interface: ITextContentVisitor
      This method should be used to add the text content for a specific language. For each language, only a single content data source may be added.
      Specified by:
      addContent in interface ITextContentVisitor
      Parameters:
      languageCode - The code of the language for which the content is added.
      datasource - The data source providing the content.