NAME
HTML::Widget::Filter - Filter Base Class
SYNOPSIS
my $f = $widget->filter( $type, @names );
$c->names(@names);
DESCRIPTION
Filter Base Class.
METHODS
$self->filter($value)
FIlter given value.
$self->init($widget)
Called once when process() gets called for the first time.
$self->names(@names)
Contains names of params to filter.
$self->prepare($widget)
Called whenever process() gets called.
$self->process($params)
AUTHOR
Sebastian Riedel, sri@oook.de
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.