public class

ViewBlogPostsByDateAction

extends AbstractBlogPostsAction
implements BreadcrumbAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
           ↳ com.atlassian.confluence.pages.actions.ViewBlogPostsByDateAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewBlogPostsByDateAction()
Public Methods
String execute()
Map getAggregatedBlogPosts()
List getBlogPosts()
Ordered by date, newest first
Breadcrumb getBreadcrumb()
Returns the breadcrumb to be shown when the action is accessed.
BlogPostsCalendar getCalendarForThisMonth()
String getFormattedDateRangeDescription()
BlogPost getNextDatePost()
BlogPost getNextPost()
int getPeriod()
String getPostingDate()
String getPostingDayOfMonth()
String getPostingMonth()
String getPostingMonthNumeric()
String getPostingYear()
BlogPost getPreviousDatePost()
BlogPost getPreviousPost()
boolean isBlogPostsByDateAction()
void setPeriod(int period)
void setPostingDate(String postingDate)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.actions.AbstractBlogPostsAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.spaces.Spaced
From interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ViewBlogPostsByDateAction ()

Public Methods

public String execute ()

public Map getAggregatedBlogPosts ()

public List getBlogPosts ()

Ordered by date, newest first

public Breadcrumb getBreadcrumb ()

Returns the breadcrumb to be shown when the action is accessed.

Returns
  • Breadcrumb

public BlogPostsCalendar getCalendarForThisMonth ()

public String getFormattedDateRangeDescription ()

public BlogPost getNextDatePost ()

public BlogPost getNextPost ()

public int getPeriod ()

public String getPostingDate ()

public String getPostingDayOfMonth ()

public String getPostingMonth ()

public String getPostingMonthNumeric ()

public String getPostingYear ()

public BlogPost getPreviousDatePost ()

public BlogPost getPreviousPost ()

public boolean isBlogPostsByDateAction ()

public void setPeriod (int period)

public void setPostingDate (String postingDate)

public void validate ()