Package com.meterware.httpunit
Class WebImage.Scriptable
java.lang.Object
com.meterware.httpunit.scripting.ScriptableDelegate
com.meterware.httpunit.WebImage.Scriptable
- All Implemented Interfaces:
DocumentElement
,NamedDelegate
,ScriptingEventHandler
,ScriptingHandler
- Enclosing class:
- WebImage
-
Field Summary
Fields inherited from class com.meterware.httpunit.scripting.ScriptableDelegate
NULL_SCRIPT_ENGINE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the property with the given nameprotected HTMLElement
getAttribute
(String attributeName) get the content of the given attributegetName()
boolean
handleEvent
(String eventName) Executes the event Handler script for the specified event (such as onchange, onmousedown, onclick, onmouseup) if it is defined.void
removeAttribute
(String attributeName) remove the given attributevoid
Sets the value of the named property.void
setAttribute
(String attributeName, Object value) set the attribute with the given attribute name to the given valueMethods inherited from class com.meterware.httpunit.scripting.ScriptableDelegate
clearCaches, doEvent, doEventScript, evaluateExpression, get, getDelegates, getScriptEngine, getScriptEngine, runScript, setScriptEngine, supportsScriptLanguage
-
Constructor Details
-
Scriptable
public Scriptable()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNamedDelegate
-
get
get the property with the given name- Parameters:
propertyName
- - the name of the property to get
-
set
Description copied from class:ScriptableDelegate
Sets the value of the named property. Will throw a runtime exception if the property does not exist or cannot accept the specified value.- Overrides:
set
in classScriptableDelegate
-
get_element
- Returns:
- the _element
-
getAttribute
get the content of the given attribute- Parameters:
attributeName
-- Returns:
- the attribute as a string
-
setAttribute
set the attribute with the given attribute name to the given value- Parameters:
attributeName
-value
-
-
removeAttribute
remove the given attribute- Parameters:
attributeName
-
-
handleEvent
Description copied from class:ScriptableDelegate
Executes the event Handler script for the specified event (such as onchange, onmousedown, onclick, onmouseup) if it is defined.- Specified by:
handleEvent
in interfaceScriptingEventHandler
- Overrides:
handleEvent
in classScriptableDelegate
- Parameters:
eventName
- the name of the event for which a handler should be run.- Returns:
- whether the event with the given name was handled
-