public class InsightFactoryImpl
extends java.lang.Object
implements org.apache.sling.cms.insights.InsightFactory, org.osgi.framework.ServiceListener
Constructor and Description |
---|
InsightFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.osgi.service.component.ComponentContext context) |
java.util.List<org.apache.sling.cms.insights.Insight> |
getInsights(org.apache.sling.cms.File file) |
java.util.List<org.apache.sling.cms.insights.Insight> |
getInsights(org.apache.sling.cms.Page page) |
java.util.Collection<org.apache.sling.cms.insights.InsightProvider> |
getProviders() |
void |
serviceChanged(org.osgi.framework.ServiceEvent event) |
public void activate(org.osgi.service.component.ComponentContext context) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxException
public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged
in interface org.osgi.framework.ServiceListener
public java.util.List<org.apache.sling.cms.insights.Insight> getInsights(org.apache.sling.cms.File file)
getInsights
in interface org.apache.sling.cms.insights.InsightFactory
public java.util.List<org.apache.sling.cms.insights.Insight> getInsights(org.apache.sling.cms.Page page)
getInsights
in interface org.apache.sling.cms.insights.InsightFactory
public java.util.Collection<org.apache.sling.cms.insights.InsightProvider> getProviders()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.