com.meterware.httpunit.scripting
Interface ScriptingHandler

All Superinterfaces:
ScriptingEventHandler
All Known Subinterfaces:
ScriptingEngine
All Known Implementing Classes:
AbstractDomComponent, AttrImpl, CDATASectionImpl, CharacterDataImpl, CommentImpl, DocumentImpl, DocumentTypeImpl, DomWindow, ElementImpl, FormControl.Scriptable, HTMLAnchorElementImpl, HTMLAppletElementImpl, HTMLAreaElementImpl, HTMLBaseElementImpl, HTMLBodyElementImpl, HTMLButtonElementImpl, HTMLControl, HTMLDocumentImpl, HTMLElementImpl, HTMLFormElementImpl, HTMLHeadElementImpl, HTMLHtmlElementImpl, HTMLIFrameElementImpl, HTMLImageElementImpl, HTMLInputElementImpl, HTMLLinkElementImpl, HTMLMetaElementImpl, HTMLOptionElementImpl, HTMLPage.Scriptable, 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, ScriptableDelegate, ScriptingEngineImpl, SelectionFormControl.Option, SelectionFormControl.Options, TextImpl, WebForm.Scriptable, WebImage.Scriptable, WebLink.Scriptable, WebResponse.Scriptable

public interface ScriptingHandler
extends ScriptingEventHandler

Author:
Russell Gold

Method Summary
 void clearCaches()
           
 java.lang.Object evaluateExpression(java.lang.String urlString)
           
 java.lang.String runScript(java.lang.String language, java.lang.String script)
           
 boolean supportsScriptLanguage(java.lang.String language)
           
 
Methods inherited from interface com.meterware.httpunit.scripting.ScriptingEventHandler
doEvent, doEventScript, handleEvent
 

Method Detail

supportsScriptLanguage

boolean supportsScriptLanguage(java.lang.String language)

runScript

java.lang.String runScript(java.lang.String language,
                           java.lang.String script)

evaluateExpression

java.lang.Object evaluateExpression(java.lang.String urlString)

clearCaches

void clearCaches()


Copyright © 2011. All Rights Reserved.