public class

TransformerChain

extends Object
implements Transformer
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.TransformerChain

Class Overview

Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one transformer as input into the next.

Summary

Public Constructors
TransformerChain(List<Transformer> transformers)
Public Methods
String transform(Reader input, ConversionContext conversionContext)
@return
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.transformers.Transformer

Public Constructors

public TransformerChain (List<Transformer> transformers)

Public Methods

public String transform (Reader input, ConversionContext conversionContext)

@return