Uses of Interface
org.apache.sling.scripting.spi.bundle.BundledRenderUnit
Package
Description
-
Uses of BundledRenderUnit in org.apache.sling.scripting.core.impl.bundled
Modifier and TypeMethodDescription@Nullable BundledRenderUnit
BundleRenderUnitFinderImpl.findUnit
(@NotNull org.osgi.framework.BundleContext context, @NotNull Set<TypeProvider> providers, @NotNull Set<TypeProvider> allProviders) @Nullable BundledRenderUnit
BundleRenderUnitFinderImpl.findUnit
(@NotNull org.osgi.framework.BundleContext context, @NotNull TypeProvider provider, @NotNull Set<TypeProvider> providers) -
Uses of BundledRenderUnit in org.apache.sling.scripting.spi.bundle
Modifier and TypeMethodDescription@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
. -
Uses of BundledRenderUnit in org.apache.sling.servlets.resolver.internal.bundle
Modifier and TypeMethodDescription@NotNull BundledRenderUnit
BundledScriptServlet.getBundledRenderUnit()
ModifierConstructorDescriptionBundledScriptServlet
(@NotNull Set<TypeProvider> wiredTypeProviders, @NotNull BundledRenderUnit executable)