Search results for "catalyst::model accept_context"
Catalyst - The Elegant MVC Web Application Framework
Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...
JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution- Catalyst::Component - Catalyst Component Base Class
Catalyst::Model::S3 - Catalyst model for Amazon's S3 web service
This is a Catalyst model class that interfaces with Amazon's Simple Storage Service. See the Net::Amazon::S3 documentation for a description of the methods available. For more on S3 visit: <http://aws.amazon.com/s3>...
DCARDWELL/Catalyst-Model-S3-0.03 - 28 Mar 2007 22:33:15 UTC - Search in distribution
CatalystX::CRUD::Model - base class for CRUD models
CatalystX::CRUD::Model provides a high-level API for writing Model classes. CatalystX::CRUD::Model methods typically return CatalystX::CRUD::Object objects. This documentation is intended for Model developers....
KARMAN/CatalystX-CRUD-0.58 - 25 Aug 2023 15:28:58 UTC - Search in distribution
Catalyst::Model::LDAP - LDAP model class for Catalyst
This is the Net::LDAP model class for Catalyst. It is nothing more than a simple wrapper for Net::LDAP. This class simplifies LDAP access by letting you configure a common set of bind arguments. It also lets you configure a base DN for searching. Ple...
GHENRY/Catalyst-Model-LDAP-0.21 - 17 Oct 2017 14:22:36 UTC - Search in distribution
Catalyst::Model::CPI - Business::CPI models for Catalyst
This module connects CPI gateways to a Catalyst application. It automatically loads the configuration from Catalyst and uses it to instantiate the gateways when requested through this model....
ANDRE/Catalyst-Model-CPI-0.03 - 13 Feb 2013 03:22:37 UTC - Search in distribution
Catalyst::Model::HTMLFormhandler - Proxy a directory of HTML::Formhandler forms
Assuming a project namespace 'MyApp::Form' with HTML::Formhandler forms. like the following example: package MyApp::Form::Email; use HTML::FormHandler::Moose; extends 'HTML::FormHandler'; has aaa => (is=>'ro', required=>1); has bbb => (is=>'ro', requ...
JJNAPIORK/Catalyst-Model-HTMLFormhandler-0.009 - 31 Aug 2016 21:19:01 UTC - Search in distribution
Catalyst::Manual::ExtendingCatalyst - Extending The Framework
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::Manual::Intro - Introduction to Catalyst
lib/Catalyst/ComponentRole/InjectionHelpers.pm - Common role for adaptors
Common functionality and interface inforcement for injection helper adaptors. You should see Catalyst::Plugin::InjectionHelpers for more....
JJNAPIORK/Catalyst-Plugin-InjectionHelpers-0.015 - 06 Aug 2019 23:57:59 UTC - Search in distribution- Catalyst::Plugin::InjectionHelpers - Enhance Catalyst Component Injection
Catalyst::Model::DBIDM - DBIx::DataModel model class
CBOUVI/Catalyst-Model-DBIDM-0.04
-
18 Mar 2009 20:01:02 UTC
-
Search in distribution
Catalyst::Model::Factory - use a plain class as a Catalyst model, instantiating it every time it is requested
BOBTFISH/Catalyst-Model-Adaptor-0.10
-
23 Feb 2011 00:26:15 UTC
-
Search in distribution
- Catalyst::Model::Factory::PerRequest - use a plain class as a Catalyst model, instantiating it once per Catalyst request
Data::ResourceSet::Adaptor - Adaptor Interface for ResourceSet
This is a rip-off of Catalyst::Model::Adaptor...
DMAKI/Data-ResourceSet-0.00003 - 19 May 2008 06:56:31 UTC - Search in distribution
Catalyst::Model::Estraier - Hyper Estraier model class for Catalyst
This is the Search::Estraier model class for Catalyst. It is nothing more than a simple wrapper for Search::Estraier. Please refer to the Search::Estraier documentation for information on what else is available....
TAKERU/Catalyst-Model-Estraier-v0.0.6 - 15 May 2010 14:23:32 UTC - Search in distribution
Catalyst::View::Template::Pure - Catalyst view adaptor for Template::Pure
Catalyst::View::Template::Pure is an adaptor for Template::Pure for the Catalyst web development framework. Template::Pure is an HTML templating system that fully separates concerns between markup (the HTML), transformations on that markup (called 'd...
JJNAPIORK/Catalyst-View-Template-Pure-0.017 - 22 Dec 2016 20:48:02 UTC - Search in distribution
Catalyst::Model::Filemaker - Catalyst model for Filemaker's XML services
This is a Catalyst model that interfaces with Filemaker's XML service. See the Net::FileMaker::XML documentation for a description of the methods available....
MICHELEON/Catalyst-Model-Filemaker-0.01 - 06 Apr 2011 08:08:44 UTC - Search in distribution
Catalyst::Plugin::MapComponentDependencies - Allow components to depend on other components
Sometimes you would like a Catalyst component to depend on the value of an existing component. Since components are resolved during application setup (or at request time, in the cause of a component that does ACCEPT_CONTEXT) you cannot specify this d...
JJNAPIORK/Catalyst-Plugin-MapComponentDependencies-0.009 - 31 May 2015 17:53:09 UTC - Search in distribution- Catalyst::Plugin::MapComponentDependencies::Utils - Utilities to integrate dependencies
Catalyst::Component::WithDelayedSetup - Moose Role for components which setup late
Sometimes you want an application scoped component that nevertheless needs other application components as part of its setup. In the past this was not reliable since Application scoped components are setup in linear order. You could not call $app->mo...
JJNAPIORK/Catalyst-Component-WithDelayedSetup-0.002 - 27 Apr 2015 20:02:20 UTC - Search in distribution
Catalyst::ActionRole::MethodSignatureDependencyInjection - Experimental Action Signature Dependency Injection
Catalyst when dispatching a request to an action calls the Action::Class execute method with the following arguments ($self, $c, @args). This you likely already know (if you are a Catalyst programmer). This action role lets you describe an alternativ...
JJNAPIORK/Catalyst-ActionRole-MethodSignatureDependencyInjection-0.0200 - 29 Sep 2015 15:49:21 UTC - Search in distribution
Catalyst::Model::HTML::FormFu - FormFu In Your Model (Deprecated)
*** WARNING *** This module has been deprecated. Please consider using Catalyst::Controller::HTML::FormFu instead. *************** Catalyst::Model::HTML::FormFu allows you to use HTML::FormFu from your Catalyst model, fully with caching and support f...
DMAKI/Catalyst-Model-HTML-FormFu-1.00001 - 22 Jan 2009 22:01:06 UTC - Search in distribution
Catalyst::Model::DBIC::Schema - DBIx::Class::Schema Model Class
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is crea...
HAARG/Catalyst-Model-DBIC-Schema-0.66 - 30 Jul 2023 07:49:33 UTC - Search in distribution
Catalyst::Model::TextLinkAds - Catalyst model for Text Link Ads
This is a Catalyst model class that fetches advertiser information for a given Text Link Ads publisher account. See <http://www.text-link-ads.com/publisher_program.php?ref=23206>....
DCARDWELL/Catalyst-Model-TextLinkAds-0.01 - 25 Mar 2007 20:52:17 UTC - Search in distribution