org.kohsuke.stapler.jelly
Class DefaultScriptInvoker
java.lang.Object
org.kohsuke.stapler.jelly.DefaultScriptInvoker
- All Implemented Interfaces:
- ScriptInvoker
public class DefaultScriptInvoker
- extends java.lang.Object
- implements ScriptInvoker
Standard implementation of ScriptInvoker
.
- Author:
- Kohsuke Kawaguchi
Method Summary |
protected org.apache.commons.jelly.JellyContext |
createContext(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
|
protected java.io.OutputStream |
createOutputStream(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
|
protected org.apache.commons.jelly.XMLOutput |
createXMLOutput(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
|
protected void |
exportVariables(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it,
org.apache.commons.jelly.JellyContext context)
|
void |
invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultScriptInvoker
public DefaultScriptInvoker()
invokeScript
public 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
- Specified by:
invokeScript
in interface ScriptInvoker
- Throws:
java.io.IOException
org.apache.commons.jelly.JellyTagException
createXMLOutput
protected org.apache.commons.jelly.XMLOutput createXMLOutput(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
throws java.io.IOException
- Throws:
java.io.IOException
createOutputStream
protected java.io.OutputStream createOutputStream(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
throws java.io.IOException
- Throws:
java.io.IOException
exportVariables
protected void exportVariables(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it,
org.apache.commons.jelly.JellyContext context)
createContext
protected org.apache.commons.jelly.JellyContext createContext(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
Copyright © 2008. All Rights Reserved.