Uses of Interface
org.apache.sling.servlets.resolver.bundle.tracker.TypeProvider
-
Packages that use TypeProvider Package Description org.apache.sling.servlets.resolver.bundle.tracker -
-
Uses of TypeProvider in org.apache.sling.servlets.resolver.bundle.tracker
Methods in org.apache.sling.servlets.resolver.bundle.tracker that return types with arguments of type TypeProvider Modifier and Type Method Description @NotNull Set<TypeProvider>BundledRenderUnit. getTypeProviders()Returns theSetofTypeProviders which are related to this unit.Methods in org.apache.sling.servlets.resolver.bundle.tracker with parameters of type TypeProvider Modifier and Type Method Description @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.servlets.resolver.bundle.tracker with type arguments of type TypeProvider Modifier and Type Method Description @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.
-