OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webapp
(Results
51 - 61
of
61
) sorted by null
1
2
3
/external/jetty/src/java/org/eclipse/jetty/webapp/
WebAppClassLoader.java
19
package org.eclipse.jetty.
webapp
;
52
* {@link org.eclipse.jetty.
webapp
.WebAppContext#setParentLoaderPriority(boolean)}
MetaData.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
WebInfConfiguration.java
19
package org.eclipse.jetty.
webapp
;
48
public static final String CONTAINER_JAR_PATTERN = "org.eclipse.jetty.server.
webapp
.ContainerIncludeJarPattern";
49
public static final String WEBINF_JAR_PATTERN = "org.eclipse.jetty.server.
webapp
.WebInfIncludeJarPattern";
67
//Make a temp directory for the
webapp
if one is not already set
70
//Extract
webapp
if necessary
151
LOG.debug("Cannot configure
webapp
"+context+" after it is started");
209
* @see org.eclipse.jetty.
webapp
.AbstractConfiguration#cloneConfigure(org.eclipse.jetty.
webapp
.WebAppContext, org.eclipse.jetty.
webapp
.WebAppContext)
231
* <p>A. Try to use an explicit directory specifically for this
webapp
:</p
[
all
...]
WebAppContext.java
19
package org.eclipse.jetty.
webapp
;
79
* the default being {@link org.eclipse.jetty.
webapp
.WebXmlConfiguration} and
80
* {@link org.eclipse.jetty.
webapp
.JettyWebXmlConfiguration}.
90
public static final String BASETEMPDIR = "org.eclipse.jetty.
webapp
.basetempdir";
91
public final static String WEB_DEFAULTS_XML="org/eclipse/jetty/
webapp
/webdefault.xml";
93
public final static String SERVER_CONFIG = "org.eclipse.jetty.
webapp
.configuration";
94
public final static String SERVER_SYS_CLASSES = "org.eclipse.jetty.
webapp
.systemClasses";
95
public final static String SERVER_SRV_CLASSES = "org.eclipse.jetty.
webapp
.serverClasses";
101
"org.eclipse.jetty.
webapp
.WebInfConfiguration",
102
"org.eclipse.jetty.
webapp
.WebXmlConfiguration"
[
all
...]
StandardDescriptorProcessor.java
19
package org.eclipse.jetty.
webapp
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py
49
from google.appengine.ext import
webapp
namespace
[
all
...]
/external/chromium-trace/catapult/third_party/webapp2/
webapp2.py
6
Taking Google App Engine's
webapp
to the next level!
39
# google.appengine.ext.
webapp
imports webapp2 in the
43
from google.appengine.ext import
webapp
as _webapp
97
# Set same default messages from
webapp
plus missing ones.
117
Most extra methods and attributes are ported from
webapp
. Check the
133
# Attributes from
webapp
.
298
"""Implements methods from ``wsgiref.headers.Headers``, used by
webapp
."""
341
Most extra methods and attributes are ported from
webapp
. Check the
344
Differences from
webapp
.Response:
349
in
webapp
it is the integer code. The status code as an integer i
[
all
...]
/external/testng/ant/3rdparty/
cobertura.jar
Completed in 225 milliseconds
1
2
3