Class Text-Parser

A default parser for forms. Simply returns strings
obtained from the request.

Part of:

package weblocks, class parser

Direct Superclass

parser

Slot

error-message
The error part of the message. See *invalid-input-message* for details.
Initform:a valid value, 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.

Direct Method

parse-view-field-valueParse a string 'value' obtained from a request
using a specified 'parser' and save it into an app...