Uses of Class
org.apache.sling.scripting.sightly.render.RenderUnit
Packages that use 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
Methods in org.apache.sling.scripting.sightly.impl.engine that return RenderUnitConstructors in org.apache.sling.scripting.sightly.impl.engine with parameters of type RenderUnitModifierConstructorDescriptionSightlyCompiledScript
(SightlyScriptEngine scriptEngine, RenderUnit renderUnit) -
Uses of RenderUnit in org.apache.sling.scripting.sightly.impl.engine.bundled
Methods in org.apache.sling.scripting.sightly.impl.engine.bundled that return RenderUnitModifier 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
Methods in org.apache.sling.scripting.sightly.render that return RenderUnitMethods in org.apache.sling.scripting.sightly.render with parameters of type RenderUnitModifier and TypeMethodDescriptionprotected final void
RenderUnit.addSubTemplate
(String name, RenderUnit renderUnit)