com.sun.jersey.api.representation
Class Form
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<String>>
com.sun.jersey.core.util.MultivaluedMapImpl
com.sun.jersey.api.representation.Form
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<String>>, javax.ws.rs.core.MultivaluedMap<String,String>
public class Form
- extends MultivaluedMapImpl
An implementation of MultivaluedMap
that may be
used for reading/writing String-based form parameters.
- Author:
- Doug Kohlert
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Constructor Summary |
Form()
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Form
public Form()
Copyright © 2011 Oracle Corporation. All Rights Reserved.