com.atlassian.confluence.content.render.xhtml.placeholder
Class PlaceholderMarshallingFactoryImpl
java.lang.Object
com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
- All Implemented Interfaces:
- MarshallingFactory<Placeholder>, PlaceholderMarshallingFactory
public class PlaceholderMarshallingFactoryImpl
- extends java.lang.Object
- implements PlaceholderMarshallingFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlaceholderMarshallingFactoryImpl
public PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller,
Marshaller<Placeholder> editorMarshaller,
Marshaller<Placeholder> storageMarshaller,
Unmarshaller<Placeholder> editorUnmarshaller,
Unmarshaller<Placeholder> storageUnmarshaller)
getEditorMarshaller
public Marshaller<Placeholder> getEditorMarshaller()
- Specified by:
getEditorMarshaller
in interface MarshallingFactory<Placeholder>
- Returns:
- a Marshaller that creates editor format XHTML.
getEditorUnmarshaller
public Unmarshaller<Placeholder> getEditorUnmarshaller()
- Specified by:
getEditorUnmarshaller
in interface MarshallingFactory<Placeholder>
- Returns:
- an Unmarshaller that reads editor format XHTML.
getStorageMarshaller
public Marshaller<Placeholder> getStorageMarshaller()
- Specified by:
getStorageMarshaller
in interface MarshallingFactory<Placeholder>
- Returns:
- a Marshaller that creates storage format XHTML.
getStorageUnmarshaller
public Unmarshaller<Placeholder> getStorageUnmarshaller()
- Specified by:
getStorageUnmarshaller
in interface MarshallingFactory<Placeholder>
- Returns:
- an Unmarshaller that reads storage format XHTML.
getViewMarshaller
public Marshaller<Placeholder> getViewMarshaller()
- Specified by:
getViewMarshaller
in interface MarshallingFactory<Placeholder>
- Returns:
- a Marshaller that creates view format HTML 5.
Copyright © 2003-2013 Atlassian. All Rights Reserved.