| Package | Description |
|---|---|
| org.apache.sling.api | |
| org.apache.sling.api.uri | |
| org.apache.sling.api.wrappers |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RequestPathInfo |
SlingHttpServletRequest.getRequestPathInfo()
Returns the
RequestPathInfo pertaining to this request. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SlingUri
Represents an immutable URI in the same way as java.net.URI but is extended with Sling-specific URI parts (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull SlingUriBuilder |
SlingUriBuilder.createFrom(@NotNull RequestPathInfo requestPathInfo)
Creates a builder from a RequestPathInfo instance .
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestPathInfoWrapper
The
RequestPathInfoWrapper class is a default wrapper
class around a RequestPathInfo which may be extended to amend
the functionality of the original request path info object. |
| Modifier and Type | Method and Description |
|---|---|
RequestPathInfo |
SlingHttpServletRequestWrapper.getRequestPathInfo() |
@NotNull RequestPathInfo |
RequestPathInfoWrapper.getRequestPathInfo()
Returns the original
RequestPathInfo object wrapped by
this object. |
| Constructor and Description |
|---|
RequestPathInfoWrapper(@NotNull RequestPathInfo delegate) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.