![]()
![]()
All Resources All filters
The PostableResource class is the basic resource class for handling the HTTP POST method. Its main purpose is to decode the form parameters.
It defines two boolean attributes that allow to control how this decoding should be done. If the overide attribute is true, then the decoder will overide parameter values as they are defined (hence, if your form defines two form field with the same name, you will only be able to get the last one's value). The convert-get attribute specifies wether you want the form decoder to silently convert GET request to their equivalent POST form.
The PostableResource class inherits from the following classes:
The Postableresource defines the following attributes:
overide
java.lang.String[]
, the value has multiple value, otherwise,
the simple java.lang.String
value has been returned.
convert-get
Anselm Baird-Smith
$Id: w3c.jigsaw.forms.PostableResource.html,v 1.1 1996/04/23 19:12:57 abaird Exp $