public class RequestParameter extends Object
Constructor and Description |
---|
RequestParameter(String key,
String[] values)
Constructor for creating a parameter for the given key and values
|
public String getKey()
public List<String> getValueList()
public String[] getValues()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.