Package com.meterware.httpunit.scripting
Interface FormScriptable
-
- All Superinterfaces:
ScriptingEventHandler
- All Known Implementing Classes:
WebForm.Scriptable
public interface FormScriptable extends ScriptingEventHandler
- Author:
- Russell Gold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAction(java.lang.String newAction)
set the actionvoid
setParameterValue(java.lang.String name, java.lang.String value)
set the value of a parameter-
Methods inherited from interface com.meterware.httpunit.scripting.ScriptingEventHandler
doEvent, doEventScript, handleEvent
-
-
-
-
Method Detail
-
setAction
void setAction(java.lang.String newAction)
set the action- Parameters:
newAction
-
-
setParameterValue
void setParameterValue(java.lang.String name, java.lang.String value)
set the value of a parameter- Parameters:
name
- - the name of the parameter to setvalue
- - the value to use for the parameter
-
-