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.PageInsightRequest
public org.jsoup.nodes.Element getPageBodyElement() throws java.io.IOException
getPageBodyElement
in interface org.apache.sling.cms.insights.PageInsightRequest
java.io.IOException
public java.lang.String getPageBodyHtml() throws java.io.IOException
getPageBodyHtml
in interface org.apache.sling.cms.insights.PageInsightRequest
java.io.IOException
public org.jsoup.nodes.Document getPageDocument() throws java.io.IOException
getPageDocument
in interface org.apache.sling.cms.insights.PageInsightRequest
java.io.IOException
public java.lang.String getPageHtml() throws java.io.IOException
getPageHtml
in interface org.apache.sling.cms.insights.PageInsightRequest
java.io.IOException
public org.apache.sling.api.resource.Resource getResource()
getResource
in interface org.apache.sling.cms.insights.InsightRequest
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.