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( $c, $action, $namespace, $inherit )
- $self->set_action( $c, $action, $code, $namespace, $attrs )
- $self->setup_actions( $class, $component )
AUTHOR
Sebastian Riedel, sri@cpan.org
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.