Base class for all admin UI request handlers.
def google.appengine.tools.devappserver2.admin.admin_request_handler.AdminRequestHandler.init_xsrf |
( |
|
cls, |
|
|
|
xsrf_path |
|
) |
| |
Load the XSRF token from the given path.
def google.appengine.tools.devappserver2.admin.admin_request_handler.AdminRequestHandler.render |
( |
|
self, |
|
|
|
template, |
|
|
|
context |
|
) |
| |
Returns a rendered version of the given jinja2 template.
Args:
template: The file name of the template file to use e.g.
"memcache_viewer.html".
context: A dict of values to use when rendering the template.
Returns:
A Unicode object containing the rendered template.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/admin/admin_request_handler.py