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