public class SkinResourceLoader extends Object
List<SkinResourceLoader> urlProviders = ClassLoaderUtils.getServices( "org.apache.myfaces.trinidad.resource.SkinResourceLoader");
Constructor and Description |
---|
SkinResourceLoader() |
Modifier and Type | Method and Description |
---|---|
Iterator<URL> |
findResources(javax.faces.context.ExternalContext context,
String filename)
Returns an iterator of URL objects representing all the resources with the given name.
|
public Iterator<URL> findResources(javax.faces.context.ExternalContext context, String filename)
context
- The ExternalContextfilename
- The filename of the resource to find, e.g., "trinidad-skins.xml"Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.