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::DispatchType.
10

DESCRIPTION

12       Dispatch type managing full path matching behaviour.  For more
13       information on dispatch types, see:
14
15       ·   Catalyst::Manual::Intro for how they affect application authors
16
17       ·   Catalyst::DispatchType for implementation information.
18

METHODS

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

AUTHORS

39       Catalyst Contributors, see Catalyst.pm
40
42       This library is free software. You can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45
46
47perl v5.32.0                      2020-07-28   Catalyst::DispatchType::Path(3)
Impressum