| In: |
lib/Borges/RequestHandler/Registry.rb
|
| Parent: | Object |
A Registry dispatches requests by key to registered handlers. A URL for the handler is given when the handler is registered.
| HANDLER_KEY_SEPARATOR | = | '/@' |
| A special token that separates the path part of the URL from the handler key. | ||
| base_path | [RW] | The base path of Borges for outbound pages. |
A request for an expired handler gets passed to the handle_default_request.
Passes req off to the handler for req’s handler key, invoking the expired request handler if the found handler is no longer active or missing.