public class GroovierJellyScript extends Object implements org.apache.commons.jelly.Script
Script
(so that it can be called from other Jelly scripts.)| Constructor and Description |
|---|
GroovierJellyScript(Class clazz,
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 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 © 2016. All Rights Reserved.