Uses of Interface
org.apache.sling.scripting.sightly.render.RenderContext
Packages that use RenderContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RenderContext in org.apache.sling.scripting.sightly.extension
Methods in org.apache.sling.scripting.sightly.extension with parameters of type RenderContextModifier and TypeMethodDescriptionRuntimeExtension.call(RenderContext renderContext, Object... arguments) Call theRuntimeExtension -
Uses of RenderContext in org.apache.sling.scripting.sightly.render
Methods in org.apache.sling.scripting.sightly.render with parameters of type RenderContextModifier and TypeMethodDescriptionprotected voidRenderUnit.callUnit(PrintWriter out, RenderContext renderContext, Object templateObj, Object argsObj) protected abstract voidRenderUnit.render(PrintWriter out, Bindings bindings, Bindings arguments, RenderContext renderContext) final voidRenderUnit.render(PrintWriter out, RenderContext renderContext, Bindings arguments) Render the main script template -
Uses of RenderContext in org.apache.sling.scripting.sightly.use
Methods in org.apache.sling.scripting.sightly.use with parameters of type RenderContextModifier and TypeMethodDescriptionUseProvider.provide(String identifier, RenderContext renderContext, Bindings arguments) Provide an instance based on the given identifier