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

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

Uses of SpaceResourceIdentifier 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 SpaceResourceIdentifier
 void EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.marshal(SpaceResourceIdentifier spaceResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 

Uses of SpaceResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return SpaceResourceIdentifier
 SpaceResourceIdentifier BlogPostsForDateResourceIdentifier.getSpace()
           
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type SpaceResourceIdentifier
 Space SpaceResourceIdentifierResolver.resolve(SpaceResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
          Resolves a SpaceResourceIdentifier to a Space if a Space for the given spacekey exists.
 

Uses of SpaceResourceIdentifier 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 SpaceResourceIdentifier
 String StorageSpaceResourceIdentifierMarshaller.marshal(SpaceResourceIdentifier spaceResourceIdentifier, ConversionContext conversionContext)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type SpaceResourceIdentifier
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 SpaceResourceIdentifier 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 SpaceResourceIdentifier
ViewLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.