public class URLClassLoaderResourceProvider extends Object implements WebResourceLocationProvider
WebResourceLocationProvider will try to identify the location of web resources by examining
the URLs the classloader uses for loading classes. This will only work if the classloader is a URLClassLoader.Sortable.Comparator| Constructor and Description |
|---|
URLClassLoaderResourceProvider() |
public int getPrecedence()
getPrecedence in interface Sortablepublic URL getWebResource(String path, ClassLoader classLoader)
getWebResource in interface WebResourceLocationProviderCopyright © 2008-2013 JBoss by Red Hat. All Rights Reserved.