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 RenderUnitBundledUnitManagerImpl.getRenderUnit(@NotNull Bindings bindings) Given aBindingsmap, this method will check if thebindingscontain a value for theBundledRenderUnit.VARIABLEproperty and return the object provided byBundledRenderUnit.getUnit()if this is an instance of aRenderUnit.@Nullable RenderUnitBundledUnitManagerImpl.getRenderUnit(@NotNull Bindings bindings, @NotNull String identifier) Given aBindingsmap, this method will check if thebindingscontain a value for theBundledRenderUnit.VARIABLEproperty 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 voidRenderUnit.addSubTemplate(String name, RenderUnit renderUnit)