com.sun.faces.spi
public interface FaceletConfigResourceProvider
Classes that implement this interface return zero or more
URL
s 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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICES_KEY |
static final java.lang.String SERVICES_KEY
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.