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

Search results for "Catalyst::Controller"

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

Controllers are where the actions in the Catalyst framework reside. Each action is represented by a function with an attribute to identify what kind of action it is. See the Catalyst::Dispatcher for more info about how Catalyst dispatches to actions....

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

Catalyst::Controller::JMS - controller base class to simplify usage of Catalyst::ActionRole::JMS River stage one • 1 direct dependent • 1 total dependent

This controller base class makes it easy to handle JMS-style messages in your Catalyst application. It handles deserialisation and serialisation transparently (thanks to Catalyst::Action::Deserialize and Catalyst::Action::Serialize) and sets up the a...

DAKKAR/Catalyst-ActionRole-JMS-1.3 - 29 Jul 2014 09:54:06 UTC - Search in distribution

Catalyst::Controller::POD - Serves PODs right from your Catalyst application River stage one • 1 direct dependent • 2 total dependents

This is a catalyst controller which serves PODs. It allows you to browse through your local repository of modules. On the front page of this controller is a search box which uses CPAN's xml interface to retrieve the results. If you click on one of th...

PERLER/Catalyst-Controller-POD-1.0.0 - 25 Jan 2011 10:43:25 UTC - Search in distribution

Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst River stage one • 1 direct dependent • 1 total dependent

This module allows your controller class to dispatch SRU actions ("explain", "scan", and "searchRetrieve") from its own class....

BRICAS/SRU-1.01 - 18 Oct 2013 19:29:49 UTC - Search in distribution
  • SRU - Search and Retrieval by URL

Catalyst::Controller::REST - A RESTful controller River stage two • 26 direct dependents • 61 total dependents

Catalyst::Controller::REST implements a mechanism for building RESTful services in Catalyst. It does this by extending the normal Catalyst dispatch mechanism to allow for different subroutines to be called based on the HTTP Method requested, while al...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC - Search in distribution

Catalyst::Controller::View - Catalyst Controller that directly delegates to View River stage zero No dependents

A Catalyst Controller that delegates to View class directly, for convienent purpose....

GUGOD/Catalyst-Contoller-View-0.01 - 13 Dec 2005 21:01:52 UTC - Search in distribution

Catalyst::Controller::MIME - Multipart MIME viewer via Catalyst River stage zero No dependents

Quick and dirty Catalyst Controller interface for viewing MIME objects, including multipart MIME objects with rich content and embedded images, such as those typically generated by rich-text E-Mails and MHTML files. This module might be used as an E-...

VANSTYN/Catalyst-Controller-MIME-0.02 - 25 Jun 2013 00:35:31 UTC - Search in distribution

Catalyst::Controller::SOAP - Catalyst SOAP Controller River stage zero No dependents

SOAP Controller for Catalyst which we tried to make compatible with the way Catalyst works with URLS.It is important to notice that this controller declares by default an index operation which will dispatch the RPC operations under this class....

DRUOSO/Catalyst-Controller-SOAP-1.25 - 10 Mar 2013 15:57:06 UTC - Search in distribution

Catalyst::Controller::CRUD - CRUD (create/read/update/delete) Controller for Catalyst River stage zero No dependents

This module provides CRUD (create/read/update/delete) action. create: insert new record read: retrieve record update: update already record delete: delete record list: retrieve all records EXPORT None by default....

BAYSIDE/Catalyst-Plugin-CRUD-0.21 - 02 Oct 2007 19:30:25 UTC - Search in distribution

Catalyst::Controller::Metal - Raw PSGI handling in Catalyst controllers River stage one • 2 direct dependents • 3 total dependents

MIYAGAWA/Catalyst-Engine-PSGI-0.14 - 19 Apr 2015 09:08:54 UTC - Search in distribution

Catalyst::Controller::Imager - generate scaled or mangled images River stage zero No dependents

A Catalyst Controller that generates image files in any size you request and optionally converts the image format. Images are taken from a cache directory if possible and desired or generated on the fly. The Cache-directory has a structure that is ve...

WKI/Catalyst-Controller-Imager-0.06 - 12 Jan 2015 19:12:35 UTC - Search in distribution

Catalyst::Controller::Public - mount a public url to files in your Catalyst project River stage zero No dependents

This is a simple controller that uses Catalyst::ActionRole::Public to create a single public folder for you webapplication, doing as much of the right thing as possible. Useful for starting a new project, although I imagine as time goes on you'll pro...

JJNAPIORK/Catalyst-Controller-Public-0.004 - 28 Jun 2017 22:16:59 UTC - Search in distribution

Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin River stage one • 1 direct dependent • 1 total dependent

Dispatches to CGI files in root/cgi-bin for /cgi-bin/ paths. Unlike ModPerl::Registry this module does _NOT_ stat and recompile the CGI for every invocation. This may be supported in the future if there's interest. CGI paths are converted into action...

RKITOVER/Catalyst-Controller-WrapCGI-0.039 - 30 Jul 2023 11:23:02 UTC - Search in distribution

Catalyst::Enzyme::Controller - Enzyme Controller Base Class with utility methods River stage zero No dependents

JOHANL/Catalyst-Enzyme-0.11 - 14 Jan 2006 12:32:26 UTC - Search in distribution

Catalyst::Controller::Atompub River stage zero No dependents

Catalyst::Controller::Atompub provides a base class for the Atom Publishing Protocol servers. This module handles all core server processing based on the Atom Publishing Protocol described at <http://www.ietf.org/rfc/rfc5023.txt>. Implementations mus...

TAKERU/Catalyst-Controller-Atompub-0.5.6 - 01 Nov 2012 07:02:24 UTC - Search in distribution

Catalyst::Controller::BindLex - Unmaintained, dangerous proof of concept River stage one • 1 direct dependent • 1 total dependent

This plugin lets you put your lexicals on the stash and elsewhere very easily. It uses some funky modules to get its job done: PadWalker, Array::RefElem, Devel::Caller, Devel::LexAlias, and attributes. In some people's opinion this hurts this plugin'...

MSTROUT/Catalyst-Controller-BindLex-0.05 - 27 May 2008 13:13:41 UTC - Search in distribution

Catalyst::Controller::Combine - Combine JS/CSS Files River stage zero No dependents

Catalyst Controller that concatenates (and optionally minifies) static files like JavaScript or CSS into a single request. Depending on your configuration, files are also auto-added with a simple dependency-management. The basic idea behind concatena...

WKI/Catalyst-Controller-Combine-0.15 - 04 May 2012 10:43:12 UTC - Search in distribution

Catalyst::Controller::Accessors - Accessors for a namespaced stash River stage zero No dependents

The overall idea for this module is to allow more sensible access to the stash. It merely namespaces the stash based on the name of the controller adding the accessor or the specified namespace. It's prime purpose is for chaining....

FREW/Catalyst-Controller-Accessors-0.003003 - 01 Aug 2013 23:26:08 UTC - Search in distribution

Catalyst::Controller::DBIC::API - Provides a DBIx::Class web service automagically River stage one • 2 direct dependents • 3 total dependents

Easily provide common API endpoints based on your DBIx::Class schema classes. Module provides both RPC and REST interfaces to base functionality. Uses Catalyst::Action::Serialize and Catalyst::Action::Deserialize to serialize response and/or deserial...

ABRAXXA/Catalyst-Controller-DBIC-API-2.009000 - 21 Feb 2024 10:53:00 UTC - Search in distribution

Catalyst::Controller::RateLimit - Protect your site from robots River stage zero No dependents

Protects critical parts of your site from robots....

GUGU/Catalyst-Controller-RateLimit-0.28 - 05 Jan 2010 19:36:57 UTC - Search in distribution
491 results (0.128 seconds)