public class SlingRequestPathInfo extends Object implements org.apache.sling.api.request.RequestPathInfo
| Constructor and Description |
|---|
SlingRequestPathInfo(org.apache.sling.api.resource.Resource r)
Break requestPath as required by SlingRequestPathInfo.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
String |
getResourcePath() |
String[] |
getSelectors() |
String |
getSelectorString() |
String |
getSuffix() |
org.apache.sling.api.resource.Resource |
getSuffixResource() |
SlingRequestPathInfo |
merge(org.apache.sling.api.request.RequestDispatcherOptions options) |
SlingRequestPathInfo |
merge(org.apache.sling.api.request.RequestPathInfo baseInfo) |
String |
toString() |
public SlingRequestPathInfo(org.apache.sling.api.resource.Resource r)
r - the resourcepublic SlingRequestPathInfo merge(org.apache.sling.api.request.RequestPathInfo baseInfo)
public SlingRequestPathInfo merge(org.apache.sling.api.request.RequestDispatcherOptions options)
public String getExtension()
getExtension in interface org.apache.sling.api.request.RequestPathInfopublic String[] getSelectors()
getSelectors in interface org.apache.sling.api.request.RequestPathInfopublic String getSelectorString()
getSelectorString in interface org.apache.sling.api.request.RequestPathInfopublic String getSuffix()
getSuffix in interface org.apache.sling.api.request.RequestPathInfopublic org.apache.sling.api.resource.Resource getSuffixResource()
getSuffixResource in interface org.apache.sling.api.request.RequestPathInfopublic String getResourcePath()
getResourcePath in interface org.apache.sling.api.request.RequestPathInfoCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.