com.atlassian.confluence.content.render.xhtml.placeholder
Class CaretMarshallingFactoryImpl

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.placeholder.CaretMarshallingFactoryImpl
All Implemented Interfaces:
MarshallingFactory<Caret>, CaretMarshallingFactory

public class CaretMarshallingFactoryImpl
extends java.lang.Object
implements CaretMarshallingFactory


Constructor Summary
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
 
Method Summary
 Marshaller<Caret> getEditorMarshaller()
           
 Unmarshaller<Caret> getEditorUnmarshaller()
           
 Marshaller<Caret> getStorageMarshaller()
           
 Unmarshaller<Caret> getStorageUnmarshaller()
           
 Marshaller<Caret> getViewMarshaller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface MarshallingFactory<Caret>
Returns:
a Marshaller that creates editor format XHTML.

getEditorUnmarshaller

public Unmarshaller<Caret> getEditorUnmarshaller()
Specified by:
getEditorUnmarshaller in interface MarshallingFactory<Caret>
Returns:
an Unmarshaller that reads editor format XHTML.

getStorageMarshaller

public Marshaller<Caret> getStorageMarshaller()
Specified by:
getStorageMarshaller in interface MarshallingFactory<Caret>
Returns:
a Marshaller that creates storage format XHTML.

getStorageUnmarshaller

public Unmarshaller<Caret> getStorageUnmarshaller()
Specified by:
getStorageUnmarshaller in interface MarshallingFactory<Caret>
Returns:
an Unmarshaller that reads storage format XHTML.

getViewMarshaller

public Marshaller<Caret> getViewMarshaller()
Specified by:
getViewMarshaller in interface MarshallingFactory<Caret>
Returns:
a Marshaller that creates view format HTML 5.


Copyright © 2003-2013 Atlassian. All Rights Reserved.