Class XmlOutputFactoryFactoryBean
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.XmlOutputFactoryFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<XMLOutputFactory>
@Deprecated public class XmlOutputFactoryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<XMLOutputFactory>
Deprecated.since 7.20 SeeConfluenceXmlOutputFactoryA spring factory bean for creating an instance of anXMLOutputFactory. The main motivation for this was there doesn't seem to be a means to invokeXMLOutputFactory.setProperty(String, Object)declaratively.
-
-
Constructor Summary
Constructors Constructor Description XmlOutputFactoryFactoryBean(boolean fragmentOutput)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description XMLOutputFactorygetObject()Deprecated.ClassgetObjectType()Deprecated.booleanisSingleton()Deprecated.
-
-
-
Method Detail
-
getObject
public XMLOutputFactory getObject()
Deprecated.- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<XMLOutputFactory>
-
getObjectType
public Class getObjectType()
Deprecated.- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<XMLOutputFactory>
-
isSingleton
public boolean isSingleton()
Deprecated.- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<XMLOutputFactory>
-
-