Christopher H. Laco > Mango-0.01000_12 > Mango::Catalyst::Plugin::Application

Download:
Mango-0.01000_12.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Mango-0.01000_13

NAME ^

Mango::Catalyst::Plugin::Application - Catalyst plugin loading all Mango specific plugins

SYNOPSIS ^

    use Catalyst qw/
        -Debug
        ConfigLoader
        Mango::Catalyst::Plugin::Application
        Static::Simple
    /;

DESCRIPTION ^

Mango::Catalyst::Plugin::Application loads all Mango related plugins into a Catalyst application.

METHODS ^

register_resource

Arguments: $name, $class

Associates the specified class with the given name so controllers can be referred to by a nickname with Mango code when the class name is unknown or may change in subclasses.

uri_for_resource

Arguments: $name, $action, @args

Looks up the class name for the specified resource and returns a uri for the given action using uri_for.

SEE ALSO ^

Mango::Catalyst::Plugin::Authentication, Mango::Catalyst::Plugin::I18N

AUTHOR ^

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/