public final class JellyViewScript extends Object implements org.apache.commons.jelly.Script
Modifier and Type | Field and Description |
---|---|
Class |
from
Deprecated.
as of 1.177
Use
fromKlass |
Klass<?> |
fromKlass |
URL |
source
Full URL that points to the source of the script.
|
Constructor and Description |
---|
JellyViewScript(Class from,
URL source,
org.apache.commons.jelly.Script base)
Deprecated.
as of 1.177
use
JellyViewScript(Klass, URL, Script) |
JellyViewScript(Klass from,
URL source,
org.apache.commons.jelly.Script base) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.jelly.Script |
compile() |
String |
getName() |
void |
run(org.apache.commons.jelly.JellyContext context,
org.apache.commons.jelly.XMLOutput output) |
public final Class from
fromKlass
public final Klass<?> fromKlass
public final URL source
public JellyViewScript(Class from, URL source, org.apache.commons.jelly.Script base)
JellyViewScript(Klass, URL, Script)
public org.apache.commons.jelly.Script compile() throws org.apache.commons.jelly.JellyException
compile
in interface org.apache.commons.jelly.Script
org.apache.commons.jelly.JellyException
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 String getName()
Copyright © 2017. All rights reserved.