Uses of Interface
org.apache.sling.scripting.spi.bundle.BundledRenderUnit
-
Packages that use BundledRenderUnit Package Description org.apache.sling.scripting.spi.bundle -
-
Uses of BundledRenderUnit in org.apache.sling.scripting.spi.bundle
Methods in org.apache.sling.scripting.spi.bundle that return BundledRenderUnit Modifier and Type Method Description @Nullable BundledRenderUnit
BundledRenderUnitFinder. findUnit(@NotNull org.osgi.framework.BundleContext context, @NotNull Set<TypeProvider> inheritanceChain, @NotNull Set<TypeProvider> allRelatedProviders)
Retrieves the best matchingBundledRenderUnit
for the providedinheritanceChain
, by scanning allTypeProvider
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-basedBundledRenderUnit
from the passedprovider
.
-