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.impl.engine.compiled
Methods in org.apache.sling.scripting.sightly.impl.engine.compiled with parameters of type RenderContextModifier and TypeMethodDescriptionSlingHTLMasterCompiler.getResourceBackedUseObject
(RenderContext renderContext, String className) This method returns an Object instance based on aResource
-backed class that is either found through regular classloading mechanisms or on-the-fly compilation. -
Uses of RenderContext in org.apache.sling.scripting.sightly.impl.engine.extension
Methods in org.apache.sling.scripting.sightly.impl.engine.extension with parameters of type RenderContextModifier and TypeMethodDescriptionFormatFilterExtension.call
(RenderContext renderContext, Object... arguments) I18nRuntimeExtension.call
(RenderContext renderContext, Object... arguments) IncludeRuntimeExtension.call
(RenderContext renderContext, Object... arguments) JoinFilterExtension.call
(RenderContext renderContext, Object... arguments) ResourceRuntimeExtension.call
(RenderContext renderContext, Object... arguments) URIManipulationFilterExtension.call
(RenderContext renderContext, Object... arguments) XSSRuntimeExtension.call
(RenderContext renderContext, Object... arguments) -
Uses of RenderContext in org.apache.sling.scripting.sightly.impl.engine.extension.use
Methods in org.apache.sling.scripting.sightly.impl.engine.extension.use with parameters of type RenderContextModifier and TypeMethodDescriptionUseRuntimeExtension.call
(RenderContext renderContext, Object... arguments) JavaUseProvider.provide
(String identifier, RenderContext renderContext, Bindings arguments) RenderUnitProvider.provide
(String identifier, RenderContext renderContext, Bindings arguments) ResourceUseProvider.provide
(String identifier, RenderContext renderContext, Bindings arguments) ScriptUseProvider.provide
(String scriptName, RenderContext renderContext, Bindings arguments) -
Uses of RenderContext in org.apache.sling.scripting.sightly.impl.engine.runtime
Classes in org.apache.sling.scripting.sightly.impl.engine.runtime that implement RenderContextModifier and TypeClassDescriptionclass
Rendering context for HTL rendering units. -
Uses of RenderContext in org.apache.sling.scripting.sightly.impl.utils
Methods in org.apache.sling.scripting.sightly.impl.utils with parameters of type RenderContextModifier and TypeMethodDescriptionScriptDependencyResolver.resolveScript
(RenderContext renderContext, String scriptIdentifier) Resolves a script identifier to a resource -
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 void
RenderUnit.callUnit
(PrintWriter out, RenderContext renderContext, Object templateObj, Object argsObj) protected abstract void
RenderUnit.render
(PrintWriter out, Bindings bindings, Bindings arguments, RenderContext renderContext) final 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 RenderContextModifier and TypeMethodDescriptionUseProvider.provide
(String identifier, RenderContext renderContext, Bindings arguments) Provide an instance based on the given identifier