public class VelocityCompiledScript extends CompiledScript
Modifier and Type | Field and Description |
---|---|
protected VelocityScriptEngine |
engine |
protected Template |
template |
Constructor and Description |
---|
VelocityCompiledScript(VelocityScriptEngine e,
Template t) |
Modifier and Type | Method and Description |
---|---|
Object |
eval(ScriptContext scriptContext) |
ScriptEngine |
getEngine() |
eval, eval
protected VelocityScriptEngine engine
protected Template template
public VelocityCompiledScript(VelocityScriptEngine e, Template t)
public Object eval(ScriptContext scriptContext) throws ScriptException
eval
in class CompiledScript
ScriptException
public ScriptEngine getEngine()
getEngine
in class CompiledScript
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.