com.meterware.httpunit

Class WebImage

public class WebImage extends FixedURLWebRequestSource

Represents an image in an HTML document.

Author: Russell Gold

Nested Class Summary
classWebImage.Scriptable
Method Summary
StringgetAltText()
WebLinkgetLink()
StringgetName()
ScriptableDelegategetScriptableDelegate()
Returns the scriptable delegate.
WebImage.ScriptablegetScriptableObject()
Returns an object which provides scripting access to this link.
StringgetSource()

Method Detail

getAltText

public String getAltText()

getLink

public WebLink getLink()

getName

public String getName()

getScriptableDelegate

public ScriptableDelegate getScriptableDelegate()
Returns the scriptable delegate.

getScriptableObject

public WebImage.Scriptable getScriptableObject()
Returns an object which provides scripting access to this link.

getSource

public String getSource()