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 Object
RuntimeExtension. 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 void
RenderUnit. callUnit(PrintWriter out, RenderContext renderContext, Object templateObj, Object argsObj)
protected abstract void
RenderUnit. render(PrintWriter out, Bindings bindings, Bindings arguments, RenderContext renderContext)
void
RenderUnit. 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 ProviderOutcome
UseProvider. provide(String identifier, RenderContext renderContext, Bindings arguments)
Provide an instance based on the given identifier
-