com.meterware.httpunit.protocol
Interface ParameterCollection

All Known Implementing Classes:
WebForm, WebImage, WebLink, WebRequestSource

public interface ParameterCollection

Author:
Russell Gold

Method Summary
 void recordParameters(ParameterProcessor processor)
          Iterates through the parameters in this holder, recording them in the supplied parameter processor.
 

Method Detail

recordParameters

void recordParameters(ParameterProcessor processor)
                      throws java.io.IOException
Iterates through the parameters in this holder, recording them in the supplied parameter processor.

Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.