X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FPlugins.pod;h=17b4e33428564196ec10d756d238d58c4951ff3f;hb=e8af4edb30efce91f190c54a016bc2a96a9c2465;hp=e5720a7f9aa88d3afddef1b5498ac6217d2c3ac8;hpb=c42f5bbf92c28af8b37c58bba4a8a574b4bc2951;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index e5720a7..17b4e33 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -73,6 +73,19 @@ L is an internationalization plugin for Catalyst. Supports C/C files and Maketext classes under your application's I18N namespace. +=head2 Catalyst::Plugin::Observe + +L provides the ability to register AOP-like +callbacks to specific Engine events. Subclasses L. + +=head2 Catalyst::Plugin::PageCache + +L helps 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. Note: At the moment it should be regarded as I. + =head2 Catalyst::Plugin::Pluggable L is a plugin for pluggable Catalyst @@ -84,17 +97,27 @@ L is a plugin for the Prototype JavaScript library. This Plugin allows you to easily implement AJAX functionality without actually knowing Javascript. +=head2 Catalyst::Plugin::RequireSSL + +Use L 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 +shopping carts, user registration forms, and other sensitive data. + =head2 Catalyst::Plugin::Session::FastMmap L is a session plugin for Catalyst based on C, which uses an mmap'ed file to act as a shared memory interprocess cache. +=head2 Catalyst::Plugin::Session + =head2 Catalyst::Plugin::Static -L is a plugin to serve static files from C<< -$c->config->{root} >>/<< action >>/. +L is a plugin to serve static files from +C<$c-Econfig-E{root}>. Intended chiefly for development +purposes. =head2 Catalyst::Plugin::SubRequest