Interface ITranslatableTxtBroker
public interface ITranslatableTxtBroker
Translatable TXT field broker
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@Nullable ITxtConvertergetConverter(String sContent, boolean bIsPage) Get the converter to convert a txt content to a translatable xml structuregetRestorer(String sIdentifier, boolean bIsPage) Get the Restorer that re-converts the converted field into the appropriate txt format
-
Method Details
-
getConverter
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
Get the Restorer that re-converts the converted field into the appropriate txt format- Parameters:
sIdentifier-bIsPage-- Returns:
-