FreeBSD Manual Pages
Catalyst::DispatchTypeUserfContributed Perl Catalyst::DispatchType::Default(3) NAME Catalyst::DispatchType::Default - Default DispatchType SYNOPSIS See Catalyst::DispatchType. DESCRIPTION Dispatch type managing default behaviour. For more information on dispatch types, see: o Catalyst::Manual::Intro for how they affect application authors o Catalyst::DispatchType for implementation information. METHODS $self->match( $c, $path ) If path is empty (i.e. all path parts have been converted into args), attempts to find a default for the namespace constructed from the args, or the last inherited default otherwise and will match that. If path is not empty, never matches since Default will only match if all other possibilities have been exhausted. AUTHORS Catalyst Contributors, see Catalyst.pm COPYRIGHT This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.1 2020-07-26Catalyst::DispatchType::Default(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS | AUTHORS | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Catalyst::DispatchType::Default&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>