Uses of Interface
com.atlassian.confluence.content.render.xhtml.MarshallingFactory
-
-
Uses of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.links
Subinterfaces of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.links Modifier and Type Interface Description interface
LinkMarshallingFactory
This interface is only required so that implementations can be exposed to plugin 2 plugins.Classes in com.atlassian.confluence.content.render.xhtml.links that implement MarshallingFactory Modifier and Type Class Description class
LinkMarshallingFactoryImpl
A MarshallingFactory that returns Link marshallers and unmarshallers. -
Uses of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.macro
Subinterfaces of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.macro Modifier and Type Interface Description interface
MacroMarshallingFactory
This interface is only required so that implementations can be exposed to plugin 2 plugins.Classes in com.atlassian.confluence.content.render.xhtml.macro that implement MarshallingFactory Modifier and Type Class Description class
MacroMarshallingFactoryImpl
A MarshallingFactory that will return MacroDefinition Marshaller and Unmarshaller instances. -
Uses of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.placeholder
Subinterfaces of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.placeholder Modifier and Type Interface Description interface
CaretMarshallingFactory
interface
PlaceholderMarshallingFactory
Classes in com.atlassian.confluence.content.render.xhtml.placeholder that implement MarshallingFactory Modifier and Type Class Description class
CaretMarshallingFactoryImpl
class
PlaceholderMarshallingFactoryImpl
-