OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uriincontext
(Results
1 - 3
of
3
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/webapp/
WebAppContext.java
348
public Resource getResource(String
uriInContext
) throws MalformedURLException
350
if (
uriInContext
==null || !
uriInContext
.startsWith(URIUtil.SLASH))
351
throw new MalformedURLException(
uriInContext
);
356
while (
uriInContext
!=null && loop++<100)
360
resource= super.getResource(
uriInContext
);
364
uriInContext
= getResourceAlias(
uriInContext
);
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java
[
all
...]
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
Completed in 119 milliseconds