com.atlassian.confluence.content.render.xhtml.editor.link
Class EditorUnresolvedLinkMarshaller

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkMarshaller
      extended by com.atlassian.confluence.content.render.xhtml.editor.link.EditorUnresolvedLinkMarshaller
All Implemented Interfaces:
Marshaller<UnresolvedLink>

public class EditorUnresolvedLinkMarshaller
extends ViewUnresolvedLinkMarshaller


Constructor Summary
EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller, Marshaller<Link> unresolvedLinkBodyMarshaller, ModelToRenderedClassMapper mapper)
           
 
Method Summary
protected  void writeAdditionalAttributes(UnresolvedLink unresolvedLink, javax.xml.stream.XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext)
           
 
Methods inherited from class com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkMarshaller
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorUnresolvedLinkMarshaller

public EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
                                      StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller,
                                      Marshaller<Link> unresolvedLinkBodyMarshaller,
                                      ModelToRenderedClassMapper mapper)
Method Detail

writeAdditionalAttributes

protected void writeAdditionalAttributes(UnresolvedLink unresolvedLink,
                                         javax.xml.stream.XMLStreamWriter xmlStreamWriter,
                                         Marshaller<Link> unresolvedLinkBodyMarshaller,
                                         ConversionContext conversionContext)
                                  throws javax.xml.stream.XMLStreamException
Overrides:
writeAdditionalAttributes in class ViewUnresolvedLinkMarshaller
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2003-2013 Atlassian. All Rights Reserved.