HomeSort by relevance Sort by last modified time
    Searched refs:webapp (Results 1 - 10 of 10) sorted by null

  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
Main.java 22 import org.mortbay.jetty.webapp.WebAppContext;
34 WebAppContext webapp = new WebAppContext("./root", "/example"); local
35 server.addHandler(webapp);
  /external/python/google-api-python-client/samples/storage_serviceaccount_appengine/
main.py 45 from google.appengine.ext import webapp
46 from google.appengine.ext.webapp import template
47 from google.appengine.ext.webapp.util import run_wsgi_app
60 class MainHandler(webapp.RequestHandler):
88 application = webapp.WSGIApplication(
  /external/python/google-api-python-client/samples/api-python-client-doc/
main.py 41 from google.appengine.ext import webapp
42 from google.appengine.ext.webapp import template
43 from google.appengine.ext.webapp import util
63 class MainHandler(webapp.RequestHandler):
76 class GadgetHandler(webapp.RequestHandler):
89 class EmbedHandler(webapp.RequestHandler):
101 class ResourceHandler(webapp.RequestHandler):
112 application = webapp.WSGIApplication(
  /external/toolchain-utils/cwp/bartlett/
server.py 37 from google.appengine.ext import webapp
38 from google.appengine.ext.webapp.util import run_wsgi_app
51 class MainPage(webapp.RequestHandler):
71 class Upload(webapp.RequestHandler):
87 class ServeHandler(webapp.RequestHandler):
98 class ListAll(webapp.RequestHandler):
115 class DelEntries(webapp.RequestHandler):
140 application = webapp.WSGIApplication(
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 27 from google.appengine.ext import webapp
28 from google.appengine.ext.webapp import template
35 class BaseRequestHandler(webapp.RequestHandler):
133 class AvatarEditPage(webapp.RequestHandler):
178 class ContactsListPage(webapp.RequestHandler):
196 application = webapp.WSGIApplication(
web_services.py 32 from google.appengine.ext import webapp
37 class BaseWebServiceHandler(webapp.RequestHandler):
391 application = webapp.WSGIApplication(
  /external/python/oauth2client/oauth2client/contrib/
appengine.py 31 from google.appengine.ext.webapp.util import login_required
33 import webapp2 as webapp
442 request_handler: webapp.RequestHandler, The request.
478 as decorators on webapp.RequestHandler methods.
487 class MainHandler(webapp.RequestHandler):
619 method: callable, to be decorated method of a webapp.RequestHandler
665 request_handler: webapp.RequestHandler, the request handler.
686 method: callable, to be decorated method of a webapp.RequestHandler
720 Must only be called from with a webapp.RequestHandler subclassed method
728 Must only be called from with a webapp.RequestHandler subclassed metho
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeExtension.cs 161 // If assembly is shadowed (e.g. in a webapp), EscapedCodeBase is pointing
  /external/testng/ant/3rdparty/
cobertura.jar 

Completed in 216 milliseconds