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

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.placeholder.PlaceholderMarshallingFactoryImpl
All Implemented Interfaces:
MarshallingFactory<Placeholder>, PlaceholderMarshallingFactory

public class PlaceholderMarshallingFactoryImpl
extends java.lang.Object
implements PlaceholderMarshallingFactory


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

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:
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-2014 Atlassian. All Rights Reserved.