| java.lang.Object | |
| ↳ | com.atlassian.confluence.pages.BlogPostsCalendar |
Helper bean that turns a list of blog posts into a monthly calendar.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new calendar.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the next year/month in the form yyyy/MM
| |||||||||||
Gets the total number of days in the month being calendared.
| |||||||||||
Get the next year/month in the form yyyy/MM
| |||||||||||
Get the posts made on a particular day of the month
| |||||||||||
Get all the posts for the month
| |||||||||||
Get the previous year/month in the form yyyy/MM
| |||||||||||
Get the starting day of the month as an offset from Sunday (i.e.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Construct a new calendar. Takes a date that falls within the month being calendared, and a list of blog posts that are to populate the calendar. Any blog post falling outside the given month will be ignored quietly.
| coversDate | a date falling within the month being calendared |
|---|---|
| blogPosts | the blog posts to populate the calendar |
| spaceKey | the space key to build the calendar for |
Get the next year/month in the form yyyy/MM
Gets the total number of days in the month being calendared.
Get the next year/month in the form yyyy/MM
Get the posts made on a particular day of the month
| dayOfMonth | the day of the month to get the posts for (starting at 1) |
|---|
Get all the posts for the month
Get the previous year/month in the form yyyy/MM
Get the starting day of the month as an offset from Sunday (i.e. Sunday is 0, Monday 1, etc.) This is NOT COMPATIBLE with the constants on the Calendar class.