Help - App::Doh::Controller::Root
Index
- Name
- Synopsis
- Description
- Configuration and Environment
- Subroutines/Methods
- Diagnostics
- Dependencies
- Incompatibilities
- Bugs and Limitations
- Acknowledgements
- Author
- License and Copyright
Name
App::Doh::Controller::Root - Maps URIs onto model method calls
Synopsis
use Web::Simple; with q(Web::Components::Loader);
Description
Maps URIs onto model methods calls
Configuration and Environment
Defines one attribute
moniker-
Returns the unique key used to store an instance of this class in a collection of controllers. The controller's monikers are sorted and requests are tested against each controller in turn until a match is found. The 'root' controller should probably come last
Subroutines/Methods
dispatch_request
Returns a list of code references. The prototype for each anonymous subroutine matches against a specific URI pattern. It the request URI matches this pattern the subroutine is called. Each subroutine calls the execute method
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Doh. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <pjfl@cpan.org>
License and Copyright
Copyright (c) 2015 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE