Uses of Interface
org.apache.sling.models.spi.DisposalCallbackRegistry
Packages that use DisposalCallbackRegistry
Package
Description
-
Uses of DisposalCallbackRegistry in org.apache.sling.models.caconfig.impl.injectors
Methods in org.apache.sling.models.caconfig.impl.injectors with parameters of type DisposalCallbackRegistryModifier and TypeMethodDescriptionContextAwareConfigurationInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type declaredType, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) -
Uses of DisposalCallbackRegistry in org.apache.sling.models.impl.injectors
Methods in org.apache.sling.models.impl.injectors with parameters of type DisposalCallbackRegistryModifier and TypeMethodDescriptionBindingsInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type type, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) ChildResourceInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type declaredType, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) OSGiServiceInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type type, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) OSGiServiceInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type type, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry, @Nullable org.osgi.framework.BundleContext modelContext) RequestAttributeInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type declaredType, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) ResourcePathInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type declaredType, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) SelfInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type type, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) SlingObjectInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type type, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) ValueMapInjector.getValue
(@NotNull Object adaptable, String name, @NotNull Type type, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) -
Uses of DisposalCallbackRegistry in org.apache.sling.models.spi
Methods in org.apache.sling.models.spi with parameters of type DisposalCallbackRegistryModifier and TypeMethodDescription@Nullable Object
Injector.getValue
(@NotNull Object adaptable, String name, @NotNull Type declaredType, @NotNull AnnotatedElement element, @NotNull DisposalCallbackRegistry callbackRegistry) Produce a value for an injection point.