Class TransformerChain
java.lang.Object
com.atlassian.confluence.content.render.xhtml.TransformerChain
- All Implemented Interfaces:
- Transformer
Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one
 transformer as input into the next.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TransformerChain
 
- 
- 
Method Details- 
transform- Specified by:
- transformin interface- Transformer
- Parameters:
- input-
- conversionContext-
- Returns:
- Throws:
- XhtmlException- for all other errors that may occur during transformation.
 
 
-