Package com.sun.faces.spi
Interface FaceletConfigResourceProvider
-
public interface FaceletConfigResourceProviderClasses 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 concreteFacesConfigResourceProvider.The
FaceletConfigResourceProviderinstances that are found will be inserted into a List of existingConfigurationResourceProvidersafter those that processtaglib.xmlfiles inMETA-INFbut before those that processtaglib.xmlfiles in the web application.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICES_KEY
-
-
-
Field Detail
-
SERVICES_KEY
static final String SERVICES_KEY
- See Also:
- Constant Field Values
-
-