NAME
WebDAO::Component - Component class
SYNOPSIS
DESCRIPTION
WebDAO::Component - Component class
METHODS
response
Return response object
return $self->response->error404('Bad name')
request
Return request object
$self->request->param('id')
SEE ALSO
http://webdao.sourceforge.net
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2002-2012 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.