public class EventVectorScript extends AbstractScriptSubsetter implements EventVectorSubsetter
config, engine, factory, script, scriptType| Constructor and Description |
|---|
EventVectorScript(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
StringTree |
accept(CacheEvent event,
ChannelGroup channelGroup,
CookieJar cookieJar) |
StringTree |
runScript(VelocityEvent event,
VelocityChannelGroup channelGroup,
CookieJar cookieJar)
Run the script with the arguments as predefined variables.
|
cleanScript, eval, preeval, pullResultpublic StringTree accept(CacheEvent event, ChannelGroup channelGroup, CookieJar cookieJar) throws java.lang.Exception
accept in interface EventVectorSubsetterjava.lang.Exceptionpublic StringTree runScript(VelocityEvent event, VelocityChannelGroup channelGroup, CookieJar cookieJar) throws java.lang.Exception
java.lang.Exception