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