Paketname | libparams-callbackrequest-perl |
Beschreibung | Functional and object-oriented callback architecture |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.19-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | perl (>= 5.6.0-16), libexception-class-perl, libparams-validate-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 55766 Byte |
Prüfsumme MD5 | e937cb1c2e7f0d9079f5715992d89cf5 |
Prüfsumme SHA1 | 262269b81b369ca447e6aedd0522bcad3ad84711 |
Prüfsumme SHA256 | 191e70dbcadb24057be4991810c9e1e54489af072f71b5f2bc3e4785bae3a379 |
Link zum Herunterladen | libparams-callbackrequest-perl_1.19-1_all.deb |
Ausführliche Beschreibung | Params::CallbackRequest provides functional and object-oriented callbacks to
method and function parameters. Callbacks may be either code references
provided to the new() constructor, or methods defined in subclasses of
Params::Callback. Callbacks are triggered either for every call to the
Params::CallbackRequest request() method, or by specially named keys in the
parameters to request().
.
The idea behind this module is to provide a sort of plugin architecture for
Perl templating systems. Callbacks are triggered by the contents of a request
to the Perl templating server, before the templating system itself executes.
This approach allows you to carry out logical processing of data submitted
from a form, to affect the contents of the request parameters before they're
passed to the templating system for processing, and even to redirect or abort
the request before the templating system handles it.
|