Uses of Interface
com.atlassian.confluence.setup.xstream.ConfluenceXStream
Packages that use ConfluenceXStream
Package
Description
-
Uses of ConfluenceXStream in com.atlassian.confluence.impl.xstream
Classes in com.atlassian.confluence.impl.xstream that implement ConfluenceXStreamModifier and TypeClassDescriptionclass
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 -
Uses of ConfluenceXStream in com.atlassian.confluence.setup.xstream
Subinterfaces of ConfluenceXStream in com.atlassian.confluence.setup.xstreamModifier and TypeInterfaceDescriptioninterface
Interface to allow configuration of ConfluenceXStream in terms of security, aliases or converters.Methods in com.atlassian.confluence.setup.xstream that return ConfluenceXStreamModifier and TypeMethodDescriptionConfluenceXStreamManager.getConfluenceXStream()
Provides confluence's wrapped XStream instance.XStreamManager.getConfluenceXStream()
Deprecated.ConfluenceXStreamManager.getPluginXStream
(ClassLoader classLoader) Allows to use plugin OSGi classloaders and avoid ClassCastException in case of plugin re-installations.XStreamManager.getPluginXStream
(ClassLoader classLoader) Deprecated.