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