Search results for "module:catalyst::view"
Catalyst::View - Catalyst View base class
This is the Catalyst View base class. It's meant to be used as a base class by Catalyst views. As a convention, views are expected to read template names from $c->stash->{template}, and put the output into $c->res->body. Some views default to render ...
JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC
Catalyst::View::TT - Template View Class
This is the Catalyst view class for the Template Toolkit. Your application should defined a view class which is a subclass of this module. Throughout this manual it will be assumed that your application is named MyApp and you are creating a TT view n...
JJNAPIORK/Catalyst-View-TT-0.46 - 03 Aug 2022 22:55:14 UTC
Catalyst::View::TD - Catalyst Template::Declare View Class
This is the Catalyst view class for Template::Declare. Your application should define a view class that subclasses this module. The easiest way to achieve this is using the myapp_create.pl script (where myapp should be replaced with whatever your app...
DWHEELER/Catalyst-View-TD-0.12 - 14 Nov 2009 17:23:02 UTC
Catalyst::View::GD - A Catalyst View for GD images
This is a Catalyst View subclass which can handle rendering GD based image content....
STEVAN/Catalyst-View-GD-0.01 - 10 Jul 2007 01:15:02 UTC
Catalyst::View::BK - Catalyst View for Bricklayer::Templater
Catalyst View. Implements the Bricklayer Templating engine for Catalyst...
ZAPHAR/Catalyst-View-BK-0.2 - 23 Aug 2007 21:00:08 UTC
Catalyst::View::PSP - PSP View Class
This is the "PSP" view class. Your subclass should inherit from this class. METHODS new The constructor for the PSP view. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 8: =over without closing =back...
MRAMBERG/Catalyst-View-PSP-0.01 - 03 May 2005 15:26:07 UTC
Catalyst::View::RDF - RDF view for your data
Catalyst::View::RDF is a Catalyst View handler that returns stash data in RDF format, based on RDF::Simple::Serialiser....
TBR/Catalyst-View-RDF-0.01 - 18 Jun 2011 05:27:04 UTC
Catalyst::View::PHP - Template View Class
This is the Catalyst view class for the PHP::Interpreter. Your application subclass should inherit from this class. This plugin renders the template specified in "$c->stash->{template}", or failing that, "$c->request->match". The template variables a...
RCONOVER/Catalyst-View-PHP-0.01 - 22 Aug 2005 19:27:05 UTC
Catalyst::View::CSV - CSV view class
Catalyst::View::CSV provides a Catalyst view that generates CSV files. You can use either a Perl array of arrays, an array of hashes, an array of objects, or a database cursor as the source of the CSV data. For example: my $data = [ [ "Dead Poets Soc...
JMREIN/Catalyst-View-CSV-1.8 - 04 Feb 2021 21:49:32 UTC
Catalyst::View::XSLT - XSLT View Class
This is a "XSLT" view class for Catalyst. Your application should defined a view class which is a subclass of this module. The easiest way to achieve this is using the myapp_create.pl script (where myapp should be replaced with whatever your applicat...
JANUS/Catalyst-View-XSLT-0.09 - 08 Feb 2013 22:37:58 UTC
Catalyst::View::APNS - APNS View Class.
Catalyst::View::APNS is Catalyst view handler that Apple Push Notification Service....
HAOYAYOI/Catalyst-View-APNS-0.01 - 19 Oct 2009 13:54:16 UTC
Catalyst::View::Vega - A Catalyst view for pre-processing Vega specs
This class lets you bind data to the datasets declared in a Vega <https://vega.github.io/vega/> spec and output the spec with the bound data inlined. This is useful for inlining data dynamically without using a templating library. Inlining data reduc...
TSIBLEY/Catalyst-View-Vega-0.02 - 03 Jun 2016 04:24:32 UTC
Catalyst::View::XLSX - Catalyst View for Microsoft Excel file
This is a very simple module which uses few methods of Excel::Writer::XLSX and creates an Excel file based on the stashed parameters. It also respond the file that has been readily available. STASH PARAMETERS $c->stash->{xlsx} = { data => [ { row => ...
BASKARN/Catalyst-View-XLSX-1.2 - 24 Jul 2017 06:16:48 UTC
Catalyst::View::JSON - JSON view for your data
Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format....
HAARG/Catalyst-View-JSON-0.37 - 28 Apr 2019 13:27:42 UTC
Catalyst::View::Haml - Haml View Class for Catalyst
GARU/Catalyst-View-Haml-1.00
-
28 Apr 2013 07:44:49 UTC
Catalyst::View::Petal - Petal View Class
This is the "Petal" view class. Your subclass should inherit from this class. METHODS process Renders the template specified in "$c->stash->{template}" or "$c->request->match". Template variables are set up from the contents of "$c->stash", augmented...
FLORA/Catalyst-View-Petal-0.03 - 10 Aug 2009 05:45:58 UTC
Catalyst::View::vCard - vCard view for Catalyst
This is a view to help you serialize objects to vCard output. You can configure the output filename by supplying a name in "$c-"stash->{ filename }> (a ".vcf" extension will automatically added for you). A default "convert_to_vcard" implementation is...
BRICAS/Catalyst-View-vCard-0.04 - 19 Nov 2009 19:41:56 UTC
Catalyst::View::Email - Send Email from Catalyst
DHOSS/Catalyst-View-Email-0.36
-
25 Sep 2015 18:45:24 UTC
Catalyst::View::Mason - Mason View Class
Want to use a Mason component in your views? No problem! Catalyst::View::Mason comes to the rescue....
JJNAPIORK/Catalyst-View-Mason-0.19 - 29 Dec 2014 21:37:51 UTC
Catalyst::View::ByCode - Templating using pure Perl code
"Catalyst::View::ByCode" tries to offer an efficient, fast and robust solution for generating HTML and XHTML markup using standard perl code encapsulating all nesting into code blocks. Instead of typing opening and closing HTML-Tags we simply call a ...
WKI/Catalyst-View-ByCode-0.28 - 07 Jun 2015 14:18:43 UTC