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

Plugin(3pm)						  LogReport's Lire Documentation					       Plugin(3pm)

NAME
Lire::Config::Plugin - Value object for plugin configuration. SYNOPSIS
use Lire::Config::Plugin; DESCRIPTION
This configuration object hold the name of a selected plugin as well as its options. get_plugin() Returns the currently selected plugin. set_plugin( $plugin ) Changes the selected plugin. If the selected plugin is changed, a new property set will be created from the plugin's defined properties. get_properties_spec() Returns the TypeSpec that is used to specify the plugin's properties. This method will return an empty RecordSpec when the plugin didn't define any properties. One can also use the has_properties() method to check if the Plugin defined configuration properties. has_properties() Returns a boolean value indicating whether the current plugin is configurable. get_properties() Returns the Lire::Config::Dictionary object which hold the plugin configuration. as_value() Returns an hash reference with two keys : 'plugin' which contains the selected plugin and 'properties' which is an hash reference containing the plugin's properties. get( $name ) Delegates to the Dictionary which contains the plugin's properties. set( $name, $value ) Delegates to the Dictionary which contains the plugin's properties. is_set( $name ) Delegates to the Dictionary which contains the plugin's properties. Lire 2.1.1 2006-07-23 Plugin(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