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 theSetofTypeProviders which are related to this unit.Methods in org.apache.sling.scripting.spi.bundle with parameters of type TypeProviderModifier and TypeMethodDescription@Nullable BundledRenderUnitBundledRenderUnitFinder.findUnit(@NotNull org.osgi.framework.BundleContext context, @NotNull TypeProvider provider, @NotNull Set<TypeProvider> allRelatedProviders) Retrieves a path-basedBundledRenderUnitfrom the passedprovider.Method parameters in org.apache.sling.scripting.spi.bundle with type arguments of type TypeProviderModifier and TypeMethodDescription@Nullable BundledRenderUnitBundledRenderUnitFinder.findUnit(@NotNull org.osgi.framework.BundleContext context, @NotNull Set<TypeProvider> inheritanceChain, @NotNull Set<TypeProvider> allRelatedProviders) Retrieves the best matchingBundledRenderUnitfor the providedinheritanceChain, by scanning allTypeProviderbundles for the class or script capable of providing a rendering for resource type chain.@Nullable BundledRenderUnitBundledRenderUnitFinder.findUnit(@NotNull org.osgi.framework.BundleContext context, @NotNull TypeProvider provider, @NotNull Set<TypeProvider> allRelatedProviders) Retrieves a path-basedBundledRenderUnitfrom the passedprovider.