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

NAME

Catalyst::Controller::DBIC::API::Request - Provides a role to be applied to the Request object

VERSION

version 2.001003

DESCRIPTION

Please see Catalyst::Controller::DBIC::API::RequestArguments and Catalyst::Controller::DBIC::API::Request::Context for the details of this class, as both of those roles are consumed in this role.

PRIVATE_ATTRIBUTES

_application is: ro, isa: Object, handles: Catalyst::Controller::DBIC::API::StoredResultSource

This attribute helps bridge between the request guts and the application guts; allows request argument validation against the schema. This is set during "inflate_request" in Catalyst::Controller::DBIC::API

AUTHORS

  Nicholas Perez <nperez@cpan.org>
  Luke Saunders <luke.saunders@gmail.com>
  Alexander Hartmaier <abraxxa@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Luke Saunders, Nicholas Perez, et al..

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