org.apache.myfaces.spi
Class FaceletConfigResourceProvider

java.lang.Object
  extended by org.apache.myfaces.spi.FaceletConfigResourceProvider
Direct Known Subclasses:
DefaultFaceletConfigResourceProvider

public abstract class FaceletConfigResourceProvider
extends Object

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
FaceletConfigResourceProvider()
           
 
Method Summary
abstract  Collection<URL> getFaceletTagLibConfigurationResources(ExternalContext context)
          Return a list of urls pointing to valid facelet taglib xml files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletConfigResourceProvider

public FaceletConfigResourceProvider()
Method Detail

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


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.