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

public class PageResourceIdentifier extends Object implements AttachmentContainerResourceIdentifier, NamedResourceIdentifier
  • Constructor Details

    • PageResourceIdentifier

      public PageResourceIdentifier(String title)
    • PageResourceIdentifier

      public PageResourceIdentifier(String spaceKey, String title)
      Create a new identifier for a PageResource. Space key is optional (as it can be resolved from the context).
      Parameters:
      spaceKey - (optional) the key of the space the page is in, or null to derive it from context.
      title - (required) the title of the page
  • Method Details