Author: sebb
Date: Sun May 4 13:46:37 2008
New Revision: 653267
URL: http://svn.apache.org/viewvc?rev=653267&view=rev
Log:
Javadoc
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java
Modified:
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java?rev=653267&r1=653266&r2=653267&view=diff
==============================================================================
---
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java
(original)
+++
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java
Sun May 4 13:46:37 2008
@@ -32,6 +32,11 @@
import org.apache.jorphan.gui.ObjectTableModel;
import org.apache.jorphan.reflect.Functor;
+/**
+ * A GUI panel allowing the user to enter HTTP Parameters.
+ * These have names and values, as well as check-boxes to determine whether or
not to
+ * include the "=" sign in the output and whether or not to encode the output.
+ */
public class HTTPArgumentsPanel extends ArgumentsPanel {
private static final String ENCODE_OR_NOT =
JMeterUtils.getResString("encode?"); //$NON-NLS-1$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]