Package | Description |
---|---|
org.apache.sling.cms.insights |
Support for Content Insights
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileInsightRequest
Represents an insight request for a file
|
interface |
PageInsightRequest
Represents an insight request
|
Modifier and Type | Method and Description |
---|---|
InsightRequest |
Insight.getRequest() |
Modifier and Type | Method and Description |
---|---|
Insight |
InsightProvider.evaluateRequest(InsightRequest request)
Evaluate the request and return a response with the details.
|
boolean |
InsightProvider.isEnabled(InsightRequest request)
Returns true if the provider is enabled for this request and false otherwise.
|
void |
Insight.setRequest(InsightRequest request) |
Constructor and Description |
---|
Insight(InsightProvider provider,
InsightRequest request) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.