Group
Extension

Matches 1

Catalyst-View-Spreadsheet-Template ( D/DO/DOY/Catalyst-View-Spreadsheet-Template-0.02.tar.gz, DOY, 2013; MetaCPAN )
Catalyst-View-Spreadsheet-Template/lib/Catalyst/View/Spreadsheet/Template.pm ( view source; MetaCPAN )
LSX',
);


has template_extension => (
    is      => 'ro',
    isa     => 'Str',
    default => 'json',
);


has catalyst_var => (
    is      => 'ro',
    isa     => 'Str',
    default => 'c',
);

h
plate> object.

=head2 template_extension

The extension to use for template files. Defaults to C<json>.

=head2 catalyst_var

The variable name to use for the Catalyst context object in the template.

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.