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::action::"

Catalyst::Action - Catalyst Action River stage three • 605 direct dependents • 679 total dependents

This class represents a Catalyst Action. You can access the object for the currently dispatched action via $c->action. See the Catalyst::Dispatcher for more information on how actions are dispatched. Actions are defined in Catalyst::Controller subcla...

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

Catalyst::Action::CMS - namespace holder for CatalystX::CMS::Action River stage zero No dependents

This class is a simple subclass of CatalystX::CMS::Action. It exists primarily to make it easy to do this: sub foo : ActionClass('CMS') { # ... } in your controller classes when you have set "actionclass_per_action" in your cms config....

KARMAN/CatalystX-CMS-0.011 - 14 Jul 2011 02:44:33 UTC - Search in distribution

Catalyst::Action::REST - Automated REST Method Dispatching River stage two • 27 direct dependents • 62 total dependents

This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. First it will try dispatching to an action with the generated name, and fai...

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

Catalyst::Action::SOAP - Action superclass River stage zero No dependents

This is the superclass used by the Document and the RPC actions....

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

Catalyst::Action::JSORB - Catalyst Action for JSORB dispatchers River stage one • 1 direct dependent • 1 total dependent

This is basically a Catalyst Action that can be used as a gateway to a JSORB dispatcher. It will first look for the dispatcher in the local controller config and failing that will look in the global config....

STEVAN/JSORB-0.04 - 13 Jan 2010 19:27:11 UTC - Search in distribution

Catalyst::Action::Firebug - Catalyst action for embedding Firebug Lite tag River stage zero No dependents

Catalyst action for Firebug Lite. If your app running on debug mode or $ENV{FIREBUG_DEBUG} is set, this action insert firebug lite tags to its output automaticaly....

TYPESTER/Catalyst-Action-Firebug-0.01 - 13 Mar 2007 05:12:00 UTC - Search in distribution

Catalyst::Action::FromPSGI - Use a PSGI app as a Catalyst action River stage zero No dependents

"Catalyst::Action::FromPSGI" gives you a handy way to mount PSGI apps under Catalyst actions. Note that because Catalyst is in control of the dispatch cycle any limitations you place on it will be placed on the PSGI app as well. So for example: sub f...

FREW/Catalyst-Action-FromPSGI-0.001006 - 05 Aug 2014 02:00:49 UTC - Search in distribution

Catalyst::Action::SubDomain - Match action against names of subdomains River stage zero No dependents

EGOR/Catalyst-Action-SubDomain-0.07 - 03 Jun 2009 08:57:49 UTC - Search in distribution

Catalyst::Action::Role::ACL - Deprecated user role-based authorization action class River stage two • 3 direct dependents • 14 total dependents

Provides a Catalyst reusable action for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines. You are better using Catalyst::ActionRole::ACL to do this, as it plays nicely with other exten...

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

Catalyst::Action::RenderView - Sensible default end action. River stage two • 56 direct dependents • 80 total dependents

This action implements a sensible default end action, which will forward to the first available view, unless "$c->res->status" is a 3xx code (redirection, not modified, etc.), 204 (no content), or "$c->res->body" has already been set. It also allows ...

BOBTFISH/Catalyst-Action-RenderView-0.16 - 05 Jan 2011 19:30:57 UTC - Search in distribution

Catalyst::Action::Fixup::XHTML - Catalyst action which serves application/xhtml+xml content if the browser accepts it. River stage zero No dependents

A simple module to use Catalyst::View::ContentNegotiation::XHTML It's an action because I think it can be used in other views like Mason....

FAYLAND/Catalyst-Action-Fixup-XHTML-0.05 - 09 Feb 2009 10:45:50 UTC - Search in distribution

Catalyst::Action::DBIC::Transaction - Encloses actions into transactions River stage zero No dependents

THIS MODULE SHOULD BE CONSIDERED DEPRECATED. What is currently understood as a better practice is to enclose the code requiring a transaction into a proper model class. The point is that business logic should not be in the controller. This module ena...

DRUOSO/Catalyst-Controller-DBIC-Transaction-0.4 - 03 May 2010 13:57:46 UTC - Search in distribution

Catalyst::Action::RenderView::ErrorHandler::Action - A Role for any actions that want to react to errors. River stage one • 1 direct dependent • 1 total dependent

A Role that should be consumed by actions that are implemented...

ANDREMAR/Catalyst-Action-RenderView-ErrorHandler-0.100166 - 17 Jul 2013 07:50:21 UTC - Search in distribution

Catalyst::Action::Serialize::SimpleXLSX - Serialize to Microsoft Excel 2007 .xlsx files River stage zero No dependents

Your entity should be either: * an array of arrays * an array of arrays of arrays * a hash with the keys as described below and in the "SYNOPSIS" If entity is a hashref, keys should be: sheets An array of worksheets. Either sheets or a worksheet spec...

MBAAS/Catalyst-Action-Serialize-SimpleXLSX-0.007 - 23 Feb 2019 07:38:59 UTC - Search in distribution

Catalyst::Action::Serialize::SimpleExcel - Serialize to Excel files River stage one • 1 direct dependent • 1 total dependent

Your entity should be either an array of arrays, an array of arrays of arrays, or a hash with the keys as described below and in the "SYNOPSIS". If entity is a hashref, keys should be: sheets An array of worksheets. Either sheets or a worksheet speci...

RKITOVER/Catalyst-Action-Serialize-SimpleExcel-0.015 - 05 Jan 2011 09:49:54 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::Action::Serialize::Data::Serializer - Serialize with Data::Serializer River stage zero No dependents

This module implements a serializer for use with "Data::Dumper" and others. It was factored out of Catalyst::Action::REST because it is unlikely to be widely used and tends to break tests, be insecure, and is generally weird. Use at your own risk....

BOBTFISH/Catalyst-Action-Serialize-Data-Serializer-1.08 - 16 Apr 2013 07:33:12 UTC - Search in distribution

CatalystX::Syntax::Action - Semantically meaningful Catalyst Actions with signatures River stage one • 1 direct dependent • 1 total dependent

This module uses a bit of lightweight Devel::Declare magic to add a new keyword into your Catalyst::Controller called "action". It works just like Method::Signatures::Simple, except it also "shift"s off the "context" argument, saving you a bit of boi...

JJNAPIORK/CatalystX-Syntax-Action-0.01 - 20 May 2011 01:07:07 UTC - Search in distribution

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

This module is the stand-alone object-oriented form of the role CatalystX::ActionRole::Negotiate....

DORIAN/CatalystX-Action-Negotiate-0.05 - 02 Jan 2024 23:36:43 UTC - Search in distribution
380 results (0.095 seconds)