Uses of Interface
org.apache.sling.scripting.sightly.impl.plugin.PluginInvoke
Packages that use PluginInvoke
Package
Description
-
Uses of PluginInvoke in org.apache.sling.scripting.sightly.impl.compiler.frontend
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend that return PluginInvokeMethods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type PluginInvokeModifier and TypeMethodDescriptionvoid
ElementContext.addPlugin
(PluginInvoke invoke, int priority) -
Uses of PluginInvoke in org.apache.sling.scripting.sightly.impl.plugin
Classes in org.apache.sling.scripting.sightly.impl.plugin that implement PluginInvokeModifier and TypeClassDescriptionclass
Plugin invoke which aggregates the behavior of several plugin invokes.class
Empty implementation for plugin invocation.Methods in org.apache.sling.scripting.sightly.impl.plugin that return PluginInvokeModifier 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) Constructor parameters in org.apache.sling.scripting.sightly.impl.plugin with type arguments of type PluginInvoke