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->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.