java.lang.Object
org.apache.sling.scripting.sightly.impl.plugin.AbstractPlugin
org.apache.sling.scripting.sightly.impl.plugin.TestPlugin
All Implemented Interfaces:
Comparable<Plugin>, Plugin

public class TestPlugin extends AbstractPlugin
Implementation for the test plugin
  • Constructor Details

    • TestPlugin

      public TestPlugin()
  • Method Details

    • 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 invocation
      callInfo - the parameters given to the plugin
      compilerContext - a compiler context providing utility methods to plugins
      Returns:
      an invocation
      See Also: