The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "catalyst::controller::actionrole"

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::ActionRole - (DEPRECATED) Apply roles to action instances River stage two • 20 direct dependents • 33 total dependents

This module allows one to apply Moose::Roles to the "Catalyst::Action"s for different controller methods. For that a "Does" attribute is provided. That attribute takes an argument, that determines the role, which is going to be applied. If that argum...

ETHER/Catalyst-Controller-ActionRole-0.17 - 02 Feb 2015 03:15:52 UTC - Search in distribution

Catalyst::Controller - Catalyst Controller base class River stage three • 605 direct dependents • 679 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

CatalystX::RequestModel - Inflate Models from a Request Content Body or from URL Query Parameters River stage zero No dependents

Dealing with incoming POSTed (or PUTed/ PATCHed, etc) request content bodies is one of the most common code issues we have to deal with. Catalyst has generic capacities for handling common incoming content types such as form URL encoded (common with ...

JJNAPIORK/CatalystX-RequestModel-0.018 - 26 Jun 2023 13:18:21 UTC - Search in distribution

Task::Catalyst - All you need to start with Catalyst River stage one • 7 direct dependents • 8 total dependents

Installs everything you need to write serious Catalyst applications....

BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTC - Search in distribution

CatalystX::ActionRole::Negotiate - ActionRole for content negotiation River stage zero No dependents

This module serves content-negotiated static content from the document root. It also affords mixing dynamic variants in with static variants, the list of which is passed directly into the "choose" in HTTP::Negotiate function. The winning variant is c...

DORIAN/CatalystX-Action-Negotiate-0.05 - 02 Jan 2024 23:36:43 UTC - Search in distribution

CatalystX::OAuth2 - OAuth2 services for Catalyst River stage zero No dependents

This module implements the authorization grant subset of the oauth 2 ietf spec draft <http://tools.ietf.org/html/draft-ietf-oauth-v2-23>. Action roles containing an implementation of each required endpoint in the specification are provided and should...

JJNAPIORK/CatalystX-OAuth2-0.001009 - 13 Dec 2017 01:31:55 UTC - Search in distribution

CatalystX::Errors - Standard error handling with content negotiation and utilities River stage one • 2 direct dependents • 2 total dependents

A set of Catalyst plugins, views and action roles to streamline handling of HTTP error responses. Creates a standard way to return 4xx and 5xx HTTP errors using proper content negotiation. Out of the box it support returning errors in HTML, JSON and ...

JJNAPIORK/CatalystX-Errors-0.001009 - 24 Jul 2022 19:54:44 UTC - Search in distribution

Catalyst::ActionRole::ACL - User role-based authorization action class River stage two • 3 direct dependents • 14 total dependents

Provides a reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines....

BOBTFISH/Catalyst-ActionRole-ACL-0.07 - 13 Jul 2012 12:43:55 UTC - Search in distribution

Catalyst::ActionRole::Methods - Dispatch by HTTP Methods River stage zero No dependents

This is a Catalyst extension which adds additional dispatch based on the HTTP method, in the same way Catalyst::Action::REST does: An action which does this role will be matched and run as usual. But after it returns, a sub-action will also run, whic...

ARISTOTLE/Catalyst-ActionRole-Methods-0.104 - 21 Mar 2024 19:39:16 UTC - Search in distribution

Catalyst::ActionSignatures - so you can stop looking at @_ River stage zero No dependents

Lets you declare required action dependencies via the method signature. This subclasses signatures to allow you a more concise approach to creating your controllers. This injects your method signature into the code so you don't need to use @_. You sh...

JJNAPIORK/Catalyst-ActionSignatures-0.011 - 14 Jul 2017 23:55:53 UTC - Search in distribution

Catalyst::ActionRole::Public - Mount a public url to files in your project directory. River stage one • 1 direct dependent • 1 total dependent

Use this actionrole to map a public facing URL attached to an action to a file (or files) on the filesystem, off the $c->config->{root} directory. If the file does not exist, the action will not match. No default 'notfound' page is created, unlike Pl...

JJNAPIORK/Catalyst-ActionRole-Public-0.010 - 21 Mar 2019 13:50:15 UTC - Search in distribution

Catalyst::Plugin::RequireSSL - Force SSL mode on select pages River stage zero No dependents

Note: This module is considered to be deprecated for most purposes. Consider using Catalyst::ActionRole::RequireSSL instead. Use this plugin if you wish to selectively force SSL mode on some of your web pages, for example a user login form or shoppin...

MRAMBERG/Catalyst-Plugin-RequireSSL-0.07 - 14 Jan 2012 19:43:11 UTC - Search in distribution

CatalystX::SimpleLogin::Manual - How to use and customise CatalystX::SimpleLogin. River stage two • 6 direct dependents • 13 total dependents

ABRAXXA/CatalystX-SimpleLogin-0.21 - 22 Dec 2020 11:17:30 UTC - Search in distribution

Catalyst::View::Valiant::HTMLBuilder - Per Request, strongly typed Views in code River stage zero No dependents

WARNINGS: Experimental code that I might need to break back compatibility in order to fix issues. This is a Catalyst::View subclass that provides a way to write views in code that are strongly typed and per request. It also integrates with several of...

JJNAPIORK/Valiant-0.002003 - 04 Oct 2023 17:28:16 UTC - Search in distribution

Catalyst::Action::DetachOnDie - If something dies in a chain, stop the chain. DEPRECATED IN FAVOR OF CATALYST 5.90040 River stage zero No dependents

See Catalyst::ActionRole::DetachOnDie for what this thing really is....

FREW/Catalyst-ActionRole-DetachOnDie-0.001006 - 13 Jul 2013 00:25:40 UTC - Search in distribution

Catalyst::ActionRole::NamedFields - Name your fields River stage one • 1 direct dependent • 1 total dependent

This is functionality I needed for a different upcoming distribution but it was clearly isolated well enough I thought it merited a stand alone release. By itself maybe not so useful but you can use it to build interesting experiments. This defines a...

JJNAPIORK/Catalyst-ActionRole-NamedFields-0.001 - 24 Nov 2015 02:35:02 UTC - Search in distribution

Catalyst::Manual::ExtendingCatalyst - Extending The Framework River stage two • 2 direct dependents • 11 total dependents

This document will provide you with access points, techniques and best practices to extend the Catalyst framework, or to find more elegant ways to abstract and use your own code. The design of Catalyst is such that the framework itself should not get...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

Catalyst::Action::Serialize - Serialize Data in a Response River stage two • 27 direct dependents • 62 total dependents

This action will serialize the body of an HTTP Response. The serializer is selected by introspecting the HTTP Requests content-type header. It requires that your Catalyst controller is properly configured to set up the mapping between Content Type's ...

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

Catalyst::ActionRole::BuildDBICResult - Find a DBIC Results from Arguments River stage zero No dependents

NOTE: For version 0.02 I added some code to make sure that when there are more than one find condition we don't stop on the first error. This was done so that if you are trying to match on a numeric column (like a common auto inc PK) and on some text...

JJNAPIORK/Catalyst-ActionRole-BuildDBICResult-0.04 - 03 Dec 2011 13:15:33 UTC - Search in distribution
43 results (0.197 seconds)