gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::Request::Handler - Base class of request handler classes

SYNOPSIS

package Sympa::Request::Handler::foo;
use base qw(Sympa::Request::Handler);

use constant _action_regexp   => qr{reject|request_auth|do_it}i;
use constant _action_scenario => 'review';
use constant _context_class   => 'Sympa::List';

sub _twist {
    ...
}

1;

DESCRIPTION

Sympa::Request::Handler is the base class of subclasses to process instance of Sympa::Request.

Methods

TBD.

Methods subclass should implement

SEE ALSO

Sympa::Request, Sympa::Spindle.

HISTORY

Sympa::Request::Handler appeared on Sympa 6.2.15.


The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.

Theme originally designed by orderedlist