public class PageInsightRequestImpl
extends java.lang.Object
implements org.apache.sling.cms.insights.PageInsightRequest
| Constructor and Description |
|---|
PageInsightRequestImpl(org.apache.sling.cms.Page page,
org.apache.sling.engine.SlingRequestProcessor requestProcessor) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.cms.Page |
getPage() |
org.jsoup.nodes.Element |
getPageBodyElement() |
java.lang.String |
getPageBodyHtml() |
org.jsoup.nodes.Document |
getPageDocument() |
java.lang.String |
getPageHtml() |
org.apache.sling.api.resource.Resource |
getResource() |
java.lang.String |
toString() |
public PageInsightRequestImpl(org.apache.sling.cms.Page page,
org.apache.sling.engine.SlingRequestProcessor requestProcessor)
public org.apache.sling.cms.Page getPage()
getPage in interface org.apache.sling.cms.insights.PageInsightRequestpublic org.jsoup.nodes.Element getPageBodyElement()
throws java.io.IOException
getPageBodyElement in interface org.apache.sling.cms.insights.PageInsightRequestjava.io.IOExceptionpublic java.lang.String getPageBodyHtml()
throws java.io.IOException
getPageBodyHtml in interface org.apache.sling.cms.insights.PageInsightRequestjava.io.IOExceptionpublic org.jsoup.nodes.Document getPageDocument()
throws java.io.IOException
getPageDocument in interface org.apache.sling.cms.insights.PageInsightRequestjava.io.IOExceptionpublic java.lang.String getPageHtml()
throws java.io.IOException
getPageHtml in interface org.apache.sling.cms.insights.PageInsightRequestjava.io.IOExceptionpublic org.apache.sling.api.resource.Resource getResource()
getResource in interface org.apache.sling.cms.insights.InsightRequestpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.