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

Since:
2.0.2
Author:
Leonardo Uribe

Constructor Summary
FaceletConfigResourceProvider()
           
 
Method Summary
abstract  Collection<URL> getFaceletTagLibConfigurationResources(ExternalContext context)
           
 
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
Parameters:
context -
Returns:
Throws:
IOException


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