Uses of Interface
org.apache.sling.scripting.sightly.render.RenderContext
-
Packages that use RenderContext Package Description org.apache.sling.scripting.sightly.extension Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.sling.scripting.sightly.render Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.sling.scripting.sightly.use 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 RenderContext Modifier and Type Method Description ObjectRuntimeExtension. 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 RenderContext Modifier and Type Method Description protected voidRenderUnit. callUnit(PrintWriter out, RenderContext renderContext, Object templateObj, Object argsObj)protected abstract voidRenderUnit. render(PrintWriter out, Bindings bindings, Bindings arguments, RenderContext renderContext)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 RenderContext Modifier and Type Method Description ProviderOutcomeUseProvider. provide(String identifier, RenderContext renderContext, Bindings arguments)Provide an instance based on the given identifier
-