Uses of Class
org.apache.sling.scripting.sightly.impl.plugin.PluginCallInfo
Packages that use PluginCallInfo
Package
Description
-
Uses of PluginCallInfo in org.apache.sling.scripting.sightly.impl.compiler
Methods in org.apache.sling.scripting.sightly.impl.compiler that return PluginCallInfoModifier and TypeMethodDescriptionstatic 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 PluginCallInfoModifier and TypeMethodDescriptionvoid
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 PluginCallInfoModifier and TypeMethodDescriptionAbstractPlugin.decodeVariableName
(PluginCallInfo pluginCallInfo) AttributePlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) CallPlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) ElementPlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) IncludePlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) ListPlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) Plugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) Given the plugin invocation provide an invoke object which will influence the rendering command streamRepeatPlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) ResourcePlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) SetPlugin.invoke
(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext) TemplatePlugin.invoke
(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext) TestPlugin.invoke
(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext) TextPlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) UnwrapPlugin.invoke
(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) 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)