Interface MacroMarshallingFactory
- 
- All Superinterfaces:
 MarshallingFactory<MacroDefinition>
- All Known Implementing Classes:
 MacroMarshallingFactoryImpl
public interface MacroMarshallingFactory extends MarshallingFactory<MacroDefinition>
This interface is only required so that implementations can be exposed to plugin 2 plugins. OSGI components are exposed by interface so if implementations only implemented MarshallingFactory then there could be multiple components implementing that interface. 
- 
- 
Method Summary
- 
Methods inherited from interface com.atlassian.confluence.content.render.xhtml.MarshallingFactory
getEditorMarshaller, getEditorUnmarshaller, getStorageMarshaller, getStorageUnmarshaller, getViewMarshaller 
 - 
 
 -