/external/jetty/src/java/org/eclipse/jetty/webapp/ |
AbstractConfiguration.java | 19 package org.eclipse.jetty.webapp;
|
CloneConfiguration.java | 19 package org.eclipse.jetty.webapp;
|
DefaultsDescriptor.java | 19 package org.eclipse.jetty.webapp;
|
DescriptorProcessor.java | 19 package org.eclipse.jetty.webapp;
|
Origin.java | 19 package org.eclipse.jetty.webapp;
|
OverrideDescriptor.java | 19 package org.eclipse.jetty.webapp;
|
Descriptor.java | 19 package org.eclipse.jetty.webapp;
|
DiscoveredAnnotation.java | 19 package org.eclipse.jetty.webapp;
|
FragmentConfiguration.java | 20 package org.eclipse.jetty.webapp;
|
IterativeDescriptorProcessor.java | 19 package org.eclipse.jetty.webapp;
|
TagLibConfiguration.java | 19 package org.eclipse.jetty.webapp; 49 * or *.tld files within jars found in WEB-INF/lib of the webapp. Any listeners defined in these 263 // the patterns defined in the context attributes: org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, 264 // and org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern
|
WebXmlConfiguration.java | 19 package org.eclipse.jetty.webapp; 90 LOG.debug("Cannot configure webapp after it is started");
|
Ordering.java | 19 package org.eclipse.jetty.webapp; 63 * @see org.eclipse.jetty.webapp.Ordering#order(java.util.List) 148 * @see org.eclipse.jetty.webapp.Ordering#order(java.util.List)
|
/external/libphonenumber/demo/ |
pom.xml | 91 <webAppSourceDirectory>webapp</webAppSourceDirectory>
|
/external/slf4j/slf4j-site/src/site/pages/ |
download.html | 109 href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/lib/slf4j_logger.rb">SLF4J 111 href="http://svn.codehaus.org/sonar/trunk/sonar-web/src/main/webapp/WEB-INF/config/environments/production.rb">settings
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
handlers.rst | 20 or, for compatibility purposes, ``webapp.RequestHandler``. Here is a simple 91 whether it is a function or a class. So, differently from webapp, ordinary 121 frameworks (webapp, web.py or Tornado, for instance). In essence, though, 258 One of the advantadges of webapp2 over webapp is that you can wrap the
|
app.rst | 31 Compared to webapp, only config was added; it is used as a standard way to 224 ``google.appengine.ext.webapp.util``. Outside of App Engine, it uses the
|
/external/jetty/ |
README.android | 29 -jetty-webapp
|
/external/jetty/src/java/org/eclipse/jetty/util/preventers/ |
AbstractLeakPreventer.java | 29 * Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to
|
LDAPLeakPreventer.java | 26 * thread is started which can pin a webapp classloader if it is the first to
|
LoginConfigurationLeakPreventer.java | 25 * thread context classloader. We prevent a webapp context classloader being used for
|
SecurityProviderLeakPreventer.java | 28 * is not a webapp classloader.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
todo.rst | 91 http://webapp-improved.appspot.com/guide/app.html#config 113 http://webapp-improved.appspot.com/api/extras.i18n.html#webapp2_extras.i18n.default_config
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
differences.txt | 582 webapp Response 585 The Google App Engine `webapp 586 <http://code.google.com/appengine/docs/python/tools/webapp/>`_ 590 The constructor for ``webapp.Response`` does not take any arguments. 621 there is no other API for the webapp response object. This means the
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 32 from google.appengine.ext import webapp namespace 37 class BaseWebServiceHandler(webapp.RequestHandler): 391 application = webapp.WSGIApplication(
|