Interface ScriptExecutor<S>

Type Parameters:
S - script type

public interface ScriptExecutor<S>
Execution strategy for handling views written in other scripting languages.
Since:
TODO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(StaplerRequest req, StaplerResponse rsp, S script, Object it)
    Executes the given script on the given node and request, rendering output to the given response.
  • Method Details