com.atlassian.confluence.content.render.xhtml
Interface XmlOutputFactoryProvider

All Known Implementing Classes:
DefaultXmlOutputFactoryProvider

public interface XmlOutputFactoryProvider

An interface for the XmlOutputFactoryProvider. This interface serves as a provider of XmlOutputFactory objects, and is intended to reduce the number of objects which need to be injected when generating XML output. In order to make implementations of this class plugin available, OSGi requires this interface is provided.

Since:
5.3

Method Summary
 XmlOutputFactory getXmlFragmentOutputFactory()
           
 XmlOutputFactory getXmlOutputFactory()
           
 

Method Detail

getXmlOutputFactory

XmlOutputFactory getXmlOutputFactory()

getXmlFragmentOutputFactory

XmlOutputFactory getXmlFragmentOutputFactory()


Copyright © 2003-2014 Atlassian. All Rights Reserved.