Uses of Interface
org.apache.sling.scripting.spi.bundle.TypeProvider
Packages that use TypeProvider
-
Uses of TypeProvider in org.apache.sling.scripting.spi.bundle
Methods in org.apache.sling.scripting.spi.bundle that return types with arguments of type TypeProviderModifier and TypeMethodDescription@NotNull Set<TypeProvider>
BundledRenderUnit.getTypeProviders()
Returns theSet
ofTypeProvider
s which are related to this unit.Methods in org.apache.sling.scripting.spi.bundle with parameters of type TypeProviderModifier and TypeMethodDescription@Nullable BundledRenderUnit
BundledRenderUnitFinder.findUnit
(@NotNull org.osgi.framework.BundleContext context, @NotNull TypeProvider provider, @NotNull Set<TypeProvider> allRelatedProviders) Retrieves a path-basedBundledRenderUnit
from the passedprovider
.Method parameters in org.apache.sling.scripting.spi.bundle with type arguments of type TypeProviderModifier 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
.