Warning, your browser does not support JavaScript and is not capable of displaying the latest web pages such as this one.
Pylons
Latest Version:
0.9.6.2
Home
Docs
Wiki
Trac
Community
FAQ
Install
Pastebin
Search Docs
Index of the
controllers
module
m
pylons.controllers
...
-
Standard Controllers intended for subclassing by web developers
m
core
...
-
The core WSGIController
C
WSGIController
...
-
WSGI Controller that follows WSGI spec for calling and return values
a
__pudge_all__
...
f
_dispatch_call
...
-
Handles dispatching the request to the function using Routes
f
__call__
...
f
_get_method_args
...
-
Retrieve the method arguments to use with inspect call
f
_inspect_call
...
-
Calls a function with arguments from
_get_method_args
C
Controller
...
-
Deprecated Pylons Controller for Web Requests
f
_dispatch_call
...
-
Handles dispatching the request to the function using Routes
f
__call__
...
-
Makes our controller a callable to handle requests
f
_get_method_args
...
-
Retrieve the method arguments to use with inspect call
f
_inspect_call
...
-
Calls a function with arguments from
_get_method_args
f
__init__
...
m
xmlrpc
...
-
The base WSGI XMLRPCController
C
XMLRPCController
...
-
XML-RPC Controller that speaks WSGI
f
_dispatch_call
...
-
Dispatch the call to the function chosen by __call__
f
_get_method_args
...
f
__call__
...
-
Parse an XMLRPC body for the method, and call it with the appropriate arguments
m
util
...
-
Utility functions available for use by Controllers
f
redirect_to
...
-
Raises a redirect exception
f
abort
...
-
Aborts the request immediately by returning an HTTP exception
f
etag_cache
...
-
Use the HTTP Entity Tag cache for Browser side caching
Top