The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Yukki::Web::Controller - Base class for Yukki::Web controllers

VERSION

version 0.121790

DESCRIPTION

All Yukki::Web controllers extend from here.

ATTRIBUTES

app

This is the Yukki::Web application.

REQUIRED METHODS

fire

  $controller->fire($context);

Controllers must implement this method. This method will be given a Yukki::Web::Context to work with. It is expected to fill in the Yukki::Web::Response attached to that context or throw an exception.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.