RT 3.8.17 Documentation
RT::Interface::Web::Handler
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
- Flush records cache of the DBIx::SearchBuilder if WebFlushDbCacheEveryRequest option is enabled, what is true by default and is not recommended to change.
- Clean up state of RT::Action::SendEmail using 'CleanSlate' method
- Flush tmp GnuPG key preferences