| com.meterware.httpunit.scripting.ScriptingEngine
clearCaches | public void clearCaches()(Code) | | Clears any cached values, permitting them to be recomputed as needed.
|
evaluateScriptExpression | public String evaluateScriptExpression(String urlString)(Code) | | Evaluates the specified string as JavaScript. Will return null if the script has no return value.
|
executeScript | public String executeScript(String language, String script)(Code) | | Interprets the specified script, which may include global function definitions.
|
performEvent | public boolean performEvent(String eventScript)(Code) | | Interprets the specified script and returns a boolean result.
|
supportsScriptLanguage | public boolean supportsScriptLanguage(String language)(Code) | | Returns true if this engine supports the specified script.
|
|
|