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 PluginCallInfoSyntax.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 TypeMethodDescriptionvoidElementContext.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) voidAggregatePluginInvoke.onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression) voidDefaultPluginInvoke.onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression) voidPluginInvoke.onPluginCall(PushStream stream, PluginCallInfo callInfo, Expression expression)