com.meterware.httpunit.scripting
Interface ScriptingEngine

All Superinterfaces:
ScriptingEventHandler, ScriptingHandler

public interface ScriptingEngine
extends ScriptingHandler

Author:
Russell Gold

Method Summary
 void clearCaches()
          Clears any cached values, permitting them to be recomputed as needed.
 ScriptingEngine newScriptingEngine(ScriptableDelegate child)
          Returns a new scripting engine for the specified delegate.
 
Methods inherited from interface com.meterware.httpunit.scripting.ScriptingHandler
evaluateExpression, runScript, supportsScriptLanguage
 
Methods inherited from interface com.meterware.httpunit.scripting.ScriptingEventHandler
doEvent, doEventScript, handleEvent
 

Method Detail

newScriptingEngine

public ScriptingEngine newScriptingEngine(ScriptableDelegate child)
Returns a new scripting engine for the specified delegate.


clearCaches

public void clearCaches()
Clears any cached values, permitting them to be recomputed as needed.

Specified by:
clearCaches in interface ScriptingHandler

Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.