| parser |
|---|
| error-message | A default error message. If subclasses
override 'parser-error-message', it is still recommended that they allow
callers to override the error message using the ':error-message'
initarg. See the implementation of 'integer-parser' for an example of
this. Initform:this value must be valid, Initargs::error-message; Accessors:parser-error-message. |
|---|---|
| matches | If this slot is a regular expression, the
input value will be validated against it. Initargs::matches; Accessors:text-parser-matches. |
| parse-view-field-value | Parse a string 'value' obtained from a request using a specified 'parser' and save it into an app... |
|---|