public interface AdditionalTagsProcessing extends TCDLTagsProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target,
GlobalExecutionArguments args)
Transforms or renders TCDL enabled content from the [input] String and writes the result to the [target].
|
process, setTargetLanguagevoid process(String itemURI, String input, Map<String,String> variablesMap, Writer target, GlobalExecutionArguments args) 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 toargs - execution argumentsProcessingException - when the source could not be transformedCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries