Uses of Interface
org.hippoecm.frontend.plugin.IServiceTracker
-
Packages that use IServiceTracker Package Description org.hippoecm.frontend.plugin org.hippoecm.frontend.service org.hippoecm.frontend.service.render -
-
Uses of IServiceTracker in org.hippoecm.frontend.plugin
Methods in org.hippoecm.frontend.plugin with parameters of type IServiceTracker Modifier and Type Method Description void
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 IServiceTracker Modifier and Type Class Description class
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 IServiceTracker Modifier and Type Method Description void
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 IServiceTracker Modifier and Type Class Description protected class
AbstractRenderService.ExtensionPoint
Base class for extension points.protected class
ListRenderService.ExtensionPoint
protected class
RenderService.ExtensionPoint
Extension point that can add the extension to a child component.
-