public interface ScriptInvoker extends ScriptExecutor<org.apache.commons.jelly.Script>
JellyFacet.scriptInvoker| Modifier and Type | Method and Description |
|---|---|
default void |
execute(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it) |
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().IOExceptionorg.apache.commons.jelly.JellyTagExceptionvoid 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
IOExceptionorg.apache.commons.jelly.JellyTagExceptiondefault void execute(@Nonnull StaplerRequest req, @Nonnull StaplerResponse rsp, @Nonnull org.apache.commons.jelly.Script script, @CheckForNull Object it) throws IOException, org.apache.commons.jelly.JellyTagException
execute in interface ScriptExecutor<org.apache.commons.jelly.Script>IOExceptionorg.apache.commons.jelly.JellyTagExceptionCopyright © 2019. All rights reserved.