public class XmlOutputFactoryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<XMLOutputFactory>
XMLOutputFactory
.
The main motivation for this was there doesn't seem to be a means to invoke XMLOutputFactory.setProperty(String, Object)
declaratively.Constructor and Description |
---|
XmlOutputFactoryFactoryBean(boolean fragmentOutput) |
Modifier and Type | Method and Description |
---|---|
XMLOutputFactory |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
public XmlOutputFactoryFactoryBean(boolean fragmentOutput)
public XMLOutputFactory getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<XMLOutputFactory>
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<XMLOutputFactory>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<XMLOutputFactory>
Copyright © 2003–2019 Atlassian. All rights reserved.