Interface ITranslatableTxtBroker


public interface ITranslatableTxtBroker
Translatable TXT field broker
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable ITxtConverter
    getConverter(String sContent, boolean bIsPage)
    Get the converter to convert a txt content to a translatable xml structure
    getRestorer(String sIdentifier, boolean bIsPage)
    Get the Restorer that re-converts the converted field into the appropriate txt format
  • Method Details

    • getConverter

      @Nullable @Nullable ITxtConverter getConverter(String sContent, boolean bIsPage)
      Get the converter to convert a txt content to a translatable xml structure
      Parameters:
      sContent - Content String of Tag type (CMS_VALUE tag="" for entitis)
      bIsPage -
      Returns:
    • getRestorer

      ITxtRestorer getRestorer(String sIdentifier, boolean bIsPage)
      Get the Restorer that re-converts the converted field into the appropriate txt format
      Parameters:
      sIdentifier -
      bIsPage -
      Returns: