public abstract class FacesConfigResourceProvider extends Object
By default it locate all files inside META-INF folder, named faces-config.xml or ending with .faces-config.xml
| Constructor and Description | 
|---|
| FacesConfigResourceProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Collection<URL> | getMetaInfConfigurationResources(ExternalContext context)Return a list of urls pointing to valid faces config-xml files. | 
public abstract Collection<URL> getMetaInfConfigurationResources(ExternalContext context) throws IOException
context - IOExceptionCopyright © 2025 The Apache Software Foundation. All rights reserved.