Uses of Class
org.apache.sling.scripting.sightly.render.RenderUnit
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of RenderUnit in org.apache.sling.scripting.sightly.impl.engine
ModifierConstructorDescriptionSightlyCompiledScript
(SightlyScriptEngine scriptEngine, RenderUnit renderUnit) -
Uses of RenderUnit in org.apache.sling.scripting.sightly.impl.engine.bundled
Modifier and TypeMethodDescription@Nullable RenderUnit
BundledUnitManagerImpl.getRenderUnit
(@NotNull Bindings bindings) Given aBindings
map, this method will check if thebindings
contain a value for theBundledRenderUnit.VARIABLE
property and return the object provided byBundledRenderUnit.getUnit()
if this is an instance of aRenderUnit
.@Nullable RenderUnit
BundledUnitManagerImpl.getRenderUnit
(@NotNull Bindings bindings, @NotNull String identifier) Given aBindings
map, this method will check if thebindings
contain a value for theBundledRenderUnit.VARIABLE
property and if the object provided byBundledRenderUnit.getUnit()
is an instance of aRenderUnit
. -
Uses of RenderUnit in org.apache.sling.scripting.sightly.render
Modifier and TypeMethodDescriptionprotected final void
RenderUnit.addSubTemplate
(String name, RenderUnit renderUnit)