Uses of Class
org.hippoecm.frontend.service.render.AbstractRenderService.ExtensionPoint
-
Packages that use AbstractRenderService.ExtensionPoint Package Description org.hippoecm.frontend.service.render -
-
Uses of AbstractRenderService.ExtensionPoint in org.hippoecm.frontend.service.render
Subclasses of AbstractRenderService.ExtensionPoint in org.hippoecm.frontend.service.render Modifier and Type Class Description protected class
ListRenderService.ExtensionPoint
protected class
RenderService.ExtensionPoint
Extension point that can add the extension to a child component.Fields in org.hippoecm.frontend.service.render with type parameters of type AbstractRenderService.ExtensionPoint Modifier and Type Field Description protected LinkedHashMap<String,AbstractRenderService.ExtensionPoint>
AbstractRenderService. children
Methods in org.hippoecm.frontend.service.render that return AbstractRenderService.ExtensionPoint Modifier and Type Method Description protected abstract AbstractRenderService.ExtensionPoint
AbstractRenderService. createExtensionPoint(String extension)
Create an extension point with the specified name.
-