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

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

public class EditorToStorageTemplateVariablesTransformer
extends java.lang.Object
implements Transformer


Constructor Summary
EditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 
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

EditorToStorageTemplateVariablesTransformer

public EditorToStorageTemplateVariablesTransformer(@Qualifier(value="xmlFragmentOutputFactory")
                                                   XmlOutputFactory xmlFragmentOutputFactory,
                                                   XmlEventReaderFactory xmlEventReaderFactory)
Method Detail

transform

public java.lang.String transform(java.io.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-2014 Atlassian. All Rights Reserved.