public class GroovierJellyScript
extends java.lang.Object
implements org.apache.commons.jelly.Script
Script
(so that it can be called from other Jelly scripts.)| Constructor and Description |
|---|
GroovierJellyScript(java.lang.Class clazz,
java.net.URL scriptURL) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.jelly.Script |
compile() |
void |
run(JellyBuilder builder) |
void |
run(org.apache.commons.jelly.JellyContext context,
org.apache.commons.jelly.XMLOutput output) |
public GroovierJellyScript(java.lang.Class clazz,
java.net.URL scriptURL)
public org.apache.commons.jelly.Script compile()
compile in interface org.apache.commons.jelly.Scriptpublic void run(org.apache.commons.jelly.JellyContext context,
org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
run in interface org.apache.commons.jelly.Scriptorg.apache.commons.jelly.JellyTagExceptionpublic void run(JellyBuilder builder)
Copyright © 2013. All Rights Reserved.