Class SetPlugin
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
-
- org.apache.sling.scripting.sightly.impl.plugin.SetPlugin
-
- All Implemented Interfaces:
Comparable<Plugin>
,Plugin
public class SetPlugin extends AbstractPlugin
Implementation for thedata-sly-set
plugin
-
-
Field Summary
-
Fields inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
name, priority
-
-
Constructor Summary
Constructors Constructor Description SetPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginInvoke
invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)
Given the plugin invocation provide an invoke object which will influence the rendering command stream-
Methods inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
compareTo, decodeVariableName, name, priority
-
-
-
-
Method Detail
-
invoke
public PluginInvoke invoke(Expression expressionNode, PluginCallInfo callInfo, CompilerContext compilerContext)
Description copied from interface:Plugin
Given the plugin invocation provide an invoke object which will influence the rendering command stream- Parameters:
expressionNode
- the expression used at plugin invocationcallInfo
- the parameters given to the plugincompilerContext
- a compiler context providing utility methods to plugins- Returns:
- an invocation
- See Also:
PluginInvoke
-
-