Uses of Interface
com.atlassian.confluence.content.render.xhtml.MarshallingFactory

Packages that use MarshallingFactory
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.macro   
com.atlassian.confluence.content.render.xhtml.placeholder   
 

Uses of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.links
 

Subinterfaces of MarshallingFactory in com.atlassian.confluence.content.render.xhtml.links
 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
 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
 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
 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
 interface CaretMarshallingFactory
           
 interface PlaceholderMarshallingFactory
           
 

Classes in com.atlassian.confluence.content.render.xhtml.placeholder that implement MarshallingFactory
 class CaretMarshallingFactoryImpl
           
 class PlaceholderMarshallingFactoryImpl
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.