Package | Description |
---|---|
org.apache.sling.api.resource.external |
Modifier and Type | Method and Description |
---|---|
static URIProvider.Scope |
URIProvider.Scope.valueOf(java.lang.String name)
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.
|
Modifier and Type | Method and Description |
---|---|
@NotNull java.net.URI |
URIProvider.toURI(@NotNull Resource resource,
URIProvider.Scope scope,
URIProvider.Operation operation)
Return a URI appicable to the defined scope.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.