public class

XmlOutputFactoryFactoryBean

extends Object
implements FactoryBean
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.XmlOutputFactoryFactoryBean

Class Overview

A spring factory bean for creating an instance of an javax.xml.stream.XMLOutputFactory. The main motivation for this was there doesn't seem to be a means to invoke setProperty(String, Object) declaratively.

Summary

Public Constructors
XmlOutputFactoryFactoryBean(boolean fragmentOutput)
Public Methods
Object getObject()
Class getObjectType()
boolean isSingleton()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.FactoryBean

Public Constructors

public XmlOutputFactoryFactoryBean (boolean fragmentOutput)

Public Methods

public Object getObject ()

Throws
Exception

public Class getObjectType ()

public boolean isSingleton ()