The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "catalyst::view::*"

Catalyst::View - Catalyst View base class River stage three • 603 direct dependents • 677 total dependents

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 - Search in distribution

Catalyst::View::BK - Catalyst View for Bricklayer::Templater River stage zero No dependents

Catalyst View. Implements the Bricklayer Templating engine for Catalyst...

ZAPHAR/Catalyst-View-BK-0.2 - 23 Aug 2007 21:00:08 UTC - Search in distribution

Catalyst::View::GD - A Catalyst View for GD images River stage zero No dependents

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 - Search in distribution

Catalyst::View::TD - Catalyst Template::Declare View Class River stage zero No dependents

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 - Search in distribution

Catalyst::View::TT - Template View Class River stage two • 60 direct dependents • 77 total dependents

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 - Search in distribution

Catalyst::View::CSV - CSV view class River stage zero No dependents

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 - Search in distribution

Catalyst::View::PHP - Template View Class River stage zero No dependents

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 - Search in distribution

Catalyst::View::PSP - PSP View Class River stage zero No dependents

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 - Search in distribution

Catalyst::View::RDF - RDF view for your data River stage zero No dependents

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 - Search in distribution

Catalyst::View::APNS - APNS View Class. River stage zero No dependents

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 - Search in distribution

Catalyst::View::Haml - Haml View Class for Catalyst River stage one • 1 direct dependent • 1 total dependent

GARU/Catalyst-View-Haml-1.00 - 28 Apr 2013 07:44:49 UTC - Search in distribution

Catalyst::View::JSON - JSON view for your data River stage two • 17 direct dependents • 18 total dependents

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 - Search in distribution

Catalyst::View::Vega - A Catalyst view for pre-processing Vega specs River stage zero No dependents

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 - Search in distribution

Catalyst::View::XLSX - Catalyst View for Microsoft Excel file River stage zero No dependents

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 - Search in distribution

Catalyst::View::XSLT - XSLT View Class River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

Catalyst::View::Email - Send Email from Catalyst River stage two • 4 direct dependents • 12 total dependents

DHOSS/Catalyst-View-Email-0.36 - 25 Sep 2015 18:45:24 UTC - Search in distribution

Catalyst::View::Mason - Mason View Class River stage one • 2 direct dependents • 3 total dependents

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 - Search in distribution

Catalyst::View::Petal - Petal View Class River stage zero No dependents

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 - Search in distribution

Catalyst::View::vCard - vCard view for Catalyst River stage zero No dependents

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 - Search in distribution

Catalyst::View::ByCode - Templating using pure Perl code River stage zero No dependents

"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 - Search in distribution
351 results (0.087 seconds)