NAME
Catalyst::DispatchType::Path - Path DispatchType
SYNOPSIS
See Catalyst.
DESCRIPTION
METHODS
$self->list($c)
Debug output for Path dispatch points
$self->match( $c, $path )
Check for paths that match the given path.
$self->register( $c, $action )
Call register_path for every path attribute in the given $action.
$self->register_path($c, $path, $action)
register an action at a given path.
AUTHOR
Matt S Trout 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.