Package | Description |
---|---|
com.tridion.broker.taxonomies | |
com.tridion.deployer | |
com.tridion.tcdl | |
com.tridion.tcdl.transformer | |
com.tridion.transformer | |
com.tridion.transport.transportpackage |
Modifier and Type | Method and Description |
---|---|
List<Keyword> |
StructureGroupCMTransformer.transformStructureGroup(InputStream contentManagerStructureGroupDocument)
This transforms for a CM Taxonomy XML document.
|
List<Keyword> |
TaxonomyCMTransformer.transformTaxonomy(InputStream contentManagerTaxonomyDocument)
This transforms for a CM Taxonomy XML document.
|
Modifier and Type | Method and Description |
---|---|
void |
SectionVisitor.process(TransportPackage transportPackage) |
void |
Processor.process(TransportPackage data)
Processes a
TransportPackage by handing it over to be processed by all the configured
Module 's. |
abstract void |
Module.process(TransportPackage data)
Processes the
TransportPackage . |
protected abstract void |
SectionVisitor.processItem(Object item,
com.tridion.transport.transportpackage.Section currentSection)
Abstract method for subclasses to implement.
|
protected void |
SectionVisitor.processSection(com.tridion.transport.transportpackage.Section section) |
File |
Transformer.transform(String itemURI,
File sourceFile,
String charsetName,
File targetDirectory)
Deprecated.
Transforms item [itemURI] from [sourceFile] using [charsetName] into the targetDirectory, returning the
created File.
|
Modifier and Type | Method and Description |
---|---|
void |
TCDLTransformer.process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target)
Transforms TCDL enabled content from the [input] String and writes the result to the [target].
|
void |
TCDLTagsProcessor.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 |
TCDLRenderer.process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target)
Renders TCDL enabled content from the [input] String and writes the result to the [target].
|
void |
TCDLTransformer.process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target,
GlobalExecutionArguments args) |
void |
TCDLRenderer.process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target,
GlobalExecutionArguments args)
Renders TCDL tags with additional execution parameters which assigned to
TransformContext . |
void |
AdditionalTagsProcessing.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].
|
void |
TCDLProcessor.process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target,
TCDLMode mode,
String dcpLanguage)
This method processes an item passed to it.
|
void |
TCDLProcessor.process(String itemURI,
String input,
Map<String,String> variablesMap,
Writer target,
TCDLMode mode,
String dcpLanguage,
GlobalExecutionArguments args)
This method processes an item passed to it.
|
Modifier and Type | Method and Description |
---|---|
File |
Transformer.transform(String itemURI,
File sourceFile,
String charsetName,
File targetDirectory)
Transforms item [itemURI] from [sourceFile] using [charsetName] into the targetDirectory, returning the
created File.
|
File |
TCDLTransformProcessor.transformItem(String itemURI,
File transformFile,
String charsetName,
TransformerBinaryStorage binaryStorage)
This method processes an item passed to it.
|
File |
TCDLProcessor.transformItem(String itemURI,
File transformFile,
String charsetName,
TransformerBinaryStorage binaryStorage) |
File |
TCDLLegacyTransformProcessor.transformItem(String itemURI,
File transformFile,
String charsetName,
TransformerBinaryStorage binaryStorage)
Deprecated.
This method processes an item passed to it.
|
Constructor and Description |
---|
TCDLLegacyTransformProcessor(String className)
Deprecated.
Creates a TCDLTransformProcessor with the configured name of the transformer to use
If this transformer implements the old interface (
Transformer ),
this instance will delegate the transformation the old API. |
TCDLTransformProcessor(Class clazz)
Creates a TCDLTransformProcessor with the configured name of the transformer to use
If this transformer implements the old interface (com.tridion.transformer.Transformer),
this instance will delegate the transformation the old API.
|
Modifier and Type | Method and Description |
---|---|
File |
TCDLDefaultTransformer.transform(String itemURI,
File sourceFile,
String charsetName,
File targetDirectory)
|
File |
FileTransformer.transform(String itemURI,
File sourceFile,
String charsetName,
File targetDirectory)
|
File |
TCDLDefaultTransformer.transform(String itemURI,
File sourceFile,
String charsetName,
File targetDirectory,
TransformerBinaryStorage binaryStorage)
Transforms TCDL enabled content from [sourceFile] optionally using the [charsetName] for its encoding.
|
File |
FileTransformer.transform(String itemURI,
File sourceFile,
String charsetName,
File targetDirectory,
TransformerBinaryStorage binaryStorage)
Transforms item [itemURI] from [sourceFile] using [charsetName] into the targetDirectory, returning the
created File.
|
Modifier and Type | Method and Description |
---|---|
com.tridion.transport.transportpackage.json.Binaries |
TransportPackage.getBinaryInstructions() |
Optional<String> |
TransportPackage.getRawContent(TransportPackage transportPackage,
com.tridion.transport.transportpackage.json.Item item) |
<R> R |
TransportPackage.withResource(TransportPackage.FileLocation pair,
Function<? super InputStream,? extends R> function) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries