source: trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/View/Json.pm @ 1485

Last change on this file since 1485 was 1329, checked in by nanardon, 9 years ago

Merge branch 'jquery'

File size: 586 bytes
Line 
1package LATMOS::Accounts::Web::View::Json;
2
3use strict;
4use base 'Catalyst::View::JSON';
5
6__PACKAGE__->config(
7    allow_callback  => 1,    # defaults to 0
8    callback_param  => 'cb', # defaults to 'callback'
9    expose_stash    => 'data', # defaults to everything
10);
11
12=head1 NAME
13
14LATMOS::Accounts::Web::View::Json - Catalyst JSON View
15
16=head1 SYNOPSIS
17
18See L<LATMOS::Accounts::Web>
19
20=head1 DESCRIPTION
21
22Catalyst JSON View.
23
24=head1 AUTHOR
25
26olivier
27
28=head1 LICENSE
29
30This library is free software, you can redistribute it and/or modify
31it under the same terms as Perl itself.
32
33=cut
34
351;
Note: See TracBrowser for help on using the repository browser.