public abstract class BaseInsightProvider
extends java.lang.Object
implements org.apache.sling.cms.insights.InsightProvider
Constructor and Description |
---|
BaseInsightProvider() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.sling.cms.insights.Insight |
doEvaluateRequest(org.apache.sling.cms.insights.InsightRequest request)
Method for the extending classes to implement, this can safely throw
exceptions and this will trigger a failure result to be returned.
|
org.apache.sling.cms.insights.Insight |
evaluateRequest(org.apache.sling.cms.insights.InsightRequest request) |
protected abstract org.apache.sling.cms.insights.Insight doEvaluateRequest(org.apache.sling.cms.insights.InsightRequest request) throws java.lang.Exception
request
- the request to evaluatejava.lang.Exception
- any exceptionpublic org.apache.sling.cms.insights.Insight evaluateRequest(org.apache.sling.cms.insights.InsightRequest request)
evaluateRequest
in interface org.apache.sling.cms.insights.InsightProvider
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.