Paketname | libmasonx-interp-withcallbacks-perl |
Beschreibung | Mason callback support via Params::CallbackRequest |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.18-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | perl (>= 5.6.0-16), libhtml-mason-perl (>= 1:1.23), libparams-callbackrequest-perl (>= 1.15), libcla |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 27452 Byte |
Prüfsumme MD5 | 119691955b62ecda0f43799a20becc4b |
Prüfsumme SHA1 | 3786c54062e186167d499be44c2cf26443f3f56a |
Prüfsumme SHA256 | b48e6350a12e0b3c7152f7e9c25d63fd627a3fc32ae46c0cf9d0363c5687ea22 |
Link zum Herunterladen | libmasonx-interp-withcallbacks-perl_1.18-1_al |
Ausführliche Beschreibung | MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
provide a Mason callback system built on Params::CallbackRequest.
Callbacks may be either code references provided to the C constructor,
or methods defined in subclasses of Params::Callback. Callbacks are triggered
either for every request or by specially named keys in the Mason request
arguments, and all callbacks are executed at the beginning of a request, just
before Mason creates and executes the request component stack.
.
This module brings support for a sort of plugin architecture based on
Params::CallbackRequest to Mason. Mason then executes code before executing
any components. This approach allows you to carry out logical processing of
data submitted from a form, to affect the contents of the Mason request
arguments (and thus the %ARGS hash in components), and even to redirect or
abort the request before Mason handles it.
|