NAME
Catalyst::Base - Catalyst Base Class
SYNOPSIS
See Catalyst
DESCRIPTION
Catalyst Base Class
This is the base class for all Catalyst components. It also handles dispatch of actions for controllers.
METHODS
$self->action_namespace($c)
Determine the namespace for actions in this component.
$self->path_prefix($c)
alias for action_namespace
$self->register_actions($c)
register all actions for this component based on a given context.
SEE ALSO
Catalyst, Catalyst::Controller.
AUTHOR
Sebastian Riedel, sri@cpan.org
Marcus Ramberg, mramberg@cpan.org
Matt S Trout, mst@shadowcatsystems.co.uk
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.