public interface WebResourceLocationProvider extends Sortable
ServletContext
.Sortable.Comparator
Modifier and Type | Method and Description |
---|---|
URL |
getWebResource(String path,
ClassLoader classLoader)
Returns the location of a web resource.
|
getPrecedence
URL getWebResource(String path, ClassLoader classLoader)
path
- The path of the resource to lookup (e.g. "/WEB-INF/web.xml")classLoader
- The classloader to use for resource lookupsnull
if the location could not be foundCopyright © 2012 Seam Framework. All Rights Reserved.