1Catalyst::DispatchType:U:sIenrdeCxo(n3t)ributed Perl DocCuamteanltyastti:o:nDispatchType::Index(3)
2
3
4
6 Catalyst::DispatchType::Index - Index DispatchType
7
9 See Catalyst::DispatchType.
10
12 Dispatch type managing behaviour for index pages. For more information
13 on dispatch types, see:
14
15 · Catalyst::Manual::Intro for how they affect application authors
16
17 · Catalyst::DispatchType for implementation information.
18
20 $self->match( $c, $path )
21 Check if there's an index action for a given path, and set it up to use
22 it if there is; only matches a full URI - if $c->req->args is already
23 set this DispatchType is guaranteed not to match.
24
25 $self->register( $c, $action )
26 Register an action with this DispatchType.
27
28 $self->uri_for_action( $action, $captures )
29 get a URI part for an action; always returns undef is $captures is set
30 since index actions don't have captures
31
33 Catalyst Contributors, see Catalyst.pm
34
36 This library is free software. You can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39
40
41perl v5.32.0 2020-07-28 Catalyst::DispatchType::Index(3)