Package org.apache.myfaces.spi
Class FaceletConfigResourceProvider
java.lang.Object
org.apache.myfaces.spi.FaceletConfigResourceProvider
- Direct Known Subclasses:
DefaultFaceletConfigResourceProvider
Locate facelet taglib xml files through classpath. These
files has definitions that are used by facelets algorithm to parse view files.
By default it locate all files inside META-INF folder, ending with .taglib.xml
- Since:
- 2.0.2
- Author:
- Leonardo Uribe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<URL>
Return a list of urls pointing to valid facelet taglib xml files.
-
Constructor Details
-
FaceletConfigResourceProvider
public FaceletConfigResourceProvider()
-
-
Method Details
-
getFaceletTagLibConfigurationResources
public abstract Collection<URL> getFaceletTagLibConfigurationResources(ExternalContext context) throws IOException Return a list of urls pointing to valid facelet taglib xml files. These files will be parsed later and used by facelets algorithm.- Parameters:
context
-- Returns:
- Throws:
IOException
-