OpenInteract - mod_perl handler to process all OpenInteract requests


OpenInteract documentation  | view source Contained in the OpenInteract distribution.

Index


NAME

Top

OpenInteract - mod_perl handler to process all OpenInteract requests

DESCRIPTION

Top

This documentation is for the OpenInteract Apache content handler. For general information about OpenInteract, see OpenInteract::Intro (OpenInteract::Intro).

This content handler creates the OpenInteract::Request object and farms requests out to all the relevant handlers -- cookies, session, authentication, themes, etc.

We walk through a number of class methods here. They are probably self-evident by checking out the code, but just to be on the safe side.

Since all of the above are class methods, you can subclass OpenInteract so you override one or more of the above methods.

NOTES

Top

If you get an error with something like:

Can't locate object method "cookies" via package "OpenInteract::Request" at /usr/lib/perl5/site_perl/5.6.1/OpenInteract.pm line 226.

This likely means that the OpenInteract::Request::setup_aliases() wasn't run. Typically this is run in the PerlChildInitHandler when an Apache child is first created. This points to a larger problem if it is not run. (What exactly is that larger problem? Still working on that...)

TO DO

Top

Nothing known

BUGS

Top

None known

COPYRIGHT

Top

AUTHORS

Top

Chris Winters <chris@cwinters.com>


OpenInteract documentation  | view source Contained in the OpenInteract distribution.