Interface ITextContentVisitor

All Known Implementing Classes:
ReportingTextContentVisitor, TextContentVisitor

public interface ITextContentVisitor
This visitor is used to initialize the content of a text definition.
Since:
6.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addContent(String languageCode, ITextNodeDS datasource)
    This method should be used to add the text content for a specific language.
  • Method Details

    • addContent

      void addContent(String languageCode, ITextNodeDS datasource)
      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.
      Parameters:
      languageCode - The code of the language for which the content is added.
      datasource - The data source providing the content.
      Throws:
      InitializationException - This exception is thrown when the definition could not be initialized due to a fatal error.