Package | Description |
---|---|
org.apache.sling.spi.resource.provider |
Modifier and Type | Field and Description |
---|---|
static ResourceContext |
ResourceContext.EMPTY_CONTEXT
"Empty" instance, not providing any additional information.
|
Modifier and Type | Method and Description |
---|---|
abstract @Nullable Resource |
ResourceProvider.getResource(@NotNull ResolveContext<T> ctx,
@NotNull java.lang.String path,
@NotNull ResourceContext resourceContext,
@Nullable Resource parent)
Returns a resource from this resource provider or
null if
the resource provider cannot find it. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.