Interface LinkMarshallingFactory
-
- All Superinterfaces:
MarshallingFactory<Link>
- All Known Implementing Classes:
LinkMarshallingFactoryImpl
public interface LinkMarshallingFactory extends MarshallingFactory<Link>
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
-
-