Class Us-State-Parser
A parser designed to parse strings into
a US state.
Slot
| 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. |
|---|
Direct Method
| parse-view-field-value | Parse a string 'value' obtained from a request using a specified 'parser' and save it into an app... |
|---|