com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class BlogPostsForDateResourceIdentifier
java.lang.Object
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
- All Implemented Interfaces:
- ResourceIdentifier
- Direct Known Subclasses:
- BlogPostResourceIdentifier
public class BlogPostsForDateResourceIdentifier
- extends Object
- implements ResourceIdentifier
BlogPostsForDateResourceIdentifier
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.
getPostingDay
public Calendar getPostingDay()
getSpaceKey
public String getSpaceKey()
getSpace
public SpaceResourceIdentifier getSpace()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2003-2013 Atlassian. All Rights Reserved.