* @param characterSet
* The supported character encoding.
* @return The form as a Web representation.
*/
public Representation getWebRepresentation(CharacterSet characterSet) {
return new StringRepresentation(getQueryString(characterSet),
MediaType.APPLICATION_WWW_FORM, null, characterSet);
}