Generic Function Parse-View-Field-Value (7 methods)

( parse-view-field-value < parser > < value > < obj > < view > < field > &rest < args > )

Part of:

package weblocks
Parse a string 'value' obtained from a request
using a specified 'parser' and save it into an appopriate 'obj' slot
obtained from a view 'field'.

This function returns three values. The first value is true if
'request-slot-value' has successfully been parsed and false
otherwise. If the first value is true, the second value is true if the
input is not empty, and false otherwise. If the second value is true,
the third value is the actual parsed value.

Specialize this function to add custom parsers or to parse given
fields differently.

Method Summary

parse-view-field-value < integer-parser > < t > < t > < form-view > < form-view-field
parse-view-field-value < keyword-parser > < t > < t > < form-view > < form-view-field
parse-view-field-value < object-id-parser > < t > < t > < form-view > < form-view-field
parse-view-field-value < predicate-parser > < t > < t > < form-view > < form-view-field
parse-view-field-value < symbol-parser > < t > < t > < form-view > < form-view-field
parse-view-field-value < text-parser > < t > < t > < form-view > < form-view-field
parse-view-field-value < us-state-parser > < t > < t > < form-view > < form-view-field