org.apache.myfaces.commons.resourcehandler.config
Class DefaultMyFacesResourceHandlerUrlProvider

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerUrlProvider
      extended by org.apache.myfaces.commons.resourcehandler.config.DefaultMyFacesResourceHandlerUrlProvider

public class DefaultMyFacesResourceHandlerUrlProvider
extends MyFacesResourceHandlerUrlProvider

Default implementation used to load myfaces-resources-config.xml files

Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerUrlProvider
META_INF_CONFIG_FILE, WEB_INF_CONFIG_FILE
 
Constructor Summary
DefaultMyFacesResourceHandlerUrlProvider()
           
 
Method Summary
 Collection<URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
           
 URL getWebInfConfigurationResource(javax.faces.context.ExternalContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMyFacesResourceHandlerUrlProvider

public DefaultMyFacesResourceHandlerUrlProvider()
Method Detail

getMetaInfConfigurationResources

public Collection<URL> getMetaInfConfigurationResources(javax.faces.context.ExternalContext context)
                                                 throws IOException
Specified by:
getMetaInfConfigurationResources in class MyFacesResourceHandlerUrlProvider
Throws:
IOException

getWebInfConfigurationResource

public URL getWebInfConfigurationResource(javax.faces.context.ExternalContext context)
                                   throws IOException
Specified by:
getWebInfConfigurationResource in class MyFacesResourceHandlerUrlProvider
Throws:
IOException


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