Uses of Class
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ShortcutResourceIdentifier

Packages that use ShortcutResourceIdentifier
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.link   
 

Uses of ShortcutResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type ShortcutResourceIdentifier
 void EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, javax.xml.stream.XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 

Uses of ShortcutResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type ShortcutResourceIdentifier
 Streamable StorageShortcutResourceIdentifierMarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext)
           
 

Method parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type ShortcutResourceIdentifier
 void DelegatingResourceIdentifierMarshaller.setShortcutResourceIdentifierMarshaller(Marshaller<ShortcutResourceIdentifier> shortcutResourceIdentifierMarshaller)
           
 

Uses of ShortcutResourceIdentifier in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type ShortcutResourceIdentifier
ViewShortcutLinkMarshaller(ShortcutLinksManager shortcutLinksManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.