Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11519, comment 2


Ignore:
Timestamp:
Mar 11, 2014, 10:50:09 PM (10 years ago)
Author:
Peter Suter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11519, comment 2

    initial v1  
    22> However, we could probably come up with better ways of indicating that a `Component` was suitable for use as a `default_handler. Any good ideas?
    33
    4 Similar to [source:trunk/trac/wiki/api.py@11493:110-114@L86 IWikiMacroProvider.is_inline()] we could add (an optional) `IRequestHandler.is_valid_default_handler()` or similar.
     4Similar to [source:trunk/trac/wiki/api.py@11493:110-114#L86 IWikiMacroProvider.is_inline()] we could add (an optional) `IRequestHandler.is_valid_default_handler()`.
    55
    66> Is there a better way to get the list of enabled `IRequestHandler`s than instantiating a `RequestDispatcher` object?