Bindings associated with the request returned by the
send-*/(suspend|forward)
functions, or passed
as parameters to procedures that are either published or the
target of a dispatch, can be extracted and associated to
language-level variables.
Bindings, as returned by the function
get-bindings
are contained in an opaque
object. This object can be converted to an association list via
bindings->alist
, or queried in constant time
using the extract-bindings
or
extract-single-binding
functions. The object
is guaranteed to be serializable, but code should not rely on its
specific implementation.
Requires:
(import siscweb/bindings)
Located in:
siscweb.jar
This module assists developers in obtaining values of parameters passed in a request.
procedure:
(get-bindings [char-set] request) => bindings