Uses of Class
org.apache.sling.cms.insights.Insight
-
Packages that use Insight Package Description org.apache.sling.cms.insights Support for Content Insights -
-
Uses of Insight in org.apache.sling.cms.insights
Methods in org.apache.sling.cms.insights that return Insight Modifier and Type Method Description Insight
InsightProvider. evaluateRequest(InsightRequest request)
Evaluate the request and return a response with the details.Methods in org.apache.sling.cms.insights that return types with arguments of type Insight Modifier and Type Method Description List<Insight>
InsightFactory. getInsights(File file)
Get the insights which are enabled for a particular file.List<Insight>
InsightFactory. getInsights(Page page)
Get the insights which are enabled for a particular page.List<Insight>
InsightsModel. getInsights()
Retrieve the insights for the current resource.
-