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, 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
 String StorageShortcutResourceIdentifierMarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type ShortcutResourceIdentifier
DelegatingResourceIdentifierMarshaller(Marshaller<PageResourceIdentifier> pageResourceIdentifierMarshaller, Marshaller<BlogPostResourceIdentifier> blogPostResourceIdentifierMarshaller, Marshaller<AttachmentResourceIdentifier> attachmentResourceIdentifierMarshaller, Marshaller<UrlResourceIdentifier> urlResourceIdentifierMarshaller, Marshaller<ShortcutResourceIdentifier> shortcutResourceIdentifierMarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller, Marshaller<SpaceResourceIdentifier> spaceResourceIdentifierMarshaller, Marshaller<ContentEntityResourceIdentifier> contentEntityResourceIdentifierMarshaller)
           
 

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