Search results for "module:Catalyst::View::HTML::Template"

Catalyst::View::HTML::Template - HTML::Template View Class River stage one • 2 direct dependents • 4 total dependents

This is the "HTML::Template" view class. Your subclass should inherit from this class. METHODS process Renders the template specified in "$c->stash->{template}" or "$c->request->match". Template params are set up from the contents of "$c->stash", aug...

MRAMBERG/Catalyst-View-HTML-Template-0.03 - 07 May 2009 13:51:29 UTC

Catalyst::Helper::View::HTML::Template - Helper for HTML::Template Views River stage one • 2 direct dependents • 4 total dependents

Helper for HTML::Template Views. METHODS mk_compclass...

MRAMBERG/Catalyst-View-HTML-Template-0.03 - 07 May 2009 13:51:29 UTC

Catalyst::View::HTML::Template::Compiled - HTML::Template::Compiled View Class River stage zero No dependents

This is the " HTML::Template::Compiled " view class. Your subclass should inherit from this class....

ESSKAR/Catalyst-View-HTML-Template-Compiled-0.16 - 13 Dec 2006 17:39:02 UTC

Catalyst::Helper::View::HTML::Template::Compiled - Helper for HTML::Template::Compiled Views River stage zero No dependents

Helper for HTML::Template::Compiled Views....

ESSKAR/Catalyst-View-HTML-Template-Compiled-0.16 - 13 Dec 2006 17:39:02 UTC

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

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

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::View::HTML::CTPP2 - HTML::CTPP2 View Class River stage zero No dependents

This is the "HTML::CTPP2" view class. Your subclass should inherit from this class. METHODS new Internally used by "Catalyst". Used to configure some internal stuff. POD ERRORS Hey! The above document had some coding errors, which are explained below...

SHADOVV/Catalyst-View-HTML-CTPP2-0.02 - 01 Nov 2009 13:51:39 UTC

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

Catalyst::View::HTML::Zoom - Catalyst view to HTML::Zoom River stage zero No dependents

This is our first pass attempt at bringing HTML::Zoom to Catalyst. You should be familiar with HTML::Zoom before using this. Additionally, as this is an early attempt to envision how this will work we say: "Danger, Will Robinson!" <http://en.wikipedi...

CYCLES/Catalyst-View-HTML-Zoom-0.003 - 03 Mar 2011 17:47:21 UTC

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

Catalyst::View::HTML::Embperl - HTML::Embperl View Class River stage zero No dependents

This is the "HTML::Embperl" view class. Your subclass should inherit from this class. METHODS process Renders the template specified in "$c->stash->{template}" or "$c->request->match". Template params FDAT are set up from the contents of "$c->req->pa...

ALET/Catalyst-View-HTML-Embperl-0.01 - 03 Oct 2006 22:04:50 UTC

Catalyst::View::Tenjin - Tenjin view class for Catalyst. River stage zero No dependents

This is the Catalyst view class for the Tenjin template engine. Your application should define a view class which is a subclass of this module. There is no helper script to create this class automatically, but you can do so easily as described in the...

IDOPEREL/Catalyst-View-Tenjin-0.050001 - 31 Mar 2011 18:52:09 UTC

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

This is the Catalyst view class for GraphViz. Your application subclass should inherit from this class. This plugin renders the GraphViz object specified in "$c->stash->{graphviz}->{graph}" into the "$c->stash->{graphviz}->{format}" (one of e.g. png ...

JOHANL/Catalyst-View-GraphViz-0.05 - 17 Nov 2005 22:45:38 UTC

Catalyst::Response - stores output responding to the current client request River stage three • 603 direct dependents • 677 total dependents

This is the Catalyst Response class, which provides methods for responding to the current client request. The appropriate Catalyst::Engine for your environment will turn the Catalyst::Response into a HTTP Response and return it to the client....

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Catalyst::View::Seamstress - HTML::Seamstress View Class for Catalyst River stage zero No dependents

This is the Catalyst view class for HTML::Seamstress. It allows templating with proper seperation between code and HTML. This means you can get a designer/friend/client/stooge to make your templates for you without having to teach them a mini-languag...

DRAXIL/Catalyst-View-Seamstress-2.2 - 09 Dec 2009 13:00:21 UTC

Catalyst::Plugin::Email - (DEPRECATED) Send emails with Catalyst River stage one • 1 direct dependent • 2 total dependents

Send emails with Catalyst and Email::Send and Email::MIME::Creator....

ETHER/Catalyst-Plugin-Email-0.09 - 12 Aug 2015 22:32:29 UTC

Catalyst::Plugin::FormBuilder - (DEPRECATED) Catalyst FormBuilder Plugin River stage zero No dependents

This plugin merges the functionality of CGI::FormBuilder with Catalyst and Template Toolkit. This gives you access to all of FormBuilder's niceties, such as controllable field stickiness, multilingual support, and Javascript generation. For more deta...

NWIGER/Catalyst-Plugin-FormBuilder-1.07 - 08 Jan 2007 18:20:37 UTC

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

Catalyst::Plugin::RequestToken - (DEPRECATED) Handling transaction token for Catalyst River stage zero No dependents

This plugin create, remove and validate transaction token, to be used for enforcing a single request for some transaction, for exapmle, you can prevent duplicate submits. Note: REQUIRES a session plugin like Catalyst::Plugin::Session to store server ...

HIDE/Catalyst-Plugin-RequestToken-0.06 - 04 Jun 2008 17:31:20 UTC
65 results (0.048 seconds)