|
NAMECatalyst::Manual::Components - Reuseable components for Catalyst applicationsDESCRIPTIONThis section lists the some of the components (and plugins) that are available to extend the runtime functionality of Catalyst. Most components are not distributed with Catalyst but should be available from CPAN. They typically require additional modules from CPAN.This list may well be outdated by the time you read this, and some plugins may be deprecated, or, conversely, may now part of core Catalyst. Be sure to check the Catalyst:: and CatalystX:: namespaces for additional components, and consult the mailing list ( <http://wiki.catalystframework.org/wiki/Support> ) for advice on the current status or preferred use of your chosen plugin/framework. PLUGINSTake care with plugins! In general with a plugin ask "should this be acting globally on my application?". If not it should be a Controller Role (e.g. see Catalyst::TraitFor::Controller::reCAPTCHA.Catalyst::Plugin::Account::AutoDiscoveryProvides Account Auto-Discovery for Catalyst.Catalyst::Plugin::Acme::ScrambleImplements a demonstration showing how easily fluent speakers can read scrambled text if the first and last letters remain constant but the middle . Operates on text/plain and text/html served by your Catalyst application. This should really be a controller role, or even a View these days.Catalyst::Plugin::AlarmCatalyst::Plugin::AtomPPAllows you to dispatch AtomPP methods.Catalyst::Plugin::AtomServerA plugin that implements the necessary bits to make it easy to build an Atom API server for any Catalyst-based application.Catalyst::Plugin::AuthenticationAn infrastructure plugin for the Catalyst authentication framework. Now the recommended way to do any form of Authentication.Note that newer versions of the authentication plugin allow multiple "realms", so that you can authenticate users in different ways in different parts of your application. This, however, has involved deprecating all classes in the "Catalyst::Plugin::Authentication::Credential::" and "Catalyst::Plugin::Authentication::Store::" namespaces. These plugins are still usable, but they have mostly been replaced with new modules in the new namespace which will work together. Available Credential modules: Catalyst::Authentication::Credential::AuthTkt Allows you to use the Apache::AuthTkt module with Catalyst. Catalyst::Authentication::Credential::FBConnect Allows you to authenticate Facebook users using the FBConnect API. Catalyst::Authentication::Credential::Flickr Provides authentication via Flickr, using its API. Catalyst::Authentication::Credential::HTTP Allows you to authenticate users using HTTP Basic or Digest authentication. Catalyst::Authentication::Credential::HTTP::Proxy Allows you to authenticate users against a remote web server offering HTTP authentication. Catalyst::Authentication::Credential::Kerberos Allows you to authenticate your users against a Kerberos server. Catalyst::Authentication::Credential::OAuth Allows you to authenticate users using their login on other websites supporting the OAuth protocol. Catalyst::Authentication::Credential::OpenID Allows you to authenticate users using their login on other websites supporting the OpenID protocol. Catalyst::Authentication::Credential::Password Takes a username (or userid) and a password, and tries various methods of comparing a password based on what the chosen store's user objects support. Part of the Authentication Framework Catalyst::Plugin::Authentication. Catalyst::Authentication::Credential::RPX Allows you to authenticate users using the RPX protocol. Catalyst::Authentication::Credential::Remote Allows you to authenticate users in Catalyst that have already been authenticated by your web server. This is useful for authenticating users with SSL Client certificates, and using NTLM or any other authentication protocol natively supported by your web server. Catalyst::Authentication::Credential::Testing Allows you to set the same password for all users, which is useful when you want to test logging in as multiple users or multiple types of user, without having to mock things, or set all users' passwords in your test suite. Catalyst::Authentication::Credential::Authen::Simple Allows any of the Authen::Simple family of modules to be used to authenticate users in Catalyst. Available Store modules: Catalyst::Authentication::Store::DBIx::Class Does authentication and authorization against a DBIx::Class model. Catalyst::Authentication::Store::Htpasswd Uses Authen::Htpasswd to let your application use ".htpasswd" files for its authentication storage. Catalyst::Authentication::Store::AuthTkt This module implements the Catalyst::Authentication API for Apache::AuthTkt. Catalyst::Authentication::Store::DBI Allows you to use a plain DBI database connection to identify users. Catalyst::Authentication::Store::Htpasswd Allows you to use an Apache htpasswd type file to authenticate users. Catalyst::Authentication::Store::KiokuDB Authenticate users stored as objects in the KiokuDB object graph storage engine system. Catalyst::Authentication::Store::LDAP Authenticates users using an LDAP server. Catalyst::Authentication::Store::Minimal Lets you create a very quick and dirty user database in your application's config hash. Great for testing or getting up and running quickly. Catalyst::Authentication::Store::Null The Null store is a transparent store where any supplied user data is accepted. This is mainly useful for remotely authenticating credentials (e.g. OpenID) which may not be tied to any local storage. Catalyst::Authentication::Store::RDBO Allows access to authentication information stored in a database via a Rose::DB::Object class. Catalyst::Authentication::Store::Tangram Allows access to authentication information stored in a database via a Tangram class. Catalyst::Authentication::Store::DBIx::Class Allows access to authentication information stored in a database via a DBIx::Class class. Catalyst::Authentication::Store::Jifty::DBI Allows access to authentication information stored in a database via a Jifty::DBI class. Catalyst::Authentication::User::Hash An easy authentication user object based on hashes. See Catalyst::Authentication::Store::Minimal for more info. Catalyst::Plugin::Authorization::ACLThis module provides Access Control List style path protection, with arbitrary rules for Catalyst applications. It operates only on the Catalyst private namespace, at least at the moment.Catalyst::Plugin::Authorization::RolesCatalyst::Plugin::Authorization::Roles provides role-based authorization for Catalyst based on Catalyst::Plugin::Authentication.Catalyst::Plugin::AutoSessionCatalyst::Plugin::AutoSession enables specified request parameters to generate session variables.Catalyst::Plugin::BrowserExtends Catalyst::Request by adding the capability of browser detection. It returns an instance of HTTP::BrowserDetect, which lets you get information from the client's user agent.Catalyst::Plugin::CacheProvides a cache method enabling easy access to a shared cache implementing the "Cache::" APO, such as:
Catalyst::Plugin::CGI::UntaintCatalyst::Plugin::Charsets::JapaneseProvides specific charset handlers for the Japanese charsets.Catalyst::Plugin::Compress::Bzip2Catalyst::Plugin::Compress::DeflateCatalyst::Plugin::Compress::GzipCatalyst::Plugin::Compress::ZlibCatalyst::Plugin::ConfigLoaderProvides a standard method for loading config files. Support exists for various formats. See Catalyst::Plugin::ConfigLoader::General Catalyst::Plugin::ConfigLoader::INI, Catalyst::Plugin::ConfigLoader::JSON, Catalyst::Plugin::ConfigLoader::Perl, Catalyst::Plugin::ConfigLoader::XML, and Catalyst::Plugin::ConfigLoader::YAMLCatalyst::Plugin::ConfigurablePathToCatalyst::Plugin::Devel::InPageLogsCatalyst::Plugin::Devel::InPageLogs::LogCatalyst::Plugin::DojoCatalyst::Plugin::DumperCatalyst::Plugin::Email::JapaneseCatalyst::Plugin::Email::PageCatalyst::Plugin::FillInFormA plugin based on HTML::FillInForm, which describes itself as a module to automatically insert data from a previous HTML form into the HTML input, textarea, radio buttons, checkboxes, and select tags. HTML::FillInForm is a subclass of HTML::Parser and uses it to parse the HTML and insert the values into the form tags.Catalyst::Plugin::FlavourCatalyst::Plugin::GeographyAllows you to retrieve various kinds of geographical information. You can retrieve the country or code from the current user, from a given IP address, or from a given hostname.Catalyst::Plugin::Geography::ImplementationCatalyst::Plugin::HashedCookiesCatalyst::Plugin::HTML::ScrubberCatalyst::Plugin::I18NAn internationalization plugin for Catalyst. Supports "mo"/"po" files and Maketext classes under your application's I18N namespace.Catalyst::Plugin::JSONRPCCatalyst::Plugin::MessageCatalyst::Plugin::MobileAgentCatalyst::Plugin::ObserveProvides the ability to register AOP-like callbacks to specific Engine events. Subclasses Class::Publisher.Catalyst::Plugin::OrderedParamsAdjusts the way that parameters operate, causing them to appear in the same order they were submitted by the browser. This can be useful for creating things such as email forms.Catalyst::Plugin::PageCacheHelps improve the performance of slow or frequently accessed pages by caching the entire output of your page. Subsequent requests to the page will receive the page very quickly from cache.Catalyst::Plugin::Params::NestedCatalyst::Plugin::Params::Nested::ExpanderCatalyst::Plugin::PluggableA plugin for pluggable Catalyst applications.Catalyst::Plugin::PrototypeA plugin for the Prototype JavaScript library. This plugin allows you to easily implement AJAX functionality without actually knowing Javascript.Catalyst::Plugin::RedirectAllows for easy redirecting with the Catalyst app.Catalyst::Plugin::RequestTokenCatalyst::Plugin::RequireSSLUse this if you would like to force visitors to access certain pages using only SSL mode. An attempt to access the page in non-SSL mode will receive a redirect into SSL mode. Useful for login pages, shopping carts, user registration forms, and other sensitive data.Catalyst::Plugin::SchedulerCatalyst::Plugin::SessionThe Catalyst::Plugin::Session series of modules provide an easy way to include session handling in an application. You can choose from several different backend storage methods and combine that with your choice of client-side storage methods.Catalyst::Plugin::Session::PerUserCatalyst::Plugin::Session::StateCatalyst::Plugin::Session::State::CookieCatalyst::Plugin::Session::State::URICatalyst::Plugin::Session::StoreCatalyst::Plugin::Session::Store::CDBICatalyst::Plugin::Session::Store::DBICatalyst::Plugin::Session::Store::DBICCatalyst::Plugin::Session::Store::DummyCatalyst::Plugin::Session::Store::FastMmapCatalyst::Plugin::Session::Store::FileCatalyst::Plugin::Session::Store::MemcachedCatalyst::Plugin::Session::Test::StoreCatalyst::Plugin::SingletonCatalyst::Plugin::SnippetsCatalyst::Plugin::SRUAllows your controller class to dispatch SRU actions ("explain", "scan", and "searchRetrieve") from its own class.Catalyst::Plugin::StackTraceCatalyst::Plugin::StaticCatalyst::Plugin::Static is a plugin to serve static files from "$c->config(root => 'foo')". Intended chiefly for development purposes.Catalyst::Plugin::Static::SimpleServes static files in your application without requiring a single line of code.Catalyst::Plugin::SubRequestA plugin to allow subrequests to actions to be made within Catalyst. Nice for portal software and such.Catalyst::Plugin::SuperFormAn interface to the HTML::SuperForm module, enabling easy HTML form creation.Catalyst::Plugin::Unicode::EncodingProvides a Unicode-aware Catalyst. On request, it decodes all params from UTF-8 octets into a sequence of logical characters. On response, it encodes the body into UTF-8 octets.Catalyst::Plugin::UnicodeDisrecommended plugin which tries to autodetect the uft8ness of the output and do the correct thing. This may work in some cases, but if it helps, you've already painted yourself into a corner - try to avoid!Catalyst::Plugin::Upload::BasenameCatalyst::Plugin::Upload::MD5Computes the MD5 message digest of uploaded files.Catalyst::Plugin::Upload::MIMECatalyst::Plugin::UploadProgressCatalyst::Plugin::XMLRPCAllows your Controller class to dispatch XMLRPC methods from its own class.CONTROLLERSCatalyst::Controller::HTML::FormFuCatalyst integration for HTML::FormFu.MODELSCatalyst::Model::CDBIThe Class::DBI (CDBI) model class. It is built on top of Class::DBI::Loader, which automates the definition of Class::DBI sub-classes by scanning the underlying table schemas, setting up columns and primary keys.Catalyst::Model::CDBI::PlainA neutral interface to the Class::DBI module which does not attempt to automate table setup. It allows the user to manually set up Class::DBI classes, either by doing so within the Catalyst model classes themselves, or by inheriting from existing Class::DBI classes.Catalyst::Model::DBIC::SchemaA DBIx::Class model class that can use either an explicit DBIx::Class::Schema or one automatically loaded from your database via DBIx::Class::Schema::Loader.Catalyst::Model::EVDBCatalyst::Model::FileCatalyst::Model::GedcomCatalyst::Model::LDAPCatalyst::Model::NetBloggerCatalyst::Model::PluceneA model class for the Plucene search engine.Catalyst::Model::ProxyCatalyst::Model::SVNCatalyst::Model::XapianA model class for the Xapian search engine.VIEWSCatalyst::View::Atom::XMLCatalyst::View::Chart::StripCatalyst::View::CSS::SquishCatalyst::View::EmbperlCatalyst::View::GD::BarcodeCatalyst::View::GraphVizCatalyst::View::HTML::TemplateA view component for rendering pages with HTML::Template.Catalyst::View::JemplateCatalyst::View::JSONCatalyst::View::MasonA view component for rendering pages with HTML::Mason.Catalyst::View::MicroMasonCatalyst::View::PHPCatalyst::View::PSPA view component for rendering pages using PSP, a Perl extension implementing a JSP-like templating system. See Text::PSP.Catalyst::View::PetalA view component for rendering pages using Petal, the Perl Template Attribute Language, an XML-based templating system. See Petal.Catalyst::View::TTA view component for rendering pages with Template Toolkit. See Template::Manual.Catalyst::View::XSLTCatalyst::View::vCardActionsCatalyst::Action::RenderViewCreates a sane, standard end method for your application.OBSOLETE MODULESCatalyst::Controller::BindLexLets you mark lexical variables with a "Stashed" attribute, automatically passing them to the stash. Discouraged by the author.Catalyst::Model::DBICReplaced by Catalyst::Model::DBIC::Schema.Catalyst::Plugin::Authentication::Basic::RemoteReplaced by Catalyst::Plugin::Authentication::Credential::HTTP.Catalyst::Plugin::Authentication::CDBIReplaced by Catalyst::Plugin::Authentication::Store::DBIC.Catalyst::Plugin::Authentication::CDBI::BasicReplaced by Catalyst::Plugin::Authentication::Credential::HTTP.Catalyst::Plugin::Authentication::LDAPReplaced by Catalyst::Plugin::Authentication::Store::LDAP.Catalyst::Plugin::Authentication::SimpleReplaced by Catalyst::Plugin::Authentication.Catalyst::Plugin::Authorization::CDBI::GroupTokenCatalyst::Plugin::CDBI::TransactionCatalyst::Plugin::Config::*The Catalyst::Plugin::Config::JSON and Catalyst::Plugin::Config::YAML modules have been replaced by their corresponding Catalyst::Plugin::ConfigLoader modules.Catalyst::Plugin::DefaultEndReplaced by Catalyst::Action::RenderViewCatalyst::Plugin::SanitizeUrlCatalyst::Plugin::SanitizeUrl::PrepActionCatalyst::Plugin::Session::*The Catalyst::Plugin::Session::CGISession, Catalyst::Plugin::Session::FastMmap, Catalyst::Plugin::Session::Flex, and Catalyst::Plugin::Session::Manager modules have been replaced by the <Catalyst::Plugin::Session> framework.AUTHORSCatalyst Contributors, see Catalyst.pmCOPYRIGHTThis library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |