Home | History | Annotate | Download | only in webapp2

Lines Matching full:adapter

1047     """A basic adapter to dispatch a handler.
1069 """An adapter to dispatch a ``webapp.RequestHandler``.
1095 """An adapter to dispatch a ``webapp2.RequestHandler``.
1298 adapter = WebappHandlerAdapter
1301 adapter = Webapp2HandlerAdapter
1304 adapter = BaseHandlerAdapter
1306 return adapter(handler)
1314 # Default matcher, builder, dispatcher and adapter.