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.Script
public 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.Script
org.apache.commons.jelly.JellyTagException
public void run(JellyBuilder builder)
Copyright © 2017. All rights reserved.