com.meterware.httpunit
Class WebForm.Scriptable

java.lang.Object
  |
  +--com.meterware.httpunit.WebForm.Scriptable
All Implemented Interfaces:
ScriptableObject
Enclosing class:
WebForm

public class WebForm.Scriptable
extends java.lang.Object
implements ScriptableObject


Constructor Summary
WebForm.Scriptable()
           
 
Method Summary
 java.lang.Object get(java.lang.String propertyName)
          Returns the value of the named property.
 java.lang.String getAction()
           
 void set(java.lang.String propertyName, java.lang.Object value)
          Sets the value of the named property.
 void setAction(java.lang.String newAction)
           
 void setParameterValue(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebForm.Scriptable

public WebForm.Scriptable()
Method Detail

getAction

public java.lang.String getAction()

setAction

public void setAction(java.lang.String newAction)

setParameterValue

public void setParameterValue(java.lang.String name,
                              java.lang.String value)

set

public void set(java.lang.String propertyName,
                java.lang.Object value)
Description copied from interface: ScriptableObject
Sets the value of the named property. Will throw a runtime exception if the property does not exist or cannot accept the specified value.

Specified by:
set in interface ScriptableObject

get

public java.lang.Object get(java.lang.String propertyName)
Description copied from interface: ScriptableObject
Returns the value of the named property. Will throw a runtime exception if the property does not exist.

Specified by:
get in interface ScriptableObject

Copyright © 2000-2002 Russell Gold. See license agreement for rights granted.