com.atlassian.confluence.plugins.templates.transformer
Class StorageToEditorTemplateVariablesTransformer

java.lang.Object
  extended by com.atlassian.confluence.plugins.templates.transformer.StorageToEditorTemplateVariablesTransformer
All Implemented Interfaces:
Transformer

public class StorageToEditorTemplateVariablesTransformer
extends Object
implements Transformer


Constructor Summary
StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder)
           
 
Method Summary
 String transform(Reader input, ConversionContext conversionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageToEditorTemplateVariablesTransformer

public StorageToEditorTemplateVariablesTransformer(@Qualifier(value="xmlFragmentOutputFactory")
                                                   XmlOutputFactory xmlFragmentOutputFactory,
                                                   XmlEventReaderFactory xmlEventReaderFactory,
                                                   ContextPathHolder contextPathHolder)
Method Detail

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.


Copyright © 2003-2013 Atlassian. All Rights Reserved.