Uses of Class
org.apache.sling.scripting.sightly.impl.compiler.frontend.CompilerContext
-
Packages that use CompilerContext Package Description org.apache.sling.scripting.sightly.impl.plugin -
-
Uses of CompilerContext in org.apache.sling.scripting.sightly.impl.plugin
Methods in org.apache.sling.scripting.sightly.impl.plugin with parameters of type CompilerContext Modifier and Type Method Description PluginInvoke
AttributePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
CallPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
ElementPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
IncludePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
ListPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
Plugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
Given the plugin invocation provide an invoke object which will influence the rendering command streamPluginInvoke
RepeatPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
ResourcePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
SetPlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
TemplatePlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
TestPlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
TextPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
UnwrapPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
PluginInvoke
UsePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)
-