def asyncGet(self, url, handler):
     moduleName = pygwt.getModuleName()
     return self.asyncGetImpl(None, None, url, handler, moduleName)
Beispiel #2
0
 def asyncGet(self, url, handler):
     moduleName=pygwt.getModuleName()
     return self.asyncGetImpl(None, None, url, handler, moduleName)
 def asyncPost(self, url, postData, handler):
     moduleName = pygwt.getModuleName()
     return self.asyncPostImpl(None, None, url, postData, handler,
                               moduleName)
Beispiel #4
0
 def asyncPost(self, url, postData, handler):
     moduleName=pygwt.getModuleName()
     return self.asyncPostImpl(None, None, url, postData, handler, moduleName)