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