NAME
Yukki::Web::Controller - Base class for Yukki::Web controllers
VERSION
version 0.110830
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) 2011 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.