Catalyst::View::REST::XML - (DEPRECATED) XML View Class


Catalyst-View-REST-XML documentation  | view source Contained in the Catalyst-View-REST-XML distribution.

Index


NAME

Top

Catalyst::View::REST::XML - (DEPRECATED) XML View Class

SYNOPSIS

Top

    # lib/MyApp/View/REST.pm
    package MyApp::View::REST;

    use base 'Catalyst::View::REST::XML';

    1;

    $c->forward('MyApp::View::REST');

DEPRECATION NOTICE

Top

This module has been deprecated in favor of Catalyst::Action::REST.

DESCRIPTION

Top

This is the XML::Simple view class.

OVERLOADED METHODS

process

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

SEE ALSO

Top

Catalyst.

AUTHOR

Top

Sebastian Riedel, sri@cpan.org

COPYRIGHT

Top


Catalyst-View-REST-XML documentation  | view source Contained in the Catalyst-View-REST-XML distribution.