Uses of Interface
org.apache.sling.cms.Page
-
Packages that use Page Package Description org.apache.sling.cms Package with all of the common models used to access content in the Sling reference CMSorg.apache.sling.cms.insights Support for Content Insights -
-
Uses of Page in org.apache.sling.cms
Methods in org.apache.sling.cms that return Page Modifier and Type Method Description Page
Reference. getContainingPage()
@Nullable Page
PageManager. getPage()
Get the page containing the adapted resource -
Uses of Page in org.apache.sling.cms.insights
Methods in org.apache.sling.cms.insights that return Page Modifier and Type Method Description Page
PageInsightRequest. getPage()
Gets the page backing this requestMethods in org.apache.sling.cms.insights with parameters of type Page Modifier and Type Method Description List<Insight>
InsightFactory. getInsights(Page page)
Get the insights which are enabled for a particular page.
-