| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ExceptionHandler --+
|
XMLExceptionHandler
|
|||
| Response |
|
||
|
Inherited from |
|||
|
|||
template_file = NoneThe filename of the jinja xml template |
|||
content_type = NoneThe mime type of the exception response (use this or mimetype). |
|||
status_code = 200The HTTP status code. |
|||
mimetype = NoneThe mime type of the exception response. |
|||
env = NoneJinja template environment. |
|||
|
|||
|
template The template for this ExceptionHandler. |
|||
|
Inherited from |
|||
|
|||
|
|
|||
content_typeThe mime type of the exception response (use this or mimetype). The content_type is sent as defined here.
|
mimetypeThe mime type of the exception response. (use this or content_type). A character encoding might be added to the mimetype (like text/xml;charset=UTF-8)
|
|
|||
templateThe template for this ExceptionHandler.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 2 10:24:51 2010 | http://epydoc.sourceforge.net |