Uses of Class
org.apache.sling.scripting.sightly.impl.plugin.PluginCallInfo
-
-
Uses of PluginCallInfo in org.apache.sling.scripting.sightly.impl.compiler
Methods in org.apache.sling.scripting.sightly.impl.compiler that return PluginCallInfo Modifier and Type Method Description static PluginCallInfo
Syntax. parsePluginAttribute(String attributeName)
-
Uses of PluginCallInfo in org.apache.sling.scripting.sightly.impl.compiler.frontend
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type PluginCallInfo Modifier and Type Method Description void
ElementContext. addPluginCall(String name, PluginCallInfo info, Expression expression)
-
Uses of PluginCallInfo in org.apache.sling.scripting.sightly.impl.plugin
Methods in org.apache.sling.scripting.sightly.impl.plugin with parameters of type PluginCallInfo Modifier and Type Method Description String
AbstractPlugin. decodeVariableName(PluginCallInfo pluginCallInfo)
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)
void
AggregatePluginInvoke. onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)
void
DefaultPluginInvoke. onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)
void
PluginInvoke. onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)
-