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
 void setAction(java.lang.String newAction)
          set the action
 void 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

public void setAction(java.lang.String newAction)
set the action

Parameters:
newAction -

setParameterValue

public void setParameterValue(java.lang.String name,
                              java.lang.String value)
set the value of a parameter

Parameters:
name - - the name of the parameter to set
value - - the value to use for the parameter

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