Package org.apache.sling.cms.insights
Interface InsightFactory
-
public interface InsightFactory
Service Factory for retrieving insight instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Insight>
getInsights(File file)
Get the insights which are enabled for a particular file.List<Insight>
getInsights(Page page)
Get the insights which are enabled for a particular page.
-