java.lang.Object
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostResourceIdentifier
All Implemented Interfaces:
AttachmentContainerResourceIdentifier, NamedResourceIdentifier, ResourceIdentifier

Restrict BlogPostsForDateDto to a single BlogPost on a date.
  • Field Details

    • BLOG_POST_LINK_REGEX

      public static final Pattern BLOG_POST_LINK_REGEX
  • Constructor Details

    • BlogPostResourceIdentifier

      public BlogPostResourceIdentifier(String spaceKey, String title, Calendar postingDay)
      Parameters:
      spaceKey - (optional) identifies the Space for the BlogPost. May be null if the space is to be derived from context
      title - identifies the title of the BlogPost. May be null if the blog 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.
    • BlogPostResourceIdentifier

      public BlogPostResourceIdentifier(String id, String spaceKey, String title, Calendar postingDay)
  • Method Details