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
Constructors Constructor Description PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller, Marshaller<Placeholder> editorMarshaller, Marshaller<Placeholder> storageMarshaller, Unmarshaller<Placeholder> editorUnmarshaller, Unmarshaller<Placeholder> storageUnmarshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Marshaller<Placeholder>getEditorMarshaller()Unmarshaller<Placeholder>getEditorUnmarshaller()Marshaller<Placeholder>getStorageMarshaller()Unmarshaller<Placeholder>getStorageUnmarshaller()Marshaller<Placeholder>getViewMarshaller()
-
-
-
Constructor Detail
-
PlaceholderMarshallingFactoryImpl
public PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller, Marshaller<Placeholder> editorMarshaller, Marshaller<Placeholder> storageMarshaller, Unmarshaller<Placeholder> editorUnmarshaller, Unmarshaller<Placeholder> storageUnmarshaller)
-
-
Method Detail
-
getEditorMarshaller
public Marshaller<Placeholder> getEditorMarshaller()
- Specified by:
getEditorMarshallerin interfaceMarshallingFactory<Placeholder>- Returns:
- a Marshaller that creates editor format XHTML.
-
getEditorUnmarshaller
public Unmarshaller<Placeholder> getEditorUnmarshaller()
- Specified by:
getEditorUnmarshallerin interfaceMarshallingFactory<Placeholder>- Returns:
- an Unmarshaller that reads editor format XHTML.
-
getStorageMarshaller
public Marshaller<Placeholder> getStorageMarshaller()
- Specified by:
getStorageMarshallerin interfaceMarshallingFactory<Placeholder>- Returns:
- a Marshaller that creates storage format XHTML.
-
getStorageUnmarshaller
public Unmarshaller<Placeholder> getStorageUnmarshaller()
- Specified by:
getStorageUnmarshallerin interfaceMarshallingFactory<Placeholder>- Returns:
- an Unmarshaller that reads storage format XHTML.
-
getViewMarshaller
public Marshaller<Placeholder> getViewMarshaller()
- Specified by:
getViewMarshallerin interfaceMarshallingFactory<Placeholder>- Returns:
- a Marshaller that creates view format HTML 5.
-
-