Class InsightFactoryImpl
- java.lang.Object
-
- org.apache.sling.cms.core.insights.impl.InsightFactoryImpl
-
- All Implemented Interfaces:
InsightFactory
public class InsightFactoryImpl extends Object implements InsightFactory
Implementation of the InsightFactory service interface
-
-
Constructor Summary
Constructors Constructor Description InsightFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Insight>getInsights(File file)List<Insight>getInsights(Page page)List<InsightProvider>getProviders()
-
-
-
Method Detail
-
getInsights
public List<Insight> getInsights(File file)
- Specified by:
getInsightsin interfaceInsightFactory
-
getInsights
public List<Insight> getInsights(Page page)
- Specified by:
getInsightsin interfaceInsightFactory
-
getProviders
public List<InsightProvider> getProviders()
-
-