WebDispatch
  • Basic Usage
    • Install
    • URL Dispatch
    • Method Dispatch
    • Action Dispatch
  • Tips and Tricks
    • integrate with WebOb
    • generate absolute url on backend of reverse proxy.
  • Reference
 
WebDispatch
  • Docs »
  • Edit on GitHub

Index

A | D | G | L | M | O | R | U | W

A

action_handler_adapter() (in module webdispatch.methoddispatcher)
ActionDispatcher (class in webdispatch.methoddispatcher)
add() (webdispatch.urldispatcher.URLMapper method)
add_subroute() (webdispatch.urldispatcher.URLDispatcher method)
add_url() (webdispatch.urldispatcher.URLDispatcher method)

D

detect_view_name() (webdispatch.methoddispatcher.ActionDispatcher method)
(webdispatch.methoddispatcher.MethodDispatcher method)
(webdispatch.urldispatcher.URLDispatcher method)

G

generate() (webdispatch.urldispatcher.URLGenerator method)
(webdispatch.urldispatcher.URLMapper method)
generate_url() (webdispatch.mixins.URLMapperMixin method)

L

lookup() (webdispatch.urldispatcher.URLMapper method)

M

make_full_qualified_url() (webdispatch.urldispatcher.URLGenerator method)
MethodDispatcher (class in webdispatch.methoddispatcher)

O

on_view_not_found() (webdispatch.methoddispatcher.ActionDispatcher method)
(webdispatch.methoddispatcher.MethodDispatcher method)
(webdispatch.urldispatcher.URLDispatcher method)

R

register_actionhandler() (webdispatch.methoddispatcher.ActionDispatcher method)

U

URLDispatcher (class in webdispatch.urldispatcher)
URLGenerator (class in webdispatch.urldispatcher)
URLMapper (class in webdispatch.urldispatcher)
urlmapper (webdispatch.mixins.URLMapperMixin attribute)
URLMapperMixin (class in webdispatch.mixins)

W

webdispatch.methoddispatcher (module)
webdispatch.mixins (module)
webdispatch.urldispatcher (module)

© Copyright 2011, Atsushi Odagiri.

Built with Sphinx using a theme provided by Read the Docs.