public interface ScriptInvoker
JellyFacet.scriptInvoker
Modifier and Type | Method and Description |
---|---|
void |
invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it)
Invokes the script and generates output to
ServletResponse.getOutputStream() . |
void |
invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it,
org.apache.commons.jelly.XMLOutput out)
Invokes the script and generates output to the specified output
|
void invokeScript(StaplerRequest req, StaplerResponse rsp, org.apache.commons.jelly.Script script, Object it) throws IOException, org.apache.commons.jelly.JellyTagException
ServletResponse.getOutputStream()
.IOException
org.apache.commons.jelly.JellyTagException
void invokeScript(StaplerRequest req, StaplerResponse rsp, org.apache.commons.jelly.Script script, Object it, org.apache.commons.jelly.XMLOutput out) throws IOException, org.apache.commons.jelly.JellyTagException
IOException
org.apache.commons.jelly.JellyTagException
Copyright © 2013. All rights reserved.