public abstract class JRubyJellyScript extends Object
Script.
This abstract class defines the Java half of it, and it is further subtyped in Ruby for different languages.
| Modifier | Constructor and Description |
|---|---|
protected |
JRubyJellyScript() |
| Modifier and Type | Method and Description |
|---|---|
Script |
compile() |
void |
invokeTaglib(IJRubyContext rcon,
JellyContext context,
XMLOutput output,
String uri,
String localName,
Map<RubySymbol,?> attributes,
RubyProc proc)
Invokes other Jelly tag libaries.
|
abstract void |
run(JellyContext context,
XMLOutput output) |
public Script compile()
throws JellyException
JellyExceptionpublic abstract void run(JellyContext context,
XMLOutput output)
throws JellyTagException
JellyTagExceptionpublic void invokeTaglib(IJRubyContext rcon, JellyContext context, XMLOutput output, String uri, String localName, Map<RubySymbol,?> attributes, RubyProc proc) throws JellyException
JellyExceptionCopyright © 2014. All rights reserved.