|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptInvoker
Pluggability point for controlling how scripts get executed.
JellyFacet.scriptInvoker
Method Summary | |
---|---|
void |
invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it)
Invokes the script and generates output to ServletResponse.getOutputStream() . |
void |
invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
java.lang.Object it,
org.apache.commons.jelly.XMLOutput out)
Invokes the script and generates output to the specified output |
Method Detail |
---|
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
ServletResponse.getOutputStream()
.
java.io.IOException
org.apache.commons.jelly.JellyTagException
void invokeScript(StaplerRequest req, StaplerResponse rsp, org.apache.commons.jelly.Script script, java.lang.Object it, org.apache.commons.jelly.XMLOutput out) throws java.io.IOException, org.apache.commons.jelly.JellyTagException
java.io.IOException
org.apache.commons.jelly.JellyTagException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |