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:
getEditorMarshallerin interfaceMarshallingFactory<Caret>- Returns:
- a Marshaller that creates editor format XHTML.
-
getEditorUnmarshaller
- Specified by:
getEditorUnmarshallerin interfaceMarshallingFactory<Caret>- Returns:
- an Unmarshaller that reads editor format XHTML.
-
getStorageMarshaller
- Specified by:
getStorageMarshallerin interfaceMarshallingFactory<Caret>- Returns:
- a Marshaller that creates storage format XHTML.
-
getStorageUnmarshaller
- Specified by:
getStorageUnmarshallerin interfaceMarshallingFactory<Caret>- Returns:
- an Unmarshaller that reads storage format XHTML.
-
getViewMarshaller
- Specified by:
getViewMarshallerin interfaceMarshallingFactory<Caret>- Returns:
- a Marshaller that creates view format HTML 5.
-