1Catalyst::DispatchType:U:sPearthC(o3n)tributed Perl DocuCmaetnatlaytsito:n:DispatchType::Path(3)
2
3
4

NAME

6       Catalyst::DispatchType::Path - Path DispatchType
7

SYNOPSIS

9       See Catalyst.
10

DESCRIPTION

METHODS

13       $self->list($c)
14
15       Debug output for Path dispatch points
16
17       $self->match( $c, $path )
18
19       For each action registered to this exact path, offers the action a
20       chance to match the path (in the order in which they were registered).
21       Succeeds on the first action that matches, if any; if not, returns 0.
22
23       $self->register( $c, $action )
24
25       Calls register_path for every Path attribute for the given $action.
26
27       $self->register_path($c, $path, $action)
28
29       Registers an action at a given path.
30
31       $self->uri_for_action($action, $captures)
32
33       get a URI part for an action; always returns undef is $captures is set
34       since Path actions don't have captures
35

AUTHOR

37       Matt S Trout Sebastian Riedel, "sri@cpan.org"
38
40       This program is free software, you can redistribute it and/or modify it
41       under the same terms as Perl itself.
42
43
44
45perl v5.8.8                       2007-09-20   Catalyst::DispatchType::Path(3)
Impressum