Uses of Interface
com.atlassian.confluence.setup.xstream.ConfluenceXStream
-
Packages that use ConfluenceXStream Package Description com.atlassian.confluence.impl.xstream com.atlassian.confluence.setup.bandana com.atlassian.confluence.setup.xstream -
-
Uses of ConfluenceXStream in com.atlassian.confluence.impl.xstream
Classes in com.atlassian.confluence.impl.xstream that implement ConfluenceXStream Modifier and Type Class Description class
ConfluenceXStreamImpl
Default Confluence XStream implementation which adds an XStream 1.1.1 storage compatibility layer. -
Uses of ConfluenceXStream in com.atlassian.confluence.setup.bandana
Constructors in com.atlassian.confluence.setup.bandana with parameters of type ConfluenceXStream Constructor Description XStreamBandanaSerializer(ConfluenceXStream confluenceXStream)
-
Uses of ConfluenceXStream in com.atlassian.confluence.setup.xstream
Subinterfaces of ConfluenceXStream in com.atlassian.confluence.setup.xstream Modifier and Type Interface Description interface
ConfluenceXStreamInternal
Interface to allow configuration of ConfluenceXStream in terms of security, aliases or converters.Methods in com.atlassian.confluence.setup.xstream that return ConfluenceXStream Modifier and Type Method Description ConfluenceXStream
ConfluenceXStreamManager. getConfluenceXStream()
Provides confluence's wrapped XStream instance.ConfluenceXStream
XStreamManager. getConfluenceXStream()
Deprecated.ConfluenceXStream
ConfluenceXStreamManager. getPluginXStream(ClassLoader classLoader)
Allows to use plugin OSGi classloaders and avoid ClassCastException in case of plugin re-installations.ConfluenceXStream
XStreamManager. getPluginXStream(ClassLoader classLoader)
Deprecated.
-