Class RenderService.ExtensionPoint

java.lang.Object
org.hippoecm.frontend.service.ServiceTracker<IRenderService>
AbstractRenderService<T>.ExtensionPoint
org.hippoecm.frontend.service.render.RenderService.ExtensionPoint
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, IServiceTracker<IRenderService>
Enclosing class:
RenderService<T>

protected class RenderService.ExtensionPoint extends AbstractRenderService<T>.ExtensionPoint
Extension point that can add the extension to a child component. The name of the extension will be the full (relative) path of the extension. The last part of the path, i.e. the id, is used to get the service id from the plugin configuration.
See Also: