Uses of Interface
org.apache.sling.api.request.RequestPathInfo
Package
Description
-
Uses of RequestPathInfo in org.apache.sling.api
Modifier and TypeMethodDescription@NotNull RequestPathInfo
SlingHttpServletRequest.getRequestPathInfo()
Returns theRequestPathInfo
pertaining to this request. -
Uses of RequestPathInfo in org.apache.sling.api.uri
Modifier and TypeInterfaceDescriptioninterface
Represents an immutable URI in the same way as java.net.URI but is extended with Sling-specific URI parts (e.g. selectors).Modifier and TypeMethodDescriptionstatic @NotNull SlingUriBuilder
SlingUriBuilder.createFrom
(@NotNull RequestPathInfo requestPathInfo) Creates a builder from a RequestPathInfo instance . -
Uses of RequestPathInfo in org.apache.sling.api.wrappers
Modifier and TypeClassDescriptionclass
TheRequestPathInfoWrapper
class is a default wrapper class around aRequestPathInfo
which may be extended to amend the functionality of the original request path info object.Modifier and TypeMethodDescription@NotNull RequestPathInfo
RequestPathInfoWrapper.getRequestPathInfo()
Returns the originalRequestPathInfo
object wrapped by this object.SlingHttpServletRequestWrapper.getRequestPathInfo()
-
Uses of RequestPathInfo in org.apache.sling.engine.impl.request
Modifier and TypeClassDescriptionclass
Sling request URI parser that provides SlingRequestPathInfo for the current request, based on the path of the Resource.Modifier and TypeMethodDescriptionContentData.getRequestPathInfo()
DispatchingInfo.getRequestPathInfo()
Modifier and TypeMethodDescriptionSlingRequestPathInfo.merge
(RequestPathInfo baseInfo) RequestData.setContent
(Resource resource, RequestPathInfo requestPathInfo) void
DispatchingInfo.setRequestPathInfo
(RequestPathInfo requestpathInfo)