Uses of Interface
org.apache.sling.scripting.sightly.impl.plugin.PluginInvoke
-
Packages that use PluginInvoke Package Description org.apache.sling.scripting.sightly.impl.compiler.frontend org.apache.sling.scripting.sightly.impl.plugin -
-
Uses of PluginInvoke in org.apache.sling.scripting.sightly.impl.compiler.frontend
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend that return PluginInvoke Modifier and Type Method Description PluginInvokeElementContext. pluginInvoke()Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type PluginInvoke Modifier and Type Method Description voidElementContext. 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 PluginInvoke Modifier and Type Class Description classAggregatePluginInvokePlugin invoke which aggregates the behavior of several plugin invokes.classDefaultPluginInvokeEmpty implementation for plugin invocation.Methods in org.apache.sling.scripting.sightly.impl.plugin that return PluginInvoke Modifier and Type Method Description PluginInvokeAttributePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeCallPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeElementPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeIncludePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeListPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)Given the plugin invocation provide an invoke object which will influence the rendering command streamPluginInvokeRepeatPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeResourcePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeSetPlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeTemplatePlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeTestPlugin. invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeTextPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeUnwrapPlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)PluginInvokeUsePlugin. invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext)Constructor parameters in org.apache.sling.scripting.sightly.impl.plugin with type arguments of type PluginInvoke Constructor Description AggregatePluginInvoke(List<PluginInvoke> invokes)
-