Uses of Interface
com.meterware.httpunit.scripting.ScriptingHandler

Packages that use ScriptingHandler
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.httpunit.controls   
com.meterware.httpunit.dom   
com.meterware.httpunit.javascript   
com.meterware.httpunit.parsing Classes to control HTML parsing. 
com.meterware.httpunit.scripting   
 

Uses of ScriptingHandler in com.meterware.httpunit
 

Classes in com.meterware.httpunit that implement ScriptingHandler
 class FormControl.Scriptable
          implementation of Scriptable input elements
 class HTMLPage.Scriptable
          scriptable for HTML Page
 class WebForm.Scriptable
           
 class WebImage.Scriptable
           
 class WebLink.Scriptable
           
 class WebResponse.Scriptable
           
 

Methods in com.meterware.httpunit that return ScriptingHandler
 ScriptingHandler WebResponse.createDomScriptingHandler()
          create a DOMScriptingHandler
 ScriptingHandler WebResponse.createJavascriptScriptingHandler()
           
 ScriptingHandler[] HTMLPage.Scriptable.getForms()
           
 ScriptingHandler[] HTMLPage.Scriptable.getImages()
           
 ScriptingHandler[] HTMLPage.Scriptable.getLinks()
           
 ScriptingHandler HTMLElement.getScriptingHandler()
          Returns the delegate which supports scripting this element.
 ScriptingHandler WebResponse.getScriptingHandler()
           
 ScriptingHandler BlockElement.getScriptingHandler()
          Returns the delegate which supports scripting this element.
 ScriptingHandler WebRequestSource.getScriptingHandler()
          Returns the scriptable delegate.
 

Methods in com.meterware.httpunit with parameters of type ScriptingHandler
 void WebResponse.setScriptingHandler(ScriptingHandler scriptingHandler)
           
 

Uses of ScriptingHandler in com.meterware.httpunit.controls
 

Classes in com.meterware.httpunit.controls that implement ScriptingHandler
static class SelectionFormControl.Option
           
 class SelectionFormControl.Options
           
 

Uses of ScriptingHandler in com.meterware.httpunit.dom
 

Classes in com.meterware.httpunit.dom that implement ScriptingHandler
 class AbstractDomComponent
           
 class AttrImpl
           
 class CDATASectionImpl
           
 class CharacterDataImpl
           
 class CommentImpl
           
 class DocumentImpl
           
 class DocumentTypeImpl
           
 class DomWindow
           
 class ElementImpl
           
 class HTMLAnchorElementImpl
           
 class HTMLAppletElementImpl
           
 class HTMLAreaElementImpl
           
 class HTMLBaseElementImpl
           
 class HTMLBodyElementImpl
           
 class HTMLButtonElementImpl
           
 class HTMLControl
           
 class HTMLDocumentImpl
           
 class HTMLElementImpl
           
 class HTMLFormElementImpl
           
 class HTMLHeadElementImpl
           
 class HTMLHtmlElementImpl
           
 class HTMLIFrameElementImpl
           
 class HTMLImageElementImpl
           
 class HTMLInputElementImpl
           
 class HTMLLinkElementImpl
           
 class HTMLMetaElementImpl
           
 class HTMLOptionElementImpl
           
 class HTMLParagraphElementImpl
           
 class HTMLSelectElementImpl
           
 class HTMLStyleElementImpl
           
 class HTMLTableCellElementImpl
           
 class HTMLTableElementImpl
           
 class HTMLTableRowElementImpl
           
 class HTMLTextAreaElementImpl
           
 class HTMLTitleElementImpl
           
 class NamespaceAwareNodeImpl
           
 class NodeImpl
           
 class ProcessingInstructionImpl
           
 class TextImpl
           
 

Methods in com.meterware.httpunit.dom that return ScriptingHandler
 ScriptingHandler DomBasedScriptingEngineFactory.createHandler(HTMLElement elementBase)
           
 ScriptingHandler DomBasedScriptingEngineFactory.createHandler(WebResponse response)
           
 ScriptingHandler DomWindowProxy.getScriptingHandler()
           
 

Uses of ScriptingHandler in com.meterware.httpunit.javascript
 

Classes in com.meterware.httpunit.javascript that implement ScriptingHandler
static class JavaScript.Control
          Javascript support for any control
static class JavaScript.Document
          Document script handling
static class JavaScript.Form
           
static class JavaScript.HTMLElement
          HTML Element support for JavaScript
static class JavaScript.Image
           
static class JavaScript.Link
           
static class JavaScript.Location
           
static class JavaScript.Navigator
           
static class JavaScript.Option
           
static class JavaScript.Options
           
static class JavaScript.Screen
           
static class JavaScript.Style
           
static class JavaScript.Window
           
 class ScriptingEngineImpl
           
 

Methods in com.meterware.httpunit.javascript that return ScriptingHandler
 ScriptingHandler JavaScriptEngineFactory.createHandler(HTMLElement elementBase)
           
 ScriptingHandler JavaScriptEngineFactory.createHandler(WebResponse response)
           
 

Uses of ScriptingHandler in com.meterware.httpunit.parsing
 

Methods in com.meterware.httpunit.parsing that return ScriptingHandler
 ScriptingHandler DocumentAdapter.getScriptingHandler()
          Returns the Scriptable object associated with the document
 

Uses of ScriptingHandler in com.meterware.httpunit.scripting
 

Subinterfaces of ScriptingHandler in com.meterware.httpunit.scripting
 interface ScriptingEngine
           
 

Classes in com.meterware.httpunit.scripting that implement ScriptingHandler
 class ScriptableDelegate
          An interface for objects which will be accessible via scripting.
 

Methods in com.meterware.httpunit.scripting that return ScriptingHandler
 ScriptingHandler ScriptingEngineFactory.createHandler(HTMLElement elementBase)
           
 ScriptingHandler ScriptingEngineFactory.createHandler(WebResponse response)
           
 



Copyright © 2011. All Rights Reserved.