Catalyst::View::REST::XML.3pm

Langue: en

Version: 2005-01-28 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Catalyst::View::REST::XML - XML View Class

SYNOPSIS

     # lib/MyApp/View/REST.pm
     package MyApp::View::REST;
 
     use base 'Catalyst::View::REST::XML';
 
     1;
 
     $c->forward('MyApp::View::REST');
 
 

DESCRIPTION

This is the "XML::Simple" view class.

OVERLOADED METHODS

process

Serializes $c->stash to $c->response->output.

SEE ALSO

Catalyst.

AUTHOR

Sebastian Riedel, "sri@cpan.org" This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.