public class

BlogPostResourceIdentifier

extends BlogPostsForDateResourceIdentifier
implements AttachmentContainerResourceIdentifier NamedResourceIdentifier
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
     ↳ com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier

Class Overview

Restrict BlogPostsForDateDto to a single BlogPost on a date.

Summary

Public Constructors
BlogPostResourceIdentifier(String spaceKey, String title, Calendar postingDay)
Public Methods
boolean equals(Object o)
String getResourceName()
String getTitle()
int hashCode()
boolean isPopulated()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.NamedResourceIdentifier

Public Constructors

public BlogPostResourceIdentifier (String spaceKey, String title, Calendar postingDay)

Parameters
spaceKey (optional) identifies the Space for the BlogPost. May be null if the space is to be derived from context
title identifies the title of the BlogPost. May be null if the blog is to be derived from context
postingDay identifies the posting date for the blog. May be null if the blog is to be derived from context.

Public Methods

public boolean equals (Object o)

public String getResourceName ()

public String getTitle ()

public int hashCode ()

public boolean isPopulated ()

Returns
  • true if this resource identifier is populated with data.

public String toString ()