| java.lang.Object net.matuschek.html.FormField
FormField | public class FormField (Code) | | This class represents a form field. It is defined by a name
and a value.
author: Daniel Matuschek version: $Id: FormField.java,v 1.2 2001/04/17 15:29:27 matuschd Exp $ |
setFieldname | public void setFieldname(String fieldname)(Code) | | |
toEncodedString | public String toEncodedString()(Code) | | convert to an URL encoded string (like toString,
but uses URLEncoder for encoding fieldname and value
a fieldname=value string |
toString | public String toString()(Code) | | convert to a String represantation
a fieldname=value string |
|
|