Uses of Interface
org.hippoecm.frontend.plugin.IServiceTracker
Packages that use IServiceTracker
Package
Description
-
Uses of IServiceTracker in org.hippoecm.frontend.plugin
Methods in org.hippoecm.frontend.plugin with parameters of type IServiceTrackerModifier and TypeMethodDescriptionvoid
IPluginContext.registerTracker
(IServiceTracker<? extends org.apache.wicket.util.io.IClusterable> listener, String name) Registers a service tracker with the given name.void
IPluginContext.unregisterTracker
(IServiceTracker<? extends org.apache.wicket.util.io.IClusterable> listener, String name) Unregisters a service tracker with the given name. -
Uses of IServiceTracker in org.hippoecm.frontend.service
Classes in org.hippoecm.frontend.service that implement IServiceTrackerModifier and TypeClassDescriptionclass
ServiceTracker<S extends org.apache.wicket.util.io.IClusterable>
Service tracker implementation that is aware of it's class.Methods in org.hippoecm.frontend.service with parameters of type IServiceTrackerModifier and TypeMethodDescriptionvoid
ServiceContext.registerTracker
(IServiceTracker<? extends org.apache.wicket.util.io.IClusterable> listener, String name) Registers a service tracker with the given name.void
ServiceContext.unregisterTracker
(IServiceTracker<? extends org.apache.wicket.util.io.IClusterable> listener, String name) Unregisters a service tracker with the given name. -
Uses of IServiceTracker in org.hippoecm.frontend.service.render
Classes in org.hippoecm.frontend.service.render that implement IServiceTrackerModifier and TypeClassDescriptionprotected class
Base class for extension points.protected class
protected class
Extension point that can add the extension to a child component.