Paketname | libparams-callbackrequest-perl |
Beschreibung | Functional and object-oriented callback architecture |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.19-1 |
Sektion | 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 | Debian Perl Group |
Quelle | |
Paketgröße | 54590 Byte |
Prüfsumme MD5 | eb667790839b47d0bf90072bd7a9650e |
Prüfsumme SHA1 | 45b71f8db533820c3f6303c4576f4aafd94c5a5a |
Prüfsumme SHA256 | 13a86ba141534f622098d91e5f3be871d578f648a625834d316c69b7e6d5d052 |
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.
|