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

Packages that use BlogPostResourceIdentifier
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   
 

Uses of BlogPostResourceIdentifier 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 BlogPostResourceIdentifier
 void EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.marshal(BlogPostResourceIdentifier blogPostResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type BlogPostResourceIdentifier
 BlogPost BlogPostResourceIdentifierResolver.resolve(BlogPostResourceIdentifier blogResourceIdentifier, ConversionContext conversionContext)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type arguments of type BlogPostResourceIdentifier
AttachmentResourceIdentifierResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver, AttachmentManager attachmentManager)
           
 

Uses of BlogPostResourceIdentifier 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 BlogPostResourceIdentifier
 String StorageBlogPostResourceIdentifierMarshaller.marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
          Marshal the provided resource identifier.
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type BlogPostResourceIdentifier
DelegatingResourceIdentifierMarshaller(Marshaller<PageResourceIdentifier> pageResourceIdentifierMarshaller, Marshaller<BlogPostResourceIdentifier> blogPostResourceIdentifierMarshaller)
           
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)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.