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