Interface FaceletConfigResourceProvider


public interface FaceletConfigResourceProvider

Classes that implement this interface return zero or more URLs which refer to application configuration resources (i.e. documents conforming the Facelet taglib DTD or Schema).

Implementations of this interface are made known to the runtime using service discovery.

For example:

 META - INF / services / com.sun.faces.spi.FaceletConfigResourceProvider
 

The file, com.sun.faces.spi.FaceletConfigResourceProvider, contains a single line which represents the fully qualified class name of the concrete FacesConfigResourceProvider.

The FaceletConfigResourceProvider instances that are found will be inserted into a List of existing ConfigurationResourceProviders after those that process taglib.xml files in META-INF but before those that process taglib.xml files in the web application.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String