Uses of Interface
org.apache.sling.api.request.RequestPathInfo
Packages that use RequestPathInfo
-
Uses of RequestPathInfo in org.apache.sling.api
Methods in org.apache.sling.api that return RequestPathInfoModifier and TypeMethodDescription@NotNull RequestPathInfoSlingHttpServletRequest.getRequestPathInfo()Deprecated.Returns theRequestPathInfopertaining to this request.@NotNull RequestPathInfoSlingJakartaHttpServletRequest.getRequestPathInfo()Returns theRequestPathInfopertaining to this request. -
Uses of RequestPathInfo in org.apache.sling.api.uri
Subinterfaces of RequestPathInfo in org.apache.sling.api.uriModifier and TypeInterfaceDescriptioninterfaceRepresents an immutable URI in the same way as java.net.URI but is extended with Sling-specific URI parts (e.g.Methods in org.apache.sling.api.uri with parameters of type RequestPathInfoModifier and TypeMethodDescriptionstatic @NotNull SlingUriBuilderSlingUriBuilder.createFrom(@NotNull RequestPathInfo requestPathInfo) Creates a builder from a RequestPathInfo instance . -
Uses of RequestPathInfo in org.apache.sling.api.wrappers
Classes in org.apache.sling.api.wrappers that implement RequestPathInfoModifier and TypeClassDescriptionclassTheRequestPathInfoWrapperclass is a default wrapper class around aRequestPathInfowhich may be extended to amend the functionality of the original request path info object.Methods in org.apache.sling.api.wrappers that return RequestPathInfoModifier and TypeMethodDescription@NotNull RequestPathInfoJakartaToJavaxRequestWrapper.getRequestPathInfo()@NotNull RequestPathInfoJavaxToJakartaRequestWrapper.getRequestPathInfo()@NotNull RequestPathInfoRequestPathInfoWrapper.getRequestPathInfo()Returns the originalRequestPathInfoobject wrapped by this object.SlingHttpServletRequestWrapper.getRequestPathInfo()Deprecated.SlingJakartaHttpServletRequestWrapper.getRequestPathInfo()Constructors in org.apache.sling.api.wrappers with parameters of type RequestPathInfo