Uses of Interface
org.hippoecm.frontend.plugin.IServiceTracker
Package
Description
-
Uses of IServiceTracker in org.hippoecm.frontend.plugin
Modifier 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
Modifier and TypeClassDescriptionclass
ServiceTracker<S extends org.apache.wicket.util.io.IClusterable>
Service tracker implementation that is aware of it's class.Modifier 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
Modifier and TypeClassDescriptionprotected class
Base class for extension points.protected class
protected class
Extension point that can add the extension to a child component.