|
NAMEJifty::Plugin::RequestInspector - Inspect requests DESCRIPTIONDo not use this plugin directly. Other plugins use this plugin. METHODSinitSets up hooks into the request cycle. before_requestHooks into the request cycle to forward "request is beginning" and more metadata to RequestInspector plugins. after_requestHooks into the request cycle to forward "request is done" and more metadata to RequestInspector plugins. clear_requestsClears the list of request inspections. add_requestAdds the current request inspection to the data store. last_idReturns the most recent request ID. get_plugin_data RequestID, Plugin::NameReturns the opaque plugin data for a particular request ID and plugin class name. get_all_plugin_data Plugin::NameReturns the opaque plugin data for all requests, for a given plugin class name. get_request RequestIDReturns all data for a particular request ID. requestsReturns a list of all inspections for all requests. inspector_pluginsReturns a list of plugin instances that hook into RequestInspector. new_request_inspectionInstantiates a new request inspection, setting up some default values. should_handle_request CGIDecides whether the request described by the CGI parameter should be handled, based on plugin configuration. versionThis plugin is versioned because it provides model classes.
|