Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jifty::plugin::requestinspector(3pm) [debian man page]

Jifty::Plugin::RequestInspector(3pm)			User Contributed Perl Documentation		      Jifty::Plugin::RequestInspector(3pm)

NAME
Jifty::Plugin::RequestInspector - Inspect requests DESCRIPTION
Do not use this plugin directly. Other plugins use this plugin. METHODS
init Sets up hooks into the request cycle. before_request Hooks into the request cycle to forward "request is beginning" and more metadata to RequestInspector plugins. after_request Hooks into the request cycle to forward "request is done" and more metadata to RequestInspector plugins. clear_requests Clears the list of request inspections. add_request Adds the current request inspection to the data store. last_id Returns the most recent request ID. get_plugin_data RequestID, Plugin::Name Returns the opaque plugin data for a particular request ID and plugin class name. get_all_plugin_data Plugin::Name Returns the opaque plugin data for all requests, for a given plugin class name. get_request RequestID Returns all data for a particular request ID. requests Returns a list of all inspections for all requests. inspector_plugins Returns a list of plugin instances that hook into RequestInspector. new_request_inspection Instantiates a new request inspection, setting up some default values. should_handle_request CGI Decides whether the request described by the CGI parameter should be handled, based on plugin configuration. version This plugin is versioned because it provides model classes. perl v5.14.2 2010-12-08 Jifty::Plugin::RequestInspector(3pm)

Check Out this Related Man Page

Jifty::Plugin::Authentication::Password::View(3pm)	User Contributed Perl Documentation	Jifty::Plugin::Authentication::Password::View(3pm)

NAME
Jifty::Plugin::Authentication::Password::View - views for password plugin DESCRIPTION
This provides the templates for the pages and forms used by the password authentication plugin. TEMPLATES
signup Displays a sign-up form. login Displays the login form. login_widget A handy template for embedding the login form. Just include it in your templates via: show('/login_widget'); See Jifty::Plugin::Authentication::Password::Action::Login. let/reset_lost_password After requesting a password reset and clicking on the link sent by email, this receives that click and provides the form for resetting the password. See Jifty::Plugin::Authentication::Action::ResetLostPassword. let/confirm_email Handles the work of confirming an email address for a new account. See Jifty::Plugin::Authenticaiton::Password::View. lost_password Starts the process of sending a link to reset a lost password by email. See Jifty::Plugin::Authentication::Password::SendPasswordReminder. resend_confirmation Request a new email confirmation message be sent to your email account. See Jifty::Plugin::Authentication::Password::Action::ResendConfirmation. SEE ALSO
Jifty::Plugin::Authentication::Password, Jifty::Plugin::Authentication::Password::Dispatcher LICENSE
Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself. perl v5.14.2 2010-12-10 Jifty::Plugin::Authentication::Password::View(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. IP Networking

Partial Request are coming... please help

Hi All, We are having the system, where we are using the socket programming (TCP/IP), a system called plugin playing a role in between two system, where its getting the request from system1 and its processing it and re-directing the request after its validation, to system2. Normally,... (0 Replies)
Discussion started by: pa.chidhambaram
0 Replies

2. Programming

Eclipse plugin to create class diagrams

Hi Guys, I wonder if anyone is aware of a eclipse plugin that I can use to create class diagrams. Thanks!!. (1 Reply)
Discussion started by: arizah
1 Replies