public class ChannelScript extends AbstractScriptSubsetter implements ChannelSubsetter
config, engine, factory, script, scriptType| Constructor and Description |
|---|
ChannelScript(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
StringTree |
accept(ChannelImpl channel,
NetworkSource network) |
StringTree |
runScript(VelocityChannel channel,
VelocityNetworkSource networkSource)
Run the script with the arguments as predefined variables.
|
cleanScript, eval, preeval, pullResultpublic StringTree accept(ChannelImpl channel, NetworkSource network) throws java.lang.Exception
accept in interface ChannelSubsetterjava.lang.Exceptionpublic StringTree runScript(VelocityChannel channel, VelocityNetworkSource networkSource) throws java.lang.Exception
java.lang.Exception