Uses of Interface
org.apache.sling.scripting.sightly.impl.plugin.PluginInvoke
Package
Description
-
Uses of PluginInvoke in org.apache.sling.scripting.sightly.impl.compiler.frontend
Modifier and TypeMethodDescriptionvoid
ElementContext.addPlugin
(PluginInvoke invoke, int priority) -
Uses of PluginInvoke in org.apache.sling.scripting.sightly.impl.plugin
Modifier and TypeClassDescriptionclass
Plugin invoke which aggregates the behavior of several plugin invokes.class
Empty implementation for plugin invocation.Modifier and TypeMethodDescriptionAttributePlugin.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)