RT 3.8.17 Documentation

RT::Interface::Web::Handler

Go to latest version →

new

  Constructs a web handler of the appropriate class.
  Takes options to pass to the constructor.

NewApacheHandler

  Takes extra options to pass to HTML::Mason::ApacheHandler->new
  Returns a new Mason::ApacheHandler object

NewCGIHandler

  Returns a new Mason::CGIHandler object

CleanupRequest

Clean ups globals, caches and other things that could be still there from previous requests:

Rollback any uncommitted transaction(s)
Flush the ACL cache
Clean up state of RT::Action::SendEmail using 'CleanSlate' method
Flush tmp GnuPG key preferences
← Back to index