Searched refs:urlOrPath (Results 1 - 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DWebAppClassLoader.java79 * @param urlOrPath The URL or path to convert
83 Resource newResource(String urlOrPath) throws IOException; argument
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DContextHandler.java1633 * @param urlOrPath
1639 public Resource newResource(String urlOrPath) throws IOException argument
1641 return Resource.newResource(urlOrPath);

Completed in 98 milliseconds