Class PluggableTransformerChain

java.lang.Object
com.atlassian.confluence.content.render.xhtml.PluggableTransformerChain
All Implemented Interfaces:
Transformer

public class PluggableTransformerChain extends Object implements Transformer
A Transformer which passes the input through a series of other transformers provided by enabled plugins' TransformerModuleDescriptors, in addition to a set of defaults transformers.

WARNING: This class if prone to OutOfMemoryErrors when the input is large.

Since:
4.0
  • Constructor Details

    • PluggableTransformerChain

      public PluggableTransformerChain(com.atlassian.plugin.PluginAccessor pluginAccessor, List<TransformerWeight> defaultTransformers, @NonNull String transformerChainName)
  • Method Details