public final class JellyViewScript
extends java.lang.Object
implements org.apache.commons.jelly.Script
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class |
from
Deprecated.
as of 1.177
Use
fromKlass |
Klass<?> |
fromKlass |
java.net.URL |
source
Full URL that points to the source of the script.
|
| Constructor and Description |
|---|
JellyViewScript(java.lang.Class from,
java.net.URL source,
org.apache.commons.jelly.Script base)
Deprecated.
as of 1.177
use
JellyViewScript(Klass, URL, Script) |
JellyViewScript(Klass from,
java.net.URL source,
org.apache.commons.jelly.Script base) |
public final java.lang.Class from
fromKlasspublic final Klass<?> fromKlass
public final java.net.URL source
public JellyViewScript(java.lang.Class from,
java.net.URL source,
org.apache.commons.jelly.Script base)
JellyViewScript(Klass, URL, Script)public JellyViewScript(Klass from, java.net.URL source, org.apache.commons.jelly.Script base)
public org.apache.commons.jelly.Script compile()
throws org.apache.commons.jelly.JellyException
compile in interface org.apache.commons.jelly.Scriptorg.apache.commons.jelly.JellyExceptionpublic 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 java.lang.String getName()
Copyright © 2015. All Rights Reserved.