Uses of Interface
org.apache.sling.api.uri.SlingUri
Packages that use SlingUri
-
Uses of SlingUri in org.apache.sling.api.uri
Methods in org.apache.sling.api.uri that return SlingUriModifier and TypeMethodDescriptiondefault @NotNull SlingUriSlingUri.adjust(@NotNull Consumer<SlingUriBuilder> builderConsumer) Shortcut to adjust Sling URIs, e.g.@NotNull SlingUriSlingUriBuilder.build()Builds the immutable SlingUri from this builder.Methods in org.apache.sling.api.uri with parameters of type SlingUriModifier and TypeMethodDescriptionstatic @NotNull SlingUriBuilderSlingUriBuilder.createFrom(@NotNull SlingUri slingUri) Creates a builder from another SlingUri (clone and modify use case).@NotNull SlingUriBuilderSlingUriBuilder.useSchemeAndAuthority(@NotNull SlingUri slingUri) Will take over scheme and authority (user info, host and port) from provided slingUri.