com.atlassian.confluence.content.render.xhtml
Class PluggableTransformerChain
java.lang.Object
com.atlassian.confluence.content.render.xhtml.PluggableTransformerChain
- All Implemented Interfaces:
- Transformer
public class PluggableTransformerChain
- extends Object
- implements Transformer
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluggableTransformerChain
public PluggableTransformerChain(PluginAccessor pluginAccessor,
List<TransformerWeight> defaultTransformers,
@NotNull
String transformerChainName)
transform
public String transform(Reader input,
ConversionContext conversionContext)
throws XhtmlException
- Specified by:
transform
in interface Transformer
- Returns:
-
- Throws:
XhtmlParsingException
- if there is a problem parsing the input parameter.
XhtmlException
- for all other errors that may occur during transformation.