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

Search results for "actionrole"

YA::CLI::ActionRole - Action handler role River stage zero No dependents

This role should be implemented by an action handler. The action handler should implement the following methods: action The action it handles, eg. "provider" run How the action should be run The following method doesn't need to be implemented if an a...

WATERKIP/YA-CLI-0.007 - 03 Apr 2024 01:32:05 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::JMS - role for actions to dispatch based on JMSType River stage one • 1 direct dependent • 1 total dependent

Apply this role to your actions (via the Does attribute) to have the dispatch look at the JMSType of incoming requests (that should really be messages from some queueing system, see Plack::Handler::Stomp for an example). The requests / messages shoul...

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

Catalyst::ActionRole::JSV - A JSON Schema validator for Catalyst actions River stage zero No dependents

Catalyst::ActionRole::JSV is JSON Schema validator for Catalyst actions. Internally use the json schema draft4 validator called JSV. Error Response On error it returns 400 http response status. The stash key to set the error message is 'View::JSON ex...

MASAKYST/Catalyst-ActionRole-JSV-0.03 - 06 Oct 2017 01:34:12 UTC - Search in distribution

Catalyst::ActionRole::Tabs - Add tabs to Catalyst controller actions River stage zero No dependents

This module allows to add 'Tab' attributes to action endpoints, and it will automatically build a data structure suitable for rendering 'tabs' to switch between the methods that share the same tab structure. Although this was originally built to help...

GRAF/Catalyst-ActionRole-Tabs-0.003000 - 27 Oct 2009 22:08:09 UTC - Search in distribution

Catalyst::ActionRole::NoSSL - Force an action to be plain. River stage zero No dependents

ELLIOTT/Catalyst-ActionRole-RequireSSL-1.00 - 15 Feb 2018 21:14:26 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::ActionRole::Scheme - Match on HTTP Request Scheme River stage three • 603 direct dependents • 677 total dependents

This is an action role that lets your Catalyst::Action match on the scheme type of the request. Typically this is "http" or "https" but other common schemes that Catalyst can handle include "ws" and "wss" (web socket and web socket secure). This also...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 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::ActionRole::Renderer - Rendering views for Catalyst action River stage zero No dependents

Catalyst::ActionRole::Renderer is rendering views for Catalyst action. capable of declaratively rendering views. No "$c.forward" No "sub end : ActionClass('RenderView') {}"...

MASAKYST/Catalyst-ActionRole-Renderer-0.02 - 02 Oct 2017 04:18:59 UTC - Search in distribution

Catalyst::ActionRole::MatchHost - Match action against domain host name River stage zero No dependents

NUCLON/Catalyst-ActionRole-MatchHost-0.03 - 17 Nov 2009 19:22:49 UTC - Search in distribution

Catalyst::ActionRole::RenderView - Call the default view River stage zero No dependents

This is basically Catalyst::Action::RenderView done as an action role (basically a Moose role) rather than as a base class. This is a bit more flexible if you plan to do fancy stuff with your end action. Two things it doesn't do that the classic Cata...

JJNAPIORK/Catalyst-ActionRole-RenderView-0.002 - 09 Apr 2023 23:34:04 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

Catalyst::ActionRole::NeedsLogin - checks if a user is logged in and if not redirects him to login page River stage two • 6 direct dependents • 13 total dependents

Provides a ActionRole for forcing the user to login....

ABRAXXA/CatalystX-SimpleLogin-0.21 - 22 Dec 2020 11:17:30 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::ActionRole::PseudoCache - Super simple caching for Catalyst actions River stage zero No dependents

This module was originally made to take the output of Catalyst::View::JavaScript::Minifier::XS and store it in a file so that after the server booted we would not need to generate it again and could let the static web server serve up the static file....

FREW/Catalyst-ActionRole-PseudoCache-1.000003 - 03 Jan 2013 15:23:47 UTC - Search in distribution

Catalyst::ActionRole::CurrentView - Set the current view via an action attribute River stage zero No dependents

Just an actionrole to let you set the current view via an attribute...

JJNAPIORK/Catalyst-Plugin-CurrentComponents-0.010 - 04 Aug 2022 23:23:47 UTC - Search in distribution

Catalyst::ActionRole::RenderErrors - Automatically return an error page River stage one • 2 direct dependents • 2 total dependents

Tries to convert the last error in '$c->error' to something we can dispatch an error view too. If the first error in '$c->error' is an object that looks like it does CatalystX::Utils::DoesHttpException then we use that error to get the HTTP status co...

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

Catalyst::ActionRole::RequestModel - Inflate a Request Model River stage zero No dependents

Moves creating the request model into the action class execute phase. The following two actions are essentially the same in effect: sub update :POST Chained('root') PathPart('') Args(0) Does(RequestModel) BodyModel(AccountRequest) { my ($self, $c, $r...

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

Catalyst::ActionRole::ExpiresHeader - Set default Expires header for actions River stage zero No dependents

Provides a ActionRole to set HTTP Expires header for actions, which will be set unless Expires header was already set. Argument syntax matches the "-expires" from "CREATING_A_STANDARD_HTTP_HEADER:" in CGI....

AJGB/Catalyst-ActionRole-ExpiresHeader-0.01 - 09 Sep 2010 14:53:02 UTC - Search in distribution
49 results (0.052 seconds)