com.atlassian.confluence.content.render.xhtml
Class DefaultXmlOutputFactoryProvider

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.DefaultXmlOutputFactoryProvider
All Implemented Interfaces:
XmlOutputFactoryProvider

public class DefaultXmlOutputFactoryProvider
extends java.lang.Object
implements XmlOutputFactoryProvider

Default implementation of the XmlOutputFactoryProvider interface. XmlOutputFactoryProvider

Since:
5.3

Constructor Summary
DefaultXmlOutputFactoryProvider(XmlOutputFactory xmlOutputFactory, XmlOutputFactory xmlFragmentOuputFactory)
           
 
Method Summary
 XmlOutputFactory getXmlFragmentOutputFactory()
           
 XmlOutputFactory getXmlOutputFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXmlOutputFactoryProvider

public DefaultXmlOutputFactoryProvider(XmlOutputFactory xmlOutputFactory,
                                       XmlOutputFactory xmlFragmentOuputFactory)
Method Detail

getXmlOutputFactory

public XmlOutputFactory getXmlOutputFactory()
Specified by:
getXmlOutputFactory in interface XmlOutputFactoryProvider

getXmlFragmentOutputFactory

public XmlOutputFactory getXmlFragmentOutputFactory()
Specified by:
getXmlFragmentOutputFactory in interface XmlOutputFactoryProvider


Copyright © 2003-2014 Atlassian. All Rights Reserved.