Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebAppClassLoader.java83 Resource newResource(String urlOrPath) throws IOException; in newResource() argument
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java1639 public Resource newResource(String urlOrPath) throws IOException in newResource() argument
1641 return Resource.newResource(urlOrPath); in newResource()