The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Dispatcher - The Catalyst Dispatcher

SYNOPSIS

See Catalyst.

DESCRIPTION

METHODS

$self->detach( $c, $command [, \@arguments ] )

$self->dispatch($c)

$self->forward( $c, $command [, \@arguments ] )

$self->prepare_action($c)

$self->get_action( $action, $namespace )

$self->get_actions( $c, $action, $namespace )

$self->get_containers( $namespace )

$self->register( $c, $action )

$self->setup_actions( $class, $component )

AUTHOR

Sebastian Riedel, sri@cpan.org Matt S Trout, mst@shadowcatsystems.co.uk

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.