Search results for "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.90132 - Nov 08, 2024 - Search in distribution- catalyst - Bootstrap a Catalyst application
- Catalyst::Response - stores output responding to the current client request
- Catalyst::UTF8 - All About UTF8 and Catalyst Encoding
- 3 more results from Catalyst-Runtime »
Catalyst::View::BK - Catalyst View for Bricklayer::Templater
Catalyst View. Implements the Bricklayer Templating engine for Catalyst...
ZAPHAR/Catalyst-View-BK-0.2 - Aug 23, 2007 - Search in distribution- Catalyst::Helper::View::BK - Helper for BK Views
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 - Jul 10, 2007 - Search in distribution
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 - Nov 14, 2009 - Search in distribution- Catalyst::Helper::View::TD - Helper for TD Views
- Catalyst::Helper::TDClass - Helper for creating TD Template classes
- Template::Declare::Catalyst - Template::Declare subclass for Catalyst
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 - Aug 03, 2022 - Search in distribution- Catalyst::Helper::View::TT - Helper for TT Views
- Catalyst::Helper::View::TTSite - Helper for TT view which builds a skeleton web site
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 - Feb 04, 2021 - Search in distribution- Catalyst::Helper::View::CSV - Helper for CSV views
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 - Aug 22, 2005 - Search in distribution- Catalyst::Helper::View::PHP - Helper for PHP Views
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 - May 03, 2005 - Search in distribution- Catalyst::Helper::View::PSP - Helper for PSP Views
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 - Jun 18, 2011 - Search in distribution
Catalyst::View::APNS - APNS View Class.
Catalyst::View::APNS is Catalyst view handler that Apple Push Notification Service....
HAOYAYOI/Catalyst-View-APNS-0.01 - Oct 19, 2009 - Search in distribution- Catalyst::Helper::View::APNS - Helper for APNS Views
Catalyst::View::Haml - Haml View Class for Catalyst
GARU/Catalyst-View-Haml-1.00
-
Apr 28, 2013
-
Search in distribution
- Catalyst::Helper::View::Haml - Helper for Haml Views
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 - Apr 28, 2019 - Search in distribution- Catalyst::Helper::View::JSON - Helper for JSON Views
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 - Jun 03, 2016 - Search in distribution
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 - Jul 24, 2017 - Search in distribution- Catalyst::Helper::View::XLSX - Helper for XLSX views
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 - Feb 08, 2013 - Search in distribution- Catalyst::Helper::View::XSLT - Helper for XSLT Views
- Catalyst::View::XSLT::XML::LibXSLT - An implementation for Catalyst::View::XSLT with XML::LibXSLT
Catalyst::View::Email - Send Email from Catalyst
DHOSS/Catalyst-View-Email-0.36
-
Sep 25, 2015
-
Search in distribution
- Catalyst::Helper::View::Email - Helper for Email Views
- Catalyst::View::Email::Template - Send Templated Email from Catalyst
- Catalyst::Helper::View::Email::Template - Helper for Templated Email Views
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 - Dec 29, 2014 - Search in distribution- Catalyst::Helper::View::Mason - Helper for Mason Views
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 - Aug 10, 2009 - Search in distribution- Catalyst::Helper::View::Petal - Helper for Petal Views
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 - Nov 19, 2009 - Search in distribution
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 - Jun 07, 2015 - Search in distribution- Catalyst::Helper::View::ByCode - Helper for ByCode Views
- lib/Catalyst/View/ByCode/Renderer.pm
- lib/Catalyst/View/ByCode/Declare.pm