com.meterware.httpunit.scripting
Interface ScriptingEngine

All Superinterfaces:
ScriptingEventHandler, ScriptingHandler
All Known Implementing Classes:
AbstractDomComponent, AttrImpl, CDATASectionImpl, CharacterDataImpl, CommentImpl, DocumentImpl, DocumentTypeImpl, DomWindow, ElementImpl, HTMLAnchorElementImpl, HTMLAppletElementImpl, HTMLAreaElementImpl, HTMLBaseElementImpl, HTMLBodyElementImpl, HTMLButtonElementImpl, HTMLControl, HTMLDocumentImpl, HTMLElementImpl, HTMLFormElementImpl, HTMLHeadElementImpl, HTMLHtmlElementImpl, HTMLIFrameElementImpl, HTMLImageElementImpl, HTMLInputElementImpl, HTMLLinkElementImpl, HTMLMetaElementImpl, HTMLOptionElementImpl, HTMLParagraphElementImpl, HTMLSelectElementImpl, HTMLStyleElementImpl, HTMLTableCellElementImpl, HTMLTableElementImpl, HTMLTableRowElementImpl, HTMLTextAreaElementImpl, HTMLTitleElementImpl, JavaScript.Control, JavaScript.Document, JavaScript.Form, JavaScript.HTMLElement, JavaScript.Image, JavaScript.Link, JavaScript.Location, JavaScript.Navigator, JavaScript.Option, JavaScript.Options, JavaScript.Screen, JavaScript.Style, JavaScript.Window, NamespaceAwareNodeImpl, NodeImpl, ProcessingInstructionImpl, ScriptingEngineImpl, TextImpl

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

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


clearCaches

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

Specified by:
clearCaches in interface ScriptingHandler


Copyright © 2011. All Rights Reserved.