X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FComponents.pod;h=b2c739cb9a43543bded9fb0687260b8c9d7b1b97;hp=c8133f146390f85dc21b4af7a563720d0572f390;hb=57016d870336b770ee8d83b0d83ca402fb2ad7dc;hpb=46a5f2f5cf41f746d2a20ce0b64b6112f5283ac3 diff --git a/lib/Catalyst/Manual/Components.pod b/lib/Catalyst/Manual/Components.pod index c8133f1..b2c739c 100644 --- a/lib/Catalyst/Manual/Components.pod +++ b/lib/Catalyst/Manual/Components.pod @@ -1,6 +1,6 @@ =head1 NAME -Catalyst::Manual::Component - Reuseable components for Catalyst applications +Catalyst::Manual::Components - Reuseable components for Catalyst applications =head1 DESCRIPTION @@ -200,6 +200,9 @@ authorization for Catalyst based on L. =head2 L +L enables specified request parameters +to generate session variables. + =head2 L Extends L by adding the capability of browser @@ -227,6 +230,8 @@ the C<< Cache:: >> APO, such as: =head2 L +Provides specific charset handlers for the Japanese charsets. + =head2 L =head2 L @@ -258,16 +263,10 @@ L =head2 L -=head2 L - -Sends email with L and L. - =head2 L =head2 L -=head2 L - =head2 L A plugin based on C, which describes itself as a module @@ -333,6 +332,8 @@ easily implement AJAX functionality without actually knowing Javascript. =head2 L +Allows for easy redirecting with the Catalyst app. + =head2 L =head2 L @@ -409,18 +410,24 @@ for portal software and such. An interface to the L module, enabling easy HTML form creation. -=head2 L +=head2 L Provides 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. -=head2 L +=head2 L + +Disrecommended 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! =head2 L =head2 L +Computes the MD5 message digest of uploaded files. + =head2 L =head2 L