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