org.apache.tapestry.test
Class ParameterList

java.lang.Object
  extended by org.apache.tapestry.test.ParameterList

public class ParameterList
extends java.lang.Object

Contains a list of string query parameters for a RequestDescriptor.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ParameterList()
           
 
Method Summary
 void add(java.lang.String value)
           
 java.lang.String[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterList

public ParameterList()
Method Detail

add

public void add(java.lang.String value)

getValues

public java.lang.String[] getValues()