Interface PageManager


@ProviderType public interface PageManager
A interface used to retrieve sling:Page Resources. Adaptable from a child Resource of a sling:Page.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Page
    Get the page containing the adapted resource
  • Method Details

    • getPage

      @Nullable @Nullable Page getPage()
      Get the page containing the adapted resource
      Returns:
      the page containing the adapted resource or null if the resource is not a child of a page