|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.TransformerChain
public class TransformerChain
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 Summary | |
---|---|
TransformerChain(java.util.List<Transformer> transformers)
|
Method Summary | |
---|---|
java.lang.String |
transform(java.io.Reader input,
ConversionContext conversionContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformerChain(java.util.List<Transformer> transformers)
Method Detail |
---|
public java.lang.String transform(java.io.Reader input, ConversionContext conversionContext) throws XhtmlException
transform
in interface Transformer
XhtmlParsingException
- if there is a problem parsing the input parameter.
XhtmlException
- for all other errors that may occur during transformation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |