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
-
-
Constructor Summary
Constructors Constructor Description BlogPostsForDateResourceIdentifier(String spaceKey, Calendar postingDay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CalendargetPostingDay()SpaceResourceIdentifiergetSpace()StringgetSpaceKey()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
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.
-
-
Method Detail
-
getPostingDay
public Calendar getPostingDay()
-
getSpaceKey
public String getSpaceKey()
-
getSpace
public SpaceResourceIdentifier getSpace()
-
-