public class

BlogPostsForDateResourceIdentifier

extends Object
implements ResourceIdentifier
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
Known Direct Subclasses

Summary

Public Constructors
BlogPostsForDateResourceIdentifier(String spaceKey, Calendar postingDay)
Public Methods
boolean equals(Object o)
Calendar getPostingDay()
SpaceResourceIdentifier getSpace()
String getSpaceKey()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BlogPostsForDateResourceIdentifier (String spaceKey, Calendar postingDay)

Parameters
spaceKey Representing the space this blog is in. This may be null if the space 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 Calendar getPostingDay ()

public SpaceResourceIdentifier getSpace ()

public String getSpaceKey ()

public int hashCode ()

public String toString ()