Home | Trees | Indices | Help |
|
---|
|
An instance of this class is suitable as a Django view.
An example usage would be through urlconf
:
from django.conf.urls.defaults import * urlpatterns = patterns('', (r'^gateway/', 'yourproject.yourapp.gateway.gw_instance'), )
where yourproject.yourapp.gateway.gw_instance
refers to
an instance of this class.
|
|||
Inherited from |
|
|||
|
|||
Envelope |
|
||
HTTPResponse
|
|
||
Inherited from Inherited from Inherited from |
|
|||
bool
|
expose_request The standard Django view always has the request object as the first parameter. |
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Processes the AMF request, returning an AMF response.
|
Processes and dispatches the request.
|
|
expose_requestThe standard Django view always has the request object as the first parameter. To disable this functionality, set this toFalse .
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:42 2009 | http://epydoc.sourceforge.net |