App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.ext.remote_api.handler.ApiCallHandler Class Reference
Inheritance diagram for google.appengine.ext.remote_api.handler.ApiCallHandler:
google.appengine.ext.webapp._webapp25.RequestHandler

Public Member Functions

def CheckIsAdmin
 
def get
 
def post
 
def ExecuteRequest
 
def InfoPage
 
- Public Member Functions inherited from google.appengine.ext.webapp._webapp25.RequestHandler
def initialize
 
def get
 
def post
 
def head
 
def options
 
def put
 
def delete
 
def trace
 
def error
 
def redirect
 
def handle_exception
 
def new_factory
 
def get_url
 

Static Public Attributes

dictionary LOCAL_STUBS
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.ext.webapp._webapp25.RequestHandler
 request
 
 response
 

Detailed Description

A webapp handler that accepts API calls over HTTP and executes them.

Member Function Documentation

def google.appengine.ext.remote_api.handler.ApiCallHandler.ExecuteRequest (   self,
  request 
)
Executes an API invocation and returns the response object.
def google.appengine.ext.remote_api.handler.ApiCallHandler.get (   self)
Handle a GET. Just show an info page.
def google.appengine.ext.remote_api.handler.ApiCallHandler.InfoPage (   self)
Renders an information page.
def google.appengine.ext.remote_api.handler.ApiCallHandler.post (   self)
Handle POST requests by executing the API call.

Member Data Documentation

dictionary google.appengine.ext.remote_api.handler.ApiCallHandler.LOCAL_STUBS
static
Initial value:
1 = {
2  'remote_datastore': RemoteDatastoreStub('remote_datastore'),
3  }

The documentation for this class was generated from the following file: