source: server/trunk/web/lib/Sophie/View/Json.pm @ 107

Last change on this file since 107 was 79, checked in by nanardon, 14 years ago
  • don't expose xmlrpc in json results
File size: 417 bytes
Line 
1package Sophie::View::Json;
2
3use strict;
4use base 'Catalyst::View::JSON';
5
6__PACKAGE__->config(expose_stash => 'xmlrpc');
7
8=head1 NAME
9
10Sophie::View::Json - Catalyst JSON View
11
12=head1 SYNOPSIS
13
14See L<Sophie>
15
16=head1 DESCRIPTION
17
18Catalyst JSON View.
19
20=head1 AUTHOR
21
22Olivier Thauvin
23
24=head1 LICENSE
25
26This library is free software, you can redistribute it and/or modify
27it under the same terms as Perl itself.
28
29=cut
30
311;
Note: See TracBrowser for help on using the repository browser.