Search results for "Catalyst::Plugin::DefaultEnd"
Catalyst::Plugin::DefaultEnd - DEPRECATED Sensible default end action.
This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while ...
BOBTFISH/Catalyst-Plugin-DefaultEnd-0.08 - 18 Oct 2009 18:05:59 UTC - Search in distribution
Catalyst::View::Seamstress - HTML::Seamstress View Class for Catalyst
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 - Search in distribution
Catalyst::Manual::Actions - Catalyst Reusable Actions
This section of the manual describes the reusable action system in Catalyst, how such actions work, descriptions of some existing ones, and how to write your own. Reusable actions are attributes on Catalyst methods that allow you to decorate your met...
HAARG/Catalyst-Manual-5.9011 - 22 Jul 2020 14:18:11 UTC - Search in distribution- Catalyst::Manual::Cookbook - Cooking with Catalyst
- Catalyst::Manual::Components - Reuseable components for Catalyst applications
Catalyst::Helper::Controller::Scaffold - Helper for Scaffolding
Helper for Scaffolding. Templates are TT so you'll need a TT View Component and a forward in your end action too. This can be accomplished with Catalyst::Plugin::DefaultEnd. Note that you have to add these lines to your CDBI class... use Class::DBI::...
AGRUNDMA/Catalyst-Helper-Controller-Scaffold-0.04 - 21 Dec 2005 18:43:54 UTC - Search in distribution
Catalyst::Helper::Controller::Scaffold::Mason - Helper for Scaffolding
Helper for Scaffolding. Templates are Mason so you'll need a Mason View Component and a forward in your end action too, or the DefaultEnd plugin. Note that you have to add these lines to your CDBI class... use Class::DBI::AsForm; use Class::DBI::From...
MRAMBERG/Catalyst-Helper-Controller-Scaffold-Mason-0.03 - 16 Sep 2005 09:45:40 UTC - Search in distribution