Class LinkMarshallingFactoryImpl
java.lang.Object
com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactoryImpl
- All Implemented Interfaces:
LinkMarshallingFactory
,MarshallingFactory<Link>
A MarshallingFactory that returns Link marshallers and unmarshallers.
-
Constructor Summary
ConstructorsConstructorDescriptionLinkMarshallingFactoryImpl
(Marshaller<Link> viewMarshaller, Marshaller<Link> editorMarshaller, Marshaller<Link> storageMarshaller, Unmarshaller<Link> editorUnmarshaller, Unmarshaller<Link> storageUnmarshaller) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LinkMarshallingFactoryImpl
public LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller, Marshaller<Link> editorMarshaller, Marshaller<Link> storageMarshaller, Unmarshaller<Link> editorUnmarshaller, Unmarshaller<Link> storageUnmarshaller)
-
-
Method Details
-
getViewMarshaller
- Specified by:
getViewMarshaller
in interfaceMarshallingFactory<Link>
- Returns:
- a Marshaller that creates view format HTML 5.
-
getEditorMarshaller
- Specified by:
getEditorMarshaller
in interfaceMarshallingFactory<Link>
- Returns:
- a Marshaller that creates editor format XHTML.
-
getStorageMarshaller
- Specified by:
getStorageMarshaller
in interfaceMarshallingFactory<Link>
- Returns:
- a Marshaller that creates storage format XHTML.
-
getEditorUnmarshaller
- Specified by:
getEditorUnmarshaller
in interfaceMarshallingFactory<Link>
- Returns:
- an Unmarshaller that reads editor format XHTML.
-
getStorageUnmarshaller
- Specified by:
getStorageUnmarshaller
in interfaceMarshallingFactory<Link>
- Returns:
- an Unmarshaller that reads storage format XHTML.
-