Catalyst-View-Xslate
view release on metacpan or search on metacpan
The name used to refer to the Catalyst app object in the template
## template\_extension
The suffix used to auto generate the template name from the action name
(when you do not explicitly specify the template filename);
Do not confuse this with the `suffix` option, which is passed directly to
the Text::Xslate object instance. This option works on the filename used
for the initial request, while `suffix` controls what `cascade` and
`include` directives do inside Text::Xslate.
## content\_charset
The charset used to output the response body. The value defaults to 'UTF-8'.
## encode\_body
By default, output will be encoded to `content_charset`.
You can set it to 0 to disable this behavior.
lib/Catalyst/View/Xslate.pm view on Meta::CPAN
The name used to refer to the Catalyst app object in the template
=head2 template_extension
The suffix used to auto generate the template name from the action name
(when you do not explicitly specify the template filename);
Do not confuse this with the C<suffix> option, which is passed directly to
the Text::Xslate object instance. This option works on the filename used
for the initial request, while C<suffix> controls what C<cascade> and
C<include> directives do inside Text::Xslate.
=head2 content_charset
The charset used to output the response body. The value defaults to 'UTF-8'.
=head2 encode_body
By default, output will be encoded to C<content_charset>.
You can set it to 0 to disable this behavior.
( run in 0.771 second using v1.01-cache-2.11-cpan-49f99fa48dc )