Class RepeatPlugin
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
-
- org.apache.sling.scripting.sightly.impl.plugin.AbstractRepeatPlugin
-
- org.apache.sling.scripting.sightly.impl.plugin.RepeatPlugin
-
- All Implemented Interfaces:
Comparable<Plugin>
,Plugin
public class RepeatPlugin extends AbstractRepeatPlugin
-
-
Constructor Summary
Constructors Constructor Description RepeatPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginInvoke
invoke(Expression expression, 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.AbstractRepeatPlugin
buildStatusObj
-
Methods inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
compareTo, decodeVariableName, name, priority
-
-
-
-
Method Detail
-
invoke
public PluginInvoke invoke(Expression expression, 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:
expression
- 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
-
-