Uses of Enum
org.apache.sling.api.resource.external.URIProvider.Scope
Packages that use URIProvider.Scope
Package
Description
-
Uses of URIProvider.Scope in org.apache.sling.api.resource.external
Methods in org.apache.sling.api.resource.external that return URIProvider.ScopeModifier and TypeMethodDescriptionstatic URIProvider.Scope
Returns the enum constant of this type with the specified name.static URIProvider.Scope[]
URIProvider.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.api.resource.external with parameters of type URIProvider.ScopeModifier and TypeMethodDescription@NotNull URI
URIProvider.toURI
(@NotNull Resource resource, URIProvider.Scope scope, URIProvider.Operation operation) Return a URI applicable to the defined scope. -
Uses of URIProvider.Scope in org.apache.sling.jcr.resource.internal.helper.jcr
Methods in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type URIProvider.ScopeModifier and TypeMethodDescription@NotNull URI
BinaryDownloadUriProvider.toURI
(@NotNull Resource resource, @NotNull URIProvider.Scope scope, @NotNull URIProvider.Operation operation)