org.kohsuke.stapler.jelly
Interface ScriptInvoker
- All Known Implementing Classes:
- DefaultScriptInvoker
public interface ScriptInvoker
Pluggability point for controlling how scripts get executed.
TODO: how does the user specify it?
- Author:
- Kohsuke Kawaguchi
invokeScript
void invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
throws java.io.IOException,
org.apache.commons.jelly.JellyTagException
- Throws:
java.io.IOException
org.apache.commons.jelly.JellyTagException
Copyright © 2008. All Rights Reserved.