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