Class ResourcePlugin
java.lang.Object
org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
org.apache.sling.scripting.sightly.impl.plugin.ResourcePlugin
- All Implemented Interfaces:
- Comparable<Plugin>,- Plugin
The resource plugin.
- 
Field SummaryFields inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPluginname, priority
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninvoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) Given the plugin invocation provide an invoke object which will influence the rendering command streamMethods inherited from class org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugincompareTo, decodeVariableName, name, priority
- 
Constructor Details- 
ResourcePluginpublic ResourcePlugin()
 
- 
- 
Method Details- 
invokepublic PluginInvoke invoke(Expression expression, PluginCallInfo callInfo, CompilerContext compilerContext) Description copied from interface:PluginGiven the plugin invocation provide an invoke object which will influence the rendering command stream- Parameters:
- expression- the expression used at plugin invocation
- callInfo- the parameters given to the plugin
- compilerContext- a compiler context providing utility methods to plugins
- Returns:
- an invocation
- See Also:
 
 
-