public interface TCDLTagsProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target)
Transforms or renders TCDL enabled content from the [input] String and writes the result to the [target].
|
void |
setTargetLanguage(int languageId)
Set the target language of the transformation.
|
void process(String itemURI, String input, Map<String,String> variablesMap, Writer target) throws ProcessingException
Note that when you call this method multiple times on the same instance, the same configuration and (programmatically) set properties will be used.
itemURI - uri of the item being transformedinput - TCDL enabled contentvariablesMap - Map with variables to replace while parsing TCDL. Note that this is only
used when rendering.target - Writer to write output toProcessingException - when the source could not be transformedvoid setTargetLanguage(int languageId)
languageId - target language for the transformation.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries