Class ListRenderService.ExtensionPoint
java.lang.Object
org.hippoecm.frontend.service.ServiceTracker<IRenderService>
AbstractRenderService<Void>.ExtensionPoint
org.hippoecm.frontend.service.render.ListRenderService.ExtensionPoint
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IServiceTracker<IRenderService>
- Enclosing class:
- ListRenderService
- See Also:
-
Field Summary
Fields inherited from class org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint
extension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRemoveService
(IRenderService service, String name) void
onServiceAdded
(IRenderService service, String name) Methods inherited from class org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint
getChildren, onServiceChanged, register, unregister
Methods inherited from class org.hippoecm.frontend.service.ServiceTracker
addService, removeService
-
Constructor Details
-
ExtensionPoint
-
-
Method Details
-
onServiceAdded
- Overrides:
onServiceAdded
in classAbstractRenderService<Void>.ExtensionPoint
-
onRemoveService
- Overrides:
onRemoveService
in classAbstractRenderService<Void>.ExtensionPoint
-