Class EditorToStorageTemplateVariablesTransformer
- java.lang.Object
-
- com.atlassian.confluence.plugins.templates.transformer.EditorToStorageTemplateVariablesTransformer
-
- All Implemented Interfaces:
Transformer
public class EditorToStorageTemplateVariablesTransformer extends Object implements Transformer
-
-
Constructor Summary
Constructors Constructor Description EditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtransform(Reader input, ConversionContext conversionContext)
-
-
-
Constructor Detail
-
EditorToStorageTemplateVariablesTransformer
public EditorToStorageTemplateVariablesTransformer(@Qualifier("xmlFragmentOutputFactory") XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)
-
-
Method Detail
-
transform
public String transform(Reader input, ConversionContext conversionContext) throws XhtmlException
- Specified by:
transformin interfaceTransformer- Returns:
- Throws:
XhtmlParsingException- if there is a problem parsing the input parameter.XhtmlException- for all other errors that may occur during transformation.
-
-