| Package | Description |
|---|---|
| org.apache.sling.servlets.resolver.bundle.tracker |
| Modifier and Type | Method and Description |
|---|---|
@Nullable BundledRenderUnit |
BundledRenderUnitFinder.findUnit(@NotNull org.osgi.framework.BundleContext context,
@NotNull Set<TypeProvider> inheritanceChain,
@NotNull Set<TypeProvider> allRelatedProviders)
Retrieves the best matching
BundledRenderUnit for the provided inheritanceChain, by scanning all TypeProvider
bundles for the class or script capable of providing a rendering for resource type chain. |
@Nullable BundledRenderUnit |
BundledRenderUnitFinder.findUnit(@NotNull org.osgi.framework.BundleContext context,
@NotNull TypeProvider provider,
@NotNull Set<TypeProvider> allRelatedProviders)
Retrieves a path-based
BundledRenderUnit from the passed provider. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.