| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Interface --+
|
IRequestHandler
Decide which trac.core.Component handles which Request, and how.
The boolean property is_valid_default_handler determines whether the
IRequestFilter can be used as a default_handler and defaults to
True. To be suitable as a default_handler, an IRequestFilter must
return an HTML document and data dictionary for rendering the document,
and must not require that match_request be called prior to
process_request.
The boolean property jquery_noconflict determines whether jQuery's
noConflict mode will be activated by the handler, and defaults to
False.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Process the request. Return a "text/html" is assumed if Note that if template processing should not occur, this method can simply send the response itself and not return anything. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:50:15 2023 | http://epydoc.sourceforge.net |