Home
last modified time | relevance | path

Searched refs:uriInContext (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebAppContext.java348 public Resource getResource(String uriInContext) throws MalformedURLException in getResource() argument
350 if (uriInContext==null || !uriInContext.startsWith(URIUtil.SLASH)) in getResource()
351 throw new MalformedURLException(uriInContext); in getResource()
356 while (uriInContext!=null && loop++<100) in getResource()
360 resource= super.getResource(uriInContext); in getResource()
364 uriInContext = getResourceAlias(uriInContext); in getResource()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java1871 public RequestDispatcher getRequestDispatcher(String uriInContext) in getRequestDispatcher() argument
1873 if (uriInContext == null) in getRequestDispatcher()
1876 if (!uriInContext.startsWith("/")) in getRequestDispatcher()
1883 if ((q = uriInContext.indexOf('?')) > 0) in getRequestDispatcher()
1885 query = uriInContext.substring(q + 1); in getRequestDispatcher()
1886 uriInContext = uriInContext.substring(0,q); in getRequestDispatcher()
1889 String pathInContext = URIUtil.canonicalPath(URIUtil.decodePath(uriInContext)); in getRequestDispatcher()
1892 String uri = URIUtil.addPaths(getContextPath(),uriInContext); in getRequestDispatcher()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...