Uses of Interface
com.meterware.httpunit.protocol.ParameterProcessor

Packages that use ParameterProcessor
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.httpunit.controls   
com.meterware.httpunit.protocol   
 

Uses of ParameterProcessor in com.meterware.httpunit
 

Methods in com.meterware.httpunit with parameters of type ParameterProcessor
protected  void Button.addValues(ParameterProcessor processor, java.lang.String characterSet)
           
protected abstract  void FormControl.addValues(ParameterProcessor processor, java.lang.String characterSet)
           
protected  void SubmitButton.addValues(ParameterProcessor processor, java.lang.String characterSet)
          addValues if not disabled and pressed
protected  void RadioGroupFormControl.addValues(ParameterProcessor processor, java.lang.String characterSet)
           
 void WebForm.recordParameters(ParameterProcessor processor)
          Iterates through the parameters in this holder, recording them in the supplied parameter processor.
 

Uses of ParameterProcessor in com.meterware.httpunit.controls
 

Methods in com.meterware.httpunit.controls with parameters of type ParameterProcessor
protected  void SelectionFormControl.addValues(ParameterProcessor processor, java.lang.String characterSet)
           
 

Uses of ParameterProcessor in com.meterware.httpunit.protocol
 

Classes in com.meterware.httpunit.protocol that implement ParameterProcessor
 class URLEncodedString
           
 

Methods in com.meterware.httpunit.protocol with parameters of type ParameterProcessor
 void ParameterCollection.recordParameters(ParameterProcessor processor)
          Iterates through the parameters in this holder, recording them in the supplied parameter processor.
 



Copyright © 2011. All Rights Reserved.